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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Exo', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Exo', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Exo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Exo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Exo', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c69a15 !important;
}
.bg-success {
  background-color: #bf9341 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #fef8d7 !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c69a15 !important;
  border-color: #c69a15 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #785d0d !important;
  border-color: #785d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #785d0d !important;
  border-color: #785d0d !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !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: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fef8d7 !important;
  border-color: #fef8d7 !important;
  color: #d1b105 !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: #7c6a03 !important;
  background-color: #fce982 !important;
  border-color: #fce982 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #d1b105 !important;
  background-color: #fce982 !important;
  border-color: #fce982 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #c69a15;
  color: #785d0d;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-primary-outline:hover {
  background-color: #c69a15 !important;
  border-color: #c69a15 !important;
  color: #ffffff !important;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c69a15 !important;
  background-color: transparent!important;
  border-color: #c69a15 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69a15 !important;
  border-color: #c69a15 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #d4d4d4;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #909090;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-info-outline:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
}
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #bbbbbb !important;
  background-color: transparent!important;
  border-color: #bbbbbb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bf9341;
  color: #7f612b;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-success-outline:hover {
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
  color: #ffffff !important;
}
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bf9341 !important;
  background-color: transparent!important;
  border-color: #bf9341 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fef8d7;
  color: #fce982;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-warning-outline:hover {
  background-color: #fef8d7 !important;
  border-color: #fef8d7 !important;
  color: #d1b105 !important;
}
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fef8d7 !important;
  background-color: transparent!important;
  border-color: #fef8d7 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #d1b105 !important;
  background-color: #fef8d7 !important;
  border-color: #fef8d7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #0a0a0a;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-danger-outline:hover {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
}
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #353535 !important;
  background-color: transparent!important;
  border-color: #353535 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #000000;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-black-outline:hover {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #cfcfcf;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .20); */
}
.btn-white-outline:hover {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c69a15 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #bf9341 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #fef8d7 !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6a520b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #735927 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fce773 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !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: #c69a15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #fef8d7;
}
.alert-danger {
  background-color: #353535;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 12px;
}
.mbr-gallery-filter li a {
  border-radius: 12px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c69a15;
  border-color: #c69a15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 12px !important;
}
a,
a:hover {
  color: #c69a15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #efce6b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8a8a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Exo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c69a15 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Exo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #c69a15;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 12px !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: 12px !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: #c69a15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c69a15;
}
.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: #c69a15;
  border-bottom-color: #c69a15;
}
.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: #c69a15 !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: #ffffff !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='%23c69a15' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tm6dKKegdl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tm6dKKegdl nav.navbar {
  position: fixed;
}
.cid-tm6dKKegdl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm6dKKegdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm6dKKegdl .dropdown-item:hover,
.cid-tm6dKKegdl .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tm6dKKegdl .dropdown-item:hover span {
  color: white;
}
.cid-tm6dKKegdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm6dKKegdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm6dKKegdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm6dKKegdl .nav-link {
  position: relative;
}
.cid-tm6dKKegdl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .container {
    flex-wrap: nowrap;
  }
}
.cid-tm6dKKegdl .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown-menu,
.cid-tm6dKKegdl .navbar.opened {
  background: #130f08 !important;
}
.cid-tm6dKKegdl .nav-item:focus,
.cid-tm6dKKegdl .nav-link:focus {
  outline: none;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm6dKKegdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm6dKKegdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.opened {
  transition: all 0.3s;
}
.cid-tm6dKKegdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm6dKKegdl .navbar .navbar-logo img {
  width: auto;
}
.cid-tm6dKKegdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm6dKKegdl .navbar.collapsed {
  justify-content: center;
}
.cid-tm6dKKegdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm6dKKegdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tm6dKKegdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm6dKKegdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm6dKKegdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm6dKKegdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tm6dKKegdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm6dKKegdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm6dKKegdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm6dKKegdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm6dKKegdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tm6dKKegdl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tm6dKKegdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm6dKKegdl .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-tm6dKKegdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm6dKKegdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm6dKKegdl .dropdown-item.active,
.cid-tm6dKKegdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tm6dKKegdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm6dKKegdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm6dKKegdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm6dKKegdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm6dKKegdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tm6dKKegdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm6dKKegdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm6dKKegdl .navbar {
    height: 70px;
  }
  .cid-tm6dKKegdl .navbar.opened {
    height: auto;
  }
  .cid-tm6dKKegdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-turdrXwcYa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-turdrXwcYa .carousel {
  height: 800px;
}
.cid-turdrXwcYa .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-turdrXwcYa .carousel-item,
.cid-turdrXwcYa .carousel-inner {
  height: 100%;
}
.cid-turdrXwcYa .mbr-overlay {
  z-index: 1;
}
.cid-turdrXwcYa .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-turdrXwcYa .carousel-caption {
    left: 15%;
    right: 70%;
    width: 45%;
  }
}
.cid-turdrXwcYa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-turdrXwcYa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-turdrXwcYa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-turdrXwcYa .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-turdrXwcYa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-turdrXwcYa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-turdrXwcYa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-turdrXwcYa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-turdrXwcYa .carousel-indicators {
    display: none;
  }
}
.cid-turdrXwcYa .carousel-indicators li {
  max-width: 30px;
  height: 30px;
  width: 30px;
  max-height: 30px;
  background-color: #f7f7f7;
  border: 0px solid #bf9341;
  border-radius: 0%;
  opacity: 0.3 !important;
  transition: all 0.3s;
}
.cid-turdrXwcYa .carousel-indicators li.active,
.cid-turdrXwcYa .carousel-indicators li:hover {
  background-color: #e8b210;
}
.cid-turdrXwcYa .carousel-indicators li::after,
.cid-turdrXwcYa .carousel-indicators li::before {
  content: none;
}
.cid-turdrXwcYa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  height: auto;
  margin-left: -30%;
  text-align: center;
}
.cid-turdrXwcYa .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-turdrXwcYa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-turdrXwcYa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-turdrXwcYa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-turdrXwcYa .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-turdrXwcYa H5 {
  text-align: left;
  color: #e8b210;
}
.cid-turdrXwcYa P {
  text-align: left;
}
.cid-turdrXwcYa .mbr-text,
.cid-turdrXwcYa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-turdrXwcYa .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-turdrXwcYa .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-turdrXwcYa .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 21%;
  transition: .5s all;
  pointer-events: none;
}
.cid-uefBKifkeS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-uefBKifkeS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uefBKifkeS .row {
  flex-direction: row-reverse;
}
.cid-uefBKifkeS img {
  width: 100%;
}
.cid-trJ1etMkUT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-trJ1etMkUT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-trJ1etMkUT .row {
  flex-direction: row-reverse;
}
.cid-trJ1etMkUT img {
  width: 100%;
}
.cid-tusaHbTcAd {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tusaHbTcAd a {
  text-align: center;
}
.cid-tusaHbTcAd p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tusaHbTcAd span {
  font-size: 2rem;
}
.cid-tusaHbTcAd .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tusaHbTcAd .social-list a:focus {
  text-decoration: none;
}
.cid-tusaHbTcAd .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tusaHbTcAd .media-container-row a {
  margin: 0 1rem;
}
.cid-tusaHbTcAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tusaHbTcAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tusaHbTcAd P {
  text-align: center;
  color: #bf9341;
}
.cid-turrEcbJwU {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-turrEcbJwU .container-fluid {
  padding: 0;
}
.cid-turrEcbJwU .card-header {
  padding: 15px 1rem !important;
  border-bottom: none;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .cid-turrEcbJwU .card-header {
    padding: 15px 80px 15px 65px !important;
  }
}
.cid-turrEcbJwU .card1 .panel-body {
  background: rgba(255, 255, 255, 0.02);
}
.cid-turrEcbJwU .card1 .card-header {
  background: rgba(255, 255, 255, 0.02);
}
.cid-turrEcbJwU .card2 .panel-body {
  background: rgba(61, 61, 61, 0.03);
}
.cid-turrEcbJwU .card2 .card-header {
  background: rgba(61, 61, 61, 0.03);
}
.cid-turrEcbJwU .card3 .panel-body {
  background: rgba(61, 61, 61, 0.1);
}
.cid-turrEcbJwU .card3 .card-header {
  background: rgba(61, 61, 61, 0.1);
}
.cid-turrEcbJwU .panel-body {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-turrEcbJwU .panel-body {
    padding-left: 65px;
    padding-right: 80px;
    height: 512px;
  }
}
.cid-turrEcbJwU span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-turrEcbJwU .collapsed span {
  transform: rotate(0deg);
}
.cid-turrEcbJwU .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-turrEcbJwU .panel-group {
  width: 100%;
}
.cid-turrEcbJwU .sign {
  font-family: 'Moririse2' !important;
}
.cid-turrEcbJwU .card {
  border-radius: 0px;
}
.cid-turrEcbJwU .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-turrEcbJwU .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-turrEcbJwU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-turrEcbJwU .image-wrapper {
  height: 400px;
}
.cid-turrEcbJwU .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-turrEcbJwU .image-wrapper {
    height: 770px;
  }
  .cid-turrEcbJwU .image-wrapper img {
    height: 770px;
  }
}
.cid-turrEcbJwU .header-text,
.cid-turrEcbJwU .sign {
  color: #282828;
}
.cid-turrEcbJwU .header-text1,
.cid-turrEcbJwU .sign1 {
  color: #bf9341;
}
.cid-turrEcbJwU .header-text2,
.cid-turrEcbJwU .sign2 {
  color: #bf9341;
}
.cid-turrEcbJwU .header-text3,
.cid-turrEcbJwU .sign3 {
  color: #bf9341;
}
@media (max-width: 767px) {
  .cid-turrEcbJwU .link-title {
    text-align: center;
  }
}
.cid-turrEcbJwU .display-4 > .ico-link {
  font-size: 1rem;
  margin-right: 15px;
}
.cid-turrEcbJwU .ico-link {
  font-weight: 700;
  padding: .5rem;
  border-radius: 50%;
  border: 1px solid;
  transition: background 0.5s ease-in-out;
}
.cid-turrEcbJwU .panel-text,
.cid-turrEcbJwU .link-title {
  color: #bbbbbb;
}
.cid-turrEcbJwU p {
  text-align: justify;
}
.cid-tvMWu49NZy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #130f08;
}
.cid-tvMWu49NZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvMWu49NZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvMWu49NZy .mbr-section-title {
  color: #bf9341;
  text-align: left;
}
.cid-tvMWu49NZy .mbr-section-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tvMQLoLquu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #130f08;
}
.cid-tvMQLoLquu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvMQLoLquu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvMQLoLquu .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  background-image: linear-gradient(0deg, #c69a15, rgba(17, 17, 17, 0));
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tvMQLoLquu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tvMQLoLquu .embla__slide .card-wrap {
  z-index: 1;
}
.cid-tvMQLoLquu .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  border-radius: 16px;
  z-index: -1;
}
.cid-tvMQLoLquu .embla__slide .card-wrap .mbr-desc {
  padding: 0 5px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-tvMQLoLquu .embla__button--next,
.cid-tvMQLoLquu .embla__button--prev {
  display: flex;
}
.cid-tvMQLoLquu .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c69a15;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tvMQLoLquu .embla__button {
    display: none;
  }
}
.cid-tvMQLoLquu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tvMQLoLquu .embla__button:hover {
  background: #c69a15;
  color: #c69a15;
  opacity: .7;
}
.cid-tvMQLoLquu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvMQLoLquu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvMQLoLquu .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-tvMQLoLquu .embla {
  position: relative;
  width: 100%;
}
.cid-tvMQLoLquu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tvMQLoLquu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tvMQLoLquu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tvMQLoLquu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tvMQLoLquu .mbr-desc {
  color: #f4efe8;
  text-align: right;
}
.cid-tuJDhsHgaC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuJDhsHgaC a {
  text-align: center;
}
.cid-tuJDhsHgaC p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuJDhsHgaC span {
  font-size: 2rem;
}
.cid-tuJDhsHgaC .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuJDhsHgaC .social-list a:focus {
  text-decoration: none;
}
.cid-tuJDhsHgaC .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuJDhsHgaC .media-container-row a {
  margin: 0 1rem;
}
.cid-tuJDhsHgaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJDhsHgaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJDhsHgaC P {
  text-align: center;
  color: #bf9341;
}
.cid-tusmhRD5Wa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tusmhRD5Wa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tusmhRD5Wa .row {
  flex-direction: row-reverse;
}
.cid-tusmhRD5Wa img {
  width: 100%;
}
.cid-tusD2xqUXt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bf9341;
}
.cid-tusD2xqUXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tusD2xqUXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tusD2xqUXt .content-wrapper {
  background: #bf9341;
}
@media (max-width: 991px) {
  .cid-tusD2xqUXt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tusD2xqUXt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tusD2xqUXt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tusD2xqUXt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tusD2xqUXt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tusD2xqUXt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tusD2xqUXt .card-title {
  color: #000000;
}
.cid-tusD2xqUXt .mbr-text,
.cid-tusD2xqUXt .mbr-section-btn {
  color: #130f08;
}
.cid-turTrNzUCR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-turTrNzUCR img,
.cid-turTrNzUCR .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-turTrNzUCR .item:focus,
.cid-turTrNzUCR span:focus {
  outline: none;
}
.cid-turTrNzUCR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-turTrNzUCR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #241d0f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-turTrNzUCR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-turTrNzUCR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-turTrNzUCR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-turTrNzUCR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-turTrNzUCR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-turTrNzUCR .mbr-section-title {
  color: #bf9341;
}
.cid-turTrNzUCR .mbr-text,
.cid-turTrNzUCR .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-turTrNzUCR .item-title {
  text-align: left;
  color: #bf9341;
}
.cid-turTrNzUCR .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ucmOUVLAc0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-ucmOUVLAc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmOUVLAc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmOUVLAc0 .content-wrapper {
  background: #241d0f;
}
@media (max-width: 991px) {
  .cid-ucmOUVLAc0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucmOUVLAc0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucmOUVLAc0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucmOUVLAc0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucmOUVLAc0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ucmOUVLAc0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucmOUVLAc0 .card-title {
  color: #bf9341;
}
.cid-ucmOUVLAc0 .mbr-text,
.cid-ucmOUVLAc0 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-twReamMyTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-twReamMyTL .nav-tabs .nav-item.open .nav-link:focus,
.cid-twReamMyTL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-twReamMyTL .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-twReamMyTL .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-twReamMyTL .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-twReamMyTL .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #241d0f;
}
.cid-twReamMyTL .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twReamMyTL .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-twReamMyTL .nav-tabs .nav-item {
  width: 100%;
}
.cid-twReamMyTL .nav-link,
.cid-twReamMyTL .nav-link.active {
  padding: 1rem auto;
  background: #bf9341;
}
.cid-twReamMyTL .nav-tabs .nav-link.active {
  color: #241d0f;
}
.cid-twReamMyTL .tab-content {
  background: #bf9341;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-twReamMyTL .tab-content {
    border-radius: 30px !important;
  }
}
.cid-twReamMyTL .logo-container img {
  max-width: 220px;
}
@media screen and (min-width: 767px) {
  .cid-twReamMyTL .logo-container {
    border-right: 1px solid #241d0f;
  }
}
.cid-twReamMyTL H4 {
  text-align: center;
}
.cid-twReamMyTL H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-twReamMyTL .nav-link {
    font-size: 1.2rem;
  }
}
.cid-twReamMyTL P {
  color: #000000;
}
.cid-tusAR9kzNu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #130f08;
}
.cid-tusAR9kzNu .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tusAR9kzNu .text-block {
  position: relative;
  z-index: 0;
}
.cid-tusAR9kzNu .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tusAR9kzNu .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tusAR9kzNu .box {
  right: 20%;
}
.cid-tusAR9kzNu .text-box {
  right: 0;
}
.cid-tusAR9kzNu .mbr-section-title,
.cid-tusAR9kzNu .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tusAR9kzNu .text-box {
    display: none;
  }
  .cid-tusAR9kzNu .mbr-section-title,
  .cid-tusAR9kzNu .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tusAR9kzNu .box {
    display: none;
  }
  .cid-tusAR9kzNu .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tusAR9kzNu .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tusAR9kzNu .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tusAR9kzNu .mbr-figure {
  width: 40%;
  height: auto;
}
.cid-tusAR9kzNu .mbr-section-text DIV {
  text-align: left;
}
.cid-tusAR9kzNu .mbr-section-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-tusAR9kzNu .mbr-section-title {
  text-align: left;
  color: #bf9341;
}
.cid-turRXr28rk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-turRXr28rk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-turRXr28rk .row {
  flex-direction: row-reverse;
}
.cid-turRXr28rk img {
  width: 100%;
}
.cid-turS3B4K0z {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #130f08;
}
.cid-turS3B4K0z .text-block {
  margin: auto;
}
.cid-turS3B4K0z amp-img {
  text-align: center;
}
.cid-turS3B4K0z .lc-input {
  display: flex;
  height: 40px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #e8b210;
  background-color: #130f08;
  margin-bottom: 10px;
  color: white;
}
.cid-turS3B4K0z .lc-textarea {
  height: 100px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-family: inherit;
  border-color: #e8b210;
  background-color: #130f08;
  margin-bottom: 15px;
  color: white !important;
}
.cid-turS3B4K0z .lc-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-width: 0px;
  border-radius: 4px;
  background-color: #130f08;
  color: white !important;
}
.cid-turS3B4K0z .botao {
  padding: 10px 40px;
  color: #bf9341;
  border-color: #bf9341;
  border-radius: 8px !important;
  cursor: pointer;
  font-family: Exo;
}
.cid-turS3B4K0z H4 {
  color: #000000;
}
.cid-turS3B4K0z .mbr-section-title {
  color: #bf9341;
}
.cid-turS3B4K0z .gdpr-block a {
  color: #000000;
}
.cid-turS3B4K0z .tipo-de-letra {
  font-family: Exo;
}
.cid-turS3B4K0z .mbr-text {
  color: #bbbbbb;
}
.cid-tusqtoWfrS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tusqtoWfrS a {
  text-align: center;
}
.cid-tusqtoWfrS p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tusqtoWfrS span {
  font-size: 2rem;
}
.cid-tusqtoWfrS .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tusqtoWfrS .social-list a:focus {
  text-decoration: none;
}
.cid-tusqtoWfrS .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tusqtoWfrS .media-container-row a {
  margin: 0 1rem;
}
.cid-tusqtoWfrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tusqtoWfrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tusqtoWfrS P {
  text-align: center;
  color: #bf9341;
}
.cid-tuHTsw6zH4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #130f08;
}
.cid-tuHTsw6zH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHTsw6zH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHTsw6zH4 .mbr-section-title {
  color: #bf9341;
}
.cid-tusEynRR13 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tusEynRR13 a {
  text-align: center;
}
.cid-tusEynRR13 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tusEynRR13 span {
  font-size: 2rem;
}
.cid-tusEynRR13 .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tusEynRR13 .social-list a:focus {
  text-decoration: none;
}
.cid-tusEynRR13 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tusEynRR13 .media-container-row a {
  margin: 0 1rem;
}
.cid-tusEynRR13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tusEynRR13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tusEynRR13 P {
  text-align: center;
  color: #bf9341;
}
.cid-tm900OM9PV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .mbr-text {
  color: #767676;
}
.cid-tm900OM9PV .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tm900OM9PV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm900OM9PV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tm900OM9PV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tm900OM9PV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tm900OM9PV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm900OM9PV .copyright > p {
  color: #bbbbbb;
}
.cid-HITFLSfuqX .hidden {
  display: none;
}
.cid-tt8z5VNBlk.popup-builder {
  background-color: #ffffff;
}
.cid-tt8z5VNBlk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tt8z5VNBlk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tt8z5VNBlk .modal-content,
.cid-tt8z5VNBlk .modal-dialog {
  height: auto;
}
.cid-tt8z5VNBlk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tt8z5VNBlk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tt8z5VNBlk .form-wrapper .mbr-form .form-group,
  .cid-tt8z5VNBlk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tt8z5VNBlk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tt8z5VNBlk .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-tt8z5VNBlk .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tt8z5VNBlk .pt-0 {
  padding-top: 0 !important;
}
.cid-tt8z5VNBlk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tt8z5VNBlk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tt8z5VNBlk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tt8z5VNBlk .modal-open {
  overflow: hidden;
}
.cid-tt8z5VNBlk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tt8z5VNBlk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tt8z5VNBlk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tt8z5VNBlk .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-tt8z5VNBlk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tt8z5VNBlk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tt8z5VNBlk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tt8z5VNBlk .modal-content {
  background: #241d0f;
  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-tt8z5VNBlk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tt8z5VNBlk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tt8z5VNBlk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tt8z5VNBlk .modal-backdrop.show {
  opacity: .5;
}
.cid-tt8z5VNBlk .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-tt8z5VNBlk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8z5VNBlk .modal-header {
    padding: 1rem;
  }
}
.cid-tt8z5VNBlk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tt8z5VNBlk .modal-header .close svg {
  fill: #bf9341;
}
.cid-tt8z5VNBlk .modal-header .close:hover {
  opacity: 1;
}
.cid-tt8z5VNBlk .modal-header .close:focus {
  outline: none;
}
.cid-tt8z5VNBlk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tt8z5VNBlk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tt8z5VNBlk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8z5VNBlk .modal-body {
    padding: 1rem;
  }
}
.cid-tt8z5VNBlk .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-tt8z5VNBlk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8z5VNBlk .modal-footer {
    padding: 1rem;
  }
}
.cid-tt8z5VNBlk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tt8z5VNBlk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tt8z5VNBlk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tt8z5VNBlk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tt8z5VNBlk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tt8z5VNBlk .modal-lg,
  .cid-tt8z5VNBlk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tt8z5VNBlk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tt8z5VNBlk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tt8z5VNBlk .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-tt8z5VNBlk .form-group {
  margin-bottom: 1rem;
}
.cid-tt8z5VNBlk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tt8z5VNBlk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt8z5VNBlk .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-tt8z5VNBlk .mbr-section-btn {
  margin: 0;
}
.cid-tt8z5VNBlk .mbr-section-btn .btn {
  margin: 0;
}
.cid-tusEPj2yZm.popup-builder {
  background-color: #ffffff;
}
.cid-tusEPj2yZm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tusEPj2yZm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tusEPj2yZm .modal-content,
.cid-tusEPj2yZm .modal-dialog {
  height: auto;
}
.cid-tusEPj2yZm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tusEPj2yZm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tusEPj2yZm .form-wrapper .mbr-form .form-group,
  .cid-tusEPj2yZm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tusEPj2yZm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tusEPj2yZm .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-tusEPj2yZm .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tusEPj2yZm .pt-0 {
  padding-top: 0 !important;
}
.cid-tusEPj2yZm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tusEPj2yZm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tusEPj2yZm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tusEPj2yZm .modal-open {
  overflow: hidden;
}
.cid-tusEPj2yZm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tusEPj2yZm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tusEPj2yZm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tusEPj2yZm .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-tusEPj2yZm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tusEPj2yZm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tusEPj2yZm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tusEPj2yZm .modal-content {
  background: #241d0f;
  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-tusEPj2yZm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tusEPj2yZm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tusEPj2yZm .modal-backdrop.fade {
  opacity: 0;
}
.cid-tusEPj2yZm .modal-backdrop.show {
  opacity: .5;
}
.cid-tusEPj2yZm .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-tusEPj2yZm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tusEPj2yZm .modal-header {
    padding: 1rem;
  }
}
.cid-tusEPj2yZm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tusEPj2yZm .modal-header .close svg {
  fill: #bf9341;
}
.cid-tusEPj2yZm .modal-header .close:hover {
  opacity: 1;
}
.cid-tusEPj2yZm .modal-header .close:focus {
  outline: none;
}
.cid-tusEPj2yZm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tusEPj2yZm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tusEPj2yZm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tusEPj2yZm .modal-body {
    padding: 1rem;
  }
}
.cid-tusEPj2yZm .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-tusEPj2yZm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tusEPj2yZm .modal-footer {
    padding: 1rem;
  }
}
.cid-tusEPj2yZm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tusEPj2yZm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tusEPj2yZm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tusEPj2yZm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tusEPj2yZm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tusEPj2yZm .modal-lg,
  .cid-tusEPj2yZm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tusEPj2yZm .modal-xl {
    max-width: 1140px;
  }
}
.cid-tusEPj2yZm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tusEPj2yZm .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-tusEPj2yZm .form-group {
  margin-bottom: 1rem;
}
.cid-tusEPj2yZm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tusEPj2yZm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tusEPj2yZm .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-tusEPj2yZm .mbr-section-btn {
  margin: 0;
}
.cid-tusEPj2yZm .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuJDRT2OMS.popup-builder {
  background-color: #ffffff;
}
.cid-tuJDRT2OMS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuJDRT2OMS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuJDRT2OMS .modal-content,
.cid-tuJDRT2OMS .modal-dialog {
  height: auto;
}
.cid-tuJDRT2OMS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuJDRT2OMS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuJDRT2OMS .form-wrapper .mbr-form .form-group,
  .cid-tuJDRT2OMS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuJDRT2OMS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tuJDRT2OMS .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-tuJDRT2OMS .mbr-text {
  text-align: center;
  color: #bf9341;
}
.cid-tuJDRT2OMS .pt-0 {
  padding-top: 0 !important;
}
.cid-tuJDRT2OMS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuJDRT2OMS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuJDRT2OMS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuJDRT2OMS .modal-open {
  overflow: hidden;
}
.cid-tuJDRT2OMS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuJDRT2OMS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuJDRT2OMS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuJDRT2OMS .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-tuJDRT2OMS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuJDRT2OMS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuJDRT2OMS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuJDRT2OMS .modal-content {
  background: #130f08;
  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-tuJDRT2OMS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuJDRT2OMS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuJDRT2OMS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuJDRT2OMS .modal-backdrop.show {
  opacity: .5;
}
.cid-tuJDRT2OMS .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-tuJDRT2OMS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuJDRT2OMS .modal-header {
    padding: 1rem;
  }
}
.cid-tuJDRT2OMS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuJDRT2OMS .modal-header .close svg {
  fill: #bf9341;
}
.cid-tuJDRT2OMS .modal-header .close:hover {
  opacity: 1;
}
.cid-tuJDRT2OMS .modal-header .close:focus {
  outline: none;
}
.cid-tuJDRT2OMS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tuJDRT2OMS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuJDRT2OMS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuJDRT2OMS .modal-body {
    padding: 1rem;
  }
}
.cid-tuJDRT2OMS .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-tuJDRT2OMS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuJDRT2OMS .modal-footer {
    padding: 1rem;
  }
}
.cid-tuJDRT2OMS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuJDRT2OMS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuJDRT2OMS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuJDRT2OMS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuJDRT2OMS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuJDRT2OMS .modal-lg,
  .cid-tuJDRT2OMS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuJDRT2OMS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuJDRT2OMS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuJDRT2OMS .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-tuJDRT2OMS .form-group {
  margin-bottom: 1rem;
}
.cid-tuJDRT2OMS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuJDRT2OMS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuJDRT2OMS .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-tuJDRT2OMS .mbr-section-btn {
  margin: 0;
}
.cid-tuJDRT2OMS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuJDRT2OMS H3 {
  color: #bf9341;
}
.cid-tuJDRT2OMS .mbr-text,
.cid-tuJDRT2OMS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-u01EVVXAle.popup-builder {
  background-color: #ffffff;
}
.cid-u01EVVXAle.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u01EVVXAle.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u01EVVXAle .modal-content,
.cid-u01EVVXAle .modal-dialog {
  height: auto;
}
.cid-u01EVVXAle .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u01EVVXAle .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u01EVVXAle .form-wrapper .mbr-form .form-group,
  .cid-u01EVVXAle .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u01EVVXAle .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u01EVVXAle .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-u01EVVXAle .mbr-text {
  text-align: center;
  color: #e8b210;
}
.cid-u01EVVXAle .pt-0 {
  padding-top: 0 !important;
}
.cid-u01EVVXAle .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u01EVVXAle .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u01EVVXAle .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u01EVVXAle .modal-open {
  overflow: hidden;
}
.cid-u01EVVXAle .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u01EVVXAle .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u01EVVXAle .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u01EVVXAle .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-u01EVVXAle .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u01EVVXAle .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u01EVVXAle .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u01EVVXAle .modal-content {
  background: #3d3d3d;
  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-u01EVVXAle .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u01EVVXAle .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u01EVVXAle .modal-backdrop.fade {
  opacity: 0;
}
.cid-u01EVVXAle .modal-backdrop.show {
  opacity: .5;
}
.cid-u01EVVXAle .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-u01EVVXAle .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u01EVVXAle .modal-header {
    padding: 1rem;
  }
}
.cid-u01EVVXAle .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u01EVVXAle .modal-header .close svg {
  fill: #e8b210;
}
.cid-u01EVVXAle .modal-header .close:hover {
  opacity: 1;
}
.cid-u01EVVXAle .modal-header .close:focus {
  outline: none;
}
.cid-u01EVVXAle .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #e8b210;
}
.cid-u01EVVXAle .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u01EVVXAle .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u01EVVXAle .modal-body {
    padding: 1rem;
  }
}
.cid-u01EVVXAle .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-u01EVVXAle .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u01EVVXAle .modal-footer {
    padding: 1rem;
  }
}
.cid-u01EVVXAle .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u01EVVXAle .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u01EVVXAle .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u01EVVXAle .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u01EVVXAle .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u01EVVXAle .modal-lg,
  .cid-u01EVVXAle .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u01EVVXAle .modal-xl {
    max-width: 1140px;
  }
}
.cid-u01EVVXAle .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u01EVVXAle .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-u01EVVXAle .form-group {
  margin-bottom: 1rem;
}
.cid-u01EVVXAle .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u01EVVXAle .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u01EVVXAle .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-u01EVVXAle .mbr-section-btn {
  margin: 0;
}
.cid-u01EVVXAle .mbr-section-btn .btn {
  margin: 0;
}
.cid-u01EVVXAle p {
  text-align: justify !important;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tm6dKKegdl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tm6dKKegdl nav.navbar {
  position: fixed;
}
.cid-tm6dKKegdl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm6dKKegdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm6dKKegdl .dropdown-item:hover,
.cid-tm6dKKegdl .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tm6dKKegdl .dropdown-item:hover span {
  color: white;
}
.cid-tm6dKKegdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm6dKKegdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm6dKKegdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm6dKKegdl .nav-link {
  position: relative;
}
.cid-tm6dKKegdl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .container {
    flex-wrap: nowrap;
  }
}
.cid-tm6dKKegdl .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown-menu,
.cid-tm6dKKegdl .navbar.opened {
  background: #130f08 !important;
}
.cid-tm6dKKegdl .nav-item:focus,
.cid-tm6dKKegdl .nav-link:focus {
  outline: none;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm6dKKegdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm6dKKegdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.opened {
  transition: all 0.3s;
}
.cid-tm6dKKegdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm6dKKegdl .navbar .navbar-logo img {
  width: auto;
}
.cid-tm6dKKegdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm6dKKegdl .navbar.collapsed {
  justify-content: center;
}
.cid-tm6dKKegdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm6dKKegdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tm6dKKegdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm6dKKegdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm6dKKegdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm6dKKegdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tm6dKKegdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm6dKKegdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm6dKKegdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm6dKKegdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm6dKKegdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tm6dKKegdl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tm6dKKegdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm6dKKegdl .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-tm6dKKegdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm6dKKegdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm6dKKegdl .dropdown-item.active,
.cid-tm6dKKegdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tm6dKKegdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm6dKKegdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm6dKKegdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm6dKKegdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm6dKKegdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tm6dKKegdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm6dKKegdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm6dKKegdl .navbar {
    height: 70px;
  }
  .cid-tm6dKKegdl .navbar.opened {
    height: auto;
  }
  .cid-tm6dKKegdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmbsVhphIT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tmbsVhphIT .mbr-section-subtitle {
  color: #d7af00;
}
.cid-tmbsVhphIT .mbr-text {
  color: #bbbbbb;
}
.cid-tusn81MrAR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tusn81MrAR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tusn81MrAR .row {
  flex-direction: row-reverse;
}
.cid-tusn81MrAR img {
  width: 100%;
}
.cid-tuEKuovwkr {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuEKuovwkr a {
  text-align: center;
}
.cid-tuEKuovwkr p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuEKuovwkr span {
  font-size: 2rem;
}
.cid-tuEKuovwkr .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuEKuovwkr .social-list a:focus {
  text-decoration: none;
}
.cid-tuEKuovwkr .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuEKuovwkr .media-container-row a {
  margin: 0 1rem;
}
.cid-tuEKuovwkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEKuovwkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEKuovwkr P {
  text-align: center;
  color: #bf9341;
}
.cid-tm900OM9PV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .mbr-text {
  color: #767676;
}
.cid-tm900OM9PV .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tm900OM9PV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm900OM9PV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tm900OM9PV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tm900OM9PV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tm900OM9PV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm900OM9PV .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR8X8x.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR8X8x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR8X8x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR8X8x .modal-content,
.cid-tvKQFR8X8x .modal-dialog {
  height: auto;
}
.cid-tvKQFR8X8x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR8X8x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR8X8x .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR8X8x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR8X8x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR8X8x .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-tvKQFR8X8x .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR8X8x .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR8X8x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR8X8x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR8X8x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR8X8x .modal-open {
  overflow: hidden;
}
.cid-tvKQFR8X8x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR8X8x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR8X8x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR8X8x .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-tvKQFR8X8x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR8X8x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR8X8x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR8X8x .modal-content {
  background: #241d0f;
  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-tvKQFR8X8x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR8X8x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR8X8x .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR8X8x .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR8X8x .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-tvKQFR8X8x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8X8x .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR8X8x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR8X8x .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR8X8x .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR8X8x .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR8X8x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR8X8x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR8X8x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8X8x .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR8X8x .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-tvKQFR8X8x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8X8x .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR8X8x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR8X8x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR8X8x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR8X8x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR8X8x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR8X8x .modal-lg,
  .cid-tvKQFR8X8x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR8X8x .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR8X8x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR8X8x .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-tvKQFR8X8x .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR8X8x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR8X8x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR8X8x .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-tvKQFR8X8x .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR8X8x .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVtg9g.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVtg9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVtg9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVtg9g .modal-content,
.cid-tvKQLVtg9g .modal-dialog {
  height: auto;
}
.cid-tvKQLVtg9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVtg9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVtg9g .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVtg9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVtg9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVtg9g .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-tvKQLVtg9g .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVtg9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVtg9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVtg9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVtg9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVtg9g .modal-open {
  overflow: hidden;
}
.cid-tvKQLVtg9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVtg9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVtg9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVtg9g .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-tvKQLVtg9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVtg9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVtg9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVtg9g .modal-content {
  background: #241d0f;
  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-tvKQLVtg9g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVtg9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVtg9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVtg9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVtg9g .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-tvKQLVtg9g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtg9g .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVtg9g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVtg9g .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVtg9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVtg9g .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVtg9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVtg9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVtg9g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtg9g .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVtg9g .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-tvKQLVtg9g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtg9g .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVtg9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVtg9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVtg9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVtg9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVtg9g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVtg9g .modal-lg,
  .cid-tvKQLVtg9g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVtg9g .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVtg9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVtg9g .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-tvKQLVtg9g .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVtg9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVtg9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVtg9g .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-tvKQLVtg9g .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVtg9g .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tmbuPswqUv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmbuPswqUv nav.navbar {
  position: fixed;
}
.cid-tmbuPswqUv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmbuPswqUv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmbuPswqUv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmbuPswqUv .dropdown-item:hover,
.cid-tmbuPswqUv .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tmbuPswqUv .dropdown-item:hover span {
  color: white;
}
.cid-tmbuPswqUv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmbuPswqUv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmbuPswqUv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmbuPswqUv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmbuPswqUv .nav-link {
  position: relative;
}
.cid-tmbuPswqUv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmbuPswqUv .container {
    flex-wrap: nowrap;
  }
}
.cid-tmbuPswqUv .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmbuPswqUv .dropdown-menu,
.cid-tmbuPswqUv .navbar.opened {
  background: #130f08 !important;
}
.cid-tmbuPswqUv .nav-item:focus,
.cid-tmbuPswqUv .nav-link:focus {
  outline: none;
}
.cid-tmbuPswqUv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmbuPswqUv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmbuPswqUv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmbuPswqUv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmbuPswqUv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmbuPswqUv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmbuPswqUv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tmbuPswqUv .navbar.opened {
  transition: all 0.3s;
}
.cid-tmbuPswqUv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmbuPswqUv .navbar .navbar-logo img {
  width: auto;
}
.cid-tmbuPswqUv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmbuPswqUv .navbar.collapsed {
  justify-content: center;
}
.cid-tmbuPswqUv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmbuPswqUv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmbuPswqUv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tmbuPswqUv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmbuPswqUv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmbuPswqUv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tmbuPswqUv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmbuPswqUv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmbuPswqUv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmbuPswqUv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmbuPswqUv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmbuPswqUv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmbuPswqUv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmbuPswqUv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tmbuPswqUv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmbuPswqUv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmbuPswqUv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmbuPswqUv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmbuPswqUv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmbuPswqUv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmbuPswqUv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmbuPswqUv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmbuPswqUv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmbuPswqUv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmbuPswqUv .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-tmbuPswqUv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmbuPswqUv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmbuPswqUv .dropdown-item.active,
.cid-tmbuPswqUv .dropdown-item:active {
  background-color: transparent;
}
.cid-tmbuPswqUv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmbuPswqUv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmbuPswqUv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmbuPswqUv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tmbuPswqUv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmbuPswqUv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmbuPswqUv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmbuPswqUv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmbuPswqUv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmbuPswqUv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tmbuPswqUv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmbuPswqUv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmbuPswqUv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmbuPswqUv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmbuPswqUv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmbuPswqUv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmbuPswqUv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmbuPswqUv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmbuPswqUv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmbuPswqUv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmbuPswqUv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmbuPswqUv .navbar {
    height: 70px;
  }
  .cid-tmbuPswqUv .navbar.opened {
    height: auto;
  }
  .cid-tmbuPswqUv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmbuPsTaI7 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-tmbuPsTaI7 .mbr-section-subtitle {
  color: #d7af00;
}
.cid-tmbuPsTaI7 .mbr-text {
  color: #bbbbbb;
}
.cid-tusohiQj6N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tusohiQj6N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tusohiQj6N .row {
  flex-direction: row-reverse;
}
.cid-tusohiQj6N img {
  width: 100%;
}
.cid-tuEKVPwGiH {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuEKVPwGiH a {
  text-align: center;
}
.cid-tuEKVPwGiH p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuEKVPwGiH span {
  font-size: 2rem;
}
.cid-tuEKVPwGiH .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuEKVPwGiH .social-list a:focus {
  text-decoration: none;
}
.cid-tuEKVPwGiH .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuEKVPwGiH .media-container-row a {
  margin: 0 1rem;
}
.cid-tuEKVPwGiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEKVPwGiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEKVPwGiH P {
  text-align: center;
  color: #bf9341;
}
.cid-tmbuPtxnfZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tmbuPtxnfZ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmbuPtxnfZ .mbr-text {
  color: #767676;
}
.cid-tmbuPtxnfZ .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tmbuPtxnfZ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tmbuPtxnfZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmbuPtxnfZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tmbuPtxnfZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmbuPtxnfZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tmbuPtxnfZ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmbuPtxnfZ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmbuPtxnfZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmbuPtxnfZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmbuPtxnfZ .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR8Ktt.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR8Ktt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR8Ktt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR8Ktt .modal-content,
.cid-tvKQFR8Ktt .modal-dialog {
  height: auto;
}
.cid-tvKQFR8Ktt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR8Ktt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR8Ktt .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR8Ktt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR8Ktt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR8Ktt .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-tvKQFR8Ktt .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR8Ktt .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR8Ktt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR8Ktt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR8Ktt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR8Ktt .modal-open {
  overflow: hidden;
}
.cid-tvKQFR8Ktt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR8Ktt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR8Ktt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR8Ktt .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-tvKQFR8Ktt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR8Ktt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR8Ktt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR8Ktt .modal-content {
  background: #241d0f;
  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-tvKQFR8Ktt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR8Ktt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR8Ktt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR8Ktt .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR8Ktt .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-tvKQFR8Ktt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8Ktt .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR8Ktt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR8Ktt .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR8Ktt .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR8Ktt .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR8Ktt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR8Ktt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR8Ktt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8Ktt .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR8Ktt .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-tvKQFR8Ktt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8Ktt .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR8Ktt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR8Ktt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR8Ktt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR8Ktt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR8Ktt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR8Ktt .modal-lg,
  .cid-tvKQFR8Ktt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR8Ktt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR8Ktt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR8Ktt .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-tvKQFR8Ktt .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR8Ktt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR8Ktt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR8Ktt .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-tvKQFR8Ktt .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR8Ktt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVtZFJ.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVtZFJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVtZFJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVtZFJ .modal-content,
.cid-tvKQLVtZFJ .modal-dialog {
  height: auto;
}
.cid-tvKQLVtZFJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVtZFJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVtZFJ .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVtZFJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVtZFJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVtZFJ .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-tvKQLVtZFJ .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVtZFJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVtZFJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVtZFJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVtZFJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVtZFJ .modal-open {
  overflow: hidden;
}
.cid-tvKQLVtZFJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVtZFJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVtZFJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVtZFJ .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-tvKQLVtZFJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVtZFJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVtZFJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVtZFJ .modal-content {
  background: #241d0f;
  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-tvKQLVtZFJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVtZFJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVtZFJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVtZFJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVtZFJ .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-tvKQLVtZFJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtZFJ .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVtZFJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVtZFJ .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVtZFJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVtZFJ .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVtZFJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVtZFJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVtZFJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtZFJ .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVtZFJ .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-tvKQLVtZFJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtZFJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVtZFJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVtZFJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVtZFJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVtZFJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVtZFJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVtZFJ .modal-lg,
  .cid-tvKQLVtZFJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVtZFJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVtZFJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVtZFJ .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-tvKQLVtZFJ .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVtZFJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVtZFJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVtZFJ .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-tvKQLVtZFJ .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVtZFJ .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tmbyMlaDpg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmbyMlaDpg nav.navbar {
  position: fixed;
}
.cid-tmbyMlaDpg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmbyMlaDpg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmbyMlaDpg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmbyMlaDpg .dropdown-item:hover,
.cid-tmbyMlaDpg .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tmbyMlaDpg .dropdown-item:hover span {
  color: white;
}
.cid-tmbyMlaDpg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmbyMlaDpg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmbyMlaDpg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmbyMlaDpg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmbyMlaDpg .nav-link {
  position: relative;
}
.cid-tmbyMlaDpg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmbyMlaDpg .container {
    flex-wrap: nowrap;
  }
}
.cid-tmbyMlaDpg .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmbyMlaDpg .dropdown-menu,
.cid-tmbyMlaDpg .navbar.opened {
  background: #130f08 !important;
}
.cid-tmbyMlaDpg .nav-item:focus,
.cid-tmbyMlaDpg .nav-link:focus {
  outline: none;
}
.cid-tmbyMlaDpg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmbyMlaDpg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmbyMlaDpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmbyMlaDpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmbyMlaDpg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmbyMlaDpg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmbyMlaDpg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tmbyMlaDpg .navbar.opened {
  transition: all 0.3s;
}
.cid-tmbyMlaDpg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmbyMlaDpg .navbar .navbar-logo img {
  width: auto;
}
.cid-tmbyMlaDpg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmbyMlaDpg .navbar.collapsed {
  justify-content: center;
}
.cid-tmbyMlaDpg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmbyMlaDpg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmbyMlaDpg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tmbyMlaDpg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmbyMlaDpg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmbyMlaDpg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tmbyMlaDpg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmbyMlaDpg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmbyMlaDpg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmbyMlaDpg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmbyMlaDpg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmbyMlaDpg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmbyMlaDpg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmbyMlaDpg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tmbyMlaDpg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmbyMlaDpg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmbyMlaDpg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmbyMlaDpg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmbyMlaDpg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmbyMlaDpg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmbyMlaDpg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmbyMlaDpg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmbyMlaDpg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmbyMlaDpg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmbyMlaDpg .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-tmbyMlaDpg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmbyMlaDpg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmbyMlaDpg .dropdown-item.active,
.cid-tmbyMlaDpg .dropdown-item:active {
  background-color: transparent;
}
.cid-tmbyMlaDpg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmbyMlaDpg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmbyMlaDpg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmbyMlaDpg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tmbyMlaDpg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmbyMlaDpg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmbyMlaDpg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmbyMlaDpg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmbyMlaDpg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmbyMlaDpg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tmbyMlaDpg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmbyMlaDpg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmbyMlaDpg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmbyMlaDpg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmbyMlaDpg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmbyMlaDpg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmbyMlaDpg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmbyMlaDpg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmbyMlaDpg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmbyMlaDpg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmbyMlaDpg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmbyMlaDpg .navbar {
    height: 70px;
  }
  .cid-tmbyMlaDpg .navbar.opened {
    height: auto;
  }
  .cid-tmbyMlaDpg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tscEtEDaQH {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/puma2006-very-beautiful-business-woman-question-desktop-monitor-dea7cc1c-82a0-4562-ae49-01575c7ae602-3.webp");
}
.cid-tscEtEDaQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tscEtEDaQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tusnEIGRcd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tusnEIGRcd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tusnEIGRcd .row {
  flex-direction: row-reverse;
}
.cid-tusnEIGRcd img {
  width: 100%;
}
.cid-tmbyMluNKk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tmbyMluNKk .mbr-section-subtitle {
  color: #d7af00;
}
.cid-tmbyMluNKk .mbr-text {
  color: #bbbbbb;
}
.cid-tuEKxSg9Jh {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuEKxSg9Jh a {
  text-align: center;
}
.cid-tuEKxSg9Jh p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuEKxSg9Jh span {
  font-size: 2rem;
}
.cid-tuEKxSg9Jh .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuEKxSg9Jh .social-list a:focus {
  text-decoration: none;
}
.cid-tuEKxSg9Jh .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuEKxSg9Jh .media-container-row a {
  margin: 0 1rem;
}
.cid-tuEKxSg9Jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEKxSg9Jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEKxSg9Jh P {
  text-align: center;
  color: #bf9341;
}
.cid-tmbyMm0aXr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tmbyMm0aXr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmbyMm0aXr .mbr-text {
  color: #767676;
}
.cid-tmbyMm0aXr .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tmbyMm0aXr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tmbyMm0aXr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmbyMm0aXr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tmbyMm0aXr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmbyMm0aXr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tmbyMm0aXr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmbyMm0aXr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmbyMm0aXr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmbyMm0aXr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmbyMm0aXr .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR8S7D.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR8S7D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR8S7D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR8S7D .modal-content,
.cid-tvKQFR8S7D .modal-dialog {
  height: auto;
}
.cid-tvKQFR8S7D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR8S7D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR8S7D .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR8S7D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR8S7D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR8S7D .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-tvKQFR8S7D .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR8S7D .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR8S7D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR8S7D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR8S7D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR8S7D .modal-open {
  overflow: hidden;
}
.cid-tvKQFR8S7D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR8S7D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR8S7D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR8S7D .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-tvKQFR8S7D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR8S7D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR8S7D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR8S7D .modal-content {
  background: #241d0f;
  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-tvKQFR8S7D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR8S7D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR8S7D .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR8S7D .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR8S7D .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-tvKQFR8S7D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8S7D .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR8S7D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR8S7D .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR8S7D .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR8S7D .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR8S7D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR8S7D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR8S7D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8S7D .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR8S7D .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-tvKQFR8S7D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8S7D .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR8S7D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR8S7D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR8S7D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR8S7D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR8S7D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR8S7D .modal-lg,
  .cid-tvKQFR8S7D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR8S7D .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR8S7D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR8S7D .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-tvKQFR8S7D .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR8S7D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR8S7D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR8S7D .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-tvKQFR8S7D .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR8S7D .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVtcYL.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVtcYL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVtcYL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVtcYL .modal-content,
.cid-tvKQLVtcYL .modal-dialog {
  height: auto;
}
.cid-tvKQLVtcYL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVtcYL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVtcYL .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVtcYL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVtcYL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVtcYL .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-tvKQLVtcYL .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVtcYL .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVtcYL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVtcYL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVtcYL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVtcYL .modal-open {
  overflow: hidden;
}
.cid-tvKQLVtcYL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVtcYL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVtcYL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVtcYL .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-tvKQLVtcYL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVtcYL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVtcYL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVtcYL .modal-content {
  background: #241d0f;
  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-tvKQLVtcYL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVtcYL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVtcYL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVtcYL .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVtcYL .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-tvKQLVtcYL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtcYL .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVtcYL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVtcYL .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVtcYL .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVtcYL .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVtcYL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVtcYL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVtcYL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtcYL .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVtcYL .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-tvKQLVtcYL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtcYL .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVtcYL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVtcYL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVtcYL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVtcYL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVtcYL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVtcYL .modal-lg,
  .cid-tvKQLVtcYL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVtcYL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVtcYL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVtcYL .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-tvKQLVtcYL .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVtcYL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVtcYL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVtcYL .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-tvKQLVtcYL .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVtcYL .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tsdff7tIBN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsdff7tIBN nav.navbar {
  position: fixed;
}
.cid-tsdff7tIBN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsdff7tIBN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsdff7tIBN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsdff7tIBN .dropdown-item:hover,
.cid-tsdff7tIBN .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tsdff7tIBN .dropdown-item:hover span {
  color: white;
}
.cid-tsdff7tIBN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsdff7tIBN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsdff7tIBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsdff7tIBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsdff7tIBN .nav-link {
  position: relative;
}
.cid-tsdff7tIBN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsdff7tIBN .container {
    flex-wrap: nowrap;
  }
}
.cid-tsdff7tIBN .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsdff7tIBN .dropdown-menu,
.cid-tsdff7tIBN .navbar.opened {
  background: #130f08 !important;
}
.cid-tsdff7tIBN .nav-item:focus,
.cid-tsdff7tIBN .nav-link:focus {
  outline: none;
}
.cid-tsdff7tIBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsdff7tIBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsdff7tIBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsdff7tIBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsdff7tIBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsdff7tIBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsdff7tIBN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tsdff7tIBN .navbar.opened {
  transition: all 0.3s;
}
.cid-tsdff7tIBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsdff7tIBN .navbar .navbar-logo img {
  width: auto;
}
.cid-tsdff7tIBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsdff7tIBN .navbar.collapsed {
  justify-content: center;
}
.cid-tsdff7tIBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsdff7tIBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsdff7tIBN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tsdff7tIBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsdff7tIBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsdff7tIBN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsdff7tIBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsdff7tIBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsdff7tIBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsdff7tIBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsdff7tIBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsdff7tIBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsdff7tIBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsdff7tIBN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsdff7tIBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsdff7tIBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsdff7tIBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsdff7tIBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsdff7tIBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsdff7tIBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsdff7tIBN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsdff7tIBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsdff7tIBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsdff7tIBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsdff7tIBN .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-tsdff7tIBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsdff7tIBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsdff7tIBN .dropdown-item.active,
.cid-tsdff7tIBN .dropdown-item:active {
  background-color: transparent;
}
.cid-tsdff7tIBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsdff7tIBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsdff7tIBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsdff7tIBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tsdff7tIBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsdff7tIBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsdff7tIBN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsdff7tIBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsdff7tIBN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsdff7tIBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tsdff7tIBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsdff7tIBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsdff7tIBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsdff7tIBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsdff7tIBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsdff7tIBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsdff7tIBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsdff7tIBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsdff7tIBN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsdff7tIBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsdff7tIBN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsdff7tIBN .navbar {
    height: 70px;
  }
  .cid-tsdff7tIBN .navbar.opened {
    height: auto;
  }
  .cid-tsdff7tIBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsdff87vwo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tsdff87vwo .mbr-section-subtitle {
  color: #bf9341;
}
.cid-tsdff87vwo .mbr-text {
  color: #bbbbbb;
}
.cid-tuEKMBAugS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuEKMBAugS a {
  text-align: center;
}
.cid-tuEKMBAugS p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuEKMBAugS span {
  font-size: 2rem;
}
.cid-tuEKMBAugS .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuEKMBAugS .social-list a:focus {
  text-decoration: none;
}
.cid-tuEKMBAugS .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuEKMBAugS .media-container-row a {
  margin: 0 1rem;
}
.cid-tuEKMBAugS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEKMBAugS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEKMBAugS P {
  text-align: center;
  color: #bf9341;
}
.cid-tsdff8ORTQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tsdff8ORTQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsdff8ORTQ .mbr-text {
  color: #767676;
}
.cid-tsdff8ORTQ .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tsdff8ORTQ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tsdff8ORTQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsdff8ORTQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tsdff8ORTQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsdff8ORTQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tsdff8ORTQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tsdff8ORTQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tsdff8ORTQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsdff8ORTQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsdff8ORTQ .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR88M5.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR88M5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR88M5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR88M5 .modal-content,
.cid-tvKQFR88M5 .modal-dialog {
  height: auto;
}
.cid-tvKQFR88M5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR88M5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR88M5 .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR88M5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR88M5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR88M5 .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-tvKQFR88M5 .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR88M5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR88M5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR88M5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR88M5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR88M5 .modal-open {
  overflow: hidden;
}
.cid-tvKQFR88M5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR88M5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR88M5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR88M5 .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-tvKQFR88M5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR88M5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR88M5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR88M5 .modal-content {
  background: #241d0f;
  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-tvKQFR88M5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR88M5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR88M5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR88M5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR88M5 .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-tvKQFR88M5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR88M5 .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR88M5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR88M5 .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR88M5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR88M5 .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR88M5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR88M5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR88M5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR88M5 .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR88M5 .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-tvKQFR88M5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR88M5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR88M5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR88M5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR88M5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR88M5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR88M5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR88M5 .modal-lg,
  .cid-tvKQFR88M5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR88M5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR88M5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR88M5 .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-tvKQFR88M5 .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR88M5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR88M5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR88M5 .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-tvKQFR88M5 .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR88M5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVt8ST.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVt8ST.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVt8ST.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVt8ST .modal-content,
.cid-tvKQLVt8ST .modal-dialog {
  height: auto;
}
.cid-tvKQLVt8ST .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVt8ST .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVt8ST .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVt8ST .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVt8ST .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVt8ST .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-tvKQLVt8ST .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVt8ST .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVt8ST .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVt8ST .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVt8ST .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVt8ST .modal-open {
  overflow: hidden;
}
.cid-tvKQLVt8ST .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVt8ST .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVt8ST .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVt8ST .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-tvKQLVt8ST .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVt8ST .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVt8ST .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVt8ST .modal-content {
  background: #241d0f;
  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-tvKQLVt8ST .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVt8ST .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVt8ST .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVt8ST .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVt8ST .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-tvKQLVt8ST .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVt8ST .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVt8ST .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVt8ST .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVt8ST .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVt8ST .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVt8ST .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVt8ST .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVt8ST .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVt8ST .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVt8ST .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-tvKQLVt8ST .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVt8ST .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVt8ST .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVt8ST .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVt8ST .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVt8ST .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVt8ST .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVt8ST .modal-lg,
  .cid-tvKQLVt8ST .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVt8ST .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVt8ST .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVt8ST .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-tvKQLVt8ST .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVt8ST .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVt8ST .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVt8ST .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-tvKQLVt8ST .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVt8ST .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tsdgd84eDh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsdgd84eDh nav.navbar {
  position: fixed;
}
.cid-tsdgd84eDh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsdgd84eDh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsdgd84eDh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsdgd84eDh .dropdown-item:hover,
.cid-tsdgd84eDh .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tsdgd84eDh .dropdown-item:hover span {
  color: white;
}
.cid-tsdgd84eDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsdgd84eDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsdgd84eDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsdgd84eDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsdgd84eDh .nav-link {
  position: relative;
}
.cid-tsdgd84eDh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsdgd84eDh .container {
    flex-wrap: nowrap;
  }
}
.cid-tsdgd84eDh .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsdgd84eDh .dropdown-menu,
.cid-tsdgd84eDh .navbar.opened {
  background: #130f08 !important;
}
.cid-tsdgd84eDh .nav-item:focus,
.cid-tsdgd84eDh .nav-link:focus {
  outline: none;
}
.cid-tsdgd84eDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsdgd84eDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsdgd84eDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsdgd84eDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsdgd84eDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsdgd84eDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsdgd84eDh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tsdgd84eDh .navbar.opened {
  transition: all 0.3s;
}
.cid-tsdgd84eDh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsdgd84eDh .navbar .navbar-logo img {
  width: auto;
}
.cid-tsdgd84eDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsdgd84eDh .navbar.collapsed {
  justify-content: center;
}
.cid-tsdgd84eDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsdgd84eDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsdgd84eDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tsdgd84eDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsdgd84eDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsdgd84eDh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsdgd84eDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsdgd84eDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsdgd84eDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsdgd84eDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsdgd84eDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsdgd84eDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsdgd84eDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsdgd84eDh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsdgd84eDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsdgd84eDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsdgd84eDh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsdgd84eDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsdgd84eDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsdgd84eDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsdgd84eDh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsdgd84eDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsdgd84eDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsdgd84eDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsdgd84eDh .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-tsdgd84eDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsdgd84eDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsdgd84eDh .dropdown-item.active,
.cid-tsdgd84eDh .dropdown-item:active {
  background-color: transparent;
}
.cid-tsdgd84eDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsdgd84eDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsdgd84eDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsdgd84eDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tsdgd84eDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsdgd84eDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsdgd84eDh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsdgd84eDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsdgd84eDh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsdgd84eDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tsdgd84eDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsdgd84eDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsdgd84eDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsdgd84eDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsdgd84eDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsdgd84eDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsdgd84eDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsdgd84eDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsdgd84eDh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsdgd84eDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsdgd84eDh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsdgd84eDh .navbar {
    height: 70px;
  }
  .cid-tsdgd84eDh .navbar.opened {
    height: auto;
  }
  .cid-tsdgd84eDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsdgd8BgkC {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/puma2006-beautifill-modern-office-beautifull-business-woman-ult-b7e392cc-0535-4208-b01f-2855879e4a55-2.webp");
}
.cid-tsdgd8BgkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsdgd8BgkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuspXDorza {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tuspXDorza .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuspXDorza .row {
  flex-direction: row-reverse;
}
.cid-tuspXDorza img {
  width: 100%;
}
.cid-tsdgd90IEW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tsdgd90IEW .mbr-section-subtitle {
  color: #bf9341;
}
.cid-tsdgd90IEW .mbr-text {
  color: #bbbbbb;
}
.cid-tuEKScu997 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuEKScu997 a {
  text-align: center;
}
.cid-tuEKScu997 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuEKScu997 span {
  font-size: 2rem;
}
.cid-tuEKScu997 .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuEKScu997 .social-list a:focus {
  text-decoration: none;
}
.cid-tuEKScu997 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuEKScu997 .media-container-row a {
  margin: 0 1rem;
}
.cid-tuEKScu997 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEKScu997 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEKScu997 P {
  text-align: center;
  color: #bf9341;
}
.cid-tsdgd9Hnng {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tsdgd9Hnng .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsdgd9Hnng .mbr-text {
  color: #767676;
}
.cid-tsdgd9Hnng .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tsdgd9Hnng .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tsdgd9Hnng .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsdgd9Hnng .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tsdgd9Hnng .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsdgd9Hnng .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tsdgd9Hnng .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tsdgd9Hnng .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tsdgd9Hnng .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsdgd9Hnng .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsdgd9Hnng .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR8NpR.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR8NpR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR8NpR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR8NpR .modal-content,
.cid-tvKQFR8NpR .modal-dialog {
  height: auto;
}
.cid-tvKQFR8NpR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR8NpR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR8NpR .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR8NpR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR8NpR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR8NpR .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-tvKQFR8NpR .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR8NpR .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR8NpR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR8NpR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR8NpR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR8NpR .modal-open {
  overflow: hidden;
}
.cid-tvKQFR8NpR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR8NpR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR8NpR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR8NpR .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-tvKQFR8NpR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR8NpR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR8NpR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR8NpR .modal-content {
  background: #241d0f;
  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-tvKQFR8NpR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR8NpR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR8NpR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR8NpR .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR8NpR .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-tvKQFR8NpR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8NpR .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR8NpR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR8NpR .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR8NpR .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR8NpR .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR8NpR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR8NpR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR8NpR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8NpR .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR8NpR .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-tvKQFR8NpR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8NpR .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR8NpR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR8NpR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR8NpR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR8NpR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR8NpR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR8NpR .modal-lg,
  .cid-tvKQFR8NpR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR8NpR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR8NpR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR8NpR .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-tvKQFR8NpR .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR8NpR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR8NpR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR8NpR .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-tvKQFR8NpR .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR8NpR .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVtjMy.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVtjMy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVtjMy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVtjMy .modal-content,
.cid-tvKQLVtjMy .modal-dialog {
  height: auto;
}
.cid-tvKQLVtjMy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVtjMy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVtjMy .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVtjMy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVtjMy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVtjMy .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-tvKQLVtjMy .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVtjMy .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVtjMy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVtjMy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVtjMy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVtjMy .modal-open {
  overflow: hidden;
}
.cid-tvKQLVtjMy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVtjMy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVtjMy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVtjMy .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-tvKQLVtjMy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVtjMy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVtjMy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVtjMy .modal-content {
  background: #241d0f;
  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-tvKQLVtjMy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVtjMy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVtjMy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVtjMy .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVtjMy .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-tvKQLVtjMy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtjMy .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVtjMy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVtjMy .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVtjMy .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVtjMy .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVtjMy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVtjMy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVtjMy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtjMy .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVtjMy .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-tvKQLVtjMy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtjMy .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVtjMy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVtjMy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVtjMy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVtjMy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVtjMy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVtjMy .modal-lg,
  .cid-tvKQLVtjMy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVtjMy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVtjMy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVtjMy .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-tvKQLVtjMy .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVtjMy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVtjMy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVtjMy .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-tvKQLVtjMy .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVtjMy .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tm6dKKegdl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tm6dKKegdl nav.navbar {
  position: fixed;
}
.cid-tm6dKKegdl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm6dKKegdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm6dKKegdl .dropdown-item:hover,
.cid-tm6dKKegdl .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tm6dKKegdl .dropdown-item:hover span {
  color: white;
}
.cid-tm6dKKegdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm6dKKegdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm6dKKegdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm6dKKegdl .nav-link {
  position: relative;
}
.cid-tm6dKKegdl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .container {
    flex-wrap: nowrap;
  }
}
.cid-tm6dKKegdl .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown-menu,
.cid-tm6dKKegdl .navbar.opened {
  background: #130f08 !important;
}
.cid-tm6dKKegdl .nav-item:focus,
.cid-tm6dKKegdl .nav-link:focus {
  outline: none;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm6dKKegdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm6dKKegdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.opened {
  transition: all 0.3s;
}
.cid-tm6dKKegdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm6dKKegdl .navbar .navbar-logo img {
  width: auto;
}
.cid-tm6dKKegdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm6dKKegdl .navbar.collapsed {
  justify-content: center;
}
.cid-tm6dKKegdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm6dKKegdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tm6dKKegdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm6dKKegdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm6dKKegdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm6dKKegdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tm6dKKegdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm6dKKegdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm6dKKegdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm6dKKegdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm6dKKegdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tm6dKKegdl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tm6dKKegdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm6dKKegdl .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-tm6dKKegdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm6dKKegdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm6dKKegdl .dropdown-item.active,
.cid-tm6dKKegdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tm6dKKegdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm6dKKegdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm6dKKegdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm6dKKegdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm6dKKegdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tm6dKKegdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm6dKKegdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm6dKKegdl .navbar {
    height: 70px;
  }
  .cid-tm6dKKegdl .navbar.opened {
    height: auto;
  }
  .cid-tm6dKKegdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuEFB3o8xt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuEFB3o8xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEFB3o8xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEFB3o8xt .item {
  padding-bottom: 2rem;
}
.cid-tuEFB3o8xt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tuEFB3o8xt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tuEFB3o8xt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tuEFB3o8xt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tuEFB3o8xt .carousel-control,
.cid-tuEFB3o8xt .close {
  background: #1b1b1b;
}
.cid-tuEFB3o8xt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tuEFB3o8xt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tuEFB3o8xt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tuEFB3o8xt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tuEFB3o8xt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tuEFB3o8xt .close::before {
  content: '\e91a';
}
.cid-tuEFB3o8xt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuEFB3o8xt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tuEFB3o8xt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuEFB3o8xt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuEFB3o8xt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuEFB3o8xt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tuEFB3o8xt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tuEFB3o8xt .carousel-indicators li.active,
.cid-tuEFB3o8xt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuEFB3o8xt .carousel-indicators li::after,
.cid-tuEFB3o8xt .carousel-indicators li::before {
  content: none;
}
.cid-tuEFB3o8xt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuEFB3o8xt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tuEFB3o8xt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tuEFB3o8xt .carousel-indicators {
    display: none;
  }
}
.cid-tuEFB3o8xt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tuEFB3o8xt .carousel-inner > .active {
  display: block;
}
.cid-tuEFB3o8xt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuEFB3o8xt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuEFB3o8xt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tuEFB3o8xt .carousel-control,
  .cid-tuEFB3o8xt .carousel-indicators,
  .cid-tuEFB3o8xt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tuEFB3o8xt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tuEFB3o8xt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuEFB3o8xt .carousel-indicators .active,
.cid-tuEFB3o8xt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tuEFB3o8xt .carousel-indicators .active {
  background: #fff;
}
.cid-tuEFB3o8xt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tuEFB3o8xt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tuEFB3o8xt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuEFB3o8xt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tuEFB3o8xt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tuEFB3o8xt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tuEFB3o8xt .carousel {
  width: 100%;
}
.cid-tuEFB3o8xt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tuEFB3o8xt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tuEFB3o8xt .modal.fade .modal-dialog,
.cid-tuEFB3o8xt .modal.in .modal-dialog {
  transform: none;
}
.cid-tuEFB3o8xt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tuEFB3o8xt H6 {
  text-align: center;
}
.cid-tuEFB3o8xt H3 {
  color: #bf9341;
}
.cid-tuEFB3o8xt H4 {
  color: #bbbbbb;
}
.cid-tuEGPyX0wH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuEGPyX0wH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEGPyX0wH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEGPyX0wH .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tuEGPyX0wH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuEGPyX0wH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuEGPyX0wH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuEGPyX0wH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tuEGPyX0wH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tuEGPyX0wH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuEGPyX0wH .card-title {
  color: #bf9341;
}
.cid-tuEGPyX0wH .mbr-text,
.cid-tuEGPyX0wH .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tuEJ8wimP2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuEJ8wimP2 a {
  text-align: center;
}
.cid-tuEJ8wimP2 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuEJ8wimP2 span {
  font-size: 2rem;
}
.cid-tuEJ8wimP2 .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuEJ8wimP2 .social-list a:focus {
  text-decoration: none;
}
.cid-tuEJ8wimP2 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuEJ8wimP2 .media-container-row a {
  margin: 0 1rem;
}
.cid-tuEJ8wimP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuEJ8wimP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuEJ8wimP2 P {
  text-align: center;
  color: #bf9341;
}
.cid-tm900OM9PV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .mbr-text {
  color: #767676;
}
.cid-tm900OM9PV .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tm900OM9PV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm900OM9PV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tm900OM9PV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tm900OM9PV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tm900OM9PV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm900OM9PV .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR8KEy.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR8KEy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR8KEy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR8KEy .modal-content,
.cid-tvKQFR8KEy .modal-dialog {
  height: auto;
}
.cid-tvKQFR8KEy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR8KEy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR8KEy .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR8KEy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR8KEy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR8KEy .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-tvKQFR8KEy .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR8KEy .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR8KEy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR8KEy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR8KEy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR8KEy .modal-open {
  overflow: hidden;
}
.cid-tvKQFR8KEy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR8KEy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR8KEy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR8KEy .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-tvKQFR8KEy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR8KEy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR8KEy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR8KEy .modal-content {
  background: #241d0f;
  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-tvKQFR8KEy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR8KEy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR8KEy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR8KEy .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR8KEy .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-tvKQFR8KEy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8KEy .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR8KEy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR8KEy .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR8KEy .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR8KEy .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR8KEy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR8KEy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR8KEy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8KEy .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR8KEy .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-tvKQFR8KEy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR8KEy .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR8KEy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR8KEy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR8KEy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR8KEy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR8KEy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR8KEy .modal-lg,
  .cid-tvKQFR8KEy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR8KEy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR8KEy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR8KEy .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-tvKQFR8KEy .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR8KEy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR8KEy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR8KEy .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-tvKQFR8KEy .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR8KEy .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVtJf1.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVtJf1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVtJf1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVtJf1 .modal-content,
.cid-tvKQLVtJf1 .modal-dialog {
  height: auto;
}
.cid-tvKQLVtJf1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVtJf1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVtJf1 .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVtJf1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVtJf1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVtJf1 .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-tvKQLVtJf1 .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVtJf1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVtJf1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVtJf1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVtJf1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVtJf1 .modal-open {
  overflow: hidden;
}
.cid-tvKQLVtJf1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVtJf1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVtJf1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVtJf1 .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-tvKQLVtJf1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVtJf1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVtJf1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVtJf1 .modal-content {
  background: #241d0f;
  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-tvKQLVtJf1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVtJf1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVtJf1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVtJf1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVtJf1 .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-tvKQLVtJf1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtJf1 .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVtJf1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVtJf1 .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVtJf1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVtJf1 .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVtJf1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVtJf1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVtJf1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtJf1 .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVtJf1 .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-tvKQLVtJf1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVtJf1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVtJf1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVtJf1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVtJf1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVtJf1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVtJf1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVtJf1 .modal-lg,
  .cid-tvKQLVtJf1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVtJf1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVtJf1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVtJf1 .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-tvKQLVtJf1 .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVtJf1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVtJf1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVtJf1 .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-tvKQLVtJf1 .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVtJf1 .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tm6dKKegdl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tm6dKKegdl nav.navbar {
  position: fixed;
}
.cid-tm6dKKegdl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm6dKKegdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm6dKKegdl .dropdown-item:hover,
.cid-tm6dKKegdl .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tm6dKKegdl .dropdown-item:hover span {
  color: white;
}
.cid-tm6dKKegdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm6dKKegdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm6dKKegdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm6dKKegdl .nav-link {
  position: relative;
}
.cid-tm6dKKegdl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .container {
    flex-wrap: nowrap;
  }
}
.cid-tm6dKKegdl .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown-menu,
.cid-tm6dKKegdl .navbar.opened {
  background: #130f08 !important;
}
.cid-tm6dKKegdl .nav-item:focus,
.cid-tm6dKKegdl .nav-link:focus {
  outline: none;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm6dKKegdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm6dKKegdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.opened {
  transition: all 0.3s;
}
.cid-tm6dKKegdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm6dKKegdl .navbar .navbar-logo img {
  width: auto;
}
.cid-tm6dKKegdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm6dKKegdl .navbar.collapsed {
  justify-content: center;
}
.cid-tm6dKKegdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm6dKKegdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tm6dKKegdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm6dKKegdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm6dKKegdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm6dKKegdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tm6dKKegdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm6dKKegdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm6dKKegdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm6dKKegdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm6dKKegdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tm6dKKegdl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tm6dKKegdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm6dKKegdl .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-tm6dKKegdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm6dKKegdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm6dKKegdl .dropdown-item.active,
.cid-tm6dKKegdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tm6dKKegdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm6dKKegdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm6dKKegdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm6dKKegdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm6dKKegdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tm6dKKegdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm6dKKegdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm6dKKegdl .navbar {
    height: 70px;
  }
  .cid-tm6dKKegdl .navbar.opened {
    height: auto;
  }
  .cid-tm6dKKegdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuHVpPmBfv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-tuHVpPmBfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHVpPmBfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHVpPmBfv .mbr-section-title {
  color: #bf9341;
}
.cid-tuHVpPmBfv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tuHNxoBHIC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #130f08;
}
.cid-tuHNxoBHIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHNxoBHIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHNxoBHIC .content-wrapper {
  background: #130f08;
}
@media (max-width: 991px) {
  .cid-tuHNxoBHIC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuHNxoBHIC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuHNxoBHIC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuHNxoBHIC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tuHNxoBHIC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tuHNxoBHIC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuHNxoBHIC .mbr-text,
.cid-tuHNxoBHIC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tuHNxoBHIC .card-title {
  color: #bf9341;
}
.cid-tuHOBcLNrm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuHOBcLNrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHOBcLNrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tuHOBcLNrm .container {
    max-width: 1400px;
  }
}
.cid-tuHOBcLNrm .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e8b210;
  margin-bottom: 2rem;
}
.cid-tuHOBcLNrm .card-wrapper {
  margin-top: 3rem;
  background: #fef8d7;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-tuHOBcLNrm .row {
  justify-content: center;
}
.cid-tuHPLVHNgF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #130f08;
}
.cid-tuHPLVHNgF .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tuHPLVHNgF .text-block {
  position: relative;
  z-index: 0;
}
.cid-tuHPLVHNgF .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tuHPLVHNgF .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tuHPLVHNgF .box {
  right: 20%;
}
.cid-tuHPLVHNgF .text-box {
  right: 0;
}
.cid-tuHPLVHNgF .mbr-section-title,
.cid-tuHPLVHNgF .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tuHPLVHNgF .text-box {
    display: none;
  }
  .cid-tuHPLVHNgF .mbr-section-title,
  .cid-tuHPLVHNgF .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tuHPLVHNgF .box {
    display: none;
  }
  .cid-tuHPLVHNgF .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tuHPLVHNgF .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuHPLVHNgF .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tuHPLVHNgF .mbr-figure {
  width: 40%;
  height: auto;
}
.cid-tuHPLVHNgF .mbr-section-text DIV {
  text-align: left;
}
.cid-tuHPLVHNgF .mbr-section-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-tuHPLVHNgF .mbr-section-title {
  text-align: left;
  color: #bf9341;
}
.cid-tuHOqYcwEa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tuHOqYcwEa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuHOqYcwEa .row {
  flex-direction: row-reverse;
}
.cid-tuHOqYcwEa img {
  width: 100%;
}
.cid-tuHOkTGsw8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuHOkTGsw8 a {
  text-align: center;
}
.cid-tuHOkTGsw8 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuHOkTGsw8 span {
  font-size: 2rem;
}
.cid-tuHOkTGsw8 .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuHOkTGsw8 .social-list a:focus {
  text-decoration: none;
}
.cid-tuHOkTGsw8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuHOkTGsw8 .media-container-row a {
  margin: 0 1rem;
}
.cid-tuHOkTGsw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHOkTGsw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHOkTGsw8 P {
  text-align: center;
  color: #bf9341;
}
.cid-tm900OM9PV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .mbr-text {
  color: #767676;
}
.cid-tm900OM9PV .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tm900OM9PV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm900OM9PV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tm900OM9PV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tm900OM9PV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tm900OM9PV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm900OM9PV .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR9Qw1.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR9Qw1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR9Qw1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR9Qw1 .modal-content,
.cid-tvKQFR9Qw1 .modal-dialog {
  height: auto;
}
.cid-tvKQFR9Qw1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR9Qw1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR9Qw1 .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR9Qw1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR9Qw1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR9Qw1 .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-tvKQFR9Qw1 .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR9Qw1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR9Qw1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR9Qw1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR9Qw1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR9Qw1 .modal-open {
  overflow: hidden;
}
.cid-tvKQFR9Qw1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR9Qw1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR9Qw1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR9Qw1 .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-tvKQFR9Qw1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR9Qw1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR9Qw1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR9Qw1 .modal-content {
  background: #241d0f;
  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-tvKQFR9Qw1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR9Qw1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR9Qw1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR9Qw1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR9Qw1 .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-tvKQFR9Qw1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9Qw1 .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR9Qw1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR9Qw1 .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR9Qw1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR9Qw1 .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR9Qw1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR9Qw1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR9Qw1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9Qw1 .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR9Qw1 .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-tvKQFR9Qw1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9Qw1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR9Qw1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR9Qw1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR9Qw1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR9Qw1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR9Qw1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR9Qw1 .modal-lg,
  .cid-tvKQFR9Qw1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR9Qw1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR9Qw1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR9Qw1 .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-tvKQFR9Qw1 .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR9Qw1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR9Qw1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR9Qw1 .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-tvKQFR9Qw1 .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR9Qw1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVuvPR.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVuvPR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVuvPR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVuvPR .modal-content,
.cid-tvKQLVuvPR .modal-dialog {
  height: auto;
}
.cid-tvKQLVuvPR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVuvPR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVuvPR .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVuvPR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVuvPR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVuvPR .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-tvKQLVuvPR .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVuvPR .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVuvPR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVuvPR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVuvPR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVuvPR .modal-open {
  overflow: hidden;
}
.cid-tvKQLVuvPR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVuvPR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVuvPR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVuvPR .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-tvKQLVuvPR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVuvPR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVuvPR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVuvPR .modal-content {
  background: #241d0f;
  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-tvKQLVuvPR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVuvPR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVuvPR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVuvPR .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVuvPR .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-tvKQLVuvPR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuvPR .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVuvPR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVuvPR .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVuvPR .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVuvPR .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVuvPR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVuvPR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVuvPR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuvPR .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVuvPR .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-tvKQLVuvPR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuvPR .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVuvPR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVuvPR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVuvPR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVuvPR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVuvPR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVuvPR .modal-lg,
  .cid-tvKQLVuvPR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVuvPR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVuvPR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVuvPR .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-tvKQLVuvPR .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVuvPR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVuvPR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVuvPR .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-tvKQLVuvPR .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVuvPR .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tuHQjnbThS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuHQjnbThS nav.navbar {
  position: fixed;
}
.cid-tuHQjnbThS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuHQjnbThS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuHQjnbThS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuHQjnbThS .dropdown-item:hover,
.cid-tuHQjnbThS .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tuHQjnbThS .dropdown-item:hover span {
  color: white;
}
.cid-tuHQjnbThS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuHQjnbThS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuHQjnbThS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuHQjnbThS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuHQjnbThS .nav-link {
  position: relative;
}
.cid-tuHQjnbThS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuHQjnbThS .container {
    flex-wrap: nowrap;
  }
}
.cid-tuHQjnbThS .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuHQjnbThS .dropdown-menu,
.cid-tuHQjnbThS .navbar.opened {
  background: #130f08 !important;
}
.cid-tuHQjnbThS .nav-item:focus,
.cid-tuHQjnbThS .nav-link:focus {
  outline: none;
}
.cid-tuHQjnbThS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuHQjnbThS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuHQjnbThS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuHQjnbThS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuHQjnbThS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuHQjnbThS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuHQjnbThS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tuHQjnbThS .navbar.opened {
  transition: all 0.3s;
}
.cid-tuHQjnbThS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuHQjnbThS .navbar .navbar-logo img {
  width: auto;
}
.cid-tuHQjnbThS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuHQjnbThS .navbar.collapsed {
  justify-content: center;
}
.cid-tuHQjnbThS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuHQjnbThS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuHQjnbThS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tuHQjnbThS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuHQjnbThS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuHQjnbThS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuHQjnbThS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuHQjnbThS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuHQjnbThS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuHQjnbThS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuHQjnbThS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuHQjnbThS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuHQjnbThS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuHQjnbThS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuHQjnbThS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuHQjnbThS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuHQjnbThS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuHQjnbThS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuHQjnbThS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuHQjnbThS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuHQjnbThS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuHQjnbThS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuHQjnbThS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuHQjnbThS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuHQjnbThS .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-tuHQjnbThS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuHQjnbThS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuHQjnbThS .dropdown-item.active,
.cid-tuHQjnbThS .dropdown-item:active {
  background-color: transparent;
}
.cid-tuHQjnbThS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuHQjnbThS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuHQjnbThS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuHQjnbThS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tuHQjnbThS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuHQjnbThS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuHQjnbThS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuHQjnbThS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuHQjnbThS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuHQjnbThS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tuHQjnbThS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuHQjnbThS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuHQjnbThS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuHQjnbThS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuHQjnbThS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuHQjnbThS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuHQjnbThS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuHQjnbThS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuHQjnbThS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuHQjnbThS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuHQjnbThS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuHQjnbThS .navbar {
    height: 70px;
  }
  .cid-tuHQjnbThS .navbar.opened {
    height: auto;
  }
  .cid-tuHQjnbThS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuHQjnyii4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuHQjnyii4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHQjnyii4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHQjnyii4 .item {
  padding-bottom: 2rem;
}
.cid-tuHQjnyii4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tuHQjnyii4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tuHQjnyii4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tuHQjnyii4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tuHQjnyii4 .carousel-control,
.cid-tuHQjnyii4 .close {
  background: #1b1b1b;
}
.cid-tuHQjnyii4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tuHQjnyii4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tuHQjnyii4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tuHQjnyii4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tuHQjnyii4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tuHQjnyii4 .close::before {
  content: '\e91a';
}
.cid-tuHQjnyii4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuHQjnyii4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tuHQjnyii4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuHQjnyii4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuHQjnyii4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuHQjnyii4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tuHQjnyii4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tuHQjnyii4 .carousel-indicators li.active,
.cid-tuHQjnyii4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuHQjnyii4 .carousel-indicators li::after,
.cid-tuHQjnyii4 .carousel-indicators li::before {
  content: none;
}
.cid-tuHQjnyii4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuHQjnyii4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tuHQjnyii4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tuHQjnyii4 .carousel-indicators {
    display: none;
  }
}
.cid-tuHQjnyii4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tuHQjnyii4 .carousel-inner > .active {
  display: block;
}
.cid-tuHQjnyii4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuHQjnyii4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuHQjnyii4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tuHQjnyii4 .carousel-control,
  .cid-tuHQjnyii4 .carousel-indicators,
  .cid-tuHQjnyii4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tuHQjnyii4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tuHQjnyii4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuHQjnyii4 .carousel-indicators .active,
.cid-tuHQjnyii4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tuHQjnyii4 .carousel-indicators .active {
  background: #fff;
}
.cid-tuHQjnyii4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tuHQjnyii4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tuHQjnyii4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuHQjnyii4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tuHQjnyii4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tuHQjnyii4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tuHQjnyii4 .carousel {
  width: 100%;
}
.cid-tuHQjnyii4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tuHQjnyii4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tuHQjnyii4 .modal.fade .modal-dialog,
.cid-tuHQjnyii4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tuHQjnyii4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tuHQjnyii4 H6 {
  text-align: center;
}
.cid-tuHQjnyii4 H3 {
  color: #bf9341;
}
.cid-tuHQjnyii4 H4 {
  color: #bbbbbb;
}
.cid-tuQdTwCFFZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-tuQdTwCFFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuQdTwCFFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuQdTwCFFZ .mbr-section-subtitle {
  text-align: left;
  color: #bf9341;
}
.cid-tuHQjod6Mj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuHQjod6Mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHQjod6Mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHQjod6Mj .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tuHQjod6Mj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuHQjod6Mj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuHQjod6Mj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuHQjod6Mj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tuHQjod6Mj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tuHQjod6Mj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuHQjod6Mj .card-title {
  color: #bf9341;
}
.cid-tuHQjod6Mj .mbr-text,
.cid-tuHQjod6Mj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tuHQjoveCG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuHQjoveCG a {
  text-align: center;
}
.cid-tuHQjoveCG p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuHQjoveCG span {
  font-size: 2rem;
}
.cid-tuHQjoveCG .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuHQjoveCG .social-list a:focus {
  text-decoration: none;
}
.cid-tuHQjoveCG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuHQjoveCG .media-container-row a {
  margin: 0 1rem;
}
.cid-tuHQjoveCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHQjoveCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHQjoveCG P {
  text-align: center;
  color: #bf9341;
}
.cid-tuHQjoVCWF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tuHQjoVCWF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuHQjoVCWF .mbr-text {
  color: #767676;
}
.cid-tuHQjoVCWF .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tuHQjoVCWF .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuHQjoVCWF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuHQjoVCWF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tuHQjoVCWF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuHQjoVCWF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tuHQjoVCWF .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tuHQjoVCWF .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tuHQjoVCWF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuHQjoVCWF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuHQjoVCWF .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR9IvK.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR9IvK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR9IvK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR9IvK .modal-content,
.cid-tvKQFR9IvK .modal-dialog {
  height: auto;
}
.cid-tvKQFR9IvK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR9IvK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR9IvK .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR9IvK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR9IvK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR9IvK .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-tvKQFR9IvK .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR9IvK .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR9IvK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR9IvK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR9IvK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR9IvK .modal-open {
  overflow: hidden;
}
.cid-tvKQFR9IvK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR9IvK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR9IvK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR9IvK .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-tvKQFR9IvK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR9IvK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR9IvK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR9IvK .modal-content {
  background: #241d0f;
  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-tvKQFR9IvK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR9IvK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR9IvK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR9IvK .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR9IvK .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-tvKQFR9IvK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9IvK .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR9IvK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR9IvK .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR9IvK .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR9IvK .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR9IvK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR9IvK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR9IvK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9IvK .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR9IvK .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-tvKQFR9IvK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9IvK .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR9IvK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR9IvK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR9IvK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR9IvK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR9IvK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR9IvK .modal-lg,
  .cid-tvKQFR9IvK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR9IvK .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR9IvK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR9IvK .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-tvKQFR9IvK .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR9IvK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR9IvK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR9IvK .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-tvKQFR9IvK .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR9IvK .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVuGsT.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVuGsT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVuGsT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVuGsT .modal-content,
.cid-tvKQLVuGsT .modal-dialog {
  height: auto;
}
.cid-tvKQLVuGsT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVuGsT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVuGsT .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVuGsT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVuGsT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVuGsT .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-tvKQLVuGsT .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVuGsT .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVuGsT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVuGsT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVuGsT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVuGsT .modal-open {
  overflow: hidden;
}
.cid-tvKQLVuGsT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVuGsT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVuGsT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVuGsT .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-tvKQLVuGsT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVuGsT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVuGsT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVuGsT .modal-content {
  background: #241d0f;
  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-tvKQLVuGsT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVuGsT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVuGsT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVuGsT .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVuGsT .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-tvKQLVuGsT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuGsT .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVuGsT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVuGsT .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVuGsT .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVuGsT .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVuGsT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVuGsT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVuGsT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuGsT .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVuGsT .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-tvKQLVuGsT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuGsT .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVuGsT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVuGsT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVuGsT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVuGsT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVuGsT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVuGsT .modal-lg,
  .cid-tvKQLVuGsT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVuGsT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVuGsT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVuGsT .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-tvKQLVuGsT .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVuGsT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVuGsT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVuGsT .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-tvKQLVuGsT .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVuGsT .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tuHXFniG1G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuHXFniG1G nav.navbar {
  position: fixed;
}
.cid-tuHXFniG1G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuHXFniG1G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuHXFniG1G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuHXFniG1G .dropdown-item:hover,
.cid-tuHXFniG1G .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tuHXFniG1G .dropdown-item:hover span {
  color: white;
}
.cid-tuHXFniG1G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuHXFniG1G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuHXFniG1G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuHXFniG1G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuHXFniG1G .nav-link {
  position: relative;
}
.cid-tuHXFniG1G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuHXFniG1G .container {
    flex-wrap: nowrap;
  }
}
.cid-tuHXFniG1G .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuHXFniG1G .dropdown-menu,
.cid-tuHXFniG1G .navbar.opened {
  background: #130f08 !important;
}
.cid-tuHXFniG1G .nav-item:focus,
.cid-tuHXFniG1G .nav-link:focus {
  outline: none;
}
.cid-tuHXFniG1G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuHXFniG1G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuHXFniG1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuHXFniG1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuHXFniG1G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuHXFniG1G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuHXFniG1G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tuHXFniG1G .navbar.opened {
  transition: all 0.3s;
}
.cid-tuHXFniG1G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuHXFniG1G .navbar .navbar-logo img {
  width: auto;
}
.cid-tuHXFniG1G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuHXFniG1G .navbar.collapsed {
  justify-content: center;
}
.cid-tuHXFniG1G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuHXFniG1G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuHXFniG1G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tuHXFniG1G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuHXFniG1G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuHXFniG1G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuHXFniG1G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuHXFniG1G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuHXFniG1G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuHXFniG1G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuHXFniG1G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuHXFniG1G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuHXFniG1G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuHXFniG1G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuHXFniG1G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuHXFniG1G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuHXFniG1G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuHXFniG1G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuHXFniG1G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuHXFniG1G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuHXFniG1G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuHXFniG1G .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuHXFniG1G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuHXFniG1G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuHXFniG1G .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-tuHXFniG1G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuHXFniG1G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuHXFniG1G .dropdown-item.active,
.cid-tuHXFniG1G .dropdown-item:active {
  background-color: transparent;
}
.cid-tuHXFniG1G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuHXFniG1G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuHXFniG1G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuHXFniG1G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tuHXFniG1G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuHXFniG1G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuHXFniG1G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuHXFniG1G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuHXFniG1G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuHXFniG1G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tuHXFniG1G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuHXFniG1G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuHXFniG1G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuHXFniG1G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuHXFniG1G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuHXFniG1G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuHXFniG1G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuHXFniG1G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuHXFniG1G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuHXFniG1G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuHXFniG1G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuHXFniG1G .navbar {
    height: 70px;
  }
  .cid-tuHXFniG1G .navbar.opened {
    height: auto;
  }
  .cid-tuHXFniG1G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuHY2q3Hgu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #130f08;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tuHY2q3Hgu .mbr-section-title {
  margin-bottom: 25px;
  color: #bf9341;
}
.cid-tuHY2q3Hgu .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #bbbbbb;
}
.cid-tuHY2q3Hgu .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tuHY2q3Hgu .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tuHY2q3Hgu .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #e8b210;
}
.cid-tuHY2q3Hgu .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #bf9341 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tuHY2q3Hgu .mbr-gallery-filter ul {
  display: block;
}
.cid-tuHY2q3Hgu .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tuHY2q3Hgu .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tuHY2q3Hgu .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tuHY2q3Hgu .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #bf9341;
  transition: all 0.3s ease;
}
.cid-tuHY2q3Hgu .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tuHY2q3Hgu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuHY2q3Hgu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tuHY2q3Hgu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tuHY2q3Hgu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuHY2q3Hgu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tuHY2q3Hgu .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tuHY2q3Hgu .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tuHY2q3Hgu .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tuHY2q3Hgu .mbr-gallery-item > div img,
.cid-tuHY2q3Hgu .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tuHY2q3Hgu .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tuHY2q3Hgu .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tuHY2q3Hgu .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tuHY2q3Hgu .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tuHY2q3Hgu .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tuHY2q3Hgu .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tuHY2q3Hgu .mbr-section-title {
    text-align: center;
  }
  .cid-tuHY2q3Hgu .image {
    top: auto;
    height: 420px;
  }
  .cid-tuHY2q3Hgu .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tuHY2q3Hgu .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tuHY2q3Hgu .mbr-gallery-item > div img,
  .cid-tuHY2q3Hgu .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tuHY2q3Hgu .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tuHY2q3Hgu .image {
    height: 290px;
  }
}
.cid-tuHXFo6X1G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tuHXFo6X1G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuHXFo6X1G .row {
  flex-direction: row-reverse;
}
.cid-tuHXFo6X1G img {
  width: 100%;
}
.cid-tuHXFopTSc {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuHXFopTSc a {
  text-align: center;
}
.cid-tuHXFopTSc p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuHXFopTSc span {
  font-size: 2rem;
}
.cid-tuHXFopTSc .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuHXFopTSc .social-list a:focus {
  text-decoration: none;
}
.cid-tuHXFopTSc .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuHXFopTSc .media-container-row a {
  margin: 0 1rem;
}
.cid-tuHXFopTSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHXFopTSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHXFopTSc P {
  text-align: center;
  color: #bf9341;
}
.cid-tuHXFoQXRi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tuHXFoQXRi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuHXFoQXRi .mbr-text {
  color: #767676;
}
.cid-tuHXFoQXRi .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tuHXFoQXRi .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuHXFoQXRi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuHXFoQXRi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tuHXFoQXRi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuHXFoQXRi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tuHXFoQXRi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tuHXFoQXRi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tuHXFoQXRi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuHXFoQXRi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuHXFoQXRi .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR9If9.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR9If9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR9If9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR9If9 .modal-content,
.cid-tvKQFR9If9 .modal-dialog {
  height: auto;
}
.cid-tvKQFR9If9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR9If9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR9If9 .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR9If9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR9If9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR9If9 .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-tvKQFR9If9 .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR9If9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR9If9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR9If9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR9If9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR9If9 .modal-open {
  overflow: hidden;
}
.cid-tvKQFR9If9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR9If9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR9If9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR9If9 .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-tvKQFR9If9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR9If9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR9If9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR9If9 .modal-content {
  background: #241d0f;
  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-tvKQFR9If9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR9If9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR9If9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR9If9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR9If9 .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-tvKQFR9If9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9If9 .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR9If9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR9If9 .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR9If9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR9If9 .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR9If9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR9If9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR9If9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9If9 .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR9If9 .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-tvKQFR9If9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9If9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR9If9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR9If9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR9If9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR9If9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR9If9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR9If9 .modal-lg,
  .cid-tvKQFR9If9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR9If9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR9If9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR9If9 .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-tvKQFR9If9 .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR9If9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR9If9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR9If9 .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-tvKQFR9If9 .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR9If9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVu3NC.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVu3NC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVu3NC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVu3NC .modal-content,
.cid-tvKQLVu3NC .modal-dialog {
  height: auto;
}
.cid-tvKQLVu3NC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVu3NC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVu3NC .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVu3NC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVu3NC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVu3NC .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-tvKQLVu3NC .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVu3NC .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVu3NC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVu3NC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVu3NC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVu3NC .modal-open {
  overflow: hidden;
}
.cid-tvKQLVu3NC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVu3NC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVu3NC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVu3NC .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-tvKQLVu3NC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVu3NC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVu3NC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVu3NC .modal-content {
  background: #241d0f;
  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-tvKQLVu3NC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVu3NC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVu3NC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVu3NC .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVu3NC .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-tvKQLVu3NC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVu3NC .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVu3NC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVu3NC .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVu3NC .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVu3NC .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVu3NC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVu3NC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVu3NC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVu3NC .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVu3NC .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-tvKQLVu3NC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVu3NC .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVu3NC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVu3NC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVu3NC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVu3NC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVu3NC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVu3NC .modal-lg,
  .cid-tvKQLVu3NC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVu3NC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVu3NC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVu3NC .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-tvKQLVu3NC .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVu3NC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVu3NC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVu3NC .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-tvKQLVu3NC .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVu3NC .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tuJIUiRbir {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuJIUiRbir nav.navbar {
  position: fixed;
}
.cid-tuJIUiRbir .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuJIUiRbir .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuJIUiRbir .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuJIUiRbir .dropdown-item:hover,
.cid-tuJIUiRbir .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tuJIUiRbir .dropdown-item:hover span {
  color: white;
}
.cid-tuJIUiRbir .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuJIUiRbir .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuJIUiRbir .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuJIUiRbir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuJIUiRbir .nav-link {
  position: relative;
}
.cid-tuJIUiRbir .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuJIUiRbir .container {
    flex-wrap: nowrap;
  }
}
.cid-tuJIUiRbir .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuJIUiRbir .dropdown-menu,
.cid-tuJIUiRbir .navbar.opened {
  background: #130f08 !important;
}
.cid-tuJIUiRbir .nav-item:focus,
.cid-tuJIUiRbir .nav-link:focus {
  outline: none;
}
.cid-tuJIUiRbir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuJIUiRbir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuJIUiRbir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuJIUiRbir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuJIUiRbir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuJIUiRbir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuJIUiRbir .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tuJIUiRbir .navbar.opened {
  transition: all 0.3s;
}
.cid-tuJIUiRbir .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuJIUiRbir .navbar .navbar-logo img {
  width: auto;
}
.cid-tuJIUiRbir .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuJIUiRbir .navbar.collapsed {
  justify-content: center;
}
.cid-tuJIUiRbir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuJIUiRbir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuJIUiRbir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tuJIUiRbir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuJIUiRbir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuJIUiRbir .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuJIUiRbir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuJIUiRbir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuJIUiRbir .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuJIUiRbir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuJIUiRbir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuJIUiRbir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuJIUiRbir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuJIUiRbir .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuJIUiRbir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuJIUiRbir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuJIUiRbir .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuJIUiRbir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuJIUiRbir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuJIUiRbir .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuJIUiRbir .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuJIUiRbir .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuJIUiRbir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuJIUiRbir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuJIUiRbir .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-tuJIUiRbir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuJIUiRbir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuJIUiRbir .dropdown-item.active,
.cid-tuJIUiRbir .dropdown-item:active {
  background-color: transparent;
}
.cid-tuJIUiRbir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuJIUiRbir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuJIUiRbir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuJIUiRbir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tuJIUiRbir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuJIUiRbir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuJIUiRbir ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuJIUiRbir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuJIUiRbir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuJIUiRbir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tuJIUiRbir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuJIUiRbir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuJIUiRbir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuJIUiRbir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuJIUiRbir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuJIUiRbir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuJIUiRbir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuJIUiRbir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuJIUiRbir .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuJIUiRbir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuJIUiRbir .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuJIUiRbir .navbar {
    height: 70px;
  }
  .cid-tuJIUiRbir .navbar.opened {
    height: auto;
  }
  .cid-tuJIUiRbir .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuJIUjoHbX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuJIUjoHbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJIUjoHbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJIUjoHbX .item {
  padding-bottom: 2rem;
}
.cid-tuJIUjoHbX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tuJIUjoHbX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tuJIUjoHbX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tuJIUjoHbX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tuJIUjoHbX .carousel-control,
.cid-tuJIUjoHbX .close {
  background: #1b1b1b;
}
.cid-tuJIUjoHbX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tuJIUjoHbX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tuJIUjoHbX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tuJIUjoHbX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tuJIUjoHbX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tuJIUjoHbX .close::before {
  content: '\e91a';
}
.cid-tuJIUjoHbX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuJIUjoHbX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tuJIUjoHbX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJIUjoHbX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuJIUjoHbX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuJIUjoHbX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tuJIUjoHbX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tuJIUjoHbX .carousel-indicators li.active,
.cid-tuJIUjoHbX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuJIUjoHbX .carousel-indicators li::after,
.cid-tuJIUjoHbX .carousel-indicators li::before {
  content: none;
}
.cid-tuJIUjoHbX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuJIUjoHbX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tuJIUjoHbX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tuJIUjoHbX .carousel-indicators {
    display: none;
  }
}
.cid-tuJIUjoHbX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tuJIUjoHbX .carousel-inner > .active {
  display: block;
}
.cid-tuJIUjoHbX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJIUjoHbX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuJIUjoHbX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tuJIUjoHbX .carousel-control,
  .cid-tuJIUjoHbX .carousel-indicators,
  .cid-tuJIUjoHbX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tuJIUjoHbX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tuJIUjoHbX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuJIUjoHbX .carousel-indicators .active,
.cid-tuJIUjoHbX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tuJIUjoHbX .carousel-indicators .active {
  background: #fff;
}
.cid-tuJIUjoHbX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tuJIUjoHbX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tuJIUjoHbX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuJIUjoHbX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tuJIUjoHbX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tuJIUjoHbX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tuJIUjoHbX .carousel {
  width: 100%;
}
.cid-tuJIUjoHbX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tuJIUjoHbX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tuJIUjoHbX .modal.fade .modal-dialog,
.cid-tuJIUjoHbX .modal.in .modal-dialog {
  transform: none;
}
.cid-tuJIUjoHbX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tuJIUjoHbX H6 {
  text-align: center;
}
.cid-tuJIUjoHbX H3 {
  color: #bf9341;
}
.cid-tuJIUjoHbX H4 {
  color: #bbbbbb;
}
.cid-tuQdlV0Pxh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-tuQdlV0Pxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuQdlV0Pxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuQdlV0Pxh .mbr-section-subtitle {
  text-align: left;
  color: #bf9341;
}
.cid-tuJIUkv5Ne {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuJIUkv5Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJIUkv5Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJIUkv5Ne .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tuJIUkv5Ne .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuJIUkv5Ne .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuJIUkv5Ne .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuJIUkv5Ne .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tuJIUkv5Ne .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tuJIUkv5Ne .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuJIUkv5Ne .card-title {
  color: #bf9341;
}
.cid-tuJIUkv5Ne .mbr-text,
.cid-tuJIUkv5Ne .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tuJIUkTyLU {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuJIUkTyLU a {
  text-align: center;
}
.cid-tuJIUkTyLU p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuJIUkTyLU span {
  font-size: 2rem;
}
.cid-tuJIUkTyLU .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuJIUkTyLU .social-list a:focus {
  text-decoration: none;
}
.cid-tuJIUkTyLU .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuJIUkTyLU .media-container-row a {
  margin: 0 1rem;
}
.cid-tuJIUkTyLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJIUkTyLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJIUkTyLU P {
  text-align: center;
  color: #bf9341;
}
.cid-tuJIUlqEz3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tuJIUlqEz3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuJIUlqEz3 .mbr-text {
  color: #767676;
}
.cid-tuJIUlqEz3 .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tuJIUlqEz3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuJIUlqEz3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuJIUlqEz3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tuJIUlqEz3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuJIUlqEz3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tuJIUlqEz3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tuJIUlqEz3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tuJIUlqEz3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuJIUlqEz3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuJIUlqEz3 .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR98Lb.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR98Lb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR98Lb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR98Lb .modal-content,
.cid-tvKQFR98Lb .modal-dialog {
  height: auto;
}
.cid-tvKQFR98Lb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR98Lb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR98Lb .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR98Lb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR98Lb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR98Lb .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-tvKQFR98Lb .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR98Lb .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR98Lb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR98Lb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR98Lb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR98Lb .modal-open {
  overflow: hidden;
}
.cid-tvKQFR98Lb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR98Lb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR98Lb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR98Lb .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-tvKQFR98Lb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR98Lb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR98Lb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR98Lb .modal-content {
  background: #241d0f;
  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-tvKQFR98Lb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR98Lb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR98Lb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR98Lb .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR98Lb .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-tvKQFR98Lb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR98Lb .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR98Lb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR98Lb .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR98Lb .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR98Lb .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR98Lb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR98Lb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR98Lb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR98Lb .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR98Lb .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-tvKQFR98Lb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR98Lb .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR98Lb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR98Lb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR98Lb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR98Lb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR98Lb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR98Lb .modal-lg,
  .cid-tvKQFR98Lb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR98Lb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR98Lb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR98Lb .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-tvKQFR98Lb .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR98Lb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR98Lb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR98Lb .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-tvKQFR98Lb .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR98Lb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVud1F.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVud1F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVud1F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVud1F .modal-content,
.cid-tvKQLVud1F .modal-dialog {
  height: auto;
}
.cid-tvKQLVud1F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVud1F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVud1F .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVud1F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVud1F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVud1F .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-tvKQLVud1F .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVud1F .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVud1F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVud1F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVud1F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVud1F .modal-open {
  overflow: hidden;
}
.cid-tvKQLVud1F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVud1F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVud1F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVud1F .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-tvKQLVud1F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVud1F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVud1F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVud1F .modal-content {
  background: #241d0f;
  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-tvKQLVud1F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVud1F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVud1F .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVud1F .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVud1F .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-tvKQLVud1F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVud1F .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVud1F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVud1F .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVud1F .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVud1F .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVud1F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVud1F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVud1F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVud1F .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVud1F .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-tvKQLVud1F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVud1F .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVud1F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVud1F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVud1F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVud1F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVud1F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVud1F .modal-lg,
  .cid-tvKQLVud1F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVud1F .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVud1F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVud1F .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-tvKQLVud1F .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVud1F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVud1F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVud1F .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-tvKQLVud1F .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVud1F .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tuJJ6gWJAm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuJJ6gWJAm nav.navbar {
  position: fixed;
}
.cid-tuJJ6gWJAm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuJJ6gWJAm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuJJ6gWJAm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuJJ6gWJAm .dropdown-item:hover,
.cid-tuJJ6gWJAm .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tuJJ6gWJAm .dropdown-item:hover span {
  color: white;
}
.cid-tuJJ6gWJAm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuJJ6gWJAm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuJJ6gWJAm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuJJ6gWJAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuJJ6gWJAm .nav-link {
  position: relative;
}
.cid-tuJJ6gWJAm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuJJ6gWJAm .container {
    flex-wrap: nowrap;
  }
}
.cid-tuJJ6gWJAm .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuJJ6gWJAm .dropdown-menu,
.cid-tuJJ6gWJAm .navbar.opened {
  background: #130f08 !important;
}
.cid-tuJJ6gWJAm .nav-item:focus,
.cid-tuJJ6gWJAm .nav-link:focus {
  outline: none;
}
.cid-tuJJ6gWJAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuJJ6gWJAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuJJ6gWJAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuJJ6gWJAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuJJ6gWJAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuJJ6gWJAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuJJ6gWJAm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tuJJ6gWJAm .navbar.opened {
  transition: all 0.3s;
}
.cid-tuJJ6gWJAm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuJJ6gWJAm .navbar .navbar-logo img {
  width: auto;
}
.cid-tuJJ6gWJAm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuJJ6gWJAm .navbar.collapsed {
  justify-content: center;
}
.cid-tuJJ6gWJAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuJJ6gWJAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuJJ6gWJAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tuJJ6gWJAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuJJ6gWJAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuJJ6gWJAm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuJJ6gWJAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuJJ6gWJAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuJJ6gWJAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuJJ6gWJAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuJJ6gWJAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuJJ6gWJAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuJJ6gWJAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuJJ6gWJAm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuJJ6gWJAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuJJ6gWJAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuJJ6gWJAm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuJJ6gWJAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuJJ6gWJAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuJJ6gWJAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuJJ6gWJAm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuJJ6gWJAm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuJJ6gWJAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuJJ6gWJAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuJJ6gWJAm .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-tuJJ6gWJAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuJJ6gWJAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuJJ6gWJAm .dropdown-item.active,
.cid-tuJJ6gWJAm .dropdown-item:active {
  background-color: transparent;
}
.cid-tuJJ6gWJAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuJJ6gWJAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuJJ6gWJAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuJJ6gWJAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tuJJ6gWJAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuJJ6gWJAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuJJ6gWJAm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuJJ6gWJAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuJJ6gWJAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuJJ6gWJAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tuJJ6gWJAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuJJ6gWJAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuJJ6gWJAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuJJ6gWJAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuJJ6gWJAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuJJ6gWJAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuJJ6gWJAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuJJ6gWJAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuJJ6gWJAm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuJJ6gWJAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuJJ6gWJAm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuJJ6gWJAm .navbar {
    height: 70px;
  }
  .cid-tuJJ6gWJAm .navbar.opened {
    height: auto;
  }
  .cid-tuJJ6gWJAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuJJ6hmJAP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuJJ6hmJAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJJ6hmJAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJJ6hmJAP .item {
  padding-bottom: 2rem;
}
.cid-tuJJ6hmJAP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tuJJ6hmJAP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tuJJ6hmJAP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tuJJ6hmJAP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tuJJ6hmJAP .carousel-control,
.cid-tuJJ6hmJAP .close {
  background: #1b1b1b;
}
.cid-tuJJ6hmJAP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tuJJ6hmJAP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tuJJ6hmJAP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tuJJ6hmJAP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tuJJ6hmJAP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tuJJ6hmJAP .close::before {
  content: '\e91a';
}
.cid-tuJJ6hmJAP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuJJ6hmJAP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tuJJ6hmJAP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJJ6hmJAP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuJJ6hmJAP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuJJ6hmJAP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tuJJ6hmJAP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tuJJ6hmJAP .carousel-indicators li.active,
.cid-tuJJ6hmJAP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuJJ6hmJAP .carousel-indicators li::after,
.cid-tuJJ6hmJAP .carousel-indicators li::before {
  content: none;
}
.cid-tuJJ6hmJAP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuJJ6hmJAP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tuJJ6hmJAP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tuJJ6hmJAP .carousel-indicators {
    display: none;
  }
}
.cid-tuJJ6hmJAP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tuJJ6hmJAP .carousel-inner > .active {
  display: block;
}
.cid-tuJJ6hmJAP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJJ6hmJAP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuJJ6hmJAP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tuJJ6hmJAP .carousel-control,
  .cid-tuJJ6hmJAP .carousel-indicators,
  .cid-tuJJ6hmJAP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tuJJ6hmJAP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tuJJ6hmJAP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuJJ6hmJAP .carousel-indicators .active,
.cid-tuJJ6hmJAP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tuJJ6hmJAP .carousel-indicators .active {
  background: #fff;
}
.cid-tuJJ6hmJAP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tuJJ6hmJAP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tuJJ6hmJAP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuJJ6hmJAP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tuJJ6hmJAP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tuJJ6hmJAP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tuJJ6hmJAP .carousel {
  width: 100%;
}
.cid-tuJJ6hmJAP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tuJJ6hmJAP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tuJJ6hmJAP .modal.fade .modal-dialog,
.cid-tuJJ6hmJAP .modal.in .modal-dialog {
  transform: none;
}
.cid-tuJJ6hmJAP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tuJJ6hmJAP H6 {
  text-align: center;
}
.cid-tuJJ6hmJAP H3 {
  color: #bf9341;
}
.cid-tuJJ6hmJAP H4 {
  color: #bbbbbb;
}
.cid-tuQdKYx4jv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-tuQdKYx4jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuQdKYx4jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuQdKYx4jv .mbr-section-subtitle {
  text-align: left;
  color: #bf9341;
}
.cid-tuJJ6issBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tuJJ6issBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJJ6issBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJJ6issBe .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tuJJ6issBe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuJJ6issBe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuJJ6issBe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuJJ6issBe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tuJJ6issBe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tuJJ6issBe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuJJ6issBe .card-title {
  color: #bf9341;
}
.cid-tuJJ6issBe .mbr-text,
.cid-tuJJ6issBe .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tuJJ6iNRjE {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tuJJ6iNRjE a {
  text-align: center;
}
.cid-tuJJ6iNRjE p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tuJJ6iNRjE span {
  font-size: 2rem;
}
.cid-tuJJ6iNRjE .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tuJJ6iNRjE .social-list a:focus {
  text-decoration: none;
}
.cid-tuJJ6iNRjE .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuJJ6iNRjE .media-container-row a {
  margin: 0 1rem;
}
.cid-tuJJ6iNRjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuJJ6iNRjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuJJ6iNRjE P {
  text-align: center;
  color: #bf9341;
}
.cid-tuJJ6jjBp0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tuJJ6jjBp0 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuJJ6jjBp0 .mbr-text {
  color: #767676;
}
.cid-tuJJ6jjBp0 .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tuJJ6jjBp0 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuJJ6jjBp0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuJJ6jjBp0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tuJJ6jjBp0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuJJ6jjBp0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tuJJ6jjBp0 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tuJJ6jjBp0 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tuJJ6jjBp0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuJJ6jjBp0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuJJ6jjBp0 .copyright > p {
  color: #bbbbbb;
}
.cid-tvKQFR9Lgh.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQFR9Lgh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQFR9Lgh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQFR9Lgh .modal-content,
.cid-tvKQFR9Lgh .modal-dialog {
  height: auto;
}
.cid-tvKQFR9Lgh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQFR9Lgh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQFR9Lgh .form-wrapper .mbr-form .form-group,
  .cid-tvKQFR9Lgh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQFR9Lgh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQFR9Lgh .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-tvKQFR9Lgh .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQFR9Lgh .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQFR9Lgh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQFR9Lgh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQFR9Lgh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQFR9Lgh .modal-open {
  overflow: hidden;
}
.cid-tvKQFR9Lgh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQFR9Lgh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQFR9Lgh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQFR9Lgh .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-tvKQFR9Lgh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQFR9Lgh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQFR9Lgh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQFR9Lgh .modal-content {
  background: #241d0f;
  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-tvKQFR9Lgh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQFR9Lgh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQFR9Lgh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQFR9Lgh .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQFR9Lgh .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-tvKQFR9Lgh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9Lgh .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQFR9Lgh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQFR9Lgh .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQFR9Lgh .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQFR9Lgh .modal-header .close:focus {
  outline: none;
}
.cid-tvKQFR9Lgh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQFR9Lgh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQFR9Lgh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9Lgh .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQFR9Lgh .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-tvKQFR9Lgh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQFR9Lgh .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQFR9Lgh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQFR9Lgh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQFR9Lgh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQFR9Lgh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQFR9Lgh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQFR9Lgh .modal-lg,
  .cid-tvKQFR9Lgh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQFR9Lgh .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQFR9Lgh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQFR9Lgh .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-tvKQFR9Lgh .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQFR9Lgh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQFR9Lgh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQFR9Lgh .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-tvKQFR9Lgh .mbr-section-btn {
  margin: 0;
}
.cid-tvKQFR9Lgh .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvKQLVuK6r.popup-builder {
  background-color: #ffffff;
}
.cid-tvKQLVuK6r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvKQLVuK6r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvKQLVuK6r .modal-content,
.cid-tvKQLVuK6r .modal-dialog {
  height: auto;
}
.cid-tvKQLVuK6r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvKQLVuK6r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvKQLVuK6r .form-wrapper .mbr-form .form-group,
  .cid-tvKQLVuK6r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvKQLVuK6r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvKQLVuK6r .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-tvKQLVuK6r .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tvKQLVuK6r .pt-0 {
  padding-top: 0 !important;
}
.cid-tvKQLVuK6r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvKQLVuK6r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvKQLVuK6r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvKQLVuK6r .modal-open {
  overflow: hidden;
}
.cid-tvKQLVuK6r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvKQLVuK6r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvKQLVuK6r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvKQLVuK6r .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-tvKQLVuK6r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvKQLVuK6r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvKQLVuK6r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvKQLVuK6r .modal-content {
  background: #241d0f;
  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-tvKQLVuK6r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvKQLVuK6r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvKQLVuK6r .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvKQLVuK6r .modal-backdrop.show {
  opacity: .5;
}
.cid-tvKQLVuK6r .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-tvKQLVuK6r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuK6r .modal-header {
    padding: 1rem;
  }
}
.cid-tvKQLVuK6r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvKQLVuK6r .modal-header .close svg {
  fill: #bf9341;
}
.cid-tvKQLVuK6r .modal-header .close:hover {
  opacity: 1;
}
.cid-tvKQLVuK6r .modal-header .close:focus {
  outline: none;
}
.cid-tvKQLVuK6r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tvKQLVuK6r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvKQLVuK6r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuK6r .modal-body {
    padding: 1rem;
  }
}
.cid-tvKQLVuK6r .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-tvKQLVuK6r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKQLVuK6r .modal-footer {
    padding: 1rem;
  }
}
.cid-tvKQLVuK6r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvKQLVuK6r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvKQLVuK6r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvKQLVuK6r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvKQLVuK6r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvKQLVuK6r .modal-lg,
  .cid-tvKQLVuK6r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvKQLVuK6r .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvKQLVuK6r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvKQLVuK6r .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-tvKQLVuK6r .form-group {
  margin-bottom: 1rem;
}
.cid-tvKQLVuK6r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvKQLVuK6r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvKQLVuK6r .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-tvKQLVuK6r .mbr-section-btn {
  margin: 0;
}
.cid-tvKQLVuK6r .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-twRc6wlxKz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twRc6wlxKz nav.navbar {
  position: fixed;
}
.cid-twRc6wlxKz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twRc6wlxKz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twRc6wlxKz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twRc6wlxKz .dropdown-item:hover,
.cid-twRc6wlxKz .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-twRc6wlxKz .dropdown-item:hover span {
  color: white;
}
.cid-twRc6wlxKz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twRc6wlxKz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twRc6wlxKz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twRc6wlxKz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twRc6wlxKz .nav-link {
  position: relative;
}
.cid-twRc6wlxKz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-twRc6wlxKz .container {
    flex-wrap: nowrap;
  }
}
.cid-twRc6wlxKz .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twRc6wlxKz .dropdown-menu,
.cid-twRc6wlxKz .navbar.opened {
  background: #130f08 !important;
}
.cid-twRc6wlxKz .nav-item:focus,
.cid-twRc6wlxKz .nav-link:focus {
  outline: none;
}
.cid-twRc6wlxKz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twRc6wlxKz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twRc6wlxKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twRc6wlxKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twRc6wlxKz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twRc6wlxKz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twRc6wlxKz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-twRc6wlxKz .navbar.opened {
  transition: all 0.3s;
}
.cid-twRc6wlxKz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twRc6wlxKz .navbar .navbar-logo img {
  width: auto;
}
.cid-twRc6wlxKz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twRc6wlxKz .navbar.collapsed {
  justify-content: center;
}
.cid-twRc6wlxKz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twRc6wlxKz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twRc6wlxKz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-twRc6wlxKz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twRc6wlxKz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twRc6wlxKz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twRc6wlxKz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twRc6wlxKz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twRc6wlxKz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twRc6wlxKz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twRc6wlxKz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twRc6wlxKz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twRc6wlxKz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twRc6wlxKz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-twRc6wlxKz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twRc6wlxKz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twRc6wlxKz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twRc6wlxKz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twRc6wlxKz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twRc6wlxKz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twRc6wlxKz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twRc6wlxKz .navbar.navbar-short {
  min-height: 60px;
}
.cid-twRc6wlxKz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twRc6wlxKz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twRc6wlxKz .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-twRc6wlxKz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twRc6wlxKz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twRc6wlxKz .dropdown-item.active,
.cid-twRc6wlxKz .dropdown-item:active {
  background-color: transparent;
}
.cid-twRc6wlxKz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twRc6wlxKz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twRc6wlxKz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twRc6wlxKz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-twRc6wlxKz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twRc6wlxKz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twRc6wlxKz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twRc6wlxKz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twRc6wlxKz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twRc6wlxKz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-twRc6wlxKz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twRc6wlxKz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twRc6wlxKz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twRc6wlxKz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twRc6wlxKz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twRc6wlxKz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twRc6wlxKz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twRc6wlxKz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twRc6wlxKz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twRc6wlxKz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twRc6wlxKz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twRc6wlxKz .navbar {
    height: 70px;
  }
  .cid-twRc6wlxKz .navbar.opened {
    height: auto;
  }
  .cid-twRc6wlxKz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twRc6wFiKe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-twRc6wFiKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRc6wFiKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRc6wFiKe .item {
  padding-bottom: 2rem;
}
.cid-twRc6wFiKe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-twRc6wFiKe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-twRc6wFiKe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-twRc6wFiKe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-twRc6wFiKe .carousel-control,
.cid-twRc6wFiKe .close {
  background: #1b1b1b;
}
.cid-twRc6wFiKe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-twRc6wFiKe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-twRc6wFiKe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-twRc6wFiKe .carousel-control-next span {
  margin-left: 5px;
}
.cid-twRc6wFiKe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-twRc6wFiKe .close::before {
  content: '\e91a';
}
.cid-twRc6wFiKe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-twRc6wFiKe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-twRc6wFiKe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twRc6wFiKe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-twRc6wFiKe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twRc6wFiKe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-twRc6wFiKe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-twRc6wFiKe .carousel-indicators li.active,
.cid-twRc6wFiKe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-twRc6wFiKe .carousel-indicators li::after,
.cid-twRc6wFiKe .carousel-indicators li::before {
  content: none;
}
.cid-twRc6wFiKe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-twRc6wFiKe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-twRc6wFiKe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-twRc6wFiKe .carousel-indicators {
    display: none;
  }
}
.cid-twRc6wFiKe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-twRc6wFiKe .carousel-inner > .active {
  display: block;
}
.cid-twRc6wFiKe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twRc6wFiKe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twRc6wFiKe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-twRc6wFiKe .carousel-control,
  .cid-twRc6wFiKe .carousel-indicators,
  .cid-twRc6wFiKe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-twRc6wFiKe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-twRc6wFiKe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twRc6wFiKe .carousel-indicators .active,
.cid-twRc6wFiKe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-twRc6wFiKe .carousel-indicators .active {
  background: #fff;
}
.cid-twRc6wFiKe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-twRc6wFiKe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-twRc6wFiKe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-twRc6wFiKe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-twRc6wFiKe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-twRc6wFiKe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-twRc6wFiKe .carousel {
  width: 100%;
}
.cid-twRc6wFiKe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-twRc6wFiKe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-twRc6wFiKe .modal.fade .modal-dialog,
.cid-twRc6wFiKe .modal.in .modal-dialog {
  transform: none;
}
.cid-twRc6wFiKe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-twRc6wFiKe H6 {
  text-align: center;
}
.cid-twRc6wFiKe H3 {
  color: #bf9341;
}
.cid-twRc6wFiKe H4 {
  color: #bbbbbb;
}
.cid-twRc6xh9mp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-twRc6xh9mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRc6xh9mp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRc6xh9mp .mbr-section-subtitle {
  text-align: left;
  color: #bf9341;
}
.cid-twRc6xyRof {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-twRc6xyRof .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRc6xyRof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRc6xyRof .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-twRc6xyRof .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twRc6xyRof .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-twRc6xyRof .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twRc6xyRof .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-twRc6xyRof .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-twRc6xyRof .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-twRc6xyRof .card-title {
  color: #bf9341;
}
.cid-twRc6xyRof .mbr-text,
.cid-twRc6xyRof .mbr-section-btn {
  color: #bbbbbb;
}
.cid-twRc6xSp6D {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-twRc6xSp6D a {
  text-align: center;
}
.cid-twRc6xSp6D p {
  color: #0a0a0a;
  text-align: center;
}
.cid-twRc6xSp6D span {
  font-size: 2rem;
}
.cid-twRc6xSp6D .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-twRc6xSp6D .social-list a:focus {
  text-decoration: none;
}
.cid-twRc6xSp6D .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-twRc6xSp6D .media-container-row a {
  margin: 0 1rem;
}
.cid-twRc6xSp6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRc6xSp6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRc6xSp6D P {
  text-align: center;
  color: #bf9341;
}
.cid-twRc6yhwHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-twRc6yhwHB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twRc6yhwHB .mbr-text {
  color: #767676;
}
.cid-twRc6yhwHB .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-twRc6yhwHB .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-twRc6yhwHB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twRc6yhwHB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-twRc6yhwHB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-twRc6yhwHB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-twRc6yhwHB .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-twRc6yhwHB .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-twRc6yhwHB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twRc6yhwHB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twRc6yhwHB .copyright > p {
  color: #bbbbbb;
}
.cid-twRc6yGdRo.popup-builder {
  background-color: #ffffff;
}
.cid-twRc6yGdRo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twRc6yGdRo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twRc6yGdRo .modal-content,
.cid-twRc6yGdRo .modal-dialog {
  height: auto;
}
.cid-twRc6yGdRo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twRc6yGdRo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twRc6yGdRo .form-wrapper .mbr-form .form-group,
  .cid-twRc6yGdRo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twRc6yGdRo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twRc6yGdRo .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-twRc6yGdRo .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-twRc6yGdRo .pt-0 {
  padding-top: 0 !important;
}
.cid-twRc6yGdRo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twRc6yGdRo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twRc6yGdRo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twRc6yGdRo .modal-open {
  overflow: hidden;
}
.cid-twRc6yGdRo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twRc6yGdRo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twRc6yGdRo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twRc6yGdRo .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-twRc6yGdRo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twRc6yGdRo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twRc6yGdRo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twRc6yGdRo .modal-content {
  background: #241d0f;
  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-twRc6yGdRo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twRc6yGdRo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twRc6yGdRo .modal-backdrop.fade {
  opacity: 0;
}
.cid-twRc6yGdRo .modal-backdrop.show {
  opacity: .5;
}
.cid-twRc6yGdRo .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-twRc6yGdRo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twRc6yGdRo .modal-header {
    padding: 1rem;
  }
}
.cid-twRc6yGdRo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twRc6yGdRo .modal-header .close svg {
  fill: #bf9341;
}
.cid-twRc6yGdRo .modal-header .close:hover {
  opacity: 1;
}
.cid-twRc6yGdRo .modal-header .close:focus {
  outline: none;
}
.cid-twRc6yGdRo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-twRc6yGdRo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twRc6yGdRo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twRc6yGdRo .modal-body {
    padding: 1rem;
  }
}
.cid-twRc6yGdRo .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-twRc6yGdRo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twRc6yGdRo .modal-footer {
    padding: 1rem;
  }
}
.cid-twRc6yGdRo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twRc6yGdRo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twRc6yGdRo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twRc6yGdRo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twRc6yGdRo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twRc6yGdRo .modal-lg,
  .cid-twRc6yGdRo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twRc6yGdRo .modal-xl {
    max-width: 1140px;
  }
}
.cid-twRc6yGdRo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twRc6yGdRo .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-twRc6yGdRo .form-group {
  margin-bottom: 1rem;
}
.cid-twRc6yGdRo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twRc6yGdRo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twRc6yGdRo .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-twRc6yGdRo .mbr-section-btn {
  margin: 0;
}
.cid-twRc6yGdRo .mbr-section-btn .btn {
  margin: 0;
}
.cid-twRc6zfnPM.popup-builder {
  background-color: #ffffff;
}
.cid-twRc6zfnPM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twRc6zfnPM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twRc6zfnPM .modal-content,
.cid-twRc6zfnPM .modal-dialog {
  height: auto;
}
.cid-twRc6zfnPM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twRc6zfnPM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twRc6zfnPM .form-wrapper .mbr-form .form-group,
  .cid-twRc6zfnPM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twRc6zfnPM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twRc6zfnPM .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-twRc6zfnPM .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-twRc6zfnPM .pt-0 {
  padding-top: 0 !important;
}
.cid-twRc6zfnPM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twRc6zfnPM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twRc6zfnPM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twRc6zfnPM .modal-open {
  overflow: hidden;
}
.cid-twRc6zfnPM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twRc6zfnPM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twRc6zfnPM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twRc6zfnPM .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-twRc6zfnPM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twRc6zfnPM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twRc6zfnPM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twRc6zfnPM .modal-content {
  background: #241d0f;
  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-twRc6zfnPM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twRc6zfnPM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twRc6zfnPM .modal-backdrop.fade {
  opacity: 0;
}
.cid-twRc6zfnPM .modal-backdrop.show {
  opacity: .5;
}
.cid-twRc6zfnPM .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-twRc6zfnPM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twRc6zfnPM .modal-header {
    padding: 1rem;
  }
}
.cid-twRc6zfnPM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twRc6zfnPM .modal-header .close svg {
  fill: #bf9341;
}
.cid-twRc6zfnPM .modal-header .close:hover {
  opacity: 1;
}
.cid-twRc6zfnPM .modal-header .close:focus {
  outline: none;
}
.cid-twRc6zfnPM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-twRc6zfnPM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twRc6zfnPM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twRc6zfnPM .modal-body {
    padding: 1rem;
  }
}
.cid-twRc6zfnPM .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-twRc6zfnPM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twRc6zfnPM .modal-footer {
    padding: 1rem;
  }
}
.cid-twRc6zfnPM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twRc6zfnPM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twRc6zfnPM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twRc6zfnPM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twRc6zfnPM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twRc6zfnPM .modal-lg,
  .cid-twRc6zfnPM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twRc6zfnPM .modal-xl {
    max-width: 1140px;
  }
}
.cid-twRc6zfnPM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twRc6zfnPM .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-twRc6zfnPM .form-group {
  margin-bottom: 1rem;
}
.cid-twRc6zfnPM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twRc6zfnPM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twRc6zfnPM .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-twRc6zfnPM .mbr-section-btn {
  margin: 0;
}
.cid-twRc6zfnPM .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tJcIyKWofg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJcIyKWofg nav.navbar {
  position: fixed;
}
.cid-tJcIyKWofg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJcIyKWofg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJcIyKWofg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJcIyKWofg .dropdown-item:hover,
.cid-tJcIyKWofg .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tJcIyKWofg .dropdown-item:hover span {
  color: white;
}
.cid-tJcIyKWofg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJcIyKWofg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJcIyKWofg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJcIyKWofg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJcIyKWofg .nav-link {
  position: relative;
}
.cid-tJcIyKWofg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJcIyKWofg .container {
    flex-wrap: nowrap;
  }
}
.cid-tJcIyKWofg .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJcIyKWofg .dropdown-menu,
.cid-tJcIyKWofg .navbar.opened {
  background: #130f08 !important;
}
.cid-tJcIyKWofg .nav-item:focus,
.cid-tJcIyKWofg .nav-link:focus {
  outline: none;
}
.cid-tJcIyKWofg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJcIyKWofg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJcIyKWofg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJcIyKWofg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJcIyKWofg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJcIyKWofg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJcIyKWofg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tJcIyKWofg .navbar.opened {
  transition: all 0.3s;
}
.cid-tJcIyKWofg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJcIyKWofg .navbar .navbar-logo img {
  width: auto;
}
.cid-tJcIyKWofg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJcIyKWofg .navbar.collapsed {
  justify-content: center;
}
.cid-tJcIyKWofg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJcIyKWofg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJcIyKWofg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJcIyKWofg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJcIyKWofg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJcIyKWofg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJcIyKWofg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJcIyKWofg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJcIyKWofg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJcIyKWofg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJcIyKWofg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJcIyKWofg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJcIyKWofg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJcIyKWofg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJcIyKWofg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJcIyKWofg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJcIyKWofg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJcIyKWofg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJcIyKWofg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJcIyKWofg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJcIyKWofg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJcIyKWofg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJcIyKWofg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJcIyKWofg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJcIyKWofg .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-tJcIyKWofg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJcIyKWofg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJcIyKWofg .dropdown-item.active,
.cid-tJcIyKWofg .dropdown-item:active {
  background-color: transparent;
}
.cid-tJcIyKWofg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJcIyKWofg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJcIyKWofg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJcIyKWofg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tJcIyKWofg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJcIyKWofg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJcIyKWofg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJcIyKWofg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJcIyKWofg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJcIyKWofg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tJcIyKWofg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJcIyKWofg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJcIyKWofg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJcIyKWofg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJcIyKWofg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJcIyKWofg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJcIyKWofg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJcIyKWofg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJcIyKWofg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJcIyKWofg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJcIyKWofg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJcIyKWofg .navbar {
    height: 70px;
  }
  .cid-tJcIyKWofg .navbar.opened {
    height: auto;
  }
  .cid-tJcIyKWofg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJcJatKvGo {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tJcJatKvGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcJatKvGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJcJatKvGo .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-tJcJatKvGo .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-tJcJatKvGo .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tJcJatKvGo .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-tJcJatKvGo .col-img {
  width: 64%;
}
@media (max-width: 1199px) {
  .cid-tJcJatKvGo .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-tJcJatKvGo .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tJcJatKvGo .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tJcJatKvGo .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-tJcJatKvGo .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-tJcJatKvGo .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-tJcJatKvGo .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tJcJatKvGo .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-tJcJatKvGo .card-title {
  color: #e8b210;
}
.cid-tJcJatKvGo .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tJcJatKvGo .mbr-text {
    margin-top: 12px;
  }
}
.cid-tJcJatKvGo .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-tJcJatKvGo .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-tJcJatKvGo .mbr-text,
.cid-tJcJatKvGo .mbr-section-btn {
  color: #6c7a88;
}
.cid-tJcMherGtQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tJcMherGtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcMherGtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJcMherGtQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJcRcbm780 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tJcRcbm780 img,
.cid-tJcRcbm780 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJcRcbm780 .item:focus,
.cid-tJcRcbm780 span:focus {
  outline: none;
}
.cid-tJcRcbm780 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tJcRcbm780 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #3d3d3d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJcRcbm780 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcRcbm780 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJcRcbm780 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJcRcbm780 H3 {
  color: #c69a15;
}
.cid-tJcRcbm780 .mbr-section-subtitle {
  color: #6c7a88;
}
.cid-tJcNGRtNDD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tJcNGRtNDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcNGRtNDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tJcNGRtNDD .container {
    padding: 0 26px;
  }
}
.cid-tJcNGRtNDD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tJcNGRtNDD .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tJcNGRtNDD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJcNGRtNDD .mbr-section-subtitle {
  color: #6c7a88;
}
.cid-tJcNGRtNDD .mbr-text {
  color: #6c7a88;
}
.cid-tJcNGRtNDD .list {
  color: #6c7a88;
}
.cid-tJcNGRtNDD .mbr-section-title {
  color: #c69a15;
}
.cid-tJcIyMbDdL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tJcIyMbDdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcIyMbDdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJcIyMbDdL .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tJcIyMbDdL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJcIyMbDdL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJcIyMbDdL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJcIyMbDdL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJcIyMbDdL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJcIyMbDdL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJcIyMbDdL .card-title {
  color: #bf9341;
}
.cid-tJcIyMbDdL .mbr-text,
.cid-tJcIyMbDdL .mbr-section-btn {
  color: #6c7a88;
}
.cid-tJcIyMtqAM {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tJcIyMtqAM a {
  text-align: center;
}
.cid-tJcIyMtqAM p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tJcIyMtqAM span {
  font-size: 2rem;
}
.cid-tJcIyMtqAM .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tJcIyMtqAM .social-list a:focus {
  text-decoration: none;
}
.cid-tJcIyMtqAM .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJcIyMtqAM .media-container-row a {
  margin: 0 1rem;
}
.cid-tJcIyMtqAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcIyMtqAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJcIyMtqAM P {
  text-align: center;
  color: #bf9341;
}
.cid-tJcIyMTj0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tJcIyMTj0j .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tJcIyMTj0j .mbr-text {
  color: #767676;
}
.cid-tJcIyMTj0j .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tJcIyMTj0j .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tJcIyMTj0j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tJcIyMTj0j .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tJcIyMTj0j .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tJcIyMTj0j .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tJcIyMTj0j .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tJcIyMTj0j .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tJcIyMTj0j .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJcIyMTj0j .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJcIyMTj0j .copyright > p {
  color: #bbbbbb;
}
.cid-tJcIyNiEKn.popup-builder {
  background-color: #ffffff;
}
.cid-tJcIyNiEKn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJcIyNiEKn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJcIyNiEKn .modal-content,
.cid-tJcIyNiEKn .modal-dialog {
  height: auto;
}
.cid-tJcIyNiEKn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJcIyNiEKn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJcIyNiEKn .form-wrapper .mbr-form .form-group,
  .cid-tJcIyNiEKn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJcIyNiEKn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJcIyNiEKn .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-tJcIyNiEKn .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tJcIyNiEKn .pt-0 {
  padding-top: 0 !important;
}
.cid-tJcIyNiEKn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJcIyNiEKn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJcIyNiEKn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJcIyNiEKn .modal-open {
  overflow: hidden;
}
.cid-tJcIyNiEKn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJcIyNiEKn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJcIyNiEKn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJcIyNiEKn .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-tJcIyNiEKn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJcIyNiEKn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJcIyNiEKn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJcIyNiEKn .modal-content {
  background: #241d0f;
  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-tJcIyNiEKn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJcIyNiEKn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJcIyNiEKn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJcIyNiEKn .modal-backdrop.show {
  opacity: .5;
}
.cid-tJcIyNiEKn .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-tJcIyNiEKn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcIyNiEKn .modal-header {
    padding: 1rem;
  }
}
.cid-tJcIyNiEKn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJcIyNiEKn .modal-header .close svg {
  fill: #bf9341;
}
.cid-tJcIyNiEKn .modal-header .close:hover {
  opacity: 1;
}
.cid-tJcIyNiEKn .modal-header .close:focus {
  outline: none;
}
.cid-tJcIyNiEKn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tJcIyNiEKn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJcIyNiEKn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcIyNiEKn .modal-body {
    padding: 1rem;
  }
}
.cid-tJcIyNiEKn .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-tJcIyNiEKn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcIyNiEKn .modal-footer {
    padding: 1rem;
  }
}
.cid-tJcIyNiEKn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJcIyNiEKn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJcIyNiEKn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJcIyNiEKn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJcIyNiEKn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJcIyNiEKn .modal-lg,
  .cid-tJcIyNiEKn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJcIyNiEKn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJcIyNiEKn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJcIyNiEKn .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-tJcIyNiEKn .form-group {
  margin-bottom: 1rem;
}
.cid-tJcIyNiEKn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJcIyNiEKn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJcIyNiEKn .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-tJcIyNiEKn .mbr-section-btn {
  margin: 0;
}
.cid-tJcIyNiEKn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJcIyO0Gpz.popup-builder {
  background-color: #ffffff;
}
.cid-tJcIyO0Gpz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJcIyO0Gpz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJcIyO0Gpz .modal-content,
.cid-tJcIyO0Gpz .modal-dialog {
  height: auto;
}
.cid-tJcIyO0Gpz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJcIyO0Gpz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJcIyO0Gpz .form-wrapper .mbr-form .form-group,
  .cid-tJcIyO0Gpz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJcIyO0Gpz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJcIyO0Gpz .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-tJcIyO0Gpz .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tJcIyO0Gpz .pt-0 {
  padding-top: 0 !important;
}
.cid-tJcIyO0Gpz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJcIyO0Gpz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJcIyO0Gpz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJcIyO0Gpz .modal-open {
  overflow: hidden;
}
.cid-tJcIyO0Gpz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJcIyO0Gpz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJcIyO0Gpz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJcIyO0Gpz .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-tJcIyO0Gpz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJcIyO0Gpz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJcIyO0Gpz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJcIyO0Gpz .modal-content {
  background: #241d0f;
  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-tJcIyO0Gpz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJcIyO0Gpz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJcIyO0Gpz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJcIyO0Gpz .modal-backdrop.show {
  opacity: .5;
}
.cid-tJcIyO0Gpz .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-tJcIyO0Gpz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcIyO0Gpz .modal-header {
    padding: 1rem;
  }
}
.cid-tJcIyO0Gpz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJcIyO0Gpz .modal-header .close svg {
  fill: #bf9341;
}
.cid-tJcIyO0Gpz .modal-header .close:hover {
  opacity: 1;
}
.cid-tJcIyO0Gpz .modal-header .close:focus {
  outline: none;
}
.cid-tJcIyO0Gpz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tJcIyO0Gpz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJcIyO0Gpz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcIyO0Gpz .modal-body {
    padding: 1rem;
  }
}
.cid-tJcIyO0Gpz .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-tJcIyO0Gpz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJcIyO0Gpz .modal-footer {
    padding: 1rem;
  }
}
.cid-tJcIyO0Gpz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJcIyO0Gpz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJcIyO0Gpz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJcIyO0Gpz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJcIyO0Gpz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJcIyO0Gpz .modal-lg,
  .cid-tJcIyO0Gpz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJcIyO0Gpz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJcIyO0Gpz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJcIyO0Gpz .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-tJcIyO0Gpz .form-group {
  margin-bottom: 1rem;
}
.cid-tJcIyO0Gpz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJcIyO0Gpz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJcIyO0Gpz .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-tJcIyO0Gpz .mbr-section-btn {
  margin: 0;
}
.cid-tJcIyO0Gpz .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tPDn5KXsBV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPDn5KXsBV nav.navbar {
  position: fixed;
}
.cid-tPDn5KXsBV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPDn5KXsBV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPDn5KXsBV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPDn5KXsBV .dropdown-item:hover,
.cid-tPDn5KXsBV .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tPDn5KXsBV .dropdown-item:hover span {
  color: white;
}
.cid-tPDn5KXsBV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPDn5KXsBV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPDn5KXsBV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPDn5KXsBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPDn5KXsBV .nav-link {
  position: relative;
}
.cid-tPDn5KXsBV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPDn5KXsBV .container {
    flex-wrap: nowrap;
  }
}
.cid-tPDn5KXsBV .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPDn5KXsBV .dropdown-menu,
.cid-tPDn5KXsBV .navbar.opened {
  background: #130f08 !important;
}
.cid-tPDn5KXsBV .nav-item:focus,
.cid-tPDn5KXsBV .nav-link:focus {
  outline: none;
}
.cid-tPDn5KXsBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPDn5KXsBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPDn5KXsBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPDn5KXsBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPDn5KXsBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPDn5KXsBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPDn5KXsBV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tPDn5KXsBV .navbar.opened {
  transition: all 0.3s;
}
.cid-tPDn5KXsBV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPDn5KXsBV .navbar .navbar-logo img {
  width: auto;
}
.cid-tPDn5KXsBV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPDn5KXsBV .navbar.collapsed {
  justify-content: center;
}
.cid-tPDn5KXsBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPDn5KXsBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPDn5KXsBV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tPDn5KXsBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPDn5KXsBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPDn5KXsBV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPDn5KXsBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPDn5KXsBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPDn5KXsBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPDn5KXsBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPDn5KXsBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPDn5KXsBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPDn5KXsBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPDn5KXsBV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPDn5KXsBV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPDn5KXsBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPDn5KXsBV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPDn5KXsBV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPDn5KXsBV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPDn5KXsBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPDn5KXsBV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPDn5KXsBV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPDn5KXsBV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPDn5KXsBV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPDn5KXsBV .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-tPDn5KXsBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPDn5KXsBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPDn5KXsBV .dropdown-item.active,
.cid-tPDn5KXsBV .dropdown-item:active {
  background-color: transparent;
}
.cid-tPDn5KXsBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPDn5KXsBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPDn5KXsBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPDn5KXsBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tPDn5KXsBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPDn5KXsBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPDn5KXsBV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPDn5KXsBV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPDn5KXsBV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPDn5KXsBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tPDn5KXsBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPDn5KXsBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPDn5KXsBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPDn5KXsBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPDn5KXsBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPDn5KXsBV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPDn5KXsBV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPDn5KXsBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPDn5KXsBV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPDn5KXsBV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPDn5KXsBV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPDn5KXsBV .navbar {
    height: 70px;
  }
  .cid-tPDn5KXsBV .navbar.opened {
    height: auto;
  }
  .cid-tPDn5KXsBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPDn5LgfJE {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/puma2006-very-beautiful-business-woman-question-desktop-monitor-dea7cc1c-82a0-4562-ae49-01575c7ae602-3.webp");
}
.cid-tPDn5LgfJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDn5LgfJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPDn5LwNCZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-tPDn5LwNCZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPDn5LwNCZ .row {
  flex-direction: row-reverse;
}
.cid-tPDn5LwNCZ img {
  width: 100%;
}
.cid-tPDn5LJXYO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #130f08;
}
.cid-tPDn5LJXYO .mbr-section-subtitle {
  color: #d7af00;
}
.cid-tPDn5LJXYO .mbr-text {
  color: #bbbbbb;
}
.cid-tPDn5LU3lp {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-tPDn5LU3lp a {
  text-align: center;
}
.cid-tPDn5LU3lp p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tPDn5LU3lp span {
  font-size: 2rem;
}
.cid-tPDn5LU3lp .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-tPDn5LU3lp .social-list a:focus {
  text-decoration: none;
}
.cid-tPDn5LU3lp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPDn5LU3lp .media-container-row a {
  margin: 0 1rem;
}
.cid-tPDn5LU3lp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDn5LU3lp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPDn5LU3lp P {
  text-align: center;
  color: #bf9341;
}
.cid-tPDn5Mfy2d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tPDn5Mfy2d .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPDn5Mfy2d .mbr-text {
  color: #767676;
}
.cid-tPDn5Mfy2d .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tPDn5Mfy2d .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tPDn5Mfy2d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPDn5Mfy2d .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tPDn5Mfy2d .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tPDn5Mfy2d .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tPDn5Mfy2d .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPDn5Mfy2d .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPDn5Mfy2d .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPDn5Mfy2d .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPDn5Mfy2d .copyright > p {
  color: #bbbbbb;
}
.cid-tPDn5MAQJg.popup-builder {
  background-color: #ffffff;
}
.cid-tPDn5MAQJg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPDn5MAQJg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPDn5MAQJg .modal-content,
.cid-tPDn5MAQJg .modal-dialog {
  height: auto;
}
.cid-tPDn5MAQJg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPDn5MAQJg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPDn5MAQJg .form-wrapper .mbr-form .form-group,
  .cid-tPDn5MAQJg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPDn5MAQJg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPDn5MAQJg .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-tPDn5MAQJg .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tPDn5MAQJg .pt-0 {
  padding-top: 0 !important;
}
.cid-tPDn5MAQJg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPDn5MAQJg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPDn5MAQJg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPDn5MAQJg .modal-open {
  overflow: hidden;
}
.cid-tPDn5MAQJg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPDn5MAQJg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPDn5MAQJg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPDn5MAQJg .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-tPDn5MAQJg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPDn5MAQJg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPDn5MAQJg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPDn5MAQJg .modal-content {
  background: #241d0f;
  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-tPDn5MAQJg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPDn5MAQJg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPDn5MAQJg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPDn5MAQJg .modal-backdrop.show {
  opacity: .5;
}
.cid-tPDn5MAQJg .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-tPDn5MAQJg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDn5MAQJg .modal-header {
    padding: 1rem;
  }
}
.cid-tPDn5MAQJg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPDn5MAQJg .modal-header .close svg {
  fill: #bf9341;
}
.cid-tPDn5MAQJg .modal-header .close:hover {
  opacity: 1;
}
.cid-tPDn5MAQJg .modal-header .close:focus {
  outline: none;
}
.cid-tPDn5MAQJg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tPDn5MAQJg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPDn5MAQJg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDn5MAQJg .modal-body {
    padding: 1rem;
  }
}
.cid-tPDn5MAQJg .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-tPDn5MAQJg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDn5MAQJg .modal-footer {
    padding: 1rem;
  }
}
.cid-tPDn5MAQJg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPDn5MAQJg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPDn5MAQJg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPDn5MAQJg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPDn5MAQJg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPDn5MAQJg .modal-lg,
  .cid-tPDn5MAQJg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPDn5MAQJg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPDn5MAQJg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPDn5MAQJg .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-tPDn5MAQJg .form-group {
  margin-bottom: 1rem;
}
.cid-tPDn5MAQJg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPDn5MAQJg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPDn5MAQJg .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-tPDn5MAQJg .mbr-section-btn {
  margin: 0;
}
.cid-tPDn5MAQJg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPDn5MY2ii.popup-builder {
  background-color: #ffffff;
}
.cid-tPDn5MY2ii.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPDn5MY2ii.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPDn5MY2ii .modal-content,
.cid-tPDn5MY2ii .modal-dialog {
  height: auto;
}
.cid-tPDn5MY2ii .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPDn5MY2ii .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPDn5MY2ii .form-wrapper .mbr-form .form-group,
  .cid-tPDn5MY2ii .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPDn5MY2ii .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPDn5MY2ii .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-tPDn5MY2ii .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-tPDn5MY2ii .pt-0 {
  padding-top: 0 !important;
}
.cid-tPDn5MY2ii .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPDn5MY2ii .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPDn5MY2ii .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPDn5MY2ii .modal-open {
  overflow: hidden;
}
.cid-tPDn5MY2ii .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPDn5MY2ii .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPDn5MY2ii .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPDn5MY2ii .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-tPDn5MY2ii .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPDn5MY2ii .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPDn5MY2ii .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPDn5MY2ii .modal-content {
  background: #241d0f;
  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-tPDn5MY2ii .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPDn5MY2ii .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPDn5MY2ii .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPDn5MY2ii .modal-backdrop.show {
  opacity: .5;
}
.cid-tPDn5MY2ii .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-tPDn5MY2ii .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDn5MY2ii .modal-header {
    padding: 1rem;
  }
}
.cid-tPDn5MY2ii .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPDn5MY2ii .modal-header .close svg {
  fill: #bf9341;
}
.cid-tPDn5MY2ii .modal-header .close:hover {
  opacity: 1;
}
.cid-tPDn5MY2ii .modal-header .close:focus {
  outline: none;
}
.cid-tPDn5MY2ii .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bf9341;
}
.cid-tPDn5MY2ii .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPDn5MY2ii .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDn5MY2ii .modal-body {
    padding: 1rem;
  }
}
.cid-tPDn5MY2ii .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-tPDn5MY2ii .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDn5MY2ii .modal-footer {
    padding: 1rem;
  }
}
.cid-tPDn5MY2ii .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPDn5MY2ii .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPDn5MY2ii .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPDn5MY2ii .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPDn5MY2ii .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPDn5MY2ii .modal-lg,
  .cid-tPDn5MY2ii .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPDn5MY2ii .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPDn5MY2ii .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPDn5MY2ii .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-tPDn5MY2ii .form-group {
  margin-bottom: 1rem;
}
.cid-tPDn5MY2ii .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPDn5MY2ii .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPDn5MY2ii .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-tPDn5MY2ii .mbr-section-btn {
  margin: 0;
}
.cid-tPDn5MY2ii .mbr-section-btn .btn {
  margin: 0;
}
@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.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.6;
  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: 1.4px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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: 12px;
  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;
  }
}
.g-recaptcha {
  color: blue; /* Altera a cor de fundo para azul */
}.cid-tm6dKKegdl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tm6dKKegdl nav.navbar {
  position: fixed;
}
.cid-tm6dKKegdl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm6dKKegdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm6dKKegdl .dropdown-item:hover,
.cid-tm6dKKegdl .dropdown-item:focus {
  background: #c69a15 !important;
  color: white !important;
}
.cid-tm6dKKegdl .dropdown-item:hover span {
  color: white;
}
.cid-tm6dKKegdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm6dKKegdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm6dKKegdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm6dKKegdl .nav-link {
  position: relative;
}
.cid-tm6dKKegdl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .container {
    flex-wrap: nowrap;
  }
}
.cid-tm6dKKegdl .iconfont-wrapper {
  color: #d7af00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown-menu,
.cid-tm6dKKegdl .navbar.opened {
  background: #130f08 !important;
}
.cid-tm6dKKegdl .nav-item:focus,
.cid-tm6dKKegdl .nav-link:focus {
  outline: none;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm6dKKegdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm6dKKegdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm6dKKegdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm6dKKegdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.opened {
  transition: all 0.3s;
}
.cid-tm6dKKegdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm6dKKegdl .navbar .navbar-logo img {
  width: auto;
}
.cid-tm6dKKegdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm6dKKegdl .navbar.collapsed {
  justify-content: center;
}
.cid-tm6dKKegdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm6dKKegdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm6dKKegdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tm6dKKegdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm6dKKegdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm6dKKegdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm6dKKegdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm6dKKegdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tm6dKKegdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm6dKKegdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm6dKKegdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm6dKKegdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm6dKKegdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm6dKKegdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tm6dKKegdl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tm6dKKegdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm6dKKegdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm6dKKegdl .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-tm6dKKegdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm6dKKegdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm6dKKegdl .dropdown-item.active,
.cid-tm6dKKegdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tm6dKKegdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm6dKKegdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #130f08;
}
.cid-tm6dKKegdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm6dKKegdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm6dKKegdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm6dKKegdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm6dKKegdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7af00;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm6dKKegdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm6dKKegdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm6dKKegdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tm6dKKegdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm6dKKegdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm6dKKegdl .navbar {
    height: 70px;
  }
  .cid-tm6dKKegdl .navbar.opened {
    height: auto;
  }
  .cid-tm6dKKegdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmQpvpsBn {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #130f08;
}
.cid-ucmQpvpsBn .mbr-text {
  color: #bbbbbb;
}
.cid-ucmQpvpsBn .mbr-section-subtitle {
  color: #bf9341;
}
.cid-ucnFO3IoHG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
.cid-ucnFO3IoHG .mbr-section-subtitle {
  color: #bf9341;
}
.cid-ucnFO3IoHG .mbr-text {
  color: #bbbbbb;
}
.cid-ucmRc9lpiC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #130f08;
}
@media (max-width: 991px) {
  .cid-ucmRc9lpiC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucmRc9lpiC .row {
  flex-direction: row-reverse;
}
.cid-ucmRc9lpiC img {
  width: 100%;
}
.cid-ucmR6JZwdI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #130f08, #130f08);
}
.cid-ucmR6JZwdI a {
  text-align: center;
}
.cid-ucmR6JZwdI p {
  color: #0a0a0a;
  text-align: center;
}
.cid-ucmR6JZwdI span {
  font-size: 2rem;
}
.cid-ucmR6JZwdI .mbr-iconfont-social {
  font-size: 20px;
  color: #bf9341;
  height: 2.2em;
  line-height: 1.6em;
  width: 2.2em;
  padding-top: 6px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #bf9341;
}
.cid-ucmR6JZwdI .social-list a:focus {
  text-decoration: none;
}
.cid-ucmR6JZwdI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucmR6JZwdI .media-container-row a {
  margin: 0 1rem;
}
.cid-ucmR6JZwdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmR6JZwdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmR6JZwdI P {
  text-align: center;
  color: #bf9341;
}
.cid-tm900OM9PV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #130f08;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .mbr-text {
  color: #767676;
}
.cid-tm900OM9PV .links {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm900OM9PV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tm900OM9PV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm900OM9PV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tm900OM9PV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tm900OM9PV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tm900OM9PV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm900OM9PV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm900OM9PV .copyright > p {
  color: #bbbbbb;
}
