body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Mulish', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #b2875c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #83613e !important;
  border-color: #83613e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #83613e !important;
  border-color: #83613e !important;
}
.btn-primary:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b2875c;
  color: #b2875c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b2875c;
  border-color: #b2875c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b2875c !important;
  border-color: #b2875c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #b2875c !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d3baa1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b2875c;
  border-color: #b2875c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b2875c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbc7b3;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #b2875c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b2875c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b2875c;
  border-bottom-color: #b2875c;
}
.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: #b2875c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #200960 !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='%23b2875c' %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-tdUuruCb1w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tdUuruCb1w .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tdUuruCb1w .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tdUuruCb1w .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #2e2e30;
}
.cid-tdUuruCb1w .navbar.opened {
  transition: all .3s;
}
.cid-tdUuruCb1w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdUuruCb1w .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tdUuruCb1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdUuruCb1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdUuruCb1w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdUuruCb1w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdUuruCb1w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdUuruCb1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdUuruCb1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdUuruCb1w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdUuruCb1w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdUuruCb1w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdUuruCb1w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdUuruCb1w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdUuruCb1w .navbar.navbar-short {
  background: #2e2e30 !important;
  min-height: 60px;
}
.cid-tdUuruCb1w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdUuruCb1w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdUuruCb1w .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tdUuruCb1w .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdUuruCb1w .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdUuruCb1w .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tdUuruCb1w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdUuruCb1w .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdUuruCb1w .navbar-caption {
  padding-right: 4rem;
}
.cid-tdUuruCb1w .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tdUuruCb1w .dropdown-menu,
.cid-tdUuruCb1w .navbar.opened {
  background: #2e2e30 !important;
}
.cid-tdUuruCb1w .nav-item:focus,
.cid-tdUuruCb1w .nav-link:focus {
  outline: none;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdUuruCb1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdUuruCb1w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdUuruCb1w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdUuruCb1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdUuruCb1w .dropdown-item.active,
.cid-tdUuruCb1w .dropdown-item:active {
  background-color: transparent;
}
.cid-tdUuruCb1w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdUuruCb1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e2e30;
}
.cid-tdUuruCb1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdUuruCb1w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdUuruCb1w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdUuruCb1w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdUuruCb1w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2875c;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdUuruCb1w .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tdUuruCb1w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdUuruCb1w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tdUuruCb1w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdUuruCb1w .navbar {
    height: 77px;
  }
  .cid-tdUuruCb1w .navbar.opened {
    height: auto;
  }
  .cid-tdUuruCb1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVue0PFQmz {
  padding-top: 180px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/342518329-250258307400549-1421771596942704414-n-2000x1500.jpg");
}
.cid-rVue0PFQmz .link-align {
  width: 100%;
}
.cid-rVue0PFQmz .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rVue0PFQmz .mbr-text,
.cid-rVue0PFQmz .link-align {
  color: #ffffff;
}
.cid-rVue0PFQmz .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rVue0PFQmz .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-rVue0PFQmz .icon-wrap span {
  padding-left: 4px;
}
.cid-rVue0PFQmz .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #b2875c;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #b2875c !important;
}
.cid-rVue0PFQmz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rVue0PFQmz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVue0PFQmz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVue0PFQmz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVue0PFQmz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rVue0PFQmz a.close:hover {
  color: #ffffff;
}
.cid-t9CaZDcgst {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t9CaZDcgst .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-t9CaZDcgst .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t9CaZDcgst .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t9CaZDcgst .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t9CaZDcgst .mbr-text,
.cid-t9CaZDcgst .mbr-section-btn {
  color: #999999;
}
.cid-t9CaZDcgst H4 {
  color: #b5891c;
}
.cid-t9CaZDcgst .mbr-text,
.cid-t9CaZDcgst .col {
  color: #111213;
}
.cid-t9CdBazA2J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b2875c;
}
.cid-t9CdBazA2J .title {
  min-height: 44px;
}
.cid-t9CdBazA2J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t9jckpm07d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t9jckpm07d .mail-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cid-t9jckpm07d .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  color: #000000;
}
.cid-t9jckpm07d .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t9jckpm07d .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t9jckpm07d .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t9jckpm07d H4 {
  color: #b5891c;
}
.cid-t9jckpm07d .mbr-text,
.cid-t9jckpm07d .mbr-section-btn {
  color: #111213;
}
@media (max-width: 767px) {
  .cid-t9jckpm07d .mail-col {
    justify-content: center;
    padding-top: 1rem;
  }
}
.cid-t93Cbbu7fj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #2e2e30;
}
.cid-t93Cbbu7fj .carousel-item {
  justify-content: center;
}
.cid-t93Cbbu7fj .carousel-item.active,
.cid-t93Cbbu7fj .carousel-item-next,
.cid-t93Cbbu7fj .carousel-item-prev {
  display: flex;
}
.cid-t93Cbbu7fj .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-t93Cbbu7fj .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-t93Cbbu7fj .carousel-control-next span {
  padding-left: 5px;
}
.cid-t93Cbbu7fj .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t93Cbbu7fj .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t93Cbbu7fj .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t93Cbbu7fj .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t93Cbbu7fj .user_desk {
  color: #666666;
}
.cid-t93Cbbu7fj .user_text {
  color: #ffffff;
}
.cid-t93Cbbu7fj .user_name {
  color: #ffffff;
}
.cid-t93Cbbu7fj H3 {
  color: #ffffff;
}
.cid-tX2pqFCla6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tX2pqFCla6 img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-tX2pqFCla6 .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tdUvnMKD1S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tdUvnMKD1S .copyright {
  display: flex;
}
.cid-tdUvnMKD1S .item {
  padding-right: 1.5rem;
  color: #111213;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tdUvnMKD1S .item:hover a,
.cid-tdUvnMKD1S .item:hover {
  color: #111213 !important;
}
@media (max-width: 992px) {
  .cid-tdUvnMKD1S .copyright,
  .cid-tdUvnMKD1S .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tdUvnMKD1S .align-left,
  .cid-tdUvnMKD1S .align-right {
    text-align: center;
  }
  .cid-tdUvnMKD1S .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tdUvnMKD1S .copyright {
    flex-direction: column;
  }
  .cid-tdUvnMKD1S .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tdUvnMKD1S .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tdUvnMKD1S .mbr-text {
  color: #111213;
  text-align: center;
}
.cid-t93ED5JeXx {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t93ED5JeXx h2,
.cid-t93ED5JeXx h3,
.cid-t93ED5JeXx h4,
.cid-t93ED5JeXx h5 {
  margin: 0;
}
.cid-t93ED5JeXx .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-t93ED5JeXx .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-t93ED5JeXx .mbr-section-title {
  color: #b2875c;
  text-align: center;
  margin: 0;
}
.cid-t93ED5JeXx .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-t93ED5JeXx .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t93ED5JeXx .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-t93ED5JeXx .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-t93ED5JeXx .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-t93ED5JeXx .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-t93ED5JeXx .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t93ED5JeXx .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-t93ED5JeXx .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-t93ED5JeXx .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t93ED5JeXx .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-t93ED5JeXx .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-t93ED5JeXx .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-t93GeZTc23 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t93GeZTc23 h2,
.cid-t93GeZTc23 h3,
.cid-t93GeZTc23 h4,
.cid-t93GeZTc23 h5 {
  margin: 0;
}
.cid-t93GeZTc23 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-t93GeZTc23 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-t93GeZTc23 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-t93GeZTc23 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-t93GeZTc23 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t93GeZTc23 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-t93GeZTc23 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-t93GeZTc23 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-t93GeZTc23 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-t93GeZTc23 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t93GeZTc23 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-t93GeZTc23 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-t93GeZTc23 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t93GeZTc23 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-t93GeZTc23 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-t93GeZTc23 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-tdUuruCb1w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tdUuruCb1w .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tdUuruCb1w .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tdUuruCb1w .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #2e2e30;
}
.cid-tdUuruCb1w .navbar.opened {
  transition: all .3s;
}
.cid-tdUuruCb1w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdUuruCb1w .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tdUuruCb1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdUuruCb1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdUuruCb1w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdUuruCb1w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdUuruCb1w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdUuruCb1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdUuruCb1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdUuruCb1w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdUuruCb1w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdUuruCb1w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdUuruCb1w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdUuruCb1w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdUuruCb1w .navbar.navbar-short {
  background: #2e2e30 !important;
  min-height: 60px;
}
.cid-tdUuruCb1w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdUuruCb1w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdUuruCb1w .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tdUuruCb1w .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdUuruCb1w .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdUuruCb1w .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tdUuruCb1w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdUuruCb1w .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdUuruCb1w .navbar-caption {
  padding-right: 4rem;
}
.cid-tdUuruCb1w .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tdUuruCb1w .dropdown-menu,
.cid-tdUuruCb1w .navbar.opened {
  background: #2e2e30 !important;
}
.cid-tdUuruCb1w .nav-item:focus,
.cid-tdUuruCb1w .nav-link:focus {
  outline: none;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdUuruCb1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdUuruCb1w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdUuruCb1w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdUuruCb1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdUuruCb1w .dropdown-item.active,
.cid-tdUuruCb1w .dropdown-item:active {
  background-color: transparent;
}
.cid-tdUuruCb1w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdUuruCb1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e2e30;
}
.cid-tdUuruCb1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdUuruCb1w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdUuruCb1w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdUuruCb1w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdUuruCb1w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2875c;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdUuruCb1w .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tdUuruCb1w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdUuruCb1w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tdUuruCb1w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdUuruCb1w .navbar {
    height: 77px;
  }
  .cid-tdUuruCb1w .navbar.opened {
    height: auto;
  }
  .cid-tdUuruCb1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdUvnMKD1S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tdUvnMKD1S .copyright {
  display: flex;
}
.cid-tdUvnMKD1S .item {
  padding-right: 1.5rem;
  color: #111213;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tdUvnMKD1S .item:hover a,
.cid-tdUvnMKD1S .item:hover {
  color: #111213 !important;
}
@media (max-width: 992px) {
  .cid-tdUvnMKD1S .copyright,
  .cid-tdUvnMKD1S .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tdUvnMKD1S .align-left,
  .cid-tdUvnMKD1S .align-right {
    text-align: center;
  }
  .cid-tdUvnMKD1S .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tdUvnMKD1S .copyright {
    flex-direction: column;
  }
  .cid-tdUvnMKD1S .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tdUvnMKD1S .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tdUvnMKD1S .mbr-text {
  color: #111213;
  text-align: center;
}
.cid-tX7LxLTWzl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX7LxLTWzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7LxLTWzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tX7LxLTWzl .container {
    padding: 0 30px;
  }
}
.cid-tX7LxLTWzl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX7LxLTWzl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tdUufSB1o0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tdUufSB1o0 textarea,
.cid-tdUufSB1o0 textarea:hover,
.cid-tdUufSB1o0 input,
.cid-tdUufSB1o0 input:hover,
.cid-tdUufSB1o0 input:focus,
.cid-tdUufSB1o0 textarea:focus {
  padding: 13px 0;
  border-color: transparent;
  padding-left: 30px;
  box-shadow: none;
}
.cid-tdUufSB1o0 .form-control {
  border-radius: 0 !important;
}
.cid-tdUufSB1o0 .form-check .form-check-input {
  float: initial;
  margin-top: 0;
  padding: 0 !important;
}
.cid-tdUufSB1o0 label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-tdUufSB1o0 input {
  color: #040e17;
  font-family: 'DM Sans';
  background-color: transparent;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-tdUufSB1o0 input::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-tdUufSB1o0 textarea {
  background-color: transparent;
  color: #000000;
  font-family: 'DM Sans';
  min-height: 66px;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-tdUufSB1o0 textarea::placeholder {
  color: #000000;
  font-family: 'DM Sans';
}
.cid-tdUufSB1o0 .btn > span {
  margin-left: 0.5rem;
  color: currentColor;
}
.cid-tdUufSB1o0 .btn {
  padding: 12px 35px 12px 35px !important;
}
.cid-tdUufSB1o0 .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #000000;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}
.cid-tdUufSB1o0 .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #000000;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cid-tdUufSB1o0 .form-group:hover .line:before,
.cid-tdUufSB1o0 .form-group:focus .line:before {
  width: 100%;
}
.cid-tdUufSB1o0 .form-group {
  position: relative;
  margin-bottom: 30px;
}
.cid-tdUufSB1o0 .form-group:before {
  font-size: 20px;
  color: black;
  display: block;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: initial;
}
.cid-tdUufSB1o0 .mbr-iconfont1 {
  position: absolute;
  top: 14px;
  font-size: 18px;
}
.cid-tdUufSB1o0 .align {
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cid-tdUufSB1o0 .col-auto {
  display: inline-block;
}
.cid-tdUufSB1o0 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 45px;
  height: 45px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tdUufSB1o0 button span:before {
  color: currentColor !important;
}
.cid-tdUufSB1o0 .mbr-iconfont {
  color: #000000;
  align-items: center;
}
.cid-tdUufSB1o0 .mbr-iconfont:before {
  color: currentColor;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.cid-tdUufSB1o0 .social-list {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tdUufSB1o0 .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-tdUufSB1o0 .social-media {
  padding: 0;
  text-align: left;
}
.cid-tdUufSB1o0 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tdUufSB1o0 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tdUufSB1o0 .mbr-list,
.cid-tdUufSB1o0 .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tdUufSB1o0 .social-list {
    text-align: center !important;
  }
}
.cid-tdUufSB1o0 .title {
  margin-bottom: 28px;
}
.cid-tdUufSB1o0 .text {
  margin-bottom: 20px;
  color: #111213;
}
.cid-tdUufSB1o0 .link1 {
  margin-bottom: 20px;
  position: relative;
}
.cid-tdUufSB1o0 .phone {
  margin-bottom: 42px;
}
.cid-tdUufSB1o0 .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.cid-tdUufSB1o0 .link:hover:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.cid-tdUufSB1o0 .ph {
  font-weight: 600;
}
.cid-tdUufSB1o0 .link {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-tdUufSB1o0 .col-md-8 {
    margin-top: 20px;
  }
}
.cid-tdUufSB1o0 .title,
.cid-tdUufSB1o0 .social-media,
.cid-tdUufSB1o0 .link1,
.cid-tdUufSB1o0 .phone {
  color: #111213;
}
.cid-tdUuruCb1w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tdUuruCb1w .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tdUuruCb1w .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tdUuruCb1w .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #2e2e30;
}
.cid-tdUuruCb1w .navbar.opened {
  transition: all .3s;
}
.cid-tdUuruCb1w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdUuruCb1w .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tdUuruCb1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdUuruCb1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdUuruCb1w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdUuruCb1w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdUuruCb1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdUuruCb1w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdUuruCb1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdUuruCb1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdUuruCb1w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdUuruCb1w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdUuruCb1w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdUuruCb1w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdUuruCb1w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdUuruCb1w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdUuruCb1w .navbar.navbar-short {
  background: #2e2e30 !important;
  min-height: 60px;
}
.cid-tdUuruCb1w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdUuruCb1w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdUuruCb1w .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tdUuruCb1w .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdUuruCb1w .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tdUuruCb1w .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tdUuruCb1w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdUuruCb1w .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdUuruCb1w .navbar-caption {
  padding-right: 4rem;
}
.cid-tdUuruCb1w .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tdUuruCb1w .dropdown-menu,
.cid-tdUuruCb1w .navbar.opened {
  background: #2e2e30 !important;
}
.cid-tdUuruCb1w .nav-item:focus,
.cid-tdUuruCb1w .nav-link:focus {
  outline: none;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdUuruCb1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdUuruCb1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdUuruCb1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdUuruCb1w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdUuruCb1w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdUuruCb1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdUuruCb1w .dropdown-item.active,
.cid-tdUuruCb1w .dropdown-item:active {
  background-color: transparent;
}
.cid-tdUuruCb1w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdUuruCb1w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdUuruCb1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e2e30;
}
.cid-tdUuruCb1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdUuruCb1w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdUuruCb1w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdUuruCb1w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdUuruCb1w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2875c;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdUuruCb1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdUuruCb1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdUuruCb1w .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tdUuruCb1w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdUuruCb1w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tdUuruCb1w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdUuruCb1w .navbar {
    height: 77px;
  }
  .cid-tdUuruCb1w .navbar.opened {
    height: auto;
  }
  .cid-tdUuruCb1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdUvnMKD1S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tdUvnMKD1S .copyright {
  display: flex;
}
.cid-tdUvnMKD1S .item {
  padding-right: 1.5rem;
  color: #111213;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tdUvnMKD1S .item:hover a,
.cid-tdUvnMKD1S .item:hover {
  color: #111213 !important;
}
@media (max-width: 992px) {
  .cid-tdUvnMKD1S .copyright,
  .cid-tdUvnMKD1S .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-tdUvnMKD1S .align-left,
  .cid-tdUvnMKD1S .align-right {
    text-align: center;
  }
  .cid-tdUvnMKD1S .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tdUvnMKD1S .copyright {
    flex-direction: column;
  }
  .cid-tdUvnMKD1S .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-tdUvnMKD1S .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tdUvnMKD1S .mbr-text {
  color: #111213;
  text-align: center;
}
