.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #858585 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #858585 !important;
  border-color: #858585 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #858585;
  color: #858585;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5a5a5a !important;
  background-color: transparent !important;
  border-color: #5a5a5a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #858585 !important;
  border-color: #858585 !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: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !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: #858585 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #a0e2e1 !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: #525252 !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: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #858585;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #858585;
  border-color: #858585;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #858585;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5c5c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #858585 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #858585;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #858585;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #858585;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #858585;
  border-bottom-color: #858585;
}
.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: #858585 !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='%23858585' %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-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1mpeKJITf {
  z-index: 1;
  background-image: url("../../../assets/images/1-1600x1200.jpg");
}
.cid-u1mpeKJITf .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-u1mpeKJITf .mbr-arrow i {
  color: #ffffff !important;
}
.cid-u1mpeKJITf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u1mpeKJITf .input-wrap {
  background: #fcfcfc;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-u1mpeKJITf .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-u1mpeKJITf .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-u1mpeKJITf .datepicker .active.day {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-u1mpeKJITf .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u1mpeKJITf .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-u1mpeKJITf .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-u1mpeKJITf .check-in-input,
.cid-u1mpeKJITf .check-out-input,
.cid-u1mpeKJITf .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-u1mpeKJITf .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-u1mpeKJITf .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-u1mpeKJITf .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-u1mpeKJITf .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-u1mpeKJITf .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-u1mpeKJITf .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u1mpeKJITf .datepicker {
    left: 10% !important;
  }
}
.cid-u1mpeKJITf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mpeKJITf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2bxieyRlz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a8a8a8;
}
.cid-u2bxieyRlz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2bxieyRlz .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u2bxieyRlz .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-u1rj8SauuG {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #d1d1d1;
}
.cid-u1rj8SauuG .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1rj8SauuG .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1rj8SauuG .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-u1rj8SauuG .card .card-img span {
  color: #ffffff;
  font-size: 60px;
}
.cid-u1rj8SauuG .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-u1rj8SauuG .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1rj8SauuG .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u1rj8SauuG .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-u1rj8SauuG .card .card-box .card-title,
  .cid-u1rj8SauuG .card .card-box .mbr-text,
  .cid-u1rj8SauuG .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-u1rj8SauuG .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-u1rj8SauuG .card .card-img {
    text-align: right !important;
  }
}
.cid-u1rj8SauuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rj8SauuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1rj8SauuG .mbr-text,
.cid-u1rj8SauuG .link {
  color: #787878;
}
.cid-u2hwSCHwPj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwSCHwPj .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwSCHwPj .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwSCHwPj .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwSCHwPj .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwSCHwPj .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwSCHwPj .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwSCHwPj .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwSCHwPj .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwSCHwPj .social {
  margin-top: 30px;
}
.cid-u2hwSCHwPj .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwSCHwPj .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwSCHwPj .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwSCHwPj .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwSCHwPj .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwSCHwPj .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwSCHwPj .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwSCHwPj .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwSCHwPj .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwSCHwPj .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwSCHwPj .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwSCHwPj .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwSCHwPj .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwSCHwPj .divider {
    margin-top: 30px;
  }
  .cid-u2hwSCHwPj .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwSCHwPj .align-right,
  .cid-u2hwSCHwPj .privacy {
    text-align: center;
  }
  .cid-u2hwSCHwPj .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwSCHwPj .privacy {
  color: #ffffff;
}
.cid-u2hwSCHwPj .footer__adress {
  color: #ffffff;
}
.cid-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1smDRgcjU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #d1d1d1;
}
.cid-u1smDRgcjU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u1smDRgcjU .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u1smDRgcjU .title {
    width: 100% !important;
  }
}
.cid-u1smDRgcjU .mbr-section-title {
  color: #ffffff;
}
.cid-u1smn0keNB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #d1d1d1;
}
.cid-u1smn0keNB .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u1smn0keNB .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u1smn0keNB .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-u1smn0keNB .form-group {
  padding-right: 0;
}
.cid-u1smn0keNB .card {
  padding: 3rem 8rem;
}
.cid-u1smn0keNB .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u1smn0keNB .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u1smn0keNB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1smn0keNB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1smn0keNB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u1smn0keNB .map-placeholder {
  display: none;
}
.cid-u1smn0keNB .btn-primary {
  border: 1px solid #858585 !important;
}
.cid-u1smn0keNB .btn-primary:hover {
  border: 1px solid #858585 !important;
}
.cid-u1smn0keNB .stripe {
  border-bottom: 1px solid #ffffff !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u1smn0keNB .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u1smn0keNB .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff !important;
  width: 85%;
}
.cid-u1smn0keNB .mbr-text {
  color: #444;
}
.cid-u1smn0keNB h5 {
  margin-bottom: 0;
}
.cid-u1smn0keNB .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u1smn0keNB .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1smn0keNB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u1smn0keNB .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1smn0keNB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u1smn0keNB .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u1smn0keNB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u1smn0keNB .social-list a:hover {
  opacity: 0.4;
}
.cid-u1smn0keNB .media-container-row > div {
  padding: 0px;
}
.cid-u1smn0keNB .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u1smn0keNB .group-title {
  text-align: left;
  color: #787878;
  padding-bottom: 0.2rem;
}
.cid-u1smn0keNB .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-u1smn0keNB .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u1smn0keNB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u1smn0keNB h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u1smn0keNB .form-group {
    max-width: 180px;
  }
  .cid-u1smn0keNB .card {
    padding: 2rem 1rem;
  }
}
.cid-u1smn0keNB .links span {
  color: #9e9e9e;
}
.cid-u1smn0keNB .logo-title,
.cid-u1smn0keNB .logo-sub-title {
  text-align: center;
}
.cid-u1smn0keNB .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u1smn0keNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1smn0keNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2hwwwvh08 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwwwvh08 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwwwvh08 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwwwvh08 .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwwwvh08 .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwwwvh08 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwwwvh08 .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwwwvh08 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwwwvh08 .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwwwvh08 .social {
  margin-top: 30px;
}
.cid-u2hwwwvh08 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwwwvh08 .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwwwvh08 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwwwvh08 .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwwwvh08 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwwwvh08 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwwwvh08 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwwwvh08 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwwwvh08 .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwwwvh08 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwwwvh08 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwwwvh08 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwwwvh08 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwwwvh08 .divider {
    margin-top: 30px;
  }
  .cid-u2hwwwvh08 .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwwwvh08 .align-right,
  .cid-u2hwwwvh08 .privacy {
    text-align: center;
  }
  .cid-u2hwwwvh08 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwwwvh08 .privacy {
  color: #ffffff;
}
.cid-u2hwwwvh08 .footer__adress {
  color: #ffffff;
}
.cid-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2GsmegAEX {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2024-01-28-at-14.12.48-1600x1200.jpg");
}
.cid-u2GsmegAEX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u2GsmegAEX .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u2GsmegAEX {
    align-items: flex-end;
  }
  .cid-u2GsmegAEX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2GsmegAEX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2GsmegAEX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2GsmegAEX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2GsmegAEX .content-wrap {
    width: 100%;
  }
}
.cid-u2GsmegAEX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2GsmegAEX .mbr-text,
.cid-u2GsmegAEX .mbr-section-btn {
  text-align: left;
}
.cid-u2hwoRnlUJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwoRnlUJ .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwoRnlUJ .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwoRnlUJ .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwoRnlUJ .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwoRnlUJ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwoRnlUJ .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwoRnlUJ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwoRnlUJ .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwoRnlUJ .social {
  margin-top: 30px;
}
.cid-u2hwoRnlUJ .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwoRnlUJ .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwoRnlUJ .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwoRnlUJ .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwoRnlUJ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwoRnlUJ .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwoRnlUJ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwoRnlUJ .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwoRnlUJ .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwoRnlUJ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwoRnlUJ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwoRnlUJ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwoRnlUJ .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwoRnlUJ .divider {
    margin-top: 30px;
  }
  .cid-u2hwoRnlUJ .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwoRnlUJ .align-right,
  .cid-u2hwoRnlUJ .privacy {
    text-align: center;
  }
  .cid-u2hwoRnlUJ .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwoRnlUJ .privacy {
  color: #ffffff;
}
.cid-u2hwoRnlUJ .footer__adress {
  color: #ffffff;
}
.cid-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2chMp40O4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #d1d1d1;
}
.cid-u2chMp40O4 .card .card-img {
  overflow: hidden;
}
.cid-u2chMp40O4 .card .card-img img {
  transition: all 0.5s;
}
.cid-u2chMp40O4 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u2chMp40O4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u2chMp40O4 .card {
  height: 100%;
}
.cid-u2chMp40O4 .card .card-wrapper {
  height: 100%;
}
.cid-u2chMp40O4 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-u2chMp40O4 .card .card-box {
  background: #d1d1d1;
  padding: 2rem;
}
.cid-u2chMp40O4 .card .card-box .card-title {
  margin: 0;
}
.cid-u2chMp40O4 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2chMp40O4 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u2chMp40O4 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u2chMp40O4 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u2chMp40O4 .card .card-footer {
  background: #d1d1d1;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2chMp40O4 .card .card-footer .icons-list {
  margin: 0;
}
.cid-u2chMp40O4 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-u2chMp40O4 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-u2chMp40O4 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-u2chMp40O4 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-u2chMp40O4 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-u2chMp40O4 .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-u2chMp40O4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2chMp40O4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u2chMp40O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2chMp40O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2chMp40O4 .card-text,
.cid-u2chMp40O4 .card-btn {
  color: #ffffff;
}
.cid-u2chMp40O4 .info-text {
  color: #787878;
}
.cid-u2chMp40O4 .card-title,
.cid-u2chMp40O4 .card-info {
  color: #000000;
}
.cid-u2chMp40O4 .main-title {
  color: #ffffff;
}
.cid-u2hwryqdZ7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwryqdZ7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwryqdZ7 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwryqdZ7 .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwryqdZ7 .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwryqdZ7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwryqdZ7 .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwryqdZ7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwryqdZ7 .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwryqdZ7 .social {
  margin-top: 30px;
}
.cid-u2hwryqdZ7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwryqdZ7 .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwryqdZ7 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwryqdZ7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwryqdZ7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwryqdZ7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwryqdZ7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwryqdZ7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwryqdZ7 .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwryqdZ7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwryqdZ7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwryqdZ7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwryqdZ7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwryqdZ7 .divider {
    margin-top: 30px;
  }
  .cid-u2hwryqdZ7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwryqdZ7 .align-right,
  .cid-u2hwryqdZ7 .privacy {
    text-align: center;
  }
  .cid-u2hwryqdZ7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwryqdZ7 .privacy {
  color: #ffffff;
}
.cid-u2hwryqdZ7 .footer__adress {
  color: #ffffff;
}
.cid-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2zfQuKJwA {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2024-01-24-at-15.56.19-1600x1200.jpg");
}
.cid-u2zfQuKJwA .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u2zfQuKJwA .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u2zfQuKJwA {
    align-items: flex-end;
  }
  .cid-u2zfQuKJwA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2zfQuKJwA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2zfQuKJwA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2zfQuKJwA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2zfQuKJwA .content-wrap {
    width: 100%;
  }
}
.cid-u2zfQuKJwA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2zfQuKJwA .mbr-text,
.cid-u2zfQuKJwA .mbr-section-btn {
  text-align: center;
}
.cid-u2hyPmThUe {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #a8a8a8;
}
.cid-u2hyPmThUe .container {
  max-width: 1200px;
}
.cid-u2hyPmThUe .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #ffffff;
  padding-top: 3rem;
}
.cid-u2hyPmThUe .mbr-text {
  color: #ffffff;
}
.cid-u2hyPmThUe .mbr-section-subtitle {
  color: #787878;
}
.cid-u2hwBk8YZm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwBk8YZm .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwBk8YZm .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwBk8YZm .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwBk8YZm .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwBk8YZm .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwBk8YZm .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwBk8YZm .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwBk8YZm .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwBk8YZm .social {
  margin-top: 30px;
}
.cid-u2hwBk8YZm .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwBk8YZm .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwBk8YZm .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwBk8YZm .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwBk8YZm .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwBk8YZm .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwBk8YZm .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwBk8YZm .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwBk8YZm .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwBk8YZm .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwBk8YZm .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwBk8YZm .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwBk8YZm .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwBk8YZm .divider {
    margin-top: 30px;
  }
  .cid-u2hwBk8YZm .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwBk8YZm .align-right,
  .cid-u2hwBk8YZm .privacy {
    text-align: center;
  }
  .cid-u2hwBk8YZm .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwBk8YZm .privacy {
  color: #ffffff;
}
.cid-u2hwBk8YZm .footer__adress {
  color: #ffffff;
}
.cid-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2GnGVz3GT {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2024-01-14-at-18.22.33-1600x1200.jpg");
}
.cid-u2GnGVz3GT .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u2GnGVz3GT .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u2GnGVz3GT {
    align-items: flex-end;
  }
  .cid-u2GnGVz3GT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2GnGVz3GT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2GnGVz3GT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2GnGVz3GT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2GnGVz3GT .content-wrap {
    width: 100%;
  }
}
.cid-u2GnGVz3GT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2GnGVz3GT .mbr-text,
.cid-u2GnGVz3GT .mbr-section-btn {
  text-align: left;
}
.cid-u2hCVKXctB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a8a8a8;
}
.cid-u2hCVKXctB .container {
  max-width: 1200px;
}
.cid-u2hCVKXctB .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #ffffff;
  padding-top: 3rem;
}
.cid-u2hCVKXctB .mbr-text {
  color: #ffffff;
}
.cid-u2hCVKXctB .mbr-section-subtitle {
  color: #787878;
}
.cid-u2hwlz7nd4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwlz7nd4 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwlz7nd4 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwlz7nd4 .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwlz7nd4 .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwlz7nd4 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwlz7nd4 .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwlz7nd4 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwlz7nd4 .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwlz7nd4 .social {
  margin-top: 30px;
}
.cid-u2hwlz7nd4 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwlz7nd4 .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwlz7nd4 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwlz7nd4 .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwlz7nd4 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwlz7nd4 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwlz7nd4 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwlz7nd4 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwlz7nd4 .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwlz7nd4 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwlz7nd4 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwlz7nd4 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwlz7nd4 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwlz7nd4 .divider {
    margin-top: 30px;
  }
  .cid-u2hwlz7nd4 .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwlz7nd4 .align-right,
  .cid-u2hwlz7nd4 .privacy {
    text-align: center;
  }
  .cid-u2hwlz7nd4 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwlz7nd4 .privacy {
  color: #ffffff;
}
.cid-u2hwlz7nd4 .footer__adress {
  color: #ffffff;
}
.cid-u2GmcMXwzk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GmcMXwzk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GmcMXwzk .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GmcMXwzk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GmcMXwzk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GmcMXwzk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GmcMXwzk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GmcMXwzk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GmcMXwzk .nav-link {
  position: relative;
}
.cid-u2GmcMXwzk .container {
  display: flex;
  margin: auto;
}
.cid-u2GmcMXwzk .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GmcMXwzk .dropdown-menu,
.cid-u2GmcMXwzk .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GmcMXwzk .nav-item:focus,
.cid-u2GmcMXwzk .nav-link:focus {
  outline: none;
}
.cid-u2GmcMXwzk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GmcMXwzk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GmcMXwzk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GmcMXwzk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GmcMXwzk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GmcMXwzk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GmcMXwzk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GmcMXwzk .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GmcMXwzk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GmcMXwzk .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GmcMXwzk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GmcMXwzk .navbar.collapsed {
  justify-content: center;
}
.cid-u2GmcMXwzk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GmcMXwzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GmcMXwzk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GmcMXwzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GmcMXwzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GmcMXwzk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GmcMXwzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GmcMXwzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GmcMXwzk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GmcMXwzk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GmcMXwzk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GmcMXwzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GmcMXwzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GmcMXwzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GmcMXwzk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GmcMXwzk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GmcMXwzk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GmcMXwzk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GmcMXwzk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GmcMXwzk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GmcMXwzk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GmcMXwzk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GmcMXwzk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GmcMXwzk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GmcMXwzk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GmcMXwzk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GmcMXwzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GmcMXwzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GmcMXwzk .dropdown-item.active,
.cid-u2GmcMXwzk .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GmcMXwzk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GmcMXwzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GmcMXwzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GmcMXwzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GmcMXwzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GmcMXwzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GmcMXwzk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GmcMXwzk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GmcMXwzk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GmcMXwzk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GmcMXwzk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GmcMXwzk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GmcMXwzk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GmcMXwzk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GmcMXwzk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GmcMXwzk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GmcMXwzk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GmcMXwzk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GmcMXwzk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GmcMXwzk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GmcMXwzk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GmcMXwzk .navbar {
    height: 70px;
  }
  .cid-u2GmcMXwzk .navbar.opened {
    height: auto;
  }
  .cid-u2GmcMXwzk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2GtgD5qp8 {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2024-01-28-at-16.11.28-850x560.jpg");
}
.cid-u2GtgD5qp8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-u2GtgD5qp8 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u2GtgD5qp8 {
    align-items: flex-end;
  }
  .cid-u2GtgD5qp8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2GtgD5qp8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2GtgD5qp8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2GtgD5qp8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2GtgD5qp8 .content-wrap {
    width: 100%;
  }
}
.cid-u2GtgD5qp8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2GtgD5qp8 .mbr-text,
.cid-u2GtgD5qp8 .mbr-section-btn {
  text-align: left;
}
.cid-u2GwaXJtaw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1d1;
}
.cid-u2GwaXJtaw .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
}
.cid-u2GwaXJtaw .mbr-text {
  color: #ffffff;
  margin-bottom: 25px;
  text-align: center;
}
.cid-u2GwaXJtaw .tel {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u2GwaXJtaw .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px !important;
  color: #000000;
}
.cid-u2GwaXJtaw .subscribe__form {
  margin-top: 40px;
}
.cid-u2GwaXJtaw .form-group {
  margin-bottom: 0;
}
.cid-u2GwaXJtaw .dragArea .form-control {
  color: #919dab;
  margin-bottom: 30px;
  border: 2px solid rgba(120, 120, 120, 0.4) !important;
  font-weight: 700;
  padding: 0 25px;
  height: 60px !important;
  line-height: 32px !important;
  font-size: 18px !important;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-u2GwaXJtaw .dragArea .jq-selectbox__select {
  padding: 12px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-u2GwaXJtaw .dragArea .jq-selectbox__select-text {
  opacity: .6;
}
.cid-u2GwaXJtaw .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px !important;
  top: 40%;
  right: auto !important;
  border-color: #858585 !important;
}
.cid-u2GwaXJtaw .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u2GwaXJtaw .dragArea input::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-u2GwaXJtaw .dragArea textarea::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-u2GwaXJtaw .dragArea .input-group-btn .btn {
  margin: 0;
  font-weight: 700;
  height: 60px !important;
}
.cid-u2GwaXJtaw .help__block {
  margin-top: 30px;
}
.cid-u2GwaXJtaw .title__help {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-u2GwaXJtaw .text__help {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u2GwaXJtaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2GwaXJtaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2GmcMBa6Z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2GmcMBa6Z .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2GmcMBa6Z .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2GmcMBa6Z .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2GmcMBa6Z .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2GmcMBa6Z .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2GmcMBa6Z .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2GmcMBa6Z .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2GmcMBa6Z .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2GmcMBa6Z .social {
  margin-top: 30px;
}
.cid-u2GmcMBa6Z .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2GmcMBa6Z .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2GmcMBa6Z .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2GmcMBa6Z .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2GmcMBa6Z .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2GmcMBa6Z .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2GmcMBa6Z .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2GmcMBa6Z .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2GmcMBa6Z .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2GmcMBa6Z .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2GmcMBa6Z .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2GmcMBa6Z .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2GmcMBa6Z .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2GmcMBa6Z .divider {
    margin-top: 30px;
  }
  .cid-u2GmcMBa6Z .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2GmcMBa6Z .align-right,
  .cid-u2GmcMBa6Z .privacy {
    text-align: center;
  }
  .cid-u2GmcMBa6Z .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2GmcMBa6Z .privacy {
  color: #ffffff;
}
.cid-u2GmcMBa6Z .footer__adress {
  color: #ffffff;
}
.cid-u2GkRpaAo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2GkRpaAo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2GkRpaAo5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u2GkRpaAo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GkRpaAo5 .nav-link {
  position: relative;
}
.cid-u2GkRpaAo5 .container {
  display: flex;
  margin: auto;
}
.cid-u2GkRpaAo5 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown-menu,
.cid-u2GkRpaAo5 .navbar.opened {
  background: #5f5f5f !important;
}
.cid-u2GkRpaAo5 .nav-item:focus,
.cid-u2GkRpaAo5 .nav-link:focus {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GkRpaAo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GkRpaAo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GkRpaAo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GkRpaAo5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GkRpaAo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GkRpaAo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GkRpaAo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar.collapsed {
  justify-content: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GkRpaAo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GkRpaAo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2GkRpaAo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GkRpaAo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GkRpaAo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GkRpaAo5 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-u2GkRpaAo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GkRpaAo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u2GkRpaAo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2GkRpaAo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GkRpaAo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GkRpaAo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2GkRpaAo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GkRpaAo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GkRpaAo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GkRpaAo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GkRpaAo5 .dropdown-item.active,
.cid-u2GkRpaAo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GkRpaAo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GkRpaAo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f5f5f;
}
.cid-u2GkRpaAo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GkRpaAo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GkRpaAo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u2GkRpaAo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GkRpaAo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f5f5f;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GkRpaAo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GkRpaAo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GkRpaAo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2GkRpaAo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GkRpaAo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2GkRpaAo5 .navbar {
    height: 70px;
  }
  .cid-u2GkRpaAo5 .navbar.opened {
    height: auto;
  }
  .cid-u2GkRpaAo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2MBygWOUG {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u2MBygWOUG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u2MBygWOUG .mbr-section-title,
.cid-u2MBygWOUG .mbr-section-subtitle,
.cid-u2MBygWOUG .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2MBygWOUG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2MBygWOUG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2MBygWOUG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2MBygWOUG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2MBygWOUG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-u2MBygWOUG .icon-focus {
  display: none;
}
.cid-u2MBygWOUG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u2MBygWOUG ul {
  font-size: 0;
}
.cid-u2MBygWOUG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-u2MBygWOUG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u2MBygWOUG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-u2MBygWOUG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u2MBygWOUG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u2MBygWOUG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u2MBygWOUG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u2MBygWOUG .btn:hover {
  background: transparent !important;
}
.cid-u2MBygWOUG .btn:hover:before {
  background: transparent !important;
}
.cid-u2MBygWOUG .btn:before {
  background-color: transparent !important;
}
.cid-u2MBygWOUG .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-u2MBygWOUG .mbr-section-title {
  color: #787878;
}
.cid-u2hwSCHwPj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5f5f5f;
}
.cid-u2hwSCHwPj .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2hwSCHwPj .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-u2hwSCHwPj .brand__text {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwSCHwPj .brand__email {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-u2hwSCHwPj .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-u2hwSCHwPj .footer__title {
  padding: 12px 0 25px;
  color: #ffffff;
}
.cid-u2hwSCHwPj .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2hwSCHwPj .footer__items a:hover {
  color: #ffffff !important;
}
.cid-u2hwSCHwPj .social {
  margin-top: 30px;
}
.cid-u2hwSCHwPj .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u2hwSCHwPj .social .social__items:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u2hwSCHwPj .social .social__items:hover span {
  color: #000000 !important;
}
.cid-u2hwSCHwPj .social .social__items:last-child {
  margin-right: 0;
}
.cid-u2hwSCHwPj .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-u2hwSCHwPj .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-u2hwSCHwPj .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-u2hwSCHwPj .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-u2hwSCHwPj .footer__bot_items a:hover {
  color: #ffffff !important;
}
.cid-u2hwSCHwPj .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-u2hwSCHwPj .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-u2hwSCHwPj .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-u2hwSCHwPj .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u2hwSCHwPj .divider {
    margin-top: 30px;
  }
  .cid-u2hwSCHwPj .footer__bottom {
    padding: 30px 0;
  }
  .cid-u2hwSCHwPj .align-right,
  .cid-u2hwSCHwPj .privacy {
    text-align: center;
  }
  .cid-u2hwSCHwPj .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-u2hwSCHwPj .privacy {
  color: #ffffff;
}
.cid-u2hwSCHwPj .footer__adress {
  color: #ffffff;
}
