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

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

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

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

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

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

.modal {
  background: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.container
{
    max-width:1400px;
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.card-wrapper .image-wrapper img,
.card-wrapper .app-video-wrapper img {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f18b1d !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #c7c7c7 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f18b1d !important;
  border-color: #f18b1d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f4a44d !important;
  border-color: #f4a44d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f4a44d !important;
  border-color: #f4a44d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f18b1d;
  color: #f18b1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad5f0b !important;
  background-color: transparent !important;
  border-color: #ad5f0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f18b1d !important;
  border-color: #f18b1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c7c7c7;
  color: #c7c7c7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9c9c9c !important;
  background-color: transparent !important;
  border-color: #9c9c9c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f18b1d !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #c7c7c7 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e570a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #949494 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f18b1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #c7c7c7;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f18b1d;
  border-color: #f18b1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f18b1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeedd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f18b1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f18b1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f18b1d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f18b1d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f18b1d;
  border-bottom-color: #f18b1d;
}
.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: #f18b1d !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: #ffd7ef !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='%23f18b1d' %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-tK3a20lB6z {
  z-index: 1000;
  width: 100%;
}
.cid-tK3a20lB6z .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK3a20lB6z nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK3a20lB6z #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK3a20lB6z #navbar img {
  border-radius: 0px!important;
}
.cid-tK3a20lB6z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK3a20lB6z .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK3a20lB6z .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK3a20lB6z .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK3a20lB6z .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK3a20lB6z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK3a20lB6z .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK3a20lB6z .menu_box .navbar.opened,
  .cid-tK3a20lB6z .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK3a20lB6z nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK3a20lB6z nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK3a20lB6z .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK3a20lB6z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK3a20lB6z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK3a20lB6z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK3a20lB6z .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK3a20lB6z .offcanvas-body .mbr-text,
  .cid-tK3a20lB6z .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK3a20lB6z .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK3a20lB6z .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK3a20lB6z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK3a20lB6z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK3a20lB6z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK3a20lB6z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK3a20lB6z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK3a20lB6z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK3a20lB6z li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK3a20lB6z li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK3a20lB6z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK3a20lB6z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK3a20lB6z .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK3a20lB6z .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK3a20lB6z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK3a20lB6z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK3a20lB6z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK3a20lB6z .offcanvas_box {
    display: none;
  }
}
.cid-tK3a20lB6z .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK3a20lB6z .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK3a20lB6z .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK3a20lB6z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK3a20lB6z .nav-link {
  position: relative;
}
.cid-tK3a20lB6z .container {
  display: flex;
  margin: auto;
}
.cid-tK3a20lB6z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK3a20lB6z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK3a20lB6z .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK3a20lB6z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK3a20lB6z .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK3a20lB6z .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK3a20lB6z .dropdown-menu,
.cid-tK3a20lB6z .navbar.opened {
  background: #ffffff !important;
}
.cid-tK3a20lB6z .nav-item:focus,
.cid-tK3a20lB6z .nav-link:focus {
  outline: none;
}
.cid-tK3a20lB6z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK3a20lB6z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK3a20lB6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK3a20lB6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK3a20lB6z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK3a20lB6z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK3a20lB6z .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK3a20lB6z .navbar.opened {
  transition: all 0.3s;
}
.cid-tK3a20lB6z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK3a20lB6z .navbar .navbar-logo img {
  width: auto;
}
.cid-tK3a20lB6z .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK3a20lB6z .navbar.collapsed {
  justify-content: center;
}
.cid-tK3a20lB6z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK3a20lB6z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK3a20lB6z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK3a20lB6z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK3a20lB6z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK3a20lB6z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK3a20lB6z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK3a20lB6z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK3a20lB6z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK3a20lB6z .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK3a20lB6z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK3a20lB6z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK3a20lB6z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK3a20lB6z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK3a20lB6z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK3a20lB6z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK3a20lB6z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK3a20lB6z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK3a20lB6z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK3a20lB6z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK3a20lB6z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK3a20lB6z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK3a20lB6z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK3a20lB6z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK3a20lB6z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK3a20lB6z .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-tK3a20lB6z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK3a20lB6z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK3a20lB6z .dropdown-item.active,
.cid-tK3a20lB6z .dropdown-item:active {
  background-color: transparent;
}
.cid-tK3a20lB6z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK3a20lB6z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK3a20lB6z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK3a20lB6z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK3a20lB6z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK3a20lB6z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK3a20lB6z ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK3a20lB6z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK3a20lB6z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK3a20lB6z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK3a20lB6z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK3a20lB6z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK3a20lB6z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK3a20lB6z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK3a20lB6z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK3a20lB6z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK3a20lB6z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK3a20lB6z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK3a20lB6z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK3a20lB6z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK3a20lB6z .navbar {
    height: 70px;
  }
  .cid-tK3a20lB6z .navbar.opened {
    height: auto;
  }
  .cid-tK3a20lB6z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK3a20lB6z .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK3a20lB6z .text_widget {
  text-align: left;
}
.cid-tK3a20lB6z .mbr-text {
  text-align: left;
}
.cid-tK3ha73ZDO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK3ha73ZDO .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK3ha73ZDO .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK3ha73ZDO .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK3ha73ZDO .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK3ha73ZDO .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK39wejNbu {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK39wejNbu a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK39wejNbu a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK39wejNbu .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK39wejNbu .wrapper {
  position: relative;
}
.cid-tK39wejNbu .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
@media (max-width: 1400px) {
  .cid-tK39wejNbu .img1 {
    padding-right: 8rem;
  }
}
.cid-tK39wejNbu .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK39wejNbu .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK39wejNbu .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK39wejNbu .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK39wejNbu .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK39wejNbu .title {
  position: absolute;
  font-size: 2.4rem;
  right: 1rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-tK39wejNbu .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK39wejNbu .title {
    right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tK39wejNbu .title {
    right: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tK39wejNbu .title {
    top: 19rem;
    padding: 0;
    font-size: 1.7rem!important;
  }
  .cid-tK39wejNbu .title:before {
    width: 0px;
  }
}
@media (max-width: 1400px) {
  .cid-tK39wejNbu .img2 {
    width: 300px;
  }
  .cid-tK39wejNbu .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK39wejNbu .img2 {
    width: 200px;
  }
  .cid-tK39wejNbu .img1 {
    padding-right: 4rem;
    height: 600px;
  }
  .cid-tK39wejNbu h1 {
    font-size: 1.9rem!important;
  }
}
@media (max-width: 767px) {
  .cid-tK39wejNbu .img1 {
    height: 500px;
    padding-right: 3rem;
  }
  .cid-tK39wejNbu .img2 {
    width: 150px;
  }
  .cid-tK39wejNbu .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK39wejNbu h1 {
    font-size: 1.4rem!important;
  }
}
.cid-tK3aY6fKn9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tK3aY6fKn9 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-tK3aY6fKn9 .mbr-text,
.cid-tK3aY6fKn9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tK3aY6fKn9 .mbr-text,
  .cid-tK3aY6fKn9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tK3aY6fKn9 .myborder {
  border-style: solid;
  border-width: 1px 0px;
  border-color: #ccc;
}
.cid-tK3aY6fKn9 .mytext {
  font-size: 9rem;
  font-weight: 200;
}
@media (max-width: 1200px) {
  .cid-tK3aY6fKn9 .mytext {
    font-size: 8rem;
  }
}
@media (max-width: 992px) {
  .cid-tK3aY6fKn9 .mytext {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tK3aY6fKn9 .mytext {
    font-size: 3rem;
    font-weight: 300;
  }
}
.cid-tK3aY6fKn9 .mypos {
  position: relative;
  left: 0px;
  top: 25px;
  z-index: 1;
}
.cid-tK3aUsW0eJ {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tK3aUsW0eJ {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-tK3aUsW0eJ a[class*='text-'] {
  background-image: linear-gradient(120deg, rgba(241, 139, 29, 0.5) 0%, rgba(241, 139, 29, 0.5) 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3aUsW0eJ a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, rgba(241, 139, 29, 0.9) 0%, rgba(241, 139, 29, 0.9) 100%) !important;
}
.cid-tK3aUsW0eJ .mbr-section-title {
  font-weight: 300!important;
}
.cid-tK3aUsW0eJ .mbr-section-title a {
  font-weight: 300!important;
}
.cid-tK3aUsW0eJ .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .cid-tK3aUsW0eJ .img-col img:last-child {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .cid-tK3aUsW0eJ .content-wrapper {
    padding-bottom: 1.5rem;
  }
  .cid-tK3aUsW0eJ .img-col img {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tK3aUsW0eJ .btn-lg {
    padding-left: 0.3rem!important;
    padding-right: 0.3rem!important;
  }
  .cid-tK3aUsW0eJ .img-col img {
    right: 0 !important;
  }
  .cid-tK3aUsW0eJ .img-col img:last-child {
    display: none !important;
  }
}
.cid-tK3aUsW0eJ .img-col {
  position: relative;
}
.cid-tK3aUsW0eJ .img-col img {
  width: 100%;
  max-width: 540px;
  position: relative;
  padding: 0 0px;
  z-index: 1;
}
.cid-tK3aUsW0eJ .img-col img:last-child {
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
  position: absolute;
  width: 50%;
  z-index: 2;
  bottom: -40px;
  right: -10px;
  left: auto;
}
.cid-tK3aUsW0eJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK3aUsW0eJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK3b9oX2wE {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tK3b9oX2wE {
    padding-bottom: 20px;
  }
}
.cid-tK3b9oX2wE a[class*='text-'] {
  background-image: linear-gradient(120deg, rgba(241, 139, 29, 0.5) 0%, rgba(241, 139, 29, 0.5) 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3b9oX2wE a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, rgba(241, 139, 29, 0.9) 0%, rgba(241, 139, 29, 0.9) 100%) !important;
}
.cid-tK3b9oX2wE .features-image img {
  width: 100%;
  z-index: 1;
  transition: 1s;
  margin: auto;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK3b9oX2wE .features-image img:hover {
  transform: scale(1.02);
}
.cid-tK3b9oX2wE .features-image .card {
  margin-left: 20%;
  background-color: #fff2d5;
  padding: 2rem;
  position: relative;
  margin-top: -3rem;
  right: 1rem;
  z-index: 2;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1e6cf;
}
@media (max-width: 992px) {
  .cid-tK3b9oX2wE .features-image .card {
    margin-left: 5%;
  }
}
.cid-tK3b9oX2wE .mbr-section-title {
  font-weight: 300!important;
}
.cid-tK3b9oX2wE .mbr-section-title a {
  font-weight: 300!important;
}
.cid-tK3b9oX2wE .item-wrapper {
  padding-bottom: 2rem;
}
.cid-tK3b9oX2wE .card .mbr-text,
.cid-tK3b9oX2wE .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tK3b9oX2wE H1 {
  color: #000000;
}
.cid-tK3i4518eO {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tK3i4518eO {
    padding-bottom: 30px;
  }
}
.cid-tK3i4518eO .row {
  background: #333333;
}
.cid-tK3i4518eO .img-col {
  padding: 0px !important;
}
.cid-tK3i4518eO .title-col {
  padding: 4rem 6rem;
}
.cid-tK3i4518eO .mbr-section-title {
  font-weight: 300!important;
}
.cid-tK3i4518eO .mbr-section-title a {
  font-weight: 300!important;
}
.cid-tK3i4518eO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-tK3i4518eO h2 {
  padding: 0;
  margin: 0;
}
.cid-tK3i4518eO .text-wrap {
  margin: auto;
}
.cid-tK3i4518eO .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tK3i4518eO .row {
    margin: 2rem;
  }
  .cid-tK3i4518eO .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tK3i4518eO .row {
    margin: 0rem;
  }
  .cid-tK3i4518eO .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tK3i4518eO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK3i4518eO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK3i537V4Q {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tK3i537V4Q a[class*='text-'] {
  background-image: linear-gradient(120deg, rgba(241, 139, 29, 0.5) 0%, rgba(241, 139, 29, 0.5) 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3i537V4Q a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, rgba(241, 139, 29, 0.9) 0%, rgba(241, 139, 29, 0.9) 100%) !important;
}
.cid-tK3i537V4Q .mbr-section-title {
  font-weight: 300!important;
}
.cid-tK3i537V4Q .mbr-section-title a {
  font-weight: 300!important;
}
.cid-tK3i537V4Q .container-fluid {
  padding: 0 3rem 0 3rem!important;
}
@media (max-width: 1200px) {
  .cid-tK3i537V4Q .container-fluid {
    padding: 0 1rem 0 1rem!important;
  }
}
.cid-tK3i537V4Q .row > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tK3i537V4Q .btn {
  border-radius: 0px!important;
}
.cid-tK3i537V4Q .rand {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1e6cf;
}
.cid-tK3i537V4Q img {
  width: 100%;
  min-height: 400px;
  transition: 2s;
  object-fit: cover;
}
.cid-tK3i537V4Q img:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .cid-tK3i537V4Q img {
    min-height: 300px;
  }
}
.cid-tK3i537V4Q .row {
  background: #fffcf5;
}
.cid-tK3i537V4Q .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tK3i537V4Q h2 {
  padding: 0;
  margin: 0;
}
.cid-tK3i537V4Q .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK3i537V4Q .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tK3i537V4Q .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tK3i537V4Q .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tK3i537V4Q .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tK3i537V4Q .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tK3i537V4Q .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK3i537V4Q .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tK3i537V4Q .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tK3i537V4Q .row {
    margin: 0rem;
  }
  .cid-tK3i537V4Q .text-col {
    padding: 2rem 1rem;
  }
  .cid-tK3i537V4Q .number {
    margin-right: 2rem;
  }
  .cid-tK3i537V4Q .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tK3i537V4Q H2 {
  color: #333333;
}
.cid-tK3i537V4Q .mbr-text {
  color: #111111;
}
.cid-tK3WU20hO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-2.jpg");
}
.cid-tK3WU20hO5 span {
  padding: 0 10px;
  box-shadow: inset 0em -0.4em 0 0 rgba(241, 139, 29, 0.5);
}
.cid-tK3WU20hO5 .showAlerts {
  display: block !important;
}
.cid-tK3WU20hO5 .mbr-section-title {
  font-weight: 300!important;
}
.cid-tK3WU20hO5 .mbr-section-title a {
  font-weight: 300!important;
}
.cid-tK3WU20hO5 .rowflexrev {
  display: -webkit-flex;
}
.cid-tK3WU20hO5 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tK3WU20hO5 .title {
  margin-bottom: 2rem;
}
.cid-tK3WU20hO5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tK3WU20hO5 textarea.form-control {
  min-height: 188px;
}
.cid-tK3WU20hO5 LABEL {
  color: #232323;
  display: initial;
}
.cid-tK3WU20hO5 .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tK3WU20hO5 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tK3WU20hO5 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tK3WU20hO5 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tK3WU20hO5 .alert {
  margin-bottom: 0;
}
.cid-tK3WU20hO5 .alert-success {
  background-color: #70c770;
}
.cid-tK3WU20hO5 .alert-danger {
  background-color: #ff4a52;
}
.cid-tK3WU20hO5 .btn {
  display: inline-flex;
}
.cid-tK3WU20hO5 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tK3WU20hO5 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tK3WU20hO5 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tK3WU20hO5 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tK3WU20hO5 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tK3WU20hO5 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tK3WU20hO5 .img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 2rem !important;
}
.cid-tK3WU20hO5 .img-wrap .img-box {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tK3WU20hO5 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tK3WU20hO5 .form-control,
.cid-tK3WU20hO5 .field-input,
.cid-tK3WU20hO5 .text-area {
  padding: 0rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: none!important;
  border-radius: 0;
  border-bottom: 1px solid black !important;
  border-color: black !important;
  color: purple;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tK3WU20hO5 .form-control::-webkit-input-placeholder,
.cid-tK3WU20hO5 .field-input::-webkit-input-placeholder,
.cid-tK3WU20hO5 .text-area::-webkit-input-placeholder,
.cid-tK3WU20hO5 .form-control::-webkit-input-placeholder,
.cid-tK3WU20hO5 .field-input::-webkit-input-placeholder,
.cid-tK3WU20hO5 .text-area::-webkit-input-placeholder {
  color: grey;
}
.cid-tK3WU20hO5 .form-control:-moz-placeholder,
.cid-tK3WU20hO5 .field-input:-moz-placeholder,
.cid-tK3WU20hO5 .text-area:-moz-placeholder,
.cid-tK3WU20hO5 .form-control:-moz-placeholder,
.cid-tK3WU20hO5 .field-input:-moz-placeholder,
.cid-tK3WU20hO5 .text-area:-moz-placeholder {
  color: grey;
}
.cid-tK3WU20hO5 .form-control:hover,
.cid-tK3WU20hO5 .field-input:hover,
.cid-tK3WU20hO5 .text-area:hover,
.cid-tK3WU20hO5 .form-control:focus,
.cid-tK3WU20hO5 .field-input:focus,
.cid-tK3WU20hO5 .text-area:focus {
  background-color: white;
  border-color: orange !important;
  color: grey;
  box-shadow: none;
  outline: none;
}
.cid-tK3WU20hO5 .form-control:hover::-webkit-input-placeholder,
.cid-tK3WU20hO5 .field-input:hover::-webkit-input-placeholder,
.cid-tK3WU20hO5 .text-area:hover::-webkit-input-placeholder,
.cid-tK3WU20hO5 .form-control:focus::-webkit-input-placeholder,
.cid-tK3WU20hO5 .field-input:focus::-webkit-input-placeholder,
.cid-tK3WU20hO5 .text-area:focus::-webkit-input-placeholder,
.cid-tK3WU20hO5 .form-control:hover::-webkit-input-placeholder,
.cid-tK3WU20hO5 .field-input:hover::-webkit-input-placeholder,
.cid-tK3WU20hO5 .text-area:hover::-webkit-input-placeholder,
.cid-tK3WU20hO5 .form-control:focus::-webkit-input-placeholder,
.cid-tK3WU20hO5 .field-input:focus::-webkit-input-placeholder,
.cid-tK3WU20hO5 .text-area:focus::-webkit-input-placeholder {
  color: green;
}
.cid-tK3WU20hO5 .form-control:hover:-moz-placeholder,
.cid-tK3WU20hO5 .field-input:hover:-moz-placeholder,
.cid-tK3WU20hO5 .text-area:hover:-moz-placeholder,
.cid-tK3WU20hO5 .form-control:focus:-moz-placeholder,
.cid-tK3WU20hO5 .field-input:focus:-moz-placeholder,
.cid-tK3WU20hO5 .text-area:focus:-moz-placeholder,
.cid-tK3WU20hO5 .form-control:hover:-moz-placeholder,
.cid-tK3WU20hO5 .field-input:hover:-moz-placeholder,
.cid-tK3WU20hO5 .text-area:hover:-moz-placeholder,
.cid-tK3WU20hO5 .form-control:focus:-moz-placeholder,
.cid-tK3WU20hO5 .field-input:focus:-moz-placeholder,
.cid-tK3WU20hO5 .text-area:focus:-moz-placeholder {
  color: green;
}
.cid-tK3WU20hO5 .my-btn {
  font-weight: 500;
  border-style: solid;
  border-color: #DFC389;
  border-width: 1px;
  border-radius: 10px;
  background: rgba(223, 195, 137, 0.8);
  padding: 1rem;
}
.cid-tK3WU20hO5 .my-btn:hover {
  background: #dfc389 !important;
}
.cid-tK3WU20hO5 .mbr-form {
  padding: 0 2rem;
}
.cid-tK3WU20hO5 H2 {
  color: #00153b;
}
@media (max-width: 991px) {
  .cid-tK3WU20hO5 .img-wrap .img-box {
    max-height: 300px!important;
  }
}
.cid-tK3qKyuFLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK3qKyuFLe .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK3qKyuFLe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK3qKyuFLe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK3qKyuFLe .list {
    margin-bottom: 30px;
  }
}
.cid-tK3qKyuFLe .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK3qKyuFLe .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK3qKyuFLe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK3qKyuFLe .copyright {
  color: #868c90;
}
.cid-tK3qKyuFLe .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK3qKyuFLe .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK3qKyuFLe .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK3qKyuFLe .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK3qKyuFLe .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK3qKyuFLe .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK3xnsJ8oI {
  z-index: 1000;
  width: 100%;
}
.cid-tK3xnsJ8oI .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK3xnsJ8oI nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK3xnsJ8oI #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK3xnsJ8oI #navbar img {
  border-radius: 0px!important;
}
.cid-tK3xnsJ8oI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK3xnsJ8oI .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK3xnsJ8oI .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK3xnsJ8oI .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK3xnsJ8oI .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK3xnsJ8oI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK3xnsJ8oI .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK3xnsJ8oI .menu_box .navbar.opened,
  .cid-tK3xnsJ8oI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK3xnsJ8oI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK3xnsJ8oI nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK3xnsJ8oI .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK3xnsJ8oI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK3xnsJ8oI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK3xnsJ8oI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK3xnsJ8oI .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK3xnsJ8oI .offcanvas-body .mbr-text,
  .cid-tK3xnsJ8oI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK3xnsJ8oI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK3xnsJ8oI .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK3xnsJ8oI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK3xnsJ8oI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK3xnsJ8oI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK3xnsJ8oI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK3xnsJ8oI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK3xnsJ8oI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK3xnsJ8oI li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK3xnsJ8oI li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK3xnsJ8oI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK3xnsJ8oI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK3xnsJ8oI .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK3xnsJ8oI .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK3xnsJ8oI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK3xnsJ8oI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK3xnsJ8oI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK3xnsJ8oI .offcanvas_box {
    display: none;
  }
}
.cid-tK3xnsJ8oI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK3xnsJ8oI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK3xnsJ8oI .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK3xnsJ8oI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK3xnsJ8oI .nav-link {
  position: relative;
}
.cid-tK3xnsJ8oI .container {
  display: flex;
  margin: auto;
}
.cid-tK3xnsJ8oI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK3xnsJ8oI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK3xnsJ8oI .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK3xnsJ8oI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK3xnsJ8oI .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK3xnsJ8oI .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK3xnsJ8oI .dropdown-menu,
.cid-tK3xnsJ8oI .navbar.opened {
  background: #ffffff !important;
}
.cid-tK3xnsJ8oI .nav-item:focus,
.cid-tK3xnsJ8oI .nav-link:focus {
  outline: none;
}
.cid-tK3xnsJ8oI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK3xnsJ8oI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK3xnsJ8oI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK3xnsJ8oI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK3xnsJ8oI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK3xnsJ8oI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK3xnsJ8oI .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK3xnsJ8oI .navbar.opened {
  transition: all 0.3s;
}
.cid-tK3xnsJ8oI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK3xnsJ8oI .navbar .navbar-logo img {
  width: auto;
}
.cid-tK3xnsJ8oI .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK3xnsJ8oI .navbar.collapsed {
  justify-content: center;
}
.cid-tK3xnsJ8oI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK3xnsJ8oI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK3xnsJ8oI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK3xnsJ8oI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK3xnsJ8oI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK3xnsJ8oI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK3xnsJ8oI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK3xnsJ8oI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK3xnsJ8oI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK3xnsJ8oI .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK3xnsJ8oI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK3xnsJ8oI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK3xnsJ8oI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK3xnsJ8oI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK3xnsJ8oI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK3xnsJ8oI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK3xnsJ8oI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK3xnsJ8oI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK3xnsJ8oI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK3xnsJ8oI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK3xnsJ8oI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK3xnsJ8oI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK3xnsJ8oI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK3xnsJ8oI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK3xnsJ8oI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK3xnsJ8oI .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-tK3xnsJ8oI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK3xnsJ8oI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK3xnsJ8oI .dropdown-item.active,
.cid-tK3xnsJ8oI .dropdown-item:active {
  background-color: transparent;
}
.cid-tK3xnsJ8oI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK3xnsJ8oI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK3xnsJ8oI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK3xnsJ8oI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK3xnsJ8oI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK3xnsJ8oI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK3xnsJ8oI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK3xnsJ8oI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK3xnsJ8oI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK3xnsJ8oI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK3xnsJ8oI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK3xnsJ8oI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK3xnsJ8oI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK3xnsJ8oI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK3xnsJ8oI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK3xnsJ8oI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK3xnsJ8oI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK3xnsJ8oI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK3xnsJ8oI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK3xnsJ8oI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK3xnsJ8oI .navbar {
    height: 70px;
  }
  .cid-tK3xnsJ8oI .navbar.opened {
    height: auto;
  }
  .cid-tK3xnsJ8oI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK3xnsJ8oI .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK3xnsJ8oI .text_widget {
  text-align: left;
}
.cid-tK3xnsJ8oI .mbr-text {
  text-align: left;
}
.cid-tK3xnrJIct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK3xnrJIct .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK3xnrJIct .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK3xnrJIct .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK3xnrJIct .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK3xnrJIct .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK3UZP48rj {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK3UZP48rj a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3UZP48rj a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3UZP48rj .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK3UZP48rj .wrapper {
  position: relative;
}
.cid-tK3UZP48rj .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK3UZP48rj .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK3UZP48rj .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK3UZP48rj .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK3UZP48rj .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK3UZP48rj .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK3UZP48rj .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK3UZP48rj .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 4rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK3UZP48rj .img2 {
    width: 400px;
  }
  .cid-tK3UZP48rj .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK3UZP48rj .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK3UZP48rj .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK3UZP48rj .img2 {
    width: 400px;
  }
  .cid-tK3UZP48rj .img1 {
    padding-right: 4rem;
  }
  .cid-tK3UZP48rj h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK3UZP48rj .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK3UZP48rj .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK3UZP48rj .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK3UZP48rj .img2 {
    width: 150px;
  }
  .cid-tK3UZP48rj .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK3UZP48rj h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK3UZP48rj .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK3UZP48rj .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK3zBJEbJW {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tK3zBJEbJW .showAlerts {
  display: block !important;
}
.cid-tK3zBJEbJW .rowflexrev {
  display: -webkit-flex;
}
.cid-tK3zBJEbJW .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tK3zBJEbJW .title {
  margin-bottom: 2rem;
}
.cid-tK3zBJEbJW .mbr-section-subtitle {
  color: #767676;
}
.cid-tK3zBJEbJW textarea.form-control {
  min-height: 188px;
  background: #eee;
  color: #767676;
}
.cid-tK3zBJEbJW input {
  background: #eee;
  color: #767676;
}
.cid-tK3zBJEbJW LABEL {
  color: #232323;
  display: initial;
}
.cid-tK3zBJEbJW .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tK3zBJEbJW .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tK3zBJEbJW .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tK3zBJEbJW .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tK3zBJEbJW .alert {
  margin-bottom: 0;
}
.cid-tK3zBJEbJW .alert-success {
  background-color: #70c770;
}
.cid-tK3zBJEbJW .alert-danger {
  background-color: #ff4a52;
}
.cid-tK3zBJEbJW .btn {
  display: inline-flex;
}
.cid-tK3zBJEbJW .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tK3zBJEbJW .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tK3zBJEbJW .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tK3zBJEbJW input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tK3zBJEbJW input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tK3zBJEbJW input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tL7GbDWHwO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tL7GbDWHwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7GbDWHwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL7GbDWHwO .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tL7GbDWHwO .container-fluid {
    padding: 0;
  }
}
.cid-tL7GbDWHwO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tL7GbDWHwO .container {
    padding: 0 20px;
  }
}
.cid-tL7GbDWHwO .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-tL7GbDWHwO .google-map iframe {
    height: 300px;
  }
}
.cid-tK3xnzv8my {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK3xnzv8my .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK3xnzv8my .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK3xnzv8my .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK3xnzv8my .list {
    margin-bottom: 30px;
  }
}
.cid-tK3xnzv8my .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK3xnzv8my .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK3xnzv8my div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK3xnzv8my .copyright {
  color: #868c90;
}
.cid-tK3xnzv8my .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK3xnzv8my .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK3xnzv8my .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK3xnzv8my .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK3xnzv8my .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK3xnzv8my .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK3BkRK7ZE {
  z-index: 1000;
  width: 100%;
}
.cid-tK3BkRK7ZE .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK3BkRK7ZE nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK3BkRK7ZE #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK3BkRK7ZE #navbar img {
  border-radius: 0px!important;
}
.cid-tK3BkRK7ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK3BkRK7ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK3BkRK7ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK3BkRK7ZE .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK3BkRK7ZE .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK3BkRK7ZE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK3BkRK7ZE .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK3BkRK7ZE .menu_box .navbar.opened,
  .cid-tK3BkRK7ZE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK3BkRK7ZE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK3BkRK7ZE nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK3BkRK7ZE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK3BkRK7ZE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK3BkRK7ZE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK3BkRK7ZE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK3BkRK7ZE .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK3BkRK7ZE .offcanvas-body .mbr-text,
  .cid-tK3BkRK7ZE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK3BkRK7ZE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK3BkRK7ZE .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK3BkRK7ZE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK3BkRK7ZE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK3BkRK7ZE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK3BkRK7ZE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK3BkRK7ZE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK3BkRK7ZE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK3BkRK7ZE li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK3BkRK7ZE li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK3BkRK7ZE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK3BkRK7ZE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK3BkRK7ZE .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK3BkRK7ZE .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK3BkRK7ZE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK3BkRK7ZE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK3BkRK7ZE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK3BkRK7ZE .offcanvas_box {
    display: none;
  }
}
.cid-tK3BkRK7ZE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK3BkRK7ZE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK3BkRK7ZE .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK3BkRK7ZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK3BkRK7ZE .nav-link {
  position: relative;
}
.cid-tK3BkRK7ZE .container {
  display: flex;
  margin: auto;
}
.cid-tK3BkRK7ZE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK3BkRK7ZE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK3BkRK7ZE .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK3BkRK7ZE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK3BkRK7ZE .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK3BkRK7ZE .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK3BkRK7ZE .dropdown-menu,
.cid-tK3BkRK7ZE .navbar.opened {
  background: #ffffff !important;
}
.cid-tK3BkRK7ZE .nav-item:focus,
.cid-tK3BkRK7ZE .nav-link:focus {
  outline: none;
}
.cid-tK3BkRK7ZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK3BkRK7ZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK3BkRK7ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK3BkRK7ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK3BkRK7ZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK3BkRK7ZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK3BkRK7ZE .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK3BkRK7ZE .navbar.opened {
  transition: all 0.3s;
}
.cid-tK3BkRK7ZE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK3BkRK7ZE .navbar .navbar-logo img {
  width: auto;
}
.cid-tK3BkRK7ZE .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK3BkRK7ZE .navbar.collapsed {
  justify-content: center;
}
.cid-tK3BkRK7ZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK3BkRK7ZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK3BkRK7ZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK3BkRK7ZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK3BkRK7ZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK3BkRK7ZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK3BkRK7ZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK3BkRK7ZE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK3BkRK7ZE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK3BkRK7ZE .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK3BkRK7ZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK3BkRK7ZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK3BkRK7ZE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK3BkRK7ZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK3BkRK7ZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK3BkRK7ZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK3BkRK7ZE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK3BkRK7ZE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK3BkRK7ZE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK3BkRK7ZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK3BkRK7ZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK3BkRK7ZE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK3BkRK7ZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK3BkRK7ZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK3BkRK7ZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK3BkRK7ZE .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-tK3BkRK7ZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK3BkRK7ZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK3BkRK7ZE .dropdown-item.active,
.cid-tK3BkRK7ZE .dropdown-item:active {
  background-color: transparent;
}
.cid-tK3BkRK7ZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK3BkRK7ZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK3BkRK7ZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK3BkRK7ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK3BkRK7ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK3BkRK7ZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK3BkRK7ZE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK3BkRK7ZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK3BkRK7ZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK3BkRK7ZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK3BkRK7ZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK3BkRK7ZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK3BkRK7ZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK3BkRK7ZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK3BkRK7ZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK3BkRK7ZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK3BkRK7ZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK3BkRK7ZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK3BkRK7ZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK3BkRK7ZE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK3BkRK7ZE .navbar {
    height: 70px;
  }
  .cid-tK3BkRK7ZE .navbar.opened {
    height: auto;
  }
  .cid-tK3BkRK7ZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK3BkRK7ZE .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK3BkRK7ZE .text_widget {
  text-align: left;
}
.cid-tK3BkRK7ZE .mbr-text {
  text-align: left;
}
.cid-tK3BkR7WQX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK3BkR7WQX .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK3BkR7WQX .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK3BkR7WQX .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK3BkR7WQX .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK3BkR7WQX .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK3HZZjcHh {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK3HZZjcHh a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3HZZjcHh a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK3HZZjcHh .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK3HZZjcHh .wrapper {
  position: relative;
}
.cid-tK3HZZjcHh .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK3HZZjcHh .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK3HZZjcHh .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK3HZZjcHh .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK3HZZjcHh .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK3HZZjcHh .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK3HZZjcHh .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK3HZZjcHh .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK3HZZjcHh .img2 {
    width: 400px;
  }
  .cid-tK3HZZjcHh .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK3HZZjcHh .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK3HZZjcHh .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK3HZZjcHh .img2 {
    width: 400px;
  }
  .cid-tK3HZZjcHh .img1 {
    padding-right: 4rem;
  }
  .cid-tK3HZZjcHh h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK3HZZjcHh .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK3HZZjcHh .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK3HZZjcHh .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK3HZZjcHh .img2 {
    width: 150px;
  }
  .cid-tK3HZZjcHh .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK3HZZjcHh h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK3HZZjcHh .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK3HZZjcHh .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK3IZbMX7k {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tK3IZbMX7k .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tK3IZbMX7k .mbr-text {
  text-align: left;
  color: #303459;
}
@media (max-width: 991px) {
  .cid-tK3IZbMX7k {
    padding-top: 0px;
  }
}
.cid-tK3S7aU5Xl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tK3S7aU5Xl .mbr-text {
  color: #000000;
}
.cid-tK3S7aU5Xl .mbr-section-subtitle {
  color: #000000;
}
.cid-tK3SAAWPkQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tK3SAAWPkQ .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tK3SAAWPkQ .mbr-text {
  text-align: left;
  color: #303459;
}
@media (max-width: 991px) {
  .cid-tK3SAAWPkQ {
    padding-top: 0px;
  }
}
.cid-tK3U3fKUG5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tK3UlDcavh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tK3UlDcavh .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tK3UlDcavh .mbr-text {
  text-align: left;
  color: #303459;
}
@media (max-width: 991px) {
  .cid-tK3UlDcavh {
    padding-top: 0px;
  }
}
.cid-tK3UMUChPD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKL7iMJEgd {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKL7iMJEgd .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tKL7iMJEgd .mbr-text {
  text-align: left;
  color: #303459;
}
@media (max-width: 991px) {
  .cid-tKL7iMJEgd {
    padding-top: 0px;
  }
}
.cid-tKL7qqzYnD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKL7qqzYnD .mbr-text {
  color: #000000;
}
.cid-tKL7qqzYnD .mbr-section-subtitle {
  color: #000000;
}
.cid-tK3BkVcW4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK3BkVcW4Q .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK3BkVcW4Q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK3BkVcW4Q .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK3BkVcW4Q .list {
    margin-bottom: 30px;
  }
}
.cid-tK3BkVcW4Q .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK3BkVcW4Q .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK3BkVcW4Q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK3BkVcW4Q .copyright {
  color: #868c90;
}
.cid-tK3BkVcW4Q .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK3BkVcW4Q .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK3BkVcW4Q .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK3BkVcW4Q .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK3BkVcW4Q .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK3BkVcW4Q .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK4oltXJf0 {
  z-index: 1000;
  width: 100%;
}
.cid-tK4oltXJf0 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK4oltXJf0 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK4oltXJf0 #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK4oltXJf0 #navbar img {
  border-radius: 0px!important;
}
.cid-tK4oltXJf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK4oltXJf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK4oltXJf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK4oltXJf0 .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK4oltXJf0 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK4oltXJf0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK4oltXJf0 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK4oltXJf0 .menu_box .navbar.opened,
  .cid-tK4oltXJf0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK4oltXJf0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK4oltXJf0 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK4oltXJf0 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK4oltXJf0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK4oltXJf0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK4oltXJf0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK4oltXJf0 .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK4oltXJf0 .offcanvas-body .mbr-text,
  .cid-tK4oltXJf0 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK4oltXJf0 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK4oltXJf0 .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK4oltXJf0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK4oltXJf0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK4oltXJf0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK4oltXJf0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK4oltXJf0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK4oltXJf0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK4oltXJf0 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK4oltXJf0 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK4oltXJf0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK4oltXJf0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK4oltXJf0 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK4oltXJf0 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK4oltXJf0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK4oltXJf0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK4oltXJf0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK4oltXJf0 .offcanvas_box {
    display: none;
  }
}
.cid-tK4oltXJf0 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK4oltXJf0 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK4oltXJf0 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK4oltXJf0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK4oltXJf0 .nav-link {
  position: relative;
}
.cid-tK4oltXJf0 .container {
  display: flex;
  margin: auto;
}
.cid-tK4oltXJf0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK4oltXJf0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK4oltXJf0 .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK4oltXJf0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK4oltXJf0 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK4oltXJf0 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK4oltXJf0 .dropdown-menu,
.cid-tK4oltXJf0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tK4oltXJf0 .nav-item:focus,
.cid-tK4oltXJf0 .nav-link:focus {
  outline: none;
}
.cid-tK4oltXJf0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK4oltXJf0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK4oltXJf0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK4oltXJf0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK4oltXJf0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK4oltXJf0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK4oltXJf0 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK4oltXJf0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tK4oltXJf0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK4oltXJf0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tK4oltXJf0 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK4oltXJf0 .navbar.collapsed {
  justify-content: center;
}
.cid-tK4oltXJf0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK4oltXJf0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK4oltXJf0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK4oltXJf0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK4oltXJf0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK4oltXJf0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK4oltXJf0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK4oltXJf0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK4oltXJf0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK4oltXJf0 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK4oltXJf0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK4oltXJf0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK4oltXJf0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK4oltXJf0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK4oltXJf0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK4oltXJf0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK4oltXJf0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK4oltXJf0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK4oltXJf0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK4oltXJf0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK4oltXJf0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK4oltXJf0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK4oltXJf0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK4oltXJf0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK4oltXJf0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK4oltXJf0 .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-tK4oltXJf0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK4oltXJf0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK4oltXJf0 .dropdown-item.active,
.cid-tK4oltXJf0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tK4oltXJf0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK4oltXJf0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK4oltXJf0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK4oltXJf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK4oltXJf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK4oltXJf0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK4oltXJf0 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK4oltXJf0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK4oltXJf0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK4oltXJf0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK4oltXJf0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK4oltXJf0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK4oltXJf0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK4oltXJf0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK4oltXJf0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK4oltXJf0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK4oltXJf0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK4oltXJf0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK4oltXJf0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK4oltXJf0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK4oltXJf0 .navbar {
    height: 70px;
  }
  .cid-tK4oltXJf0 .navbar.opened {
    height: auto;
  }
  .cid-tK4oltXJf0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK4oltXJf0 .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK4oltXJf0 .text_widget {
  text-align: left;
}
.cid-tK4oltXJf0 .mbr-text {
  text-align: left;
}
.cid-tK4oltvFjw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK4oltvFjw .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK4oltvFjw .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK4oltvFjw .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK4oltvFjw .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK4oltvFjw .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK4oluLey4 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK4oluLey4 a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK4oluLey4 a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK4oluLey4 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK4oluLey4 .wrapper {
  position: relative;
}
.cid-tK4oluLey4 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK4oluLey4 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK4oluLey4 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK4oluLey4 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK4oluLey4 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK4oluLey4 .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK4oluLey4 .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK4oluLey4 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK4oluLey4 .img2 {
    width: 400px;
  }
  .cid-tK4oluLey4 .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK4oluLey4 .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4oluLey4 .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK4oluLey4 .img2 {
    width: 400px;
  }
  .cid-tK4oluLey4 .img1 {
    padding-right: 4rem;
  }
  .cid-tK4oluLey4 h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK4oluLey4 .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4oluLey4 .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK4oluLey4 .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK4oluLey4 .img2 {
    width: 150px;
  }
  .cid-tK4oluLey4 .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK4oluLey4 h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK4oluLey4 .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4oluLey4 .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK4pypQxDG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK4pypQxDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4pypQxDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK4pypQxDG .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tK4pypQxDG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK4pypQxDG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK4pypQxDG .card-wrapper {
    padding: 4rem;
  }
}
.cid-tK4pypQxDG .mbr-text,
.cid-tK4pypQxDG .mbr-section-btn {
  text-align: left;
}
.cid-tK4tR1TCcd {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tK4tR1TCcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4tR1TCcd .item-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tK4tR1TCcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK4tR1TCcd .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tK4tR1TCcd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tK4tR1TCcd .card-title,
.cid-tK4tR1TCcd .iconfont-wrapper {
  color: #000000;
}
.cid-tK4tR1TCcd .card-text {
  color: #000000;
}
.cid-tK4tR1TCcd .mbr-section-title {
  color: #000000;
}
.cid-tL83kg7XRq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL83kg7XRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL83kg7XRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL83kg7XRq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tL83kg7XRq .item {
    margin-bottom: 1rem;
  }
}
.cid-tL83kg7XRq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tL83kg7XRq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tL83kg7XRq .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tL83kg7XRq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL83kg7XRq .carousel-control,
.cid-tL83kg7XRq .close {
  background: #1b1b1b;
}
.cid-tL83kg7XRq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL83kg7XRq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL83kg7XRq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL83kg7XRq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL83kg7XRq .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-tL83kg7XRq .close::before {
  content: '\e91a';
}
.cid-tL83kg7XRq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL83kg7XRq .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-tL83kg7XRq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL83kg7XRq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL83kg7XRq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL83kg7XRq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL83kg7XRq .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-tL83kg7XRq .carousel-indicators li.active,
.cid-tL83kg7XRq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL83kg7XRq .carousel-indicators li::after,
.cid-tL83kg7XRq .carousel-indicators li::before {
  content: none;
}
.cid-tL83kg7XRq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL83kg7XRq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL83kg7XRq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL83kg7XRq .carousel-indicators {
    display: none;
  }
}
.cid-tL83kg7XRq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL83kg7XRq .carousel-inner > .active {
  display: block;
}
.cid-tL83kg7XRq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL83kg7XRq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL83kg7XRq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL83kg7XRq .carousel-control,
  .cid-tL83kg7XRq .carousel-indicators,
  .cid-tL83kg7XRq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL83kg7XRq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL83kg7XRq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL83kg7XRq .carousel-indicators .active,
.cid-tL83kg7XRq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL83kg7XRq .carousel-indicators .active {
  background: #fff;
}
.cid-tL83kg7XRq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL83kg7XRq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL83kg7XRq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL83kg7XRq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL83kg7XRq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL83kg7XRq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL83kg7XRq .carousel {
  width: 100%;
}
.cid-tL83kg7XRq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL83kg7XRq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL83kg7XRq .modal.fade .modal-dialog,
.cid-tL83kg7XRq .modal.in .modal-dialog {
  transform: none;
}
.cid-tL83kg7XRq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tK4olwwUdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK4olwwUdv .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK4olwwUdv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK4olwwUdv .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK4olwwUdv .list {
    margin-bottom: 30px;
  }
}
.cid-tK4olwwUdv .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK4olwwUdv .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK4olwwUdv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK4olwwUdv .copyright {
  color: #868c90;
}
.cid-tK4olwwUdv .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK4olwwUdv .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK4olwwUdv .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK4olwwUdv .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK4olwwUdv .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK4olwwUdv .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK4Gua01r0 {
  z-index: 1000;
  width: 100%;
}
.cid-tK4Gua01r0 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK4Gua01r0 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK4Gua01r0 #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK4Gua01r0 #navbar img {
  border-radius: 0px!important;
}
.cid-tK4Gua01r0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK4Gua01r0 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK4Gua01r0 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK4Gua01r0 .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK4Gua01r0 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK4Gua01r0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK4Gua01r0 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK4Gua01r0 .menu_box .navbar.opened,
  .cid-tK4Gua01r0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK4Gua01r0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK4Gua01r0 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK4Gua01r0 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK4Gua01r0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK4Gua01r0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK4Gua01r0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK4Gua01r0 .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK4Gua01r0 .offcanvas-body .mbr-text,
  .cid-tK4Gua01r0 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK4Gua01r0 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK4Gua01r0 .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK4Gua01r0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK4Gua01r0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK4Gua01r0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK4Gua01r0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK4Gua01r0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK4Gua01r0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK4Gua01r0 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK4Gua01r0 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK4Gua01r0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK4Gua01r0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK4Gua01r0 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK4Gua01r0 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK4Gua01r0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK4Gua01r0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK4Gua01r0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK4Gua01r0 .offcanvas_box {
    display: none;
  }
}
.cid-tK4Gua01r0 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK4Gua01r0 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK4Gua01r0 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK4Gua01r0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK4Gua01r0 .nav-link {
  position: relative;
}
.cid-tK4Gua01r0 .container {
  display: flex;
  margin: auto;
}
.cid-tK4Gua01r0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK4Gua01r0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK4Gua01r0 .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK4Gua01r0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK4Gua01r0 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK4Gua01r0 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK4Gua01r0 .dropdown-menu,
.cid-tK4Gua01r0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tK4Gua01r0 .nav-item:focus,
.cid-tK4Gua01r0 .nav-link:focus {
  outline: none;
}
.cid-tK4Gua01r0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK4Gua01r0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK4Gua01r0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK4Gua01r0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK4Gua01r0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK4Gua01r0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK4Gua01r0 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK4Gua01r0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tK4Gua01r0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK4Gua01r0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tK4Gua01r0 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK4Gua01r0 .navbar.collapsed {
  justify-content: center;
}
.cid-tK4Gua01r0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK4Gua01r0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK4Gua01r0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK4Gua01r0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK4Gua01r0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK4Gua01r0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK4Gua01r0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK4Gua01r0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK4Gua01r0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK4Gua01r0 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK4Gua01r0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK4Gua01r0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK4Gua01r0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK4Gua01r0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK4Gua01r0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK4Gua01r0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK4Gua01r0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK4Gua01r0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK4Gua01r0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK4Gua01r0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK4Gua01r0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK4Gua01r0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK4Gua01r0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK4Gua01r0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK4Gua01r0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK4Gua01r0 .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-tK4Gua01r0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK4Gua01r0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK4Gua01r0 .dropdown-item.active,
.cid-tK4Gua01r0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tK4Gua01r0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK4Gua01r0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK4Gua01r0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK4Gua01r0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK4Gua01r0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK4Gua01r0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK4Gua01r0 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK4Gua01r0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK4Gua01r0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK4Gua01r0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK4Gua01r0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK4Gua01r0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK4Gua01r0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK4Gua01r0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK4Gua01r0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK4Gua01r0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK4Gua01r0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK4Gua01r0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK4Gua01r0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK4Gua01r0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK4Gua01r0 .navbar {
    height: 70px;
  }
  .cid-tK4Gua01r0 .navbar.opened {
    height: auto;
  }
  .cid-tK4Gua01r0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK4Gua01r0 .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK4Gua01r0 .text_widget {
  text-align: left;
}
.cid-tK4Gua01r0 .mbr-text {
  text-align: left;
}
.cid-tK4Gu9wwHg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK4Gu9wwHg .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK4Gu9wwHg .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK4Gu9wwHg .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK4Gu9wwHg .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK4Gu9wwHg .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK4GuaLLkE {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK4GuaLLkE a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK4GuaLLkE a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK4GuaLLkE .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK4GuaLLkE .wrapper {
  position: relative;
}
.cid-tK4GuaLLkE .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK4GuaLLkE .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK4GuaLLkE .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK4GuaLLkE .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK4GuaLLkE .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK4GuaLLkE .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK4GuaLLkE .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK4GuaLLkE .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK4GuaLLkE .img2 {
    width: 400px;
  }
  .cid-tK4GuaLLkE .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK4GuaLLkE .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4GuaLLkE .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK4GuaLLkE .img2 {
    width: 400px;
  }
  .cid-tK4GuaLLkE .img1 {
    padding-right: 4rem;
  }
  .cid-tK4GuaLLkE h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK4GuaLLkE .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4GuaLLkE .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK4GuaLLkE .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK4GuaLLkE .img2 {
    width: 150px;
  }
  .cid-tK4GuaLLkE .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK4GuaLLkE h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK4GuaLLkE .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4GuaLLkE .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK4GubVWNv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK4GubVWNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4GubVWNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK4GubVWNv .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tK4GubVWNv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK4GubVWNv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK4GubVWNv .card-wrapper {
    padding: 4rem;
  }
}
.cid-tK4GubVWNv .mbr-text,
.cid-tK4GubVWNv .mbr-section-btn {
  text-align: left;
}
.cid-tK9ey5Io4g {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tK9ey5Io4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9ey5Io4g .col {
  padding: 0;
  margin: 0 !important;
}
.cid-tK9ey5Io4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9ey5Io4g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9ey5Io4g img {
  border-radius: 2rem;
}
.cid-tK9ey5Io4g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tK9ey5Io4g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tK9ey5Io4g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tK9ey5Io4g .mbr-section-title {
  color: #000000;
}
.cid-tK9ey5Io4g .mbr-text,
.cid-tK9ey5Io4g .mbr-section-btn {
  color: #000000;
}
.cid-tK4GucSXkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK4GucSXkS .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK4GucSXkS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK4GucSXkS .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK4GucSXkS .list {
    margin-bottom: 30px;
  }
}
.cid-tK4GucSXkS .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK4GucSXkS .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK4GucSXkS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK4GucSXkS .copyright {
  color: #868c90;
}
.cid-tK4GucSXkS .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK4GucSXkS .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK4GucSXkS .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK4GucSXkS .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK4GucSXkS .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK4GucSXkS .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK4CQEGMLI {
  z-index: 1000;
  width: 100%;
}
.cid-tK4CQEGMLI .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK4CQEGMLI nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK4CQEGMLI #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK4CQEGMLI #navbar img {
  border-radius: 0px!important;
}
.cid-tK4CQEGMLI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK4CQEGMLI .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK4CQEGMLI .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK4CQEGMLI .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK4CQEGMLI .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK4CQEGMLI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK4CQEGMLI .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK4CQEGMLI .menu_box .navbar.opened,
  .cid-tK4CQEGMLI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK4CQEGMLI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK4CQEGMLI nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK4CQEGMLI .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK4CQEGMLI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK4CQEGMLI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK4CQEGMLI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK4CQEGMLI .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK4CQEGMLI .offcanvas-body .mbr-text,
  .cid-tK4CQEGMLI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK4CQEGMLI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK4CQEGMLI .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK4CQEGMLI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK4CQEGMLI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK4CQEGMLI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK4CQEGMLI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK4CQEGMLI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK4CQEGMLI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK4CQEGMLI li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK4CQEGMLI li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK4CQEGMLI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK4CQEGMLI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK4CQEGMLI .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK4CQEGMLI .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK4CQEGMLI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK4CQEGMLI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK4CQEGMLI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK4CQEGMLI .offcanvas_box {
    display: none;
  }
}
.cid-tK4CQEGMLI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK4CQEGMLI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK4CQEGMLI .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK4CQEGMLI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK4CQEGMLI .nav-link {
  position: relative;
}
.cid-tK4CQEGMLI .container {
  display: flex;
  margin: auto;
}
.cid-tK4CQEGMLI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK4CQEGMLI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK4CQEGMLI .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK4CQEGMLI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK4CQEGMLI .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK4CQEGMLI .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK4CQEGMLI .dropdown-menu,
.cid-tK4CQEGMLI .navbar.opened {
  background: #ffffff !important;
}
.cid-tK4CQEGMLI .nav-item:focus,
.cid-tK4CQEGMLI .nav-link:focus {
  outline: none;
}
.cid-tK4CQEGMLI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK4CQEGMLI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK4CQEGMLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK4CQEGMLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK4CQEGMLI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK4CQEGMLI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK4CQEGMLI .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK4CQEGMLI .navbar.opened {
  transition: all 0.3s;
}
.cid-tK4CQEGMLI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK4CQEGMLI .navbar .navbar-logo img {
  width: auto;
}
.cid-tK4CQEGMLI .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK4CQEGMLI .navbar.collapsed {
  justify-content: center;
}
.cid-tK4CQEGMLI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK4CQEGMLI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK4CQEGMLI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK4CQEGMLI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK4CQEGMLI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK4CQEGMLI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK4CQEGMLI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK4CQEGMLI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK4CQEGMLI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK4CQEGMLI .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK4CQEGMLI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK4CQEGMLI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK4CQEGMLI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK4CQEGMLI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK4CQEGMLI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK4CQEGMLI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK4CQEGMLI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK4CQEGMLI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK4CQEGMLI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK4CQEGMLI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK4CQEGMLI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK4CQEGMLI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK4CQEGMLI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK4CQEGMLI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK4CQEGMLI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK4CQEGMLI .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-tK4CQEGMLI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK4CQEGMLI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK4CQEGMLI .dropdown-item.active,
.cid-tK4CQEGMLI .dropdown-item:active {
  background-color: transparent;
}
.cid-tK4CQEGMLI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK4CQEGMLI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK4CQEGMLI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK4CQEGMLI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK4CQEGMLI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK4CQEGMLI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK4CQEGMLI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK4CQEGMLI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK4CQEGMLI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK4CQEGMLI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK4CQEGMLI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK4CQEGMLI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK4CQEGMLI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK4CQEGMLI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK4CQEGMLI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK4CQEGMLI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK4CQEGMLI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK4CQEGMLI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK4CQEGMLI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK4CQEGMLI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK4CQEGMLI .navbar {
    height: 70px;
  }
  .cid-tK4CQEGMLI .navbar.opened {
    height: auto;
  }
  .cid-tK4CQEGMLI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK4CQEGMLI .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK4CQEGMLI .text_widget {
  text-align: left;
}
.cid-tK4CQEGMLI .mbr-text {
  text-align: left;
}
.cid-tK4CQEaqTJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK4CQEaqTJ .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK4CQEaqTJ .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK4CQEaqTJ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK4CQEaqTJ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK4CQEaqTJ .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK4CQFvDMb {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK4CQFvDMb a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK4CQFvDMb a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK4CQFvDMb .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK4CQFvDMb .wrapper {
  position: relative;
}
.cid-tK4CQFvDMb .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK4CQFvDMb .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK4CQFvDMb .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK4CQFvDMb .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK4CQFvDMb .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK4CQFvDMb .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK4CQFvDMb .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK4CQFvDMb .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK4CQFvDMb .img2 {
    width: 400px;
  }
  .cid-tK4CQFvDMb .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK4CQFvDMb .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4CQFvDMb .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK4CQFvDMb .img2 {
    width: 400px;
  }
  .cid-tK4CQFvDMb .img1 {
    padding-right: 4rem;
  }
  .cid-tK4CQFvDMb h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK4CQFvDMb .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4CQFvDMb .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK4CQFvDMb .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK4CQFvDMb .img2 {
    width: 150px;
  }
  .cid-tK4CQFvDMb .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK4CQFvDMb h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK4CQFvDMb .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK4CQFvDMb .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK4CQGLdMh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK4CQGLdMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4CQGLdMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK4CQGLdMh .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tK4CQGLdMh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK4CQGLdMh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK4CQGLdMh .card-wrapper {
    padding: 4rem;
  }
}
.cid-tK4CQGLdMh .mbr-text,
.cid-tK4CQGLdMh .mbr-section-btn {
  text-align: left;
}
.cid-tK4CQHfK3P {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tK4CQHfK3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4CQHfK3P .item-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tK4CQHfK3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK4CQHfK3P .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tK4CQHfK3P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tK4CQHfK3P .card-title,
.cid-tK4CQHfK3P .iconfont-wrapper {
  color: #000000;
}
.cid-tK4CQHfK3P .card-text {
  color: #000000;
}
.cid-tK4CQHfK3P .mbr-section-title {
  color: #000000;
}
.cid-Z5lS2Rjqcu {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-Z5lS2Rjqcu .mbr-section-subtitle {
  color: #767676;
}
.cid-Z5lS2Rjqcu .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 817px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-Z5lS2Rjqcu .container11 figure {
  background-image: url("../../../assets/images/vergleich1.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-Z5lS2Rjqcu #compare11 {
  background-image: url("../../../assets/images/vergleich2.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-Z5lS2Rjqcu input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-Z5lS2Rjqcu input#slider11::-moz-range-track {
  background: transparent;
}
.cid-Z5lS2Rjqcu input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-Z5lS2Rjqcu input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-Z5lS2Rjqcu input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-Z5lS2Rjqcu input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-Z5lS2Rjqcu input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-Z5lS2Rjqcu input#slider::-ms-tooltip {
  display: none;
}
.cid-Z5lS2Rjqcu #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-Z5lS2Rjqcu H2 {
  color: #ffffff;
}
.cid-tL7XM5QODu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL7XM5QODu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7XM5QODu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL7XM5QODu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tL7XM5QODu .item {
    margin-bottom: 1rem;
  }
}
.cid-tL7XM5QODu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tL7XM5QODu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tL7XM5QODu .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tL7XM5QODu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL7XM5QODu .carousel-control,
.cid-tL7XM5QODu .close {
  background: #1b1b1b;
}
.cid-tL7XM5QODu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL7XM5QODu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL7XM5QODu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL7XM5QODu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL7XM5QODu .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-tL7XM5QODu .close::before {
  content: '\e91a';
}
.cid-tL7XM5QODu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL7XM5QODu .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-tL7XM5QODu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL7XM5QODu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL7XM5QODu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL7XM5QODu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL7XM5QODu .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-tL7XM5QODu .carousel-indicators li.active,
.cid-tL7XM5QODu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL7XM5QODu .carousel-indicators li::after,
.cid-tL7XM5QODu .carousel-indicators li::before {
  content: none;
}
.cid-tL7XM5QODu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL7XM5QODu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL7XM5QODu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL7XM5QODu .carousel-indicators {
    display: none;
  }
}
.cid-tL7XM5QODu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL7XM5QODu .carousel-inner > .active {
  display: block;
}
.cid-tL7XM5QODu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL7XM5QODu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL7XM5QODu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL7XM5QODu .carousel-control,
  .cid-tL7XM5QODu .carousel-indicators,
  .cid-tL7XM5QODu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL7XM5QODu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL7XM5QODu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL7XM5QODu .carousel-indicators .active,
.cid-tL7XM5QODu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL7XM5QODu .carousel-indicators .active {
  background: #fff;
}
.cid-tL7XM5QODu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL7XM5QODu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL7XM5QODu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL7XM5QODu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL7XM5QODu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL7XM5QODu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL7XM5QODu .carousel {
  width: 100%;
}
.cid-tL7XM5QODu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL7XM5QODu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL7XM5QODu .modal.fade .modal-dialog,
.cid-tL7XM5QODu .modal.in .modal-dialog {
  transform: none;
}
.cid-tL7XM5QODu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tK4CQII9Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK4CQII9Jl .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK4CQII9Jl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK4CQII9Jl .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK4CQII9Jl .list {
    margin-bottom: 30px;
  }
}
.cid-tK4CQII9Jl .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK4CQII9Jl .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK4CQII9Jl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK4CQII9Jl .copyright {
  color: #868c90;
}
.cid-tK4CQII9Jl .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK4CQII9Jl .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK4CQII9Jl .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK4CQII9Jl .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK4CQII9Jl .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK4CQII9Jl .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK5PNeWZF4 {
  z-index: 1000;
  width: 100%;
}
.cid-tK5PNeWZF4 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK5PNeWZF4 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK5PNeWZF4 #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK5PNeWZF4 #navbar img {
  border-radius: 0px!important;
}
.cid-tK5PNeWZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK5PNeWZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK5PNeWZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK5PNeWZF4 .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK5PNeWZF4 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK5PNeWZF4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK5PNeWZF4 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK5PNeWZF4 .menu_box .navbar.opened,
  .cid-tK5PNeWZF4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK5PNeWZF4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK5PNeWZF4 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK5PNeWZF4 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK5PNeWZF4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK5PNeWZF4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK5PNeWZF4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK5PNeWZF4 .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK5PNeWZF4 .offcanvas-body .mbr-text,
  .cid-tK5PNeWZF4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK5PNeWZF4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK5PNeWZF4 .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK5PNeWZF4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK5PNeWZF4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK5PNeWZF4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK5PNeWZF4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK5PNeWZF4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK5PNeWZF4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK5PNeWZF4 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK5PNeWZF4 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK5PNeWZF4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK5PNeWZF4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK5PNeWZF4 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK5PNeWZF4 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK5PNeWZF4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK5PNeWZF4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK5PNeWZF4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK5PNeWZF4 .offcanvas_box {
    display: none;
  }
}
.cid-tK5PNeWZF4 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK5PNeWZF4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK5PNeWZF4 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK5PNeWZF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK5PNeWZF4 .nav-link {
  position: relative;
}
.cid-tK5PNeWZF4 .container {
  display: flex;
  margin: auto;
}
.cid-tK5PNeWZF4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK5PNeWZF4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK5PNeWZF4 .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK5PNeWZF4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK5PNeWZF4 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK5PNeWZF4 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK5PNeWZF4 .dropdown-menu,
.cid-tK5PNeWZF4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tK5PNeWZF4 .nav-item:focus,
.cid-tK5PNeWZF4 .nav-link:focus {
  outline: none;
}
.cid-tK5PNeWZF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK5PNeWZF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK5PNeWZF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK5PNeWZF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK5PNeWZF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK5PNeWZF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK5PNeWZF4 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK5PNeWZF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tK5PNeWZF4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK5PNeWZF4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tK5PNeWZF4 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK5PNeWZF4 .navbar.collapsed {
  justify-content: center;
}
.cid-tK5PNeWZF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK5PNeWZF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK5PNeWZF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK5PNeWZF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK5PNeWZF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK5PNeWZF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK5PNeWZF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK5PNeWZF4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK5PNeWZF4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK5PNeWZF4 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK5PNeWZF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK5PNeWZF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK5PNeWZF4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK5PNeWZF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK5PNeWZF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK5PNeWZF4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK5PNeWZF4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK5PNeWZF4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK5PNeWZF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK5PNeWZF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK5PNeWZF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK5PNeWZF4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK5PNeWZF4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK5PNeWZF4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK5PNeWZF4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK5PNeWZF4 .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-tK5PNeWZF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK5PNeWZF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK5PNeWZF4 .dropdown-item.active,
.cid-tK5PNeWZF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tK5PNeWZF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK5PNeWZF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK5PNeWZF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK5PNeWZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK5PNeWZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK5PNeWZF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK5PNeWZF4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK5PNeWZF4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK5PNeWZF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK5PNeWZF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK5PNeWZF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK5PNeWZF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK5PNeWZF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK5PNeWZF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK5PNeWZF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK5PNeWZF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK5PNeWZF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK5PNeWZF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK5PNeWZF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK5PNeWZF4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK5PNeWZF4 .navbar {
    height: 70px;
  }
  .cid-tK5PNeWZF4 .navbar.opened {
    height: auto;
  }
  .cid-tK5PNeWZF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK5PNeWZF4 .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK5PNeWZF4 .text_widget {
  text-align: left;
}
.cid-tK5PNeWZF4 .mbr-text {
  text-align: left;
}
.cid-tK5PNeyUhF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK5PNeyUhF .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK5PNeyUhF .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK5PNeyUhF .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK5PNeyUhF .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK5PNeyUhF .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK5PNfJTAY {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK5PNfJTAY a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK5PNfJTAY a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK5PNfJTAY .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK5PNfJTAY .wrapper {
  position: relative;
}
.cid-tK5PNfJTAY .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK5PNfJTAY .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK5PNfJTAY .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK5PNfJTAY .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK5PNfJTAY .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK5PNfJTAY .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK5PNfJTAY .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK5PNfJTAY .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK5PNfJTAY .img2 {
    width: 400px;
  }
  .cid-tK5PNfJTAY .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK5PNfJTAY .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK5PNfJTAY .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK5PNfJTAY .img2 {
    width: 400px;
  }
  .cid-tK5PNfJTAY .img1 {
    padding-right: 4rem;
  }
  .cid-tK5PNfJTAY h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK5PNfJTAY .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK5PNfJTAY .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK5PNfJTAY .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK5PNfJTAY .img2 {
    width: 150px;
  }
  .cid-tK5PNfJTAY .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK5PNfJTAY h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK5PNfJTAY .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK5PNfJTAY .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK5PNgLMG1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK5PNgLMG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5PNgLMG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5PNgLMG1 .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tK5PNgLMG1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK5PNgLMG1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK5PNgLMG1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tK5PNhaj9F {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tK5PNhaj9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5PNhaj9F .item-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tK5PNhaj9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5PNhaj9F .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tK5PNhaj9F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tK5PNhaj9F .card-title,
.cid-tK5PNhaj9F .iconfont-wrapper {
  color: #000000;
}
.cid-tK5PNhaj9F .card-text {
  color: #000000;
}
.cid-tK5PNhaj9F .mbr-section-title {
  color: #000000;
}
.cid-tL85uTDXL4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL85uTDXL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL85uTDXL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL85uTDXL4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tL85uTDXL4 .item {
    margin-bottom: 1rem;
  }
}
.cid-tL85uTDXL4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tL85uTDXL4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tL85uTDXL4 .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tL85uTDXL4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tL85uTDXL4 .carousel-control,
.cid-tL85uTDXL4 .close {
  background: #1b1b1b;
}
.cid-tL85uTDXL4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tL85uTDXL4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tL85uTDXL4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tL85uTDXL4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tL85uTDXL4 .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-tL85uTDXL4 .close::before {
  content: '\e91a';
}
.cid-tL85uTDXL4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tL85uTDXL4 .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-tL85uTDXL4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL85uTDXL4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL85uTDXL4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tL85uTDXL4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tL85uTDXL4 .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-tL85uTDXL4 .carousel-indicators li.active,
.cid-tL85uTDXL4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tL85uTDXL4 .carousel-indicators li::after,
.cid-tL85uTDXL4 .carousel-indicators li::before {
  content: none;
}
.cid-tL85uTDXL4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tL85uTDXL4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tL85uTDXL4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tL85uTDXL4 .carousel-indicators {
    display: none;
  }
}
.cid-tL85uTDXL4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tL85uTDXL4 .carousel-inner > .active {
  display: block;
}
.cid-tL85uTDXL4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL85uTDXL4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL85uTDXL4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tL85uTDXL4 .carousel-control,
  .cid-tL85uTDXL4 .carousel-indicators,
  .cid-tL85uTDXL4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tL85uTDXL4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tL85uTDXL4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL85uTDXL4 .carousel-indicators .active,
.cid-tL85uTDXL4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tL85uTDXL4 .carousel-indicators .active {
  background: #fff;
}
.cid-tL85uTDXL4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tL85uTDXL4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tL85uTDXL4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL85uTDXL4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tL85uTDXL4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tL85uTDXL4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tL85uTDXL4 .carousel {
  width: 100%;
}
.cid-tL85uTDXL4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tL85uTDXL4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tL85uTDXL4 .modal.fade .modal-dialog,
.cid-tL85uTDXL4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tL85uTDXL4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tK5PNhHBWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK5PNhHBWh .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK5PNhHBWh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK5PNhHBWh .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK5PNhHBWh .list {
    margin-bottom: 30px;
  }
}
.cid-tK5PNhHBWh .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK5PNhHBWh .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK5PNhHBWh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK5PNhHBWh .copyright {
  color: #868c90;
}
.cid-tK5PNhHBWh .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK5PNhHBWh .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK5PNhHBWh .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK5PNhHBWh .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK5PNhHBWh .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK5PNhHBWh .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK5S2H2cJX {
  z-index: 1000;
  width: 100%;
}
.cid-tK5S2H2cJX .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK5S2H2cJX nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK5S2H2cJX #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK5S2H2cJX #navbar img {
  border-radius: 0px!important;
}
.cid-tK5S2H2cJX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK5S2H2cJX .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK5S2H2cJX .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK5S2H2cJX .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK5S2H2cJX .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK5S2H2cJX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK5S2H2cJX .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK5S2H2cJX .menu_box .navbar.opened,
  .cid-tK5S2H2cJX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK5S2H2cJX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK5S2H2cJX nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK5S2H2cJX .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK5S2H2cJX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK5S2H2cJX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK5S2H2cJX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK5S2H2cJX .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK5S2H2cJX .offcanvas-body .mbr-text,
  .cid-tK5S2H2cJX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK5S2H2cJX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK5S2H2cJX .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK5S2H2cJX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK5S2H2cJX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK5S2H2cJX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK5S2H2cJX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK5S2H2cJX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK5S2H2cJX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK5S2H2cJX li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK5S2H2cJX li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK5S2H2cJX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK5S2H2cJX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK5S2H2cJX .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK5S2H2cJX .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK5S2H2cJX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK5S2H2cJX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK5S2H2cJX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK5S2H2cJX .offcanvas_box {
    display: none;
  }
}
.cid-tK5S2H2cJX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK5S2H2cJX .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK5S2H2cJX .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK5S2H2cJX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK5S2H2cJX .nav-link {
  position: relative;
}
.cid-tK5S2H2cJX .container {
  display: flex;
  margin: auto;
}
.cid-tK5S2H2cJX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK5S2H2cJX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK5S2H2cJX .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK5S2H2cJX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK5S2H2cJX .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK5S2H2cJX .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK5S2H2cJX .dropdown-menu,
.cid-tK5S2H2cJX .navbar.opened {
  background: #ffffff !important;
}
.cid-tK5S2H2cJX .nav-item:focus,
.cid-tK5S2H2cJX .nav-link:focus {
  outline: none;
}
.cid-tK5S2H2cJX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK5S2H2cJX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK5S2H2cJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK5S2H2cJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK5S2H2cJX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK5S2H2cJX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK5S2H2cJX .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK5S2H2cJX .navbar.opened {
  transition: all 0.3s;
}
.cid-tK5S2H2cJX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK5S2H2cJX .navbar .navbar-logo img {
  width: auto;
}
.cid-tK5S2H2cJX .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK5S2H2cJX .navbar.collapsed {
  justify-content: center;
}
.cid-tK5S2H2cJX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK5S2H2cJX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK5S2H2cJX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK5S2H2cJX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK5S2H2cJX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK5S2H2cJX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK5S2H2cJX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK5S2H2cJX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK5S2H2cJX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK5S2H2cJX .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK5S2H2cJX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK5S2H2cJX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK5S2H2cJX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK5S2H2cJX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK5S2H2cJX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK5S2H2cJX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK5S2H2cJX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK5S2H2cJX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK5S2H2cJX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK5S2H2cJX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK5S2H2cJX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK5S2H2cJX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK5S2H2cJX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK5S2H2cJX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK5S2H2cJX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK5S2H2cJX .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-tK5S2H2cJX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK5S2H2cJX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK5S2H2cJX .dropdown-item.active,
.cid-tK5S2H2cJX .dropdown-item:active {
  background-color: transparent;
}
.cid-tK5S2H2cJX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK5S2H2cJX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK5S2H2cJX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK5S2H2cJX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK5S2H2cJX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK5S2H2cJX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK5S2H2cJX ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK5S2H2cJX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK5S2H2cJX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK5S2H2cJX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK5S2H2cJX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK5S2H2cJX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK5S2H2cJX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK5S2H2cJX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK5S2H2cJX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK5S2H2cJX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK5S2H2cJX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK5S2H2cJX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK5S2H2cJX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK5S2H2cJX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK5S2H2cJX .navbar {
    height: 70px;
  }
  .cid-tK5S2H2cJX .navbar.opened {
    height: auto;
  }
  .cid-tK5S2H2cJX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK5S2H2cJX .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK5S2H2cJX .text_widget {
  text-align: left;
}
.cid-tK5S2H2cJX .mbr-text {
  text-align: left;
}
.cid-tK5S2Gs2gY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK5S2Gs2gY .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK5S2Gs2gY .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK5S2Gs2gY .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK5S2Gs2gY .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK5S2Gs2gY .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK5S2IiU53 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK5S2IiU53 a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK5S2IiU53 a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK5S2IiU53 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK5S2IiU53 .wrapper {
  position: relative;
}
.cid-tK5S2IiU53 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK5S2IiU53 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK5S2IiU53 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK5S2IiU53 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK5S2IiU53 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK5S2IiU53 .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK5S2IiU53 .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK5S2IiU53 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK5S2IiU53 .img2 {
    width: 400px;
  }
  .cid-tK5S2IiU53 .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK5S2IiU53 .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK5S2IiU53 .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK5S2IiU53 .img2 {
    width: 400px;
  }
  .cid-tK5S2IiU53 .img1 {
    padding-right: 4rem;
  }
  .cid-tK5S2IiU53 h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK5S2IiU53 .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK5S2IiU53 .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK5S2IiU53 .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK5S2IiU53 .img2 {
    width: 150px;
  }
  .cid-tK5S2IiU53 .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK5S2IiU53 h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK5S2IiU53 .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK5S2IiU53 .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK5S2JoEpH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK5S2JoEpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5S2JoEpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5S2JoEpH .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tK5S2JoEpH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK5S2JoEpH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK5S2JoEpH .card-wrapper {
    padding: 4rem;
  }
}
.cid-tK5S2JoEpH .mbr-text,
.cid-tK5S2JoEpH .mbr-section-btn {
  text-align: left;
}
.cid-tK5X8ccLmI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tK5X8ccLmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5X8ccLmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5X8ccLmI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tK5X8ccLmI .item {
    margin-bottom: 1rem;
  }
}
.cid-tK5X8ccLmI .item-wrapper {
  position: relative;
}
.cid-tK5X8ccLmI .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tK5X8ccLmI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tK5X8ccLmI .carousel-control,
.cid-tK5X8ccLmI .close {
  background: #1b1b1b;
}
.cid-tK5X8ccLmI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tK5X8ccLmI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tK5X8ccLmI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tK5X8ccLmI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tK5X8ccLmI .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-tK5X8ccLmI .close::before {
  content: '\e91a';
}
.cid-tK5X8ccLmI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tK5X8ccLmI .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-tK5X8ccLmI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK5X8ccLmI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tK5X8ccLmI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tK5X8ccLmI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tK5X8ccLmI .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-tK5X8ccLmI .carousel-indicators li.active,
.cid-tK5X8ccLmI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tK5X8ccLmI .carousel-indicators li::after,
.cid-tK5X8ccLmI .carousel-indicators li::before {
  content: none;
}
.cid-tK5X8ccLmI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tK5X8ccLmI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tK5X8ccLmI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tK5X8ccLmI .carousel-indicators {
    display: none;
  }
}
.cid-tK5X8ccLmI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tK5X8ccLmI .carousel-inner > .active {
  display: block;
}
.cid-tK5X8ccLmI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK5X8ccLmI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK5X8ccLmI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tK5X8ccLmI .carousel-control,
  .cid-tK5X8ccLmI .carousel-indicators,
  .cid-tK5X8ccLmI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tK5X8ccLmI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tK5X8ccLmI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tK5X8ccLmI .carousel-indicators .active,
.cid-tK5X8ccLmI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tK5X8ccLmI .carousel-indicators .active {
  background: #fff;
}
.cid-tK5X8ccLmI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tK5X8ccLmI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tK5X8ccLmI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tK5X8ccLmI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tK5X8ccLmI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tK5X8ccLmI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tK5X8ccLmI .carousel {
  width: 100%;
}
.cid-tK5X8ccLmI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tK5X8ccLmI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tK5X8ccLmI .modal.fade .modal-dialog,
.cid-tK5X8ccLmI .modal.in .modal-dialog {
  transform: none;
}
.cid-tK5X8ccLmI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tK5X8ccLmI H6 {
  text-align: center;
}
.cid-tK5S2KkyDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK5S2KkyDo .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK5S2KkyDo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK5S2KkyDo .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK5S2KkyDo .list {
    margin-bottom: 30px;
  }
}
.cid-tK5S2KkyDo .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK5S2KkyDo .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK5S2KkyDo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK5S2KkyDo .copyright {
  color: #868c90;
}
.cid-tK5S2KkyDo .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK5S2KkyDo .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK5S2KkyDo .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK5S2KkyDo .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK5S2KkyDo .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK5S2KkyDo .footer-logo {
    margin: 0 auto;
  }
}
.cid-tK9amiqUhC {
  z-index: 1000;
  width: 100%;
}
.cid-tK9amiqUhC .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tK9amiqUhC nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tK9amiqUhC #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tK9amiqUhC #navbar img {
  border-radius: 0px!important;
}
.cid-tK9amiqUhC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tK9amiqUhC .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tK9amiqUhC .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tK9amiqUhC .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tK9amiqUhC .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tK9amiqUhC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tK9amiqUhC .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tK9amiqUhC .menu_box .navbar.opened,
  .cid-tK9amiqUhC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tK9amiqUhC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tK9amiqUhC nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tK9amiqUhC .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tK9amiqUhC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tK9amiqUhC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tK9amiqUhC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tK9amiqUhC .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tK9amiqUhC .offcanvas-body .mbr-text,
  .cid-tK9amiqUhC .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tK9amiqUhC .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tK9amiqUhC .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tK9amiqUhC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tK9amiqUhC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tK9amiqUhC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK9amiqUhC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tK9amiqUhC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tK9amiqUhC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tK9amiqUhC li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tK9amiqUhC li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tK9amiqUhC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tK9amiqUhC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tK9amiqUhC .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tK9amiqUhC .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tK9amiqUhC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tK9amiqUhC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tK9amiqUhC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tK9amiqUhC .offcanvas_box {
    display: none;
  }
}
.cid-tK9amiqUhC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tK9amiqUhC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tK9amiqUhC .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tK9amiqUhC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK9amiqUhC .nav-link {
  position: relative;
}
.cid-tK9amiqUhC .container {
  display: flex;
  margin: auto;
}
.cid-tK9amiqUhC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tK9amiqUhC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tK9amiqUhC .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tK9amiqUhC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tK9amiqUhC .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tK9amiqUhC .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tK9amiqUhC .dropdown-menu,
.cid-tK9amiqUhC .navbar.opened {
  background: #ffffff !important;
}
.cid-tK9amiqUhC .nav-item:focus,
.cid-tK9amiqUhC .nav-link:focus {
  outline: none;
}
.cid-tK9amiqUhC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK9amiqUhC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK9amiqUhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK9amiqUhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK9amiqUhC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK9amiqUhC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK9amiqUhC .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tK9amiqUhC .navbar.opened {
  transition: all 0.3s;
}
.cid-tK9amiqUhC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tK9amiqUhC .navbar .navbar-logo img {
  width: auto;
}
.cid-tK9amiqUhC .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tK9amiqUhC .navbar.collapsed {
  justify-content: center;
}
.cid-tK9amiqUhC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK9amiqUhC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK9amiqUhC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tK9amiqUhC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK9amiqUhC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK9amiqUhC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK9amiqUhC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tK9amiqUhC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tK9amiqUhC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tK9amiqUhC .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tK9amiqUhC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK9amiqUhC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK9amiqUhC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tK9amiqUhC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK9amiqUhC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK9amiqUhC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK9amiqUhC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tK9amiqUhC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tK9amiqUhC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tK9amiqUhC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK9amiqUhC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK9amiqUhC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tK9amiqUhC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tK9amiqUhC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK9amiqUhC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK9amiqUhC .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-tK9amiqUhC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK9amiqUhC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK9amiqUhC .dropdown-item.active,
.cid-tK9amiqUhC .dropdown-item:active {
  background-color: transparent;
}
.cid-tK9amiqUhC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK9amiqUhC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK9amiqUhC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK9amiqUhC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK9amiqUhC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK9amiqUhC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK9amiqUhC ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tK9amiqUhC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK9amiqUhC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tK9amiqUhC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK9amiqUhC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK9amiqUhC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK9amiqUhC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK9amiqUhC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK9amiqUhC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK9amiqUhC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK9amiqUhC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK9amiqUhC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK9amiqUhC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tK9amiqUhC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK9amiqUhC .navbar {
    height: 70px;
  }
  .cid-tK9amiqUhC .navbar.opened {
    height: auto;
  }
  .cid-tK9amiqUhC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK9amiqUhC .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tK9amiqUhC .text_widget {
  text-align: left;
}
.cid-tK9amiqUhC .mbr-text {
  text-align: left;
}
.cid-tK9amhI0XN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tK9amhI0XN .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tK9amhI0XN .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tK9amhI0XN .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tK9amhI0XN .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tK9amhI0XN .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tK9amj5DBK {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tK9amj5DBK a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK9amj5DBK a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tK9amj5DBK .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tK9amj5DBK .wrapper {
  position: relative;
}
.cid-tK9amj5DBK .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 400px;
}
.cid-tK9amj5DBK .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tK9amj5DBK .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tK9amj5DBK .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tK9amj5DBK .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tK9amj5DBK .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tK9amj5DBK .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tK9amj5DBK .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tK9amj5DBK .img2 {
    width: 400px;
  }
  .cid-tK9amj5DBK .container-fluid {
    padding-right: 2rem;
  }
  .cid-tK9amj5DBK .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK9amj5DBK .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tK9amj5DBK .img2 {
    width: 400px;
  }
  .cid-tK9amj5DBK .img1 {
    padding-right: 4rem;
  }
  .cid-tK9amj5DBK h1 {
    font-size: 1.9rem!important;
  }
  .cid-tK9amj5DBK .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK9amj5DBK .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tK9amj5DBK .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tK9amj5DBK .img2 {
    width: 150px;
  }
  .cid-tK9amj5DBK .container-fluid {
    padding-right: 1rem;
  }
  .cid-tK9amj5DBK h1 {
    font-size: 1.4rem!important;
  }
  .cid-tK9amj5DBK .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tK9amj5DBK .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tK9amkdaxq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK9amkdaxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9amkdaxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK9amkdaxq .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tK9amkdaxq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK9amkdaxq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK9amkdaxq .card-wrapper {
    padding: 4rem;
  }
}
.cid-tK9amkdaxq .mbr-text,
.cid-tK9amkdaxq .mbr-section-btn {
  text-align: left;
}
.cid-tK9amlqGS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tK9amlqGS1 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tK9amlqGS1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK9amlqGS1 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tK9amlqGS1 .list {
    margin-bottom: 30px;
  }
}
.cid-tK9amlqGS1 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tK9amlqGS1 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tK9amlqGS1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tK9amlqGS1 .copyright {
  color: #868c90;
}
.cid-tK9amlqGS1 .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tK9amlqGS1 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tK9amlqGS1 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tK9amlqGS1 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tK9amlqGS1 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tK9amlqGS1 .footer-logo {
    margin: 0 auto;
  }
}
.cid-tL86jlUzh3 {
  z-index: 1000;
  width: 100%;
}
.cid-tL86jlUzh3 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tL86jlUzh3 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tL86jlUzh3 #navbar {
  transition: top 0.3s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL86jlUzh3 #navbar img {
  border-radius: 0px!important;
}
.cid-tL86jlUzh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tL86jlUzh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tL86jlUzh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tL86jlUzh3 .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tL86jlUzh3 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tL86jlUzh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tL86jlUzh3 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tL86jlUzh3 .menu_box .navbar.opened,
  .cid-tL86jlUzh3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tL86jlUzh3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tL86jlUzh3 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tL86jlUzh3 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
    z-index: 10000;
  }
  .cid-tL86jlUzh3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tL86jlUzh3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tL86jlUzh3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tL86jlUzh3 .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tL86jlUzh3 .offcanvas-body .mbr-text,
  .cid-tL86jlUzh3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tL86jlUzh3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tL86jlUzh3 .offcanvas_box h3 {
    line-height: 1.1!important;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tL86jlUzh3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tL86jlUzh3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tL86jlUzh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tL86jlUzh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tL86jlUzh3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tL86jlUzh3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tL86jlUzh3 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tL86jlUzh3 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tL86jlUzh3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tL86jlUzh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tL86jlUzh3 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tL86jlUzh3 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tL86jlUzh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tL86jlUzh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tL86jlUzh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tL86jlUzh3 .offcanvas_box {
    display: none;
  }
}
.cid-tL86jlUzh3 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tL86jlUzh3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tL86jlUzh3 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tL86jlUzh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL86jlUzh3 .nav-link {
  position: relative;
}
.cid-tL86jlUzh3 .container {
  display: flex;
  margin: auto;
}
.cid-tL86jlUzh3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #f4e1c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tL86jlUzh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tL86jlUzh3 .iconfont-wrapper:hover {
  background-color: #f0d6b1;
}
.cid-tL86jlUzh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tL86jlUzh3 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tL86jlUzh3 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tL86jlUzh3 .dropdown-menu,
.cid-tL86jlUzh3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tL86jlUzh3 .nav-item:focus,
.cid-tL86jlUzh3 .nav-link:focus {
  outline: none;
}
.cid-tL86jlUzh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL86jlUzh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL86jlUzh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL86jlUzh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL86jlUzh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL86jlUzh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL86jlUzh3 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tL86jlUzh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tL86jlUzh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tL86jlUzh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tL86jlUzh3 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tL86jlUzh3 .navbar.collapsed {
  justify-content: center;
}
.cid-tL86jlUzh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL86jlUzh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL86jlUzh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tL86jlUzh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL86jlUzh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL86jlUzh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL86jlUzh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tL86jlUzh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tL86jlUzh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tL86jlUzh3 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tL86jlUzh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL86jlUzh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL86jlUzh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tL86jlUzh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL86jlUzh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL86jlUzh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL86jlUzh3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tL86jlUzh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tL86jlUzh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tL86jlUzh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL86jlUzh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL86jlUzh3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tL86jlUzh3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL86jlUzh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL86jlUzh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL86jlUzh3 .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-tL86jlUzh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL86jlUzh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL86jlUzh3 .dropdown-item.active,
.cid-tL86jlUzh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tL86jlUzh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL86jlUzh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL86jlUzh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL86jlUzh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL86jlUzh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL86jlUzh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL86jlUzh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tL86jlUzh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL86jlUzh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tL86jlUzh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tL86jlUzh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL86jlUzh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL86jlUzh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL86jlUzh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL86jlUzh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL86jlUzh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL86jlUzh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL86jlUzh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL86jlUzh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tL86jlUzh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL86jlUzh3 .navbar {
    height: 70px;
  }
  .cid-tL86jlUzh3 .navbar.opened {
    height: auto;
  }
  .cid-tL86jlUzh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL86jlUzh3 .mbr-section-subtitle {
  color: #202020;
  text-align: left;
}
.cid-tL86jlUzh3 .text_widget {
  text-align: left;
}
.cid-tL86jlUzh3 .mbr-text {
  text-align: left;
}
.cid-tL86jlpE6S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tL86jlpE6S .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tL86jlpE6S .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tL86jlpE6S .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tL86jlpE6S .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tL86jlpE6S .dentaura-top-spacer {
    height: 120px;
  }
}
.cid-tL86jmTzlY {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tL86jmTzlY a[class*='text-'] {
  background-image: linear-gradient(120deg, #f28b1e 0%, #f28b1e 100%) !important;
  background-size: 100% 30%!important;
  background-position: 0 90%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tL86jmTzlY a[class*='text-']:hover {
  background-size: 100% 100%!important;
  transition: background-size 0.2s ease-in !important;
}
.cid-tL86jmTzlY .container-fluid {
  position: relative;
  padding-right: 10.4rem;
  padding-left: 0;
}
.cid-tL86jmTzlY .wrapper {
  position: relative;
}
.cid-tL86jmTzlY .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover ;
  height: 400px;
}
.cid-tL86jmTzlY .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-tL86jmTzlY .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tL86jmTzlY .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tL86jmTzlY .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tL86jmTzlY .img2 {
  display: block;
  position: absolute;
  bottom: -3.6rem;
  right: 0;
  width: 330px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tL86jmTzlY .title {
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  font-size: 4.4rem;
  right: inherit;
  left: 10rem;
  top: inherit;
  bottom: -7rem;
  padding: 0;
  z-index: 1;
}
.cid-tL86jmTzlY .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 3.5rem;
  left: -8rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tL86jmTzlY .img2 {
    width: 400px;
  }
  .cid-tL86jmTzlY .container-fluid {
    padding-right: 2rem;
  }
  .cid-tL86jmTzlY .title {
    transform: rotate(0deg);
    transform-origin: top right;
    position: absolute;
    font-size: 2.4rem;
    right: inherit;
    left: 10rem;
    top: inherit;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tL86jmTzlY .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 100px;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .cid-tL86jmTzlY .img2 {
    width: 400px;
  }
  .cid-tL86jmTzlY .img1 {
    padding-right: 4rem;
  }
  .cid-tL86jmTzlY h1 {
    font-size: 1.9rem!important;
  }
  .cid-tL86jmTzlY .title {
    font-size: 2.4rem;
    right: inherit;
    left: 8rem;
    bottom: -6rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tL86jmTzlY .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .cid-tL86jmTzlY .img1 {
    height: 300px;
    padding-right: 3rem;
  }
  .cid-tL86jmTzlY .img2 {
    width: 150px;
  }
  .cid-tL86jmTzlY .container-fluid {
    padding-right: 1rem;
  }
  .cid-tL86jmTzlY h1 {
    font-size: 1.4rem!important;
  }
  .cid-tL86jmTzlY .title {
    font-size: 3rem;
    right: inherit;
    left: 1rem;
    bottom: -4rem;
    padding: 0;
    z-index: 1;
  }
  .cid-tL86jmTzlY .title:before {
    content: '';
    position: absolute;
    background: currentColor;
    top: 2rem;
    left: -8rem;
    width: 10px;
    height: 2px;
  }
}
.cid-tL86joeJ5k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL86joeJ5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL86joeJ5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL86joeJ5k .card-wrapper {
  background: #edefeb;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}
@media (max-width: 767px) {
  .cid-tL86joeJ5k .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tL86joeJ5k .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL86joeJ5k .card-wrapper {
    padding: 4rem;
  }
}
.cid-tL86joMHfl {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL86joMHfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL86joMHfl .item-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tL86joMHfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL86joMHfl .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tL86joMHfl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tL86joMHfl .card-title,
.cid-tL86joMHfl .iconfont-wrapper {
  color: #000000;
}
.cid-tL86joMHfl .card-text {
  color: #000000;
}
.cid-tL86joMHfl .mbr-section-title {
  color: #000000;
}
.cid-tL86jqhrmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tL86jqhrmH .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tL86jqhrmH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL86jqhrmH .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tL86jqhrmH .list {
    margin-bottom: 30px;
  }
}
.cid-tL86jqhrmH .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tL86jqhrmH .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tL86jqhrmH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tL86jqhrmH .copyright {
  color: #868c90;
}
.cid-tL86jqhrmH .mbr-section-subtitle {
  color: #cbcbcb;
}
@media (max-width: 576px) {
  .cid-tL86jqhrmH .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tL86jqhrmH .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tL86jqhrmH .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tL86jqhrmH .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tL86jqhrmH .footer-logo {
    margin: 0 auto;
  }
}
