body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0c48a !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0c48a !important;
  border-color: #f0c48a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e69d3d !important;
  border-color: #e69d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e69d3d !important;
  border-color: #e69d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0c48a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e69d3d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c48a !important;
  border-color: #f0c48a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #f0c48a !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e49630 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #f0c48a;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0c48a;
  border-color: #f0c48a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0c48a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #f0c48a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #f0c48a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0c48a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0c48a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f0c48a;
  border-bottom-color: #f0c48a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f0c48a !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: #c69453 !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='%23f0c48a' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgjkQglXC3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vgjkQglXC3 nav.navbar {
  position: fixed;
}
.cid-vgjkQglXC3 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgjkQglXC3 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgjkQglXC3 .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-vgjkQglXC3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgjkQglXC3 .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: 400;
}
.cid-vgjkQglXC3 .dropdown-item:hover,
.cid-vgjkQglXC3 .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-vgjkQglXC3 .dropdown-item:hover span {
  color: white;
}
.cid-vgjkQglXC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgjkQglXC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgjkQglXC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgjkQglXC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgjkQglXC3 .nav-link {
  position: relative;
}
.cid-vgjkQglXC3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vgjkQglXC3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgjkQglXC3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgjkQglXC3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgjkQglXC3 .dropdown-menu,
.cid-vgjkQglXC3 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgjkQglXC3 .nav-item:focus,
.cid-vgjkQglXC3 .nav-link:focus {
  outline: none;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgjkQglXC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgjkQglXC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgjkQglXC3 .navbar {
  min-height: 84px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgjkQglXC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgjkQglXC3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgjkQglXC3 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgjkQglXC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgjkQglXC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgjkQglXC3 .navbar.collapsed {
  justify-content: center;
}
.cid-vgjkQglXC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgjkQglXC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgjkQglXC3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgjkQglXC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgjkQglXC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgjkQglXC3 .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-vgjkQglXC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgjkQglXC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgjkQglXC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgjkQglXC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgjkQglXC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgjkQglXC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgjkQglXC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgjkQglXC3 .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-vgjkQglXC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgjkQglXC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgjkQglXC3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgjkQglXC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgjkQglXC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgjkQglXC3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgjkQglXC3 .navbar.navbar-short {
  min-height: 84px;
}
.cid-vgjkQglXC3 .navbar.navbar-short .navbar-brand {
  min-height: 84px;
}
.cid-vgjkQglXC3 .navbar-brand {
  min-height: 84px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgjkQglXC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vgjkQglXC3 .navbar-brand .navbar-caption:hover,
.cid-vgjkQglXC3 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vgjkQglXC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgjkQglXC3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgjkQglXC3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vgjkQglXC3 .dropdown-item.active,
.cid-vgjkQglXC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgjkQglXC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgjkQglXC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgjkQglXC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgjkQglXC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgjkQglXC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgjkQglXC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgjkQglXC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgjkQglXC3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgjkQglXC3 ul.navbar-nav {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgjkQglXC3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgjkQglXC3 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgjkQglXC3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgjkQglXC3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgjkQglXC3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgjkQglXC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgjkQglXC3 .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-vgjkQglXC3 .navbar {
    height: 84px;
  }
  .cid-vgjkQglXC3 .navbar.opened {
    height: auto;
  }
  .cid-vgjkQglXC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgjkQglXC3 .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}
.cid-vgjkQglXC3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgjkQglXC3 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgjkQglXC3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgjkQglXC3 .nav-item .nav-link:hover,
.cid-vgjkQglXC3 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .5;
}
.cid-vgjkQglXC3 .nav-item .nav-link:hover::after,
.cid-vgjkQglXC3 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgjkQglXC3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgjkQglXC3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgjkQglXC3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgjkQglXC3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgjkQglXC3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgjkQglXC3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgjkQglXC3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgjkQglXC3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgjkQglXC3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgjkQglXC3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgjkQglXC3 .content-wrap {
  min-height: 84px;
}
.cid-vgjkSnXomM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-45-1437x800.jpg");
}
.cid-vgjkSnXomM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgjkSnXomM .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjkSnXomM .col-text {
    padding: 30px;
  }
}
.cid-vgjkSnXomM .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgjkSnXomM .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjkSnXomM .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-vgjkSnXomM .col-form {
    max-height: 440px;
  }
}
.cid-vgjkSnXomM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vgjkSnXomM .text-wrapper {
    text-align: center !important;
  }
}
.cid-vgjkSnXomM .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgjkSnXomM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vgjkSnXomM .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgjkSnXomM .mbr-text {
    text-align: center !important;
  }
}
.cid-vgjkSnXomM .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-vgjkSnXomM .name-text {
  color: #222222;
  width: 100%;
}
.cid-vgjkSnXomM .prof-text {
  color: #555555;
  width: 100%;
}
.cid-vgjkSnXomM .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-vgjkSnXomM .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-vgjkSnXomM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgjkSnXomM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgjkSnXomM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjkSnXomM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjkSnXomM .mbr-section-title,
.cid-vgjkSnXomM .mbr-section-btn {
  color: #ffffff;
}
.cid-vgjkYiY52N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f7f5;
}
.cid-vgjkYiY52N .row {
  align-items: center;
  justify-content: center;
}
.cid-vgjkYiY52N .col-text {
  text-align: center;
  padding: 0;
}
.cid-vgjkYiY52N .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgjkYiY52N .lists-container {
    flex-wrap: wrap;
  }
}
.cid-vgjkYiY52N .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-vgjkYiY52N .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-vgjkYiY52N .card-box {
  display: flex;
  flex-direction: column;
}
.cid-vgjkYiY52N .card-number {
  color: #F0C48A;
  width: 100%;
}
.cid-vgjkYiY52N .card-title {
  color: #222222;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vgjkYiY52N .card-text {
  color: #555555;
  width: 100%;
}
.cid-vgjkYiY52N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjkYiY52N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjl0fXebD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjl0fXebD .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vgjl0fXebD .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjl0fXebD .image-wrapper {
    padding: 30px;
  }
}
.cid-vgjl0fXebD .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-vgjl0fXebD .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-vgjl0fXebD .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-vgjl0fXebD .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjl0fXebD .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vgjl0fXebD .col-text {
    text-align: center;
  }
}
.cid-vgjl0fXebD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vgjl0fXebD .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-vgjl0fXebD .label-text {
    text-align: center !important;
  }
}
.cid-vgjl0fXebD .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-vgjl0fXebD .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-vgjl0fXebD .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-vgjl0fXebD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgjl0fXebD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgjl0fXebD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjl0fXebD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjnvt1crw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjnvt1crw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjnvt1crw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjnvt1crw .title-wrapper {
  margin-bottom: 50px;
}
.cid-vgjnvt1crw .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vgjnvt1crw .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vgjnvt1crw .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vgjnvt1crw .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgjnvt1crw .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgjnvt1crw .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vgjnvt1crw .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgjnvt1crw .items-wrapper {
  margin: 0 -10px;
}
.cid-vgjnvt1crw .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgjnvt1crw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgjnvt1crw .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vgjnvt1crw .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  will-change: transform;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  will-change: transform;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
  will-change: transform;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caf31d;
  opacity: .85;
  will-change: transform;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgjnvt1crw .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgjnvt1crw .mbr-label,
.cid-vgjnvt1crw .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgjnvt1crw .mbr-section-title,
.cid-vgjnvt1crw .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vgjnvt1crw .item-title {
  color: #000000;
}
.cid-vgjnvt1crw .item-date {
  color: #000000;
}
.cid-vgjnvt1crw .item-text {
  color: #000000;
}
.cid-vgjl6BNVss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjl6BNVss .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgjl6BNVss .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjl6BNVss .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-vgjl6BNVss .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-vgjl6BNVss .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vgjl6BNVss .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-vgjl6BNVss .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-vgjl6BNVss .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-vgjl6BNVss .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjl6BNVss .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgjl6BNVss .col-text {
    text-align: center;
  }
}
.cid-vgjl6BNVss .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vgjl6BNVss .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-vgjl6BNVss .label-text {
    text-align: center !important;
  }
}
.cid-vgjl6BNVss .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-vgjl6BNVss .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-vgjl6BNVss .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-vgjl6BNVss .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgjl6BNVss .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgjl6BNVss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjl6BNVss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjlbdQyRx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjlbdQyRx .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vgjlbdQyRx .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjlbdQyRx .image-wrapper {
    padding: 30px;
  }
}
.cid-vgjlbdQyRx .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-vgjlbdQyRx .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-vgjlbdQyRx .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-vgjlbdQyRx .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjlbdQyRx .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vgjlbdQyRx .col-text {
    text-align: center;
  }
}
.cid-vgjlbdQyRx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vgjlbdQyRx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-vgjlbdQyRx .label-text {
    text-align: center !important;
  }
}
.cid-vgjlbdQyRx .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-vgjlbdQyRx .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-vgjlbdQyRx .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-vgjlbdQyRx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgjlbdQyRx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgjlbdQyRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjlbdQyRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjljrZDUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjljrZDUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjljrZDUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjljrZDUF .content-wrap {
  margin: 0 -10px;
}
.cid-vgjljrZDUF .content-wrap .card {
  padding: 0 10px;
}
.cid-vgjljrZDUF .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgjljrZDUF .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgjljrZDUF .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgjljrZDUF .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgjljrZDUF .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgjljrZDUF .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgjljrZDUF .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgjljrZDUF .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgjljrZDUF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgjljrZDUF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgjljrZDUF .panel-group .card {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #e7e8e1;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vgjljrZDUF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgjljrZDUF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vgjljrZDUF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vgjljrZDUF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #222f30;
}
.cid-vgjljrZDUF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgjljrZDUF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgjljrZDUF .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vgjljrZDUF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgjljrZDUF .mbr-label {
  color: #222f30;
}
.cid-vgjljrZDUF .mbr-section-title {
  color: #222f30;
}
.cid-vgjljrZDUF .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgjljrZDUF .panel-title-edit {
  color: #222f30;
}
.cid-vgjljrZDUF .panel-text {
  color: #4f595a;
}
.cid-vgjlgH1HBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-53-1201x801.jpg");
}
.cid-vgjlgH1HBD .row {
  flex-direction: row-reverse;
}
.cid-vgjlgH1HBD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vgjlgH1HBD .row {
    min-height: 620px;
  }
}
.cid-vgjlgH1HBD .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgjlgH1HBD .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-vgjlgH1HBD .col-text {
  position: relative;
  order: 5;
}
.cid-vgjlgH1HBD .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-vgjlgH1HBD .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjlgH1HBD .col-text {
    padding: 30px;
  }
}
.cid-vgjlgH1HBD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-vgjlgH1HBD .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-vgjlgH1HBD .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #222222;
}
.cid-vgjlgH1HBD .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vgjlgH1HBD .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-vgjlgH1HBD .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-vgjlgH1HBD .carousel {
  margin-bottom: 80px;
}
.cid-vgjlgH1HBD .carousel,
.cid-vgjlgH1HBD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgjlgH1HBD .item-wrapper {
  width: 100%;
}
.cid-vgjlgH1HBD .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-vgjlgH1HBD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-vgjlgH1HBD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgjlgH1HBD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-vgjlgH1HBD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgjlgH1HBD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgjlgH1HBD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgjlgH1HBD .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgjlgH1HBD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgjlgH1HBD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgjlgH1HBD .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-vgjlgH1HBD .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-vgjlgH1HBD .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-vgjlgH1HBD .carousel-indicators li.active,
.cid-vgjlgH1HBD .carousel-indicators li:hover {
  background-color: #f0c48a;
  border: 2px solid #f0c48a;
}
.cid-vgjlgH1HBD .carousel-indicators li::after,
.cid-vgjlgH1HBD .carousel-indicators li::before {
  content: none;
}
.cid-vgjlgH1HBD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgjlgH1HBD .carousel-indicators {
    display: none !important;
  }
}
.cid-vgjlgH1HBD .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
}
.cid-vgjlgH1HBD .name-text {
  color: #000000;
}
.cid-vgjlgH1HBD .prof-text {
  color: #000000;
}
.cid-vgjlgH1HBD .item-menu-overlay {
  display: none !important;
}
.cid-vgjlgH1HBD .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-vgjlgH1HBD .user-wrap {
  display: flex;
  align-items: center;
}
.cid-vgjlgH1HBD .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-vgjlgH1HBD .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-vgjlgH1HBD .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgjlgH1HBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjlgH1HBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjlnWnIec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjlnWnIec .row {
  flex-direction: row-reverse;
}
.cid-vgjlnWnIec .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vgjlnWnIec .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjlnWnIec .image-wrapper {
    padding: 30px;
    padding-right: 3rem;
  }
}
.cid-vgjlnWnIec .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-vgjlnWnIec .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vgjlnWnIec .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-vgjlnWnIec .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-vgjlnWnIec .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-vgjlnWnIec .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vgjlnWnIec .col-text {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgjlnWnIec .col-text {
    text-align: center;
  }
}
.cid-vgjlnWnIec .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vgjlnWnIec .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-vgjlnWnIec .label-text {
    text-align: center !important;
  }
}
.cid-vgjlnWnIec .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-vgjlnWnIec .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-vgjlnWnIec .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-vgjlnWnIec .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgjlnWnIec .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgjlnWnIec .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjlnWnIec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjlx01HVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vgjlx01HVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjlx01HVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjlx01HVB .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vgjlx01HVB .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vgjlx01HVB .content-wrapper::before,
.cid-vgjlx01HVB .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vgjlx01HVB .content-wrapper::before {
  left: 0;
}
.cid-vgjlx01HVB .content-wrapper::after {
  right: 0;
}
.cid-vgjlx01HVB .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vgjlx01HVB .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgjlx01HVB .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-vgjlx01HVB .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgjlx01HVB .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgjlx01HVB .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #909090;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vgjlx01HVB .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vgjlx01HVB .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vgjlx01HVB .mbr-text {
  color: #0a0a0a;
}
.cid-vgjlx01HVB label {
  color: #0a0a0a;
}
.cid-vgjlyqAzom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vgjlyqAzom .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-vgjlyqAzom .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-vgjlyqAzom .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-vgjlyqAzom .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-vgjlyqAzom .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vgjlyqAzom .google-map {
    height: 356px;
  }
}
.cid-vgjlyqAzom .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgjlyqAzom .google-map [data-state-details] {
  color: #6b6763;
  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-vgjlyqAzom .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgjlyqAzom .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgjlyqAzom .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjlyqAzom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjlAFIHEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgjlAFIHEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjlAFIHEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjlAFIHEC .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vgjlAFIHEC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgjlAFIHEC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgjlAFIHEC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgjlAFIHEC .card-wrap {
  border: 1px solid #303030;
  padding: 24px 24px 12px;
}
.cid-vgjlAFIHEC .items-wrapper {
  margin: 0 -6px;
}
.cid-vgjlAFIHEC .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-vgjlAFIHEC .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid #303030;
  height: 100%;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vgjlAFIHEC .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1440px) {
  .cid-vgjlAFIHEC .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgjlAFIHEC .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #000000;
  border: 1px solid #303030;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.cid-vgjlAFIHEC .items-wrapper .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vgjlAFIHEC .btn-wrapper {
  margin-top: -8%;
}
.cid-vgjlAFIHEC .mbr-section-title {
  color: #ffffff;
}
.cid-vgjlAFIHEC .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vgjlAFIHEC .item-title {
  color: #ffffff;
}
.cid-vgjlza1CMs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgjkQglXC3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vgjkQglXC3 nav.navbar {
  position: fixed;
}
.cid-vgjkQglXC3 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgjkQglXC3 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgjkQglXC3 .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-vgjkQglXC3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgjkQglXC3 .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: 400;
}
.cid-vgjkQglXC3 .dropdown-item:hover,
.cid-vgjkQglXC3 .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-vgjkQglXC3 .dropdown-item:hover span {
  color: white;
}
.cid-vgjkQglXC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgjkQglXC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgjkQglXC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgjkQglXC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgjkQglXC3 .nav-link {
  position: relative;
}
.cid-vgjkQglXC3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vgjkQglXC3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgjkQglXC3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgjkQglXC3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgjkQglXC3 .dropdown-menu,
.cid-vgjkQglXC3 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgjkQglXC3 .nav-item:focus,
.cid-vgjkQglXC3 .nav-link:focus {
  outline: none;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgjkQglXC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgjkQglXC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgjkQglXC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgjkQglXC3 .navbar {
  min-height: 84px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgjkQglXC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgjkQglXC3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgjkQglXC3 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgjkQglXC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgjkQglXC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgjkQglXC3 .navbar.collapsed {
  justify-content: center;
}
.cid-vgjkQglXC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgjkQglXC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgjkQglXC3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgjkQglXC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgjkQglXC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgjkQglXC3 .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-vgjkQglXC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgjkQglXC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgjkQglXC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgjkQglXC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgjkQglXC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgjkQglXC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgjkQglXC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgjkQglXC3 .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-vgjkQglXC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgjkQglXC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgjkQglXC3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgjkQglXC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgjkQglXC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgjkQglXC3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgjkQglXC3 .navbar.navbar-short {
  min-height: 84px;
}
.cid-vgjkQglXC3 .navbar.navbar-short .navbar-brand {
  min-height: 84px;
}
.cid-vgjkQglXC3 .navbar-brand {
  min-height: 84px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgjkQglXC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vgjkQglXC3 .navbar-brand .navbar-caption:hover,
.cid-vgjkQglXC3 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vgjkQglXC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgjkQglXC3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgjkQglXC3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vgjkQglXC3 .dropdown-item.active,
.cid-vgjkQglXC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgjkQglXC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgjkQglXC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgjkQglXC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgjkQglXC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgjkQglXC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgjkQglXC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgjkQglXC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgjkQglXC3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgjkQglXC3 ul.navbar-nav {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgjkQglXC3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgjkQglXC3 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgjkQglXC3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgjkQglXC3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgjkQglXC3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgjkQglXC3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgjkQglXC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgjkQglXC3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgjkQglXC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgjkQglXC3 .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-vgjkQglXC3 .navbar {
    height: 84px;
  }
  .cid-vgjkQglXC3 .navbar.opened {
    height: auto;
  }
  .cid-vgjkQglXC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgjkQglXC3 .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}
.cid-vgjkQglXC3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgjkQglXC3 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgjkQglXC3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgjkQglXC3 .nav-item .nav-link:hover,
.cid-vgjkQglXC3 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .5;
}
.cid-vgjkQglXC3 .nav-item .nav-link:hover::after,
.cid-vgjkQglXC3 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgjkQglXC3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgjkQglXC3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgjkQglXC3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgjkQglXC3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgjkQglXC3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgjkQglXC3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgjkQglXC3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgjkQglXC3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgjkQglXC3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgjkQglXC3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgjkQglXC3 .content-wrap {
  min-height: 84px;
}
.cid-vgjmb6Jnrk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgjmb6Jnrk .mbr-text {
  color: #000000;
}
.cid-vgjmb6Jnrk .mbr-section-subtitle {
  color: #000000;
}
.cid-vgjmb6Jnrk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgjlza1CMs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
