.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Hanken-Book';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Hanken-Book';
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Hanken-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Hanken-Light';
  font-size: 5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-7 {
  font-family: 'Hanken-Book';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #facf0d !important;
}
.bg-success {
  background-color: #facf0d !important;
}
.bg-info {
  background-color: #facf0d !important;
}
.bg-warning {
  background-color: #191919 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #facf0d !important;
  border-color: #facf0d !important;
  color: #080600 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ad8e04 !important;
  border-color: #ad8e04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #080600 !important;
  background-color: #ad8e04 !important;
  border-color: #ad8e04 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #facf0d !important;
  border-color: #facf0d !important;
  color: #080600 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ad8e04 !important;
  border-color: #ad8e04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #080600 !important;
  background-color: #ad8e04 !important;
  border-color: #ad8e04 !important;
}
.btn-success,
.btn-success:active {
  background-color: #facf0d !important;
  border-color: #facf0d !important;
  color: #080600 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ad8e04 !important;
  border-color: #ad8e04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #080600 !important;
  background-color: #ad8e04 !important;
  border-color: #ad8e04 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #facf0d;
  color: #facf0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad8e04 !important;
  background-color: transparent!important;
  border-color: #ad8e04 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #080600 !important;
  background-color: #facf0d !important;
  border-color: #facf0d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #facf0d;
  color: #facf0d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ad8e04 !important;
  background-color: transparent!important;
  border-color: #ad8e04 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #080600 !important;
  background-color: #facf0d !important;
  border-color: #facf0d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #facf0d;
  color: #facf0d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ad8e04 !important;
  background-color: transparent!important;
  border-color: #ad8e04 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #080600 !important;
  background-color: #facf0d !important;
  border-color: #facf0d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #191919;
  color: #191919;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #facf0d !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #facf0d !important;
}
.text-info {
  color: #facf0d !important;
}
.text-warning {
  color: #191919 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e8203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9e8203 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8203 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #facf0d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #facf0d;
}
.alert-warning {
  background-color: #191919;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #facf0d;
  border-color: #facf0d;
  color: #211b01;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #facf0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef7d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef7d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Hanken-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #facf0d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #facf0d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #facf0d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #facf0d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #facf0d;
  border-bottom-color: #facf0d;
}
.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: #facf0d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23facf0d' %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-sg30xMAHEG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sg30xMAHEG .btn {
  white-space: nowrap;
}
.cid-sg30xMAHEG .nav-link,
.cid-sg30xMAHEG .icons-menu .mbr-iconfont,
.cid-sg30xMAHEG .dropdown-item {
  transition: all 0.1s;
}
.cid-sg30xMAHEG .nav-link:hover,
.cid-sg30xMAHEG .icons-menu .mbr-iconfont:hover,
.cid-sg30xMAHEG .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sg30xMAHEG .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-sg30xMAHEG .container {
  display: flex;
  margin: auto;
}
.cid-sg30xMAHEG .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #facf0d;
}
.cid-sg30xMAHEG .navbar.opened {
  transition: all 0.3s;
}
.cid-sg30xMAHEG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sg30xMAHEG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sg30xMAHEG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg30xMAHEG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sg30xMAHEG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg30xMAHEG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg30xMAHEG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sg30xMAHEG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg30xMAHEG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sg30xMAHEG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sg30xMAHEG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg30xMAHEG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg30xMAHEG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg30xMAHEG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg30xMAHEG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sg30xMAHEG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg30xMAHEG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg30xMAHEG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg30xMAHEG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg30xMAHEG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sg30xMAHEG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sg30xMAHEG .navbar.navbar-short {
  background: #facf0d !important;
  min-height: 60px;
}
.cid-sg30xMAHEG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg30xMAHEG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg30xMAHEG .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sg30xMAHEG .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-sg30xMAHEG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg30xMAHEG .mbr-iconfont {
  color: #191919 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sg30xMAHEG .navbar-caption {
  padding-right: 4rem;
}
.cid-sg30xMAHEG .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sg30xMAHEG .dropdown-menu,
.cid-sg30xMAHEG .navbar.opened {
  background: #facf0d !important;
}
.cid-sg30xMAHEG .nav-item:focus,
.cid-sg30xMAHEG .nav-link:focus {
  outline: none;
}
.cid-sg30xMAHEG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sg30xMAHEG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg30xMAHEG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg30xMAHEG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sg30xMAHEG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg30xMAHEG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sg30xMAHEG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg30xMAHEG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg30xMAHEG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg30xMAHEG .dropdown-item.active,
.cid-sg30xMAHEG .dropdown-item:active {
  background-color: transparent;
}
.cid-sg30xMAHEG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg30xMAHEG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg30xMAHEG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg30xMAHEG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #facf0d;
}
.cid-sg30xMAHEG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg30xMAHEG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg30xMAHEG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sg30xMAHEG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg30xMAHEG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg30xMAHEG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-sg30xMAHEG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sg30xMAHEG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg30xMAHEG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg30xMAHEG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sg30xMAHEG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg30xMAHEG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sg30xMAHEG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sg30xMAHEG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg30xMAHEG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sg30xMAHEG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg30xMAHEG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sg30xMAHEG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg30xMAHEG .navbar {
    height: 77px;
  }
  .cid-sg30xMAHEG .navbar.opened {
    height: auto;
  }
  .cid-sg30xMAHEG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg30xMAHEG .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sg3lRc1gWM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/slide-ads-2-1281x650.jpg");
}
.cid-sg3lRc1gWM .container,
.cid-sg3lRc1gWM .container-fluid {
  z-index: 10;
}
.cid-sg3lRc1gWM .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-sg3lRc1gWM .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-sg3lRc1gWM .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sg3lRc1gWM .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-sg3lRc1gWM .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-sg3lRc1gWM .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(250, 207, 13, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sg3lRc1gWM .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-sg3lRc1gWM .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-sg3lRc1gWM .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sg3lRc1gWM .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-sg3lRc1gWM .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-sg3lRc1gWM .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(250, 207, 13, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sg3lRc1gWM .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-sg3lRc1gWM .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-sg3lRc1gWM .container {
  pointer-events: none;
}
.cid-sg3lRc1gWM .subtitle__block,
.cid-sg3lRc1gWM .title__block,
.cid-sg3lRc1gWM .buttons__block {
  pointer-events: all;
}
.cid-sg3lRc1gWM .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #facf0d;
}
.cid-sg3lRc1gWM .mbr-section-title {
  margin-bottom: 45px;
  color: #facf0d;
  font-weight: 300;
}
.cid-sg3lRc1gWM .mbr-section-title b,
.cid-sg3lRc1gWM .mbr-section-title strong {
  font-weight: 900;
}
.cid-sg3lRc1gWM .mbr-text {
  margin-bottom: 45px;
}
.cid-sg3lRc1gWM .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sg3lRc1gWM .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sg3lRc1gWM .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #facf0d 0%, rgba(250, 207, 13, 0.85) 100%) !important;
}
.cid-sg3lRc1gWM .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sg3lRc1gWM .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sg3lRc1gWM .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sg3lRc1gWM .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-sg3lRc1gWM .mbr-figure:hover {
  color: #facf0d;
  cursor: pointer;
}
.cid-sg3lRc1gWM .mbr-figure:hover .mbr-media {
  border-color: #facf0d;
  color: #facf0d;
}
@media (max-width: 575px) {
  .cid-sg3lRc1gWM .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sg3lRc1gWM .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sg3lRc1gWM .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sg3lRc1gWM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sg3lRc1gWM .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sg3lRc1gWM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sg3lRc1gWM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sg3lRc1gWM .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sg3lRc1gWM a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sg3lRc1gWM a.close:hover {
  color: #ffffff;
}
.cid-sg3lRc1gWM .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #facf0d;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sg3lRc1gWM .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #facf0d;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sg3lRc1gWM .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #191919;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sg3lRc1gWM .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #facf0d;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sg3lRc1gWM .mbr-text,
.cid-sg3lRc1gWM .buttons__block {
  color: #fafafa;
}
.cid-tDcmBdlHxO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #191919;
}
.cid-tDcmBdlHxO img,
.cid-tDcmBdlHxO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDcmBdlHxO .item:focus,
.cid-tDcmBdlHxO span:focus {
  outline: none;
}
.cid-tDcmBdlHxO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tDcmBdlHxO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tDcmBdlHxO .item {
  padding: 0;
  margin: 0;
}
.cid-tDcmBdlHxO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #191919;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDcmBdlHxO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDcmBdlHxO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDcmBdlHxO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDcmBdlHxO .mbr-section-title {
  color: #232323;
}
.cid-tkIIeqKg30 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/f30c503a-0f99-42b5-ba1d-09b4ab9badeb-1-105-c-1024x768.jpeg");
}
.cid-tkIIeqKg30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkIIeqKg30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkIIeqKg30 .video-wrapper iframe {
  width: 100%;
}
.cid-tkIIeqKg30 .mbr-section-title,
.cid-tkIIeqKg30 .mbr-section-subtitle,
.cid-tkIIeqKg30 .mbr-text {
  text-align: center;
}
.cid-sg3kk2rK7L {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-6231-2000x1333.jpg");
}
.cid-sg3kk2rK7L .mbr-text {
  color: #c1c1c1;
}
.cid-sg3kk2rK7L H3 {
  color: #facf0d;
}
.cid-sg3kk2rK7L DIV {
  text-align: left;
}
.cid-shS0seAltD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1220834-grande-1280x960.jpg");
}
.cid-shS0seAltD .mbr-section-subtitle {
  color: #191919;
}
.cid-shRYhvjiPg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-9921-grande-1280x853.jpg");
}
.cid-shRYhvjiPg .card-wrapper {
  background: #17161a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-shRYhvjiPg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shRYhvjiPg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shRYhvjiPg .card-wrapper {
    padding: 4rem;
  }
}
.cid-shRYhvjiPg .mbr-text,
.cid-shRYhvjiPg .mbr-section-btn {
  color: #facf0d;
  text-align: center;
}
.cid-shRYhvjiPg .card-title,
.cid-shRYhvjiPg .card-box {
  text-align: left;
  color: #facf0d;
}
.cid-shRYhvjiPg .card-title,
.cid-shRYhvjiPg .card-box DIV {
  text-align: center;
}
.cid-shS1tY7U1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slide-ads-2-1281x650.jpg");
}
.cid-shS1tY7U1a .img-wrapper {
  text-align: center;
}
.cid-shS1tY7U1a img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-shS1tY7U1a .row {
  align-items: flex-start;
}
.cid-shS1tY7U1a .card-wrapper {
  border-radius: 4px;
  background: #facf0d;
}
@media (max-width: 992px) {
  .cid-shS1tY7U1a .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-shS1tY7U1a .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shS1tY7U1a .card-wrapper {
    padding: 1rem;
  }
}
.cid-tDcxfcFNLR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #facf0d;
}
.cid-tDcxfcFNLR img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tDcxfcFNLR .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tDcxfcFNLR .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tDcxfcFNLR .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tDcxfcFNLR .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tDcxfcFNLR .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tDcxfcFNLR .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tDcxfcFNLR .first {
    max-height: 250px;
  }
  .cid-tDcxfcFNLR .second {
    max-height: 323px;
  }
  .cid-tDcxfcFNLR .third {
    max-height: 408px;
  }
  .cid-tDcxfcFNLR .fourth {
    max-height: 323px;
  }
  .cid-tDcxfcFNLR .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tDcxfcFNLR .first {
    max-height: 200px;
  }
  .cid-tDcxfcFNLR .second {
    max-height: 270px;
  }
  .cid-tDcxfcFNLR .third {
    max-height: 350px;
  }
  .cid-tDcxfcFNLR .fourth {
    max-height: 270px;
  }
  .cid-tDcxfcFNLR .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tDcxfcFNLR .first {
    display: none;
  }
  .cid-tDcxfcFNLR .second {
    max-height: 323px;
  }
  .cid-tDcxfcFNLR .third {
    max-height: 408px;
  }
  .cid-tDcxfcFNLR .fourth {
    max-height: 323px;
  }
  .cid-tDcxfcFNLR .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tDcxfcFNLR .second {
    max-height: 250px;
  }
  .cid-tDcxfcFNLR .third {
    max-height: 340px;
  }
  .cid-tDcxfcFNLR .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tDcxfcFNLR .second {
    max-height: 180px;
  }
  .cid-tDcxfcFNLR .third {
    max-height: 270px;
  }
  .cid-tDcxfcFNLR .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tDcxfcFNLR .second {
    display: none;
  }
  .cid-tDcxfcFNLR .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tDcxfcFNLR .fourth {
    display: none;
  }
}
.cid-sg3lYfXnW7 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/p1260062-grande-1280x720.jpg");
}
.cid-sg3lYfXnW7 .container,
.cid-sg3lYfXnW7 .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-sg3lYfXnW7 .mbr-section-subtitle,
.cid-sg3lYfXnW7 .mbr-section-title,
.cid-sg3lYfXnW7 .mbr-subtext,
.cid-sg3lYfXnW7 .mbr-text,
.cid-sg3lYfXnW7 .mbr-section-btn,
.cid-sg3lYfXnW7 .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-sg3lYfXnW7 .title__block {
    padding-top: 70px;
  }
}
.cid-sg3lYfXnW7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sg3lYfXnW7 .mbr-section-title {
  color: #fafafa;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-sg3lYfXnW7 .mbr-section-title b,
.cid-sg3lYfXnW7 .mbr-section-title strong {
  font-weight: 500;
}
.cid-sg3lYfXnW7 .mbr-subtext {
  margin-bottom: 35px;
  color: #facf0d;
}
.cid-sg3lYfXnW7 .mbr-section-btn {
  margin-top: 60px;
}
.cid-sg3lYfXnW7 .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-sg3lYfXnW7 .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-sg3lYfXnW7 .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sg3lYfXnW7 .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-sg3lYfXnW7 .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sg3lYfXnW7 .wrap__image {
    text-align: right;
  }
  .cid-sg3lYfXnW7 .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-sg3lYfXnW7 .wrap__image {
    text-align: center !important;
  }
}
.cid-sg3lYfXnW7 .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-sg3lYfXnW7 .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-sg3lYfXnW7 .image__block2 {
    display: none;
  }
}
.cid-sg3lYfXnW7 .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.1);
}
@media (max-width: 1199px) {
  .cid-sg3lYfXnW7 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sg3lYfXnW7 .image__background .circle__image1 {
    display: none;
  }
}
.cid-sg3lYfXnW7 .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.23);
}
@media (max-width: 1199px) {
  .cid-sg3lYfXnW7 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sg3lYfXnW7 .image__background .circle__image2 {
    display: none;
  }
}
.cid-sg3lYfXnW7 .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sg3lYfXnW7 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #facf0d;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sg3lYfXnW7 .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #facf0d;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-sg3lYfXnW7 .mbr-text,
.cid-sg3lYfXnW7 .mbr-section-btn {
  color: #facf0d;
}
.cid-tDcxd6x6Ga {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191919;
}
.cid-tDcxd6x6Ga .item-wrapper {
  width: 100%;
}
.cid-tDcxd6x6Ga .row {
  align-items: center;
  justify-content: center;
}
.cid-tDcxd6x6Ga .b {
  margin-bottom: 30px;
}
.cid-tDcxd6x6Ga img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tDcxd6x6Ga .b,
  .cid-tDcxd6x6Ga .t {
    margin-bottom: 20px;
  }
}
.cid-sg3pMqLS32 {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-sg3pMqLS32 .main {
  height: 500px;
  flex-direction: row-reverse;
}
.cid-sg3pMqLS32 .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sg3pMqLS32 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sg3pMqLS32 .map {
    height: auto;
  }
}
.cid-sg3pMqLS32 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sg3pMqLS32 .block__content1,
.cid-sg3pMqLS32 .block__content2 {
  padding: 90px 70px 90px 15px;
}
.cid-sg3pMqLS32 .block__content1 {
  background-color: #191919;
}
.cid-sg3pMqLS32 .block__content2 {
  background-color: #191919;
}
.cid-sg3pMqLS32 .border__radius {
  margin-bottom: 20px;
  border: 2px solid #facf0d;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg3pMqLS32 .content__title,
.cid-sg3pMqLS32 .title__address {
  margin-bottom: 20px;
}
.cid-sg3pMqLS32 .content__span,
.cid-sg3pMqLS32 .content__span2 {
  color: #6a696c;
}
.cid-sg3pMqLS32 .content__phone {
  margin-bottom: 25px;
}
.cid-sg3pMqLS32 .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sg3pMqLS32 .main {
    height: auto;
  }
  .cid-sg3pMqLS32 .block__content1,
  .cid-sg3pMqLS32 .block__content2 {
    padding: 70px 25px 70px 15px;
  }
}
@media (max-width: 767px) {
  .cid-sg3pMqLS32 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sg3pMqLS32 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sg3pMqLS32 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sg3pMqLS32 .wrap__content {
    flex-direction: column;
  }
}
.cid-sg3pMqLS32 .content__span2 {
  color: #facf0d;
}
.cid-sg3pMqLS32 .content__span {
  color: #facf0d;
}
.cid-sg3pMqLS32 .title__address {
  color: #facf0d;
}
.cid-shS1qWI0mg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-shS1qWI0mg .media-container-row .mbr-text {
  color: #facf0d;
}
