body {
  font-family: Raleway-Regular;
}
.display-1 {
  font-family: 'FiraSansExtraCondensed-Regular';
  font-size: 2.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-2 {
  font-family: 'FiraSansExtraCondensed-Regular';
  font-size: 1.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-6 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.15rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.84rem;
}
.display-11 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.15rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 1.84rem;
}
.display-12 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-13 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-14 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.88rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.408rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0082c3 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
.bg-info {
  background-color: #e15a00 !important;
}
.bg-warning {
  background-color: #0e5f79 !important;
}
.bg-danger {
  background-color: #6e4506 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a05408 !important;
  border-color: #a05408 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #572e04 !important;
  border-color: #572e04 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #572e04 !important;
  border-color: #572e04 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e15a00 !important;
  border-color: #e15a00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #943b00 !important;
  border-color: #943b00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #943b00 !important;
  border-color: #943b00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #19692b !important;
  border-color: #19692b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #19692b !important;
  border-color: #19692b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0e5f79 !important;
  border-color: #0e5f79 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #062934 !important;
  border-color: #062934 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #062934 !important;
  border-color: #062934 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e4506 !important;
  border-color: #6e4506 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #251702 !important;
  border-color: #251702 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #251702 !important;
  border-color: #251702 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003e5d;
  color: #003e5d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3f2103;
  color: #3f2103;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a05408;
  border-color: #a05408;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a05408 !important;
  border-color: #a05408 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7b3100;
  color: #7b3100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e15a00;
  border-color: #e15a00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e15a00 !important;
  border-color: #e15a00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #145523;
  color: #145523;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #03171e;
  color: #03171e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0e5f79;
  border-color: #0e5f79;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0e5f79 !important;
  border-color: #0e5f79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0d0801;
  color: #0d0801;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e4506 !important;
  border-color: #6e4506 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0082c3 !important;
}
.text-secondary {
  color: #a05408 !important;
}
.text-success {
  color: #28a745 !important;
}
.text-info {
  color: #e15a00 !important;
}
.text-warning {
  color: #0e5f79 !important;
}
.text-danger {
  color: #6e4506 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003e5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f2103 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #145523 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7b3100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #03171e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d0801 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e15a00;
}
.alert-warning {
  background-color: #0e5f79;
}
.alert-danger {
  background-color: #6e4506;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0082c3;
  border-color: #0082c3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0082c3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43c0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #71dd8a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffceae;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #21b6e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7910d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.15rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.84rem;
}
blockquote {
  border-color: #0082c3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0082c3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0082c3;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0082c3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0082c3;
  border-bottom-color: #0082c3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #a05408 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230082c3' %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.3;
}
.cid-vlcOfta5PY {
  min-height: 70px !important;
  position: relative;
  background: #f0f7f9;
  overflow: visible;
  height: 80px;
}
.cid-vlcOfta5PY .nav-item,
.cid-vlcOfta5PY .nav-link,
.cid-vlcOfta5PY .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vlcOfta5PY .nav-item:hover,
.cid-vlcOfta5PY .nav-link:hover,
.cid-vlcOfta5PY .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-vlcOfta5PY .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vlcOfta5PY .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vlcOfta5PY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vlcOfta5PY .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vlcOfta5PY .container-fluid,
.cid-vlcOfta5PY .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vlcOfta5PY .navbar-brand {
  padding: 0;
}
.cid-vlcOfta5PY .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vlcOfta5PY .nav-link:hover:before {
  width: 100%;
}
.cid-vlcOfta5PY .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vlcOfta5PY .nav-link {
    margin: 0 !important;
  }
}
.cid-vlcOfta5PY .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlcOfta5PY .widget p,
.cid-vlcOfta5PY .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vlcOfta5PY .widget p a,
.cid-vlcOfta5PY .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vlcOfta5PY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vlcOfta5PY .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-vlcOfta5PY .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vlcOfta5PY .block__phone,
  .cid-vlcOfta5PY .icons-menu {
    display: none;
  }
  .cid-vlcOfta5PY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vlcOfta5PY .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vlcOfta5PY .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-vlcOfta5PY .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vlcOfta5PY .navbar > .container,
.cid-vlcOfta5PY .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vlcOfta5PY .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-vlcOfta5PY .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #f0f7f9;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vlcOfta5PY .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vlcOfta5PY .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vlcOfta5PY .dropdown-toggle::after,
  .cid-vlcOfta5PY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vlcOfta5PY .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vlcOfta5PY .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vlcOfta5PY .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-vlcOfta5PY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vlcOfta5PY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vlcOfta5PY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vlcOfta5PY .nav-item:focus,
.cid-vlcOfta5PY .nav-link:focus {
  outline: none;
}
.cid-vlcOfta5PY .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-vlcOfta5PY .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vlcOfta5PY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vlcOfta5PY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlcOfta5PY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vlcOfta5PY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlcOfta5PY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vlcOfta5PY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlcOfta5PY .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #f0f7f9;
}
.cid-vlcOfta5PY .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #f0f7f9 !important;
}
.cid-vlcOfta5PY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vlcOfta5PY .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vlcOfta5PY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlcOfta5PY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlcOfta5PY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-vlcOfta5PY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vlcOfta5PY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlcOfta5PY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vlcOfta5PY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlcOfta5PY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlcOfta5PY .navbar .dropdown-menu {
    background: #f0f7f9 !important;
  }
  .cid-vlcOfta5PY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlcOfta5PY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vlcOfta5PY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vlcOfta5PY .navbar.navbar-short {
  background: #f0f7f9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-vlcOfta5PY .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vlcOfta5PY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlcOfta5PY .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vlcOfta5PY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vlcOfta5PY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlcOfta5PY .dropdown-item.active,
.cid-vlcOfta5PY .dropdown-item:active {
  background-color: transparent;
}
.cid-vlcOfta5PY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f7f9;
}
.cid-vlcOfta5PY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vlcOfta5PY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlcOfta5PY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-vlcOfta5PY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlcOfta5PY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlcOfta5PY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlcOfta5PY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlcOfta5PY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlcOfta5PY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlcOfta5PY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlcOfta5PY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlcOfta5PY .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vlcOfta5PY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vlcOfta5PY a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-vlcOfta5PY .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vlcOfta5PY .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-vlcOfta5PY .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vlcOfta5PY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vlcOfta5PY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vlcOfta5PY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vlcOfta5PY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vlcOfta5PY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vlcOfta5PY .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vlcOfta5PY .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vlcOfta5PY a.nav-link {
    justify-content: flex-start;
  }
  .cid-vlcOfta5PY ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vlcOfta5PY .navbar-brand {
    padding: 0;
  }
  .cid-vlcOfta5PY .block__phone,
  .cid-vlcOfta5PY .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vlcOfta5PY .widget {
    flex-direction: column;
  }
  .cid-vlcOfta5PY .widget p,
  .cid-vlcOfta5PY .widget .icons-menu {
    margin-right: 0;
  }
  .cid-vlcOfta5PY .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-vlcOfta5PY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlcOfta5PY .navbar {
    height: 97px;
  }
  .cid-vlcOfta5PY .navbar.opened {
    height: auto;
  }
  .cid-vlcOfta5PY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlcOfta5PY ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uh6Rbux2G6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uh6Rbux2G6 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uh6Rbux2G6 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-vlcO9SPd9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlcPMRgABE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vlcPMRgABE .mbr-text,
.cid-vlcPMRgABE blockquote {
  color: #767676;
}
.cid-vlcPMRgABE .mbr-text {
  color: #ff3366;
}
.cid-v9kRc78CCt.popup-builder {
  background-color: #ffffff;
}
.cid-v9kRc78CCt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9kRc78CCt.popup-builder .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.cid-v9kRc78CCt .modal-content,
.cid-v9kRc78CCt .modal-dialog {
  height: auto;
}
.cid-v9kRc78CCt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9kRc78CCt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9kRc78CCt .form-wrapper .mbr-form .form-group,
  .cid-v9kRc78CCt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9kRc78CCt .card-img,
.cid-v9kRc78CCt .card-img-second {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9kRc78CCt .card-img-second {
  margin-top: 1rem;
}
.cid-v9kRc78CCt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9kRc78CCt .mbr-text {
  text-align: center;
  color: #189204;
}
.cid-v9kRc78CCt .mbr-text-below,
.cid-v9kRc78CCt .mbr-text-below-second {
  text-align: center;
  margin-top: 1rem;
}
.cid-v9kRc78CCt .pt-0 {
  padding-top: 0 !important;
}
.cid-v9kRc78CCt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9kRc78CCt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9kRc78CCt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9kRc78CCt .modal-open {
  overflow: hidden;
}
.cid-v9kRc78CCt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9kRc78CCt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9kRc78CCt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9kRc78CCt .modal-dialog.position-left {
  margin-left: 0;
  margin-right: auto;
}
.cid-v9kRc78CCt .modal-dialog.position-center {
  margin-left: auto;
  margin-right: auto;
}
.cid-v9kRc78CCt .modal-dialog.position-right {
  margin-left: auto;
  margin-right: 0;
}
.cid-v9kRc78CCt .anim-fade-scale {
  animation: fadeScale 2s ease-out;
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-v9kRc78CCt .anim-slide-bottom {
  animation: slideBottom 1.5s ease-out;
}
@keyframes slideBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9kRc78CCt .anim-slide-top {
  animation: slideTop 1.5s ease-out;
}
@keyframes slideTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9kRc78CCt .anim-slide-left {
  animation: slideLeft 1.5s ease-out;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v9kRc78CCt .anim-slide-right {
  animation: slideRight 1.5s ease-out;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v9kRc78CCt .anim-bounce {
  animation: bounceIn 1.8s ease-out;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v9kRc78CCt .anim-rotate {
  animation: rotateIn 1.5s ease-out;
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.cid-v9kRc78CCt .anim-flip {
  animation: flipIn 1.5s ease-out;
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}
.cid-v9kRc78CCt .anim-zoom {
  animation: zoomIn 1.2s ease-out;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-v9kRc78CCt .modal.fade .modal-dialog {
  transition: transform 1.5s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.cid-v9kRc78CCt .modal.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cid-v9kRc78CCt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9kRc78CCt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9kRc78CCt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9kRc78CCt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9kRc78CCt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9kRc78CCt .modal-backdrop.fade {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
.cid-v9kRc78CCt .modal-backdrop.show {
  opacity: .5;
}
.cid-v9kRc78CCt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9kRc78CCt .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9kRc78CCt .modal-header {
    padding: 1rem;
  }
}
.cid-v9kRc78CCt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9kRc78CCt .modal-header .close svg {
  fill: #353535;
}
.cid-v9kRc78CCt .modal-header .close:hover {
  opacity: 1;
}
.cid-v9kRc78CCt .modal-header .close:focus {
  outline: none;
}
.cid-v9kRc78CCt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00A516;
  font-family: FiraSansCondensed-Light, serif;
}
.cid-v9kRc78CCt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9kRc78CCt .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9kRc78CCt .modal-body {
    padding: 1rem;
  }
}
.cid-v9kRc78CCt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9kRc78CCt .modal-footer {
    padding: 0rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9kRc78CCt .modal-footer {
    padding: 1rem;
  }
}
.cid-v9kRc78CCt .modal-footer .mbr-section-btn {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v9kRc78CCt .modal-footer .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-v9kRc78CCt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9kRc78CCt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-right: 0;
  }
  .cid-v9kRc78CCt .modal-dialog.position-left {
    margin-left: 0;
    margin-right: auto;
  }
  .cid-v9kRc78CCt .modal-dialog.position-center {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-v9kRc78CCt .modal-dialog.position-right {
    margin-left: auto;
    margin-right: 0;
  }
  .cid-v9kRc78CCt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9kRc78CCt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9kRc78CCt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9kRc78CCt .modal-lg,
  .cid-v9kRc78CCt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9kRc78CCt .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9kRc78CCt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9kRc78CCt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9kRc78CCt .form-group {
  margin-bottom: 1rem;
}
.cid-v9kRc78CCt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9kRc78CCt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9kRc78CCt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9kRc78CCt .mbr-section-btn {
  margin: 0;
}
.cid-v9kRc78CCt .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9kRc78CCt .design-modern {
  background: #ffffff !important;
  border-radius: 0 !important;
  border-left: 4px solid #000000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}
.cid-v9kRc78CCt .design-modern .modal-title {
  font-weight: 300;
  color: #00A516;
  letter-spacing: -0.5px;
}
.cid-v9kRc78CCt .design-modern .mbr-text,
.cid-v9kRc78CCt .design-modern .mbr-text-below,
.cid-v9kRc78CCt .design-modern .mbr-text-below-second {
  color: #666666;
  font-weight: 300;
  line-height: 1.8;
  font-family: FiraSansCondensed-Light, serif;
}
.cid-v9kRc78CCt .design-modern .btn {
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.cid-v9kRc78CCt .design-modern .btn:hover {
  background: #333333 !important;
}
.cid-v9kRc78CCt .design-modern .close svg {
  fill: #000000;
}
.cid-v9kRc78CCt .design-corporate {
  background: #f8f9fa !important;
  border: 1px solid #dee2e6;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}
.cid-v9kRc78CCt .design-corporate .modal-title {
  color: #00A516;
  border-bottom: 1px solid #00A516;
  padding-bottom: 10px;
  font-weight: 600;
}
.cid-v9kRc78CCt .design-corporate .mbr-text,
.cid-v9kRc78CCt .design-corporate .mbr-text-below,
.cid-v9kRc78CCt .design-corporate .mbr-text-below-second {
  color: #495057;
  line-height: 1.7;
  font-family: FiraSansCondensed-Light, serif;
}
.cid-v9kRc78CCt .design-corporate .btn {
  background: #3498db !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 500;
}
.cid-v9kRc78CCt .design-corporate .btn:hover {
  background: #2980b9 !important;
}
.cid-v9kRc78CCt .design-corporate .close svg {
  fill: #2c3e50;
}
.cid-v9kRc78CCt .design-creative {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border-radius: 30px !important;
  box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4) !important;
  position: relative;
}
.cid-v9kRc78CCt .design-creative::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cid-v9kRc78CCt .design-creative .modal-title {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-family: FiraSansCondensed-Light, serif;
}
.cid-v9kRc78CCt .design-creative .mbr-text,
.cid-v9kRc78CCt .design-creative .mbr-text-below,
.cid-v9kRc78CCt .design-creative .mbr-text-below-second {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  font-family: FiraSansCondensed-Light, serif;
}
.cid-v9kRc78CCt .design-creative .btn {
  background: #ffffff !important;
  color: #667eea !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 600;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.cid-v9kRc78CCt .design-creative .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.cid-v9kRc78CCt .design-creative .close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.cid-v9kRc78CCt .design-creative .close svg {
  fill: #ffffff;
}
.cid-v9kRc78CCt .design-creative .close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cid-v9kRc78CCt .design-luxury {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
  border: 1px solid #d4af37;
  border-radius: 0 !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5) !important;
  position: relative;
}
.cid-v9kRc78CCt .design-luxury::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  pointer-events: none;
}
.cid-v9kRc78CCt .design-luxury .modal-title {
  color: #00A516;
  font-family: FiraSansCondensed-Light, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}
.cid-v9kRc78CCt .design-luxury .mbr-text,
.cid-v9kRc78CCt .design-luxury .mbr-text-below,
.cid-v9kRc78CCt .design-luxury .mbr-text-below-second {
  color: #00A516;
  font-family: FiraSansCondensed-Light, serif;
  line-height: 1.9;
}
.cid-v9kRc78CCt .design-luxury .btn {
  background: transparent !important;
  color: #d4af37 !important;
  border: 2px solid #d4af37 !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.cid-v9kRc78CCt .design-luxury .btn:hover {
  background: #d4af37 !important;
  color: #1a1a1a !important;
}
.cid-v9kRc78CCt .design-luxury .close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.cid-v9kRc78CCt .design-luxury .close svg {
  fill: #ffffff;
}
.cid-v9kRc78CCt .design-luxury .close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cid-v9kRc78CCt .radius-square {
  border-radius: 0 !important;
}
.cid-v9kRc78CCt .radius-rounded {
  border-radius: 8px !important;
}
.cid-v9kRc78CCt .radius-very-rounded {
  border-radius: 30px !important;
}
.cid-vlcOca7KLT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vlcOca7KLT {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vlcOca7KLT hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vlcOca7KLT hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vlcOca7KLT h2 {
  float: center;
  color: #0082c3;
}
.cid-vlcOca7KLT .mbr-section-btn {
  text-align: center !important;
}
.cid-vlcOca7KLT .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 0px 5px 0px !important;
  font-size: 1.1rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vlcOca7KLT H2 {
  color: #a1850b;
}
.cid-vlitq2VkvI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vlitq2VkvI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vlitq2VkvI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vlitq2VkvI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vlitq2VkvI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlitq2VkvI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlitq2VkvI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vlitq2VkvI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vlitq2VkvI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlitq2VkvI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vlitq2VkvI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vlitq2VkvI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlitq2VkvI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlitq2VkvI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vlitq2VkvI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vlitre4Lpc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7fbfc;
}
.cid-vlitre4Lpc .mbr-text,
.cid-vlitre4Lpc blockquote {
  color: #767676;
}
.cid-vlitre4Lpc .mbr-text {
  color: #232323;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #CAD4E1;
  border-right: 1px solid #CAD4E1;
  border-bottom: 1px solid #CAD4E1;
  border-left: 1px solid #CAD4E1;
  padding: 0.5em;
  background-color: #efefef;
}
.cid-vlitre4Lpc .mbr-text P {
  text-align: center;
}
.cid-us8KZMh5Tn #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 100px;
    bottom: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8KZMh5Tn #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8KZMh5Tn #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8KZMh5Tn .hidden {
  display: none;
}
