body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-4 {
  font-family: 'Caveat', handwriting;
  font-size: 1.3rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e4d295 !important;
}
.bg-success {
  background-color: #829450 !important;
}
.bg-info {
  background-color: #ae993e !important;
}
.bg-warning {
  background-color: #474747 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7c7c7c !important;
  border-color: #7c7c7c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7c7c7c !important;
  border-color: #7c7c7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ae993e !important;
  border-color: #ae993e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #76672a !important;
  border-color: #76672a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #76672a !important;
  border-color: #76672a !important;
}
.btn-success,
.btn-success:active {
  background-color: #829450 !important;
  border-color: #829450 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #566235 !important;
  border-color: #566235 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #566235 !important;
  border-color: #566235 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #635723;
  color: #635723;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ae993e;
  border-color: #ae993e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ae993e !important;
  border-color: #ae993e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #48522c;
  color: #48522c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #829450;
  border-color: #829450;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #829450 !important;
  border-color: #829450 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #141414;
  color: #141414;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #474747;
  border-color: #474747;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e4d295 !important;
}
.text-secondary {
  color: #a2a2a2 !important;
}
.text-success {
  color: #829450 !important;
}
.text-info {
  color: #ae993e !important;
}
.text-warning {
  color: #474747 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cfaf44 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6f6f6f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #48522c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #635723 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #141414 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ae993e;
}
.alert-warning {
  background-color: #474747;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4d295;
  border-color: #e4d295;
  color: #76621e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e4d295;
}
.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: #bdc99b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9cb93;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bababa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #e4d295;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e4d295;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e4d295;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4d295;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4d295;
  border-bottom-color: #e4d295;
}
.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: #e4d295 !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: #a2a2a2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e4d295' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-sGDTvgicXh {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #181818;
}
.cid-sGDTvgicXh H3 {
  color: #e4d295;
  text-align: left;
}
.cid-sGDTvgicXh .mbr-text,
.cid-sGDTvgicXh .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sGDTvgicXh H1 {
  text-align: left;
}
.cid-ttpAvHrunm {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-ttpAvHrunm .mbr-text,
.cid-ttpAvHrunm .mbr-section-btn {
  text-align: left;
}
.cid-ttpAvHrunm H1 {
  color: #ffffff;
  text-align: left;
}
.cid-ttH08Cmi64 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-sGE4n3o9Dz {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f3f4f6;
}
.cid-sGE4n3o9Dz .mbr-section-subtitle {
  color: #767676;
}
.cid-sGE4n3o9Dz H2 {
  color: #000000;
}
.cid-ttt4m1UkwN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-ttt4m1UkwN .card-img {
  background-color: #fff;
}
.cid-ttt4m1UkwN .card {
  align-self: stretch;
}
.cid-ttt4m1UkwN .card-box {
  padding: 2rem;
  background-color: #f6f6f6;
}
.cid-ttt4m1UkwN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttt4m1UkwN p {
  text-align: left;
}
.cid-ttt4m1UkwN .mbr-text {
  color: #767676;
}
.cid-ttt4m1UkwN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ttt4m1UkwN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ttt4m1UkwN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ttt5LDG6Q8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-ttt5LDG6Q8 .card-img {
  background-color: #fff;
}
.cid-ttt5LDG6Q8 .card {
  align-self: stretch;
}
.cid-ttt5LDG6Q8 .card-box {
  padding: 2rem;
  background-color: #f6f6f6;
}
.cid-ttt5LDG6Q8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttt5LDG6Q8 p {
  text-align: left;
}
.cid-ttt5LDG6Q8 .mbr-text {
  color: #767676;
}
.cid-ttt5LDG6Q8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ttt5LDG6Q8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ttt5LDG6Q8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGUy56NMK2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f6f6f6;
}
.cid-sGUy56NMK2 P {
  color: #767676;
}
.cid-ttQNFpLaBx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-ttQNFpLaBx h2 {
  text-align: left;
}
.cid-ttQNFpLaBx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ttQNFpLaBx p {
  color: #767676;
  text-align: left;
}
.cid-ttQNFpLaBx .aside-content {
  flex-basis: 100%;
}
.cid-ttQNFpLaBx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ttQNFpLaBx .media {
  margin: initial;
  align-items: center;
}
.cid-ttQNFpLaBx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ttQNFpLaBx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ttQNFpLaBx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ttQNFpLaBx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttQNFpLaBx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ttQNFpLaBx .card-img span {
    font-size: 40px !important;
  }
}
.cid-ttQNFpLaBx H4 {
  color: #232323;
}
.cid-ttQNFpLaBx .mbr-text {
  color: #232323;
}
.cid-ttQNFpLaBx P {
  color: #767676;
}
.cid-ttQNFpLaBx H2 {
  color: #232323;
}
.cid-ttGvJDmJKV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-ttGvJDmJKV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ttGvJDmJKV .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-ttGvJDmJKV .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-ttGvJDmJKV .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-ttGvJDmJKV .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-ttGvJDmJKV .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #e4d295;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-ttGvJDmJKV .card {
  min-height: 300px;
}
.cid-ttGvJDmJKV .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-ttGvJDmJKV .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-ttGvJDmJKV .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-ttGvJDmJKV .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-ttGvJDmJKV P {
  text-align: center;
  color: #232323;
}
.cid-ttGvJDmJKV H4 {
  color: #232323;
}
.cid-ttLPZhEvVW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-ttLPZhEvVW .mbr-text,
.cid-ttLPZhEvVW blockquote {
  color: #767676;
}
.cid-ttLPZhEvVW .mbr-text P {
  text-align: center;
}
.cid-ttLPZhEvVW .mbr-text {
  color: #cccccc;
}
.cid-sGQQzAOH7a {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sGQQzAOH7a P {
  color: #767676;
}
.cid-sGPh2Bxqk4 {
  background-image: url("../../../assets/images/y20-sokolovs-19-2000x1500.jpg");
}
.cid-sGPh2Bxqk4 h1 {
  color: #616161;
}
.cid-sGPh2Bxqk4 h2,
.cid-sGPh2Bxqk4 h3,
.cid-sGPh2Bxqk4 p {
  color: #767676;
}
.cid-sGPh2Bxqk4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-sGPh2Bxqk4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sGPh2Bxqk4 H3 {
  text-align: right;
}
.cid-sGPh2Bxqk4 .mbr-text,
.cid-sGPh2Bxqk4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tiL9f2BhqZ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tiL9f2BhqZ .mbr-section-subtitle {
  color: #232323;
}
.cid-tiL9f2BhqZ H2 {
  color: #232323;
}
.cid-ttmQnHKTIc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttmQnHKTIc .carousel-control {
  background: #000;
}
.cid-ttmQnHKTIc .mbr-section-subtitle {
  color: #767676;
}
.cid-ttmQnHKTIc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttmQnHKTIc .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttmQnHKTIc .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttmQnHKTIc .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-ttmQnHKTIc .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttmQnHKTIc .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-ttmQnHKTIc .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ttmQnHKTIc .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ttmQnHKTIc .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-ttmQnHKTIc .cloneditem-1,
.cid-ttmQnHKTIc .cloneditem-2,
.cid-ttmQnHKTIc .cloneditem-3,
.cid-ttmQnHKTIc .cloneditem-4,
.cid-ttmQnHKTIc .cloneditem-5 {
  display: none;
}
.cid-ttmQnHKTIc .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ttmQnHKTIc .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides2 .cloneditem-1,
  .cid-ttmQnHKTIc .carousel-inner.slides2 .cloneditem-2,
  .cid-ttmQnHKTIc .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides3 .cloneditem-1,
  .cid-ttmQnHKTIc .carousel-inner.slides3 .cloneditem-2,
  .cid-ttmQnHKTIc .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides4 .cloneditem-1,
  .cid-ttmQnHKTIc .carousel-inner.slides4 .cloneditem-2,
  .cid-ttmQnHKTIc .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides5 .cloneditem-1,
  .cid-ttmQnHKTIc .carousel-inner.slides5 .cloneditem-2,
  .cid-ttmQnHKTIc .carousel-inner.slides5 .cloneditem-3,
  .cid-ttmQnHKTIc .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ttmQnHKTIc .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-ttmQnHKTIc .carousel-inner.slides6 .cloneditem-1,
  .cid-ttmQnHKTIc .carousel-inner.slides6 .cloneditem-2,
  .cid-ttmQnHKTIc .carousel-inner.slides6 .cloneditem-3,
  .cid-ttmQnHKTIc .carousel-inner.slides6 .cloneditem-4,
  .cid-ttmQnHKTIc .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sGPzg2A23f {
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
}
@media (min-width: 992px) {
  .cid-sGPzg2A23f .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGPzg2A23f .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sGPzg2A23f .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sGPzg2A23f .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-sGPzg2A23f .mbr-section-title {
  color: #e4d295;
  text-align: left;
}
.cid-sGPzg2A23f .mbr-text,
.cid-sGPzg2A23f .mbr-section-btn {
  text-align: left;
  color: #cccccc;
}
.cid-sGPELoytsB {
  padding-top: 75px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
}
@media (min-width: 992px) {
  .cid-sGPELoytsB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGPELoytsB .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sGPELoytsB .mbr-section-title {
  color: #e4d295;
  text-align: right;
}
.cid-sGPELoytsB .mbr-text,
.cid-sGPELoytsB .mbr-section-btn {
  text-align: right;
  color: #cccccc;
}
.cid-ttMqBOm4Og {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-ttMqBOm4Og .mbr-section-subtitle {
  color: #767676;
}
.cid-ttLVNJjmLb {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-ttLVNJjmLb .card-box {
  padding: 0 2rem;
}
.cid-ttLVNJjmLb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ttLVNJjmLb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ttLVNJjmLb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ttLVNJjmLb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ttLVNJjmLb .mbr-text {
  color: #767676;
}
.cid-ttLVNJjmLb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f6f6f6;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ttLVNJjmLb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ttLVNJjmLb .card-title {
  text-align: center;
}
.cid-sGE3Qk1oIZ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-4740-3-2000x994.jpeg");
}
.cid-sGE3Qk1oIZ .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-sGE3Qk1oIZ .form-group {
  padding: 0.5rem;
}
.cid-sGE3Qk1oIZ .show-modal span {
  cursor: pointer;
  background-color: #e4d295;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-sGE3Qk1oIZ .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-sGE3Qk1oIZ .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-sGE3Qk1oIZ .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-sGE3Qk1oIZ .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-sGE3Qk1oIZ .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
  -webkit-transform: scale(1.15);
}
.cid-sGE3Qk1oIZ .mbri-play:before {
  left: 55% !important;
}
.cid-sGE3Qk1oIZ .form-control {
  text-align: center;
}
.cid-sGE3Qk1oIZ h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-sGE3Qk1oIZ .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sGE3Qk1oIZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-sGE3Qk1oIZ .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-sGE3Qk1oIZ .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-sGE3Qk1oIZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sGE3Qk1oIZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-sGE3Qk1oIZ .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-sGE3Qk1oIZ .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-sGE3Qk1oIZ .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-sGE3Qk1oIZ .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-sGE3Qk1oIZ .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-sGE3Qk1oIZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sGE3Qk1oIZ H1 {
  color: #ffffff;
}
.cid-sGOQKyLMFi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGOQKyLMFi .mbr-section-subtitle {
  color: #767676;
}
.cid-ttpvuk63eb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttpvuk63eb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ttpvuk63eb p {
  color: #767676;
  text-align: left;
}
.cid-ttpvuk63eb .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-ttpvuk63eb .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-ttpvuk63eb .card-title {
  margin-bottom: 0;
}
.cid-ttpvuk63eb .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttpvuk63eb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-ttpvuk63eb .card-img span {
    font-size: 40px !important;
  }
}
.cid-ttpvQJEFs4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttpvQJEFs4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ttpvQJEFs4 p {
  color: #767676;
  text-align: left;
}
.cid-ttpvQJEFs4 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-ttpvQJEFs4 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-ttpvQJEFs4 .card-title {
  margin-bottom: 0;
}
.cid-ttpvQJEFs4 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttpvQJEFs4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-ttpvQJEFs4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tgSVBvBOio {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tgSVBvBOio h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgSVBvBOio p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgSVBvBOio .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tgSVBvBOio .mbr-section-btn a {
  margin: 0;
}
.cid-tgSVBvBOio .mbr-text {
  color: #767676;
}
.cid-tgSVBvBOio .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tgSVBvBOio .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tgSVBvBOio H2 {
  text-align: center;
}
.cid-tgSVBvBOio .mbr-section-subtitle {
  text-align: center;
  color: #474747;
}
.cid-tgSVBvBOio .mbr-text,
.cid-tgSVBvBOio .mbr-section-btn {
  color: #474747;
}
.cid-tmYea1rDFl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-tmYea1rDFl .mbr-section-subtitle {
  color: #474747;
}
.cid-ttHJ5os9lS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-ttHJ5os9lS .mbr-section-btn > * {
  margin: 0;
}
.cid-ttHJ5os9lS h4 {
  font-weight: 500;
}
.cid-ttHJ5os9lS p {
  color: #232323;
}
.cid-ttHJ5os9lS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ttHJ5os9lS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ttHJ5os9lS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttHJ5os9lS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ttHJ5os9lS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ttHJ5os9lS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ttHJ5os9lS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttHJ5os9lS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ttHJ5os9lS .card-img span {
    font-size: 40px !important;
  }
}
.cid-ttHJ5os9lS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ttHJ5os9lS .text1 {
  color: #232323;
  text-align: left;
}
.cid-ttHOhwiQ5N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.cid-ttHOhwiQ5N .mbr-section-btn > * {
  margin: 0;
}
.cid-ttHOhwiQ5N h4 {
  font-weight: 500;
}
.cid-ttHOhwiQ5N p {
  color: #232323;
}
.cid-ttHOhwiQ5N .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ttHOhwiQ5N .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ttHOhwiQ5N .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttHOhwiQ5N .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ttHOhwiQ5N .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ttHOhwiQ5N .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ttHOhwiQ5N .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttHOhwiQ5N .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ttHOhwiQ5N .card-img span {
    font-size: 40px !important;
  }
}
.cid-ttHOhwiQ5N .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ttHOhwiQ5N .text1 {
  color: #232323;
  text-align: left;
}
.cid-ttHPkb1fNK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.cid-ttHPkb1fNK .mbr-section-btn > * {
  margin: 0;
}
.cid-ttHPkb1fNK h4 {
  font-weight: 500;
}
.cid-ttHPkb1fNK p {
  color: #232323;
}
.cid-ttHPkb1fNK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ttHPkb1fNK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ttHPkb1fNK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttHPkb1fNK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ttHPkb1fNK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ttHPkb1fNK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ttHPkb1fNK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttHPkb1fNK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ttHPkb1fNK .card-img span {
    font-size: 40px !important;
  }
}
.cid-ttHPkb1fNK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ttHPkb1fNK .text1 {
  color: #232323;
  text-align: left;
}
.cid-ttHSxkv7h6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.cid-ttHSxkv7h6 .mbr-section-btn > * {
  margin: 0;
}
.cid-ttHSxkv7h6 h4 {
  font-weight: 500;
}
.cid-ttHSxkv7h6 p {
  color: #232323;
}
.cid-ttHSxkv7h6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ttHSxkv7h6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ttHSxkv7h6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttHSxkv7h6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ttHSxkv7h6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ttHSxkv7h6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ttHSxkv7h6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttHSxkv7h6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ttHSxkv7h6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ttHSxkv7h6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ttHSxkv7h6 .text1 {
  color: #232323;
  text-align: left;
}
.cid-sXrKmEXPTW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-sXrKmEXPTW P {
  color: #767676;
}
.cid-sXrKmEXPTW .mbr-text,
.cid-sXrKmEXPTW .mbr-section-btn {
  color: #767676;
}
.cid-sHerm4JtEe {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHerm4JtEe h3 {
  text-align: center;
}
.cid-sHerm4JtEe .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sHerm4JtEe .mbr-content-text {
  color: #767676;
}
.cid-sHerm4JtEe .card {
  word-wrap: break-word;
}
.cid-sHerm4JtEe .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sHerm4JtEe .mbr-section-title {
  color: #232323;
}
.cid-sHerm4JtEe H3 {
  color: #232323;
}
.cid-sHerm4JtEe H4 {
  color: #767676;
}
.cid-ttLX60gjMg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-ttLX60gjMg .mbr-text,
.cid-ttLX60gjMg blockquote {
  color: #767676;
}
.cid-ttLX60gjMg .mbr-text P {
  text-align: center;
}
.cid-ttLX60gjMg .mbr-text {
  color: #767676;
}
.cid-sGE3RPt52g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/y13-orwood-13m13-10013-2000x1600.jpeg");
}
@media (min-width: 992px) {
  .cid-sGE3RPt52g .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGE3RPt52g .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGE3RPt52g .mbr-text {
    text-align: center;
  }
}
.cid-ttHzODlapp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-ttHzODlapp p {
  margin-bottom: 0;
}
.cid-ttHzODlapp .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-ttHzODlapp .card-box .card-title {
  pointer-events: all;
}
.cid-ttHzODlapp .card-box .mbr-text {
  pointer-events: all;
}
.cid-ttHzODlapp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-ttHzODlapp .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-ttHzODlapp .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-ttHzODlapp .card-wrap {
  position: relative;
}
.cid-ttHzODlapp .card {
  padding-bottom: 2rem;
}
.cid-ttHzODlapp H4 {
  color: #232323;
  text-align: left;
}
.cid-ttHzODlapp P {
  color: #767676;
  text-align: left;
}
.cid-ttHCtbxpgA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-ttHCtbxpgA p {
  margin-bottom: 0;
}
.cid-ttHCtbxpgA .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-ttHCtbxpgA .card-box .card-title {
  pointer-events: all;
}
.cid-ttHCtbxpgA .card-box .mbr-text {
  pointer-events: all;
}
.cid-ttHCtbxpgA .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-ttHCtbxpgA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-ttHCtbxpgA .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-ttHCtbxpgA .card-wrap {
  position: relative;
}
.cid-ttHCtbxpgA .card {
  padding-bottom: 2rem;
}
.cid-ttHCtbxpgA H4 {
  color: #232323;
  text-align: left;
}
.cid-ttHCtbxpgA P {
  color: #767676;
  text-align: left;
}
.cid-sGE4agkA12 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sGE4agkA12 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sGE4agkA12 .carousel-item.active,
.cid-sGE4agkA12 .carousel-item-next,
.cid-sGE4agkA12 .carousel-item-prev {
  display: flex;
}
.cid-sGE4agkA12 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-sGE4agkA12 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-sGE4agkA12 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sGE4agkA12 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sGE4agkA12 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sGE4agkA12 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sGE4agkA12 .user_desk {
  color: #8d8d8d;
}
.cid-sGE4agkA12 .user_text {
  color: #cccccc;
  text-align: left;
}
.cid-sGE4agkA12 .user_name {
  color: #e4d295;
}
.cid-sGE4agkA12 H2 {
  color: #e4d295;
}
.cid-ttLXEICc3L {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2e2e2e;
}
.cid-ttLXEICc3L P {
  color: #767676;
}
.cid-ttLXEICc3L .mbr-text,
.cid-ttLXEICc3L .mbr-section-btn {
  color: #767676;
}
.cid-thmx8G1jSy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2022-21-1920x1080.jpeg");
}
.cid-thmx8G1jSy .form-control,
.cid-thmx8G1jSy .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-thmx8G1jSy .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-thmx8G1jSy textarea.form-control {
  min-height: 188px;
}
.cid-thmx8G1jSy .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thmx8G1jSy .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-thmx8G1jSy .row .content-container {
    padding-left: 5rem;
  }
}
.cid-thmx8G1jSy H1 {
  text-align: left;
}
.cid-thmx8G1jSy .mbr-text,
.cid-thmx8G1jSy .mbr-section-btn {
  text-align: left;
}
.cid-ttHdWHN2p7 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-ttHdWHN2p7 p {
  margin-bottom: 0;
}
.cid-ttHdWHN2p7 .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-ttHdWHN2p7 .card-box .card-title {
  pointer-events: all;
}
.cid-ttHdWHN2p7 .card-box .mbr-text {
  pointer-events: all;
}
.cid-ttHdWHN2p7 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-ttHdWHN2p7 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-ttHdWHN2p7 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-ttHdWHN2p7 .card-wrap {
  position: relative;
}
.cid-ttHdWHN2p7 .card {
  padding-bottom: 2rem;
}
.cid-ttHdWHN2p7 H4 {
  color: #232323;
}
.cid-ttHdWHN2p7 P {
  color: #767676;
}
.cid-tmYag5Fh3s {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
.cid-tmYag5Fh3s .mbr-iconfont-social {
  font-size: 32px;
  color: #2b2b2b;
}
.cid-tmYag5Fh3s .social-list a:focus {
  text-decoration: none;
}
.cid-tmYag5Fh3s H2 {
  color: #222222;
  text-align: center;
}
.cid-sGRE64etyd {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ae993e;
}
.cid-sGRE64etyd P {
  color: #767676;
}
.cid-sGRE64etyd H1 {
  color: #ffffff;
}
.cid-sGRE64etyd .mbr-text,
.cid-sGRE64etyd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sGRE64etyd DIV {
  text-align: left;
}
.cid-sGRE64etyd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tuyepFzh2N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tuyepFzh2N .content {
    text-align: center;
  }
  .cid-tuyepFzh2N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tuyepFzh2N .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tuyepFzh2N .form-group,
.cid-tuyepFzh2N .input-group-btn {
  padding: 0;
}
.cid-tuyepFzh2N .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tuyepFzh2N .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tuyepFzh2N .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuyepFzh2N .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tuyepFzh2N .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tuyepFzh2N .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tuyepFzh2N .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuyepFzh2N .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tuyepFzh2N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuyepFzh2N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tuyepFzh2N .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tuyepFzh2N .foot-logo {
    text-align: center !important;
  }
  .cid-tuyepFzh2N .foot-title {
    text-align: center !important;
  }
  .cid-tuyepFzh2N .mbr-text {
    text-align: center !important;
  }
  .cid-tuyepFzh2N .form-group {
    margin: 0;
  }
}
.cid-tuyepFzh2N .foot-title {
  text-align: left;
  color: #e4d295;
}
.cid-tuyepFzh2N .copyright > p {
  color: #767676;
}
.cid-tuyepFzh2N .foot-logo {
  color: #c1c1c1;
  text-align: right;
}
.cid-tuyepFzh2N .form-text {
  color: #a2a2a2;
}
.cid-tuyepFzh2N .foot-text {
  color: #a2a2a2;
  text-align: left;
}
.cid-tuyepFzh2N .mbr-links-column {
  color: #a2a2a2;
  text-align: left;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-sGVIavASaN {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/y13-orwood-11m6-10006-2000x1514.jpeg");
}
.cid-sGUjj3OYL7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGUjj3OYL7 .mbr-text {
  color: #767676;
}
.cid-sGUlukEyFS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGUlukEyFS .mbr-section-subtitle {
  color: #767676;
}
.cid-sGUlwqqOGb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGUlwqqOGb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGUlwqqOGb .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGUlwqqOGb .mbr-text {
  color: #767676;
}
.cid-sGUlwW7t6Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGUlwW7t6Z .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sGUlwW7t6Z .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sGUlwW7t6Z .mbr-text {
  color: #767676;
}
.cid-sGUlxmzbkK {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGUlxmzbkK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGUlxmzbkK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGUlxmzbkK .mbr-text {
  color: #767676;
}
.cid-ttNF8ES4QM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2022-21-1920x1080.jpeg");
}
.cid-ttNF8ES4QM .form-control,
.cid-ttNF8ES4QM .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-ttNF8ES4QM .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-ttNF8ES4QM textarea.form-control {
  min-height: 188px;
}
.cid-ttNF8ES4QM .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttNF8ES4QM .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttNF8ES4QM .row .content-container {
    padding-left: 5rem;
  }
}
.cid-ttNF8ES4QM H1 {
  text-align: left;
}
.cid-ttNF8ES4QM .mbr-text,
.cid-ttNF8ES4QM .mbr-section-btn {
  text-align: left;
}
.cid-tuyeles31e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tuyeles31e .content {
    text-align: center;
  }
  .cid-tuyeles31e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tuyeles31e .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tuyeles31e .form-group,
.cid-tuyeles31e .input-group-btn {
  padding: 0;
}
.cid-tuyeles31e .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tuyeles31e .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tuyeles31e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuyeles31e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tuyeles31e .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tuyeles31e .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tuyeles31e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuyeles31e .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tuyeles31e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuyeles31e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tuyeles31e .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tuyeles31e .foot-logo {
    text-align: center !important;
  }
  .cid-tuyeles31e .foot-title {
    text-align: center !important;
  }
  .cid-tuyeles31e .mbr-text {
    text-align: center !important;
  }
  .cid-tuyeles31e .form-group {
    margin: 0;
  }
}
.cid-tuyeles31e .foot-title {
  text-align: left;
  color: #e4d295;
}
.cid-tuyeles31e .copyright > p {
  color: #767676;
}
.cid-tuyeles31e .foot-logo {
  color: #c1c1c1;
  text-align: right;
}
.cid-tuyeles31e .form-text {
  color: #a2a2a2;
}
.cid-tuyeles31e .foot-text {
  color: #a2a2a2;
  text-align: left;
}
.cid-tuyeles31e .mbr-links-column {
  color: #a2a2a2;
  text-align: left;
}
.cid-sGUyPcIVog .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sGUyPcIVog .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sGUyPcIVog a {
  font-style: normal;
}
.cid-sGUyPcIVog .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sGUyPcIVog .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sGUyPcIVog .nav-item:focus,
.cid-sGUyPcIVog .nav-link:focus {
  outline: none;
}
.cid-sGUyPcIVog .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sGUyPcIVog .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sGUyPcIVog .menu-logo {
  margin-right: auto;
}
.cid-sGUyPcIVog .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sGUyPcIVog .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGUyPcIVog .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGUyPcIVog .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGUyPcIVog .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGUyPcIVog .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGUyPcIVog .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sGUyPcIVog .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGUyPcIVog .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGUyPcIVog .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGUyPcIVog .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sGUyPcIVog .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sGUyPcIVog .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGUyPcIVog .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGUyPcIVog .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGUyPcIVog .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sGUyPcIVog .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sGUyPcIVog .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sGUyPcIVog .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGUyPcIVog .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGUyPcIVog .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGUyPcIVog .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGUyPcIVog button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sGUyPcIVog button.navbar-toggler:focus {
  outline: none;
}
.cid-sGUyPcIVog button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGUyPcIVog button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGUyPcIVog button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGUyPcIVog button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGUyPcIVog button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGUyPcIVog nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGUyPcIVog nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGUyPcIVog nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGUyPcIVog nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGUyPcIVog .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sGUyPcIVog .collapsed .btn {
  display: flex;
}
.cid-sGUyPcIVog .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGUyPcIVog .collapsed .navbar-collapse.collapsing,
.cid-sGUyPcIVog .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGUyPcIVog .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGUyPcIVog .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGUyPcIVog .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGUyPcIVog .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGUyPcIVog .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGUyPcIVog .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGUyPcIVog .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGUyPcIVog .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sGUyPcIVog .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGUyPcIVog .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sGUyPcIVog .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGUyPcIVog .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sGUyPcIVog .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGUyPcIVog .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGUyPcIVog .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sGUyPcIVog .navbar-expand {
    flex-direction: column;
  }
  .cid-sGUyPcIVog img {
    height: 3.8rem !important;
  }
  .cid-sGUyPcIVog .btn {
    display: flex;
  }
  .cid-sGUyPcIVog button.navbar-toggler {
    display: block;
  }
  .cid-sGUyPcIVog .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sGUyPcIVog .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGUyPcIVog .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGUyPcIVog .navbar-collapse.collapsing,
  .cid-sGUyPcIVog .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGUyPcIVog .navbar-collapse.collapsing .navbar-nav,
  .cid-sGUyPcIVog .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGUyPcIVog .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGUyPcIVog .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGUyPcIVog .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGUyPcIVog .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGUyPcIVog .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGUyPcIVog .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGUyPcIVog .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sGUyPcIVog .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGUyPcIVog .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGUyPcIVog .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sGUyPcIVog .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sGUyPcIVog .navbar-collapse {
  flex-basis: auto;
}
.cid-sGUyPcIVog .nav-link:hover,
.cid-sGUyPcIVog .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-sGUyPd5NjD {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/y13-orwood-11m6-10006-2000x1514.jpeg");
}
.cid-sGUyPdyDpT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGUyPdyDpT .mbr-text {
  color: #767676;
}
.cid-sGUyPdRvs6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGUyPdRvs6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sGUyPe6l7B {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGUyPe6l7B .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGUyPe6l7B .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGUyPe6l7B .mbr-text {
  color: #767676;
}
.cid-sGUyPenznB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGUyPenznB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sGUyPenznB .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sGUyPenznB .mbr-text {
  color: #767676;
}
.cid-sGUyPeE1Gn {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGUyPeE1Gn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGUyPeE1Gn .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGUyPeE1Gn .mbr-text {
  color: #767676;
}
.cid-ttNFD2OKVJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2022-21-1920x1080.jpeg");
}
.cid-ttNFD2OKVJ .form-control,
.cid-ttNFD2OKVJ .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-ttNFD2OKVJ .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-ttNFD2OKVJ textarea.form-control {
  min-height: 188px;
}
.cid-ttNFD2OKVJ .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttNFD2OKVJ .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttNFD2OKVJ .row .content-container {
    padding-left: 5rem;
  }
}
.cid-ttNFD2OKVJ H1 {
  text-align: left;
}
.cid-ttNFD2OKVJ .mbr-text,
.cid-ttNFD2OKVJ .mbr-section-btn {
  text-align: left;
}
.cid-tuyehYlOyy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tuyehYlOyy .content {
    text-align: center;
  }
  .cid-tuyehYlOyy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tuyehYlOyy .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tuyehYlOyy .form-group,
.cid-tuyehYlOyy .input-group-btn {
  padding: 0;
}
.cid-tuyehYlOyy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tuyehYlOyy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tuyehYlOyy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuyehYlOyy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tuyehYlOyy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tuyehYlOyy .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tuyehYlOyy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuyehYlOyy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tuyehYlOyy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuyehYlOyy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tuyehYlOyy .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tuyehYlOyy .foot-logo {
    text-align: center !important;
  }
  .cid-tuyehYlOyy .foot-title {
    text-align: center !important;
  }
  .cid-tuyehYlOyy .mbr-text {
    text-align: center !important;
  }
  .cid-tuyehYlOyy .form-group {
    margin: 0;
  }
}
.cid-tuyehYlOyy .foot-title {
  text-align: left;
  color: #e4d295;
}
.cid-tuyehYlOyy .copyright > p {
  color: #767676;
}
.cid-tuyehYlOyy .foot-logo {
  color: #c1c1c1;
  text-align: right;
}
.cid-tuyehYlOyy .form-text {
  color: #a2a2a2;
}
.cid-tuyehYlOyy .foot-text {
  color: #a2a2a2;
  text-align: left;
}
.cid-tuyehYlOyy .mbr-links-column {
  color: #a2a2a2;
  text-align: left;
}
.cid-sGVIwYaTXV .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sGVIwYaTXV .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sGVIwYaTXV a {
  font-style: normal;
}
.cid-sGVIwYaTXV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sGVIwYaTXV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sGVIwYaTXV .nav-item:focus,
.cid-sGVIwYaTXV .nav-link:focus {
  outline: none;
}
.cid-sGVIwYaTXV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sGVIwYaTXV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sGVIwYaTXV .menu-logo {
  margin-right: auto;
}
.cid-sGVIwYaTXV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sGVIwYaTXV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGVIwYaTXV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGVIwYaTXV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGVIwYaTXV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGVIwYaTXV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGVIwYaTXV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sGVIwYaTXV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGVIwYaTXV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGVIwYaTXV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGVIwYaTXV .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sGVIwYaTXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sGVIwYaTXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGVIwYaTXV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGVIwYaTXV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGVIwYaTXV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sGVIwYaTXV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sGVIwYaTXV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sGVIwYaTXV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGVIwYaTXV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGVIwYaTXV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGVIwYaTXV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGVIwYaTXV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sGVIwYaTXV button.navbar-toggler:focus {
  outline: none;
}
.cid-sGVIwYaTXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGVIwYaTXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGVIwYaTXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGVIwYaTXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGVIwYaTXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGVIwYaTXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGVIwYaTXV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGVIwYaTXV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGVIwYaTXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGVIwYaTXV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sGVIwYaTXV .collapsed .btn {
  display: flex;
}
.cid-sGVIwYaTXV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGVIwYaTXV .collapsed .navbar-collapse.collapsing,
.cid-sGVIwYaTXV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGVIwYaTXV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGVIwYaTXV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGVIwYaTXV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGVIwYaTXV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGVIwYaTXV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGVIwYaTXV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGVIwYaTXV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGVIwYaTXV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sGVIwYaTXV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGVIwYaTXV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sGVIwYaTXV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGVIwYaTXV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sGVIwYaTXV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGVIwYaTXV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGVIwYaTXV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sGVIwYaTXV .navbar-expand {
    flex-direction: column;
  }
  .cid-sGVIwYaTXV img {
    height: 3.8rem !important;
  }
  .cid-sGVIwYaTXV .btn {
    display: flex;
  }
  .cid-sGVIwYaTXV button.navbar-toggler {
    display: block;
  }
  .cid-sGVIwYaTXV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sGVIwYaTXV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGVIwYaTXV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGVIwYaTXV .navbar-collapse.collapsing,
  .cid-sGVIwYaTXV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGVIwYaTXV .navbar-collapse.collapsing .navbar-nav,
  .cid-sGVIwYaTXV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGVIwYaTXV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGVIwYaTXV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGVIwYaTXV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGVIwYaTXV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGVIwYaTXV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGVIwYaTXV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGVIwYaTXV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sGVIwYaTXV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGVIwYaTXV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGVIwYaTXV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sGVIwYaTXV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sGVIwYaTXV .navbar-collapse {
  flex-basis: auto;
}
.cid-sGVIwYaTXV .nav-link:hover,
.cid-sGVIwYaTXV .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-sGVIwYrVVH {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/y13-orwood-11m6-10006-2000x1514.jpeg");
}
.cid-sGVIwYIsOE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGVIwYIsOE .mbr-text {
  color: #767676;
}
.cid-sGVIwZ3JRs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGVIwZ3JRs .mbr-section-subtitle {
  color: #767676;
}
.cid-sGVIwZksvx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGVIwZksvx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGVIwZksvx .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGVIwZksvx .mbr-text {
  color: #767676;
}
.cid-sGVIwZy50b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGVIwZy50b .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sGVIwZy50b .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGVIwZy50b .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sGVIwZy50b .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGVIwZy50b .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sGVIwZPVFK {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGVIwZPVFK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGVIwZPVFK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGVIwZPVFK .mbr-text {
  color: #767676;
}
.cid-ttNHyQ1Was {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2022-21-1920x1080.jpeg");
}
.cid-ttNHyQ1Was .form-control,
.cid-ttNHyQ1Was .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-ttNHyQ1Was .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-ttNHyQ1Was textarea.form-control {
  min-height: 188px;
}
.cid-ttNHyQ1Was .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttNHyQ1Was .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttNHyQ1Was .row .content-container {
    padding-left: 5rem;
  }
}
.cid-ttNHyQ1Was H1 {
  text-align: left;
}
.cid-ttNHyQ1Was .mbr-text,
.cid-ttNHyQ1Was .mbr-section-btn {
  text-align: left;
}
.cid-tuyeeTXVmB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tuyeeTXVmB .content {
    text-align: center;
  }
  .cid-tuyeeTXVmB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tuyeeTXVmB .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tuyeeTXVmB .form-group,
.cid-tuyeeTXVmB .input-group-btn {
  padding: 0;
}
.cid-tuyeeTXVmB .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tuyeeTXVmB .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tuyeeTXVmB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuyeeTXVmB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tuyeeTXVmB .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tuyeeTXVmB .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tuyeeTXVmB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuyeeTXVmB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tuyeeTXVmB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuyeeTXVmB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tuyeeTXVmB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tuyeeTXVmB .foot-logo {
    text-align: center !important;
  }
  .cid-tuyeeTXVmB .foot-title {
    text-align: center !important;
  }
  .cid-tuyeeTXVmB .mbr-text {
    text-align: center !important;
  }
  .cid-tuyeeTXVmB .form-group {
    margin: 0;
  }
}
.cid-tuyeeTXVmB .foot-title {
  text-align: left;
  color: #e4d295;
}
.cid-tuyeeTXVmB .copyright > p {
  color: #767676;
}
.cid-tuyeeTXVmB .foot-logo {
  color: #c1c1c1;
  text-align: right;
}
.cid-tuyeeTXVmB .form-text {
  color: #a2a2a2;
}
.cid-tuyeeTXVmB .foot-text {
  color: #a2a2a2;
  text-align: left;
}
.cid-tuyeeTXVmB .mbr-links-column {
  color: #a2a2a2;
  text-align: left;
}
.cid-sGVMpu8JVk .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sGVMpu8JVk .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sGVMpu8JVk a {
  font-style: normal;
}
.cid-sGVMpu8JVk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sGVMpu8JVk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sGVMpu8JVk .nav-item:focus,
.cid-sGVMpu8JVk .nav-link:focus {
  outline: none;
}
.cid-sGVMpu8JVk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sGVMpu8JVk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sGVMpu8JVk .menu-logo {
  margin-right: auto;
}
.cid-sGVMpu8JVk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sGVMpu8JVk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGVMpu8JVk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGVMpu8JVk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGVMpu8JVk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGVMpu8JVk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGVMpu8JVk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sGVMpu8JVk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGVMpu8JVk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGVMpu8JVk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGVMpu8JVk .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sGVMpu8JVk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sGVMpu8JVk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGVMpu8JVk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGVMpu8JVk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGVMpu8JVk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sGVMpu8JVk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sGVMpu8JVk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sGVMpu8JVk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGVMpu8JVk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGVMpu8JVk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGVMpu8JVk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGVMpu8JVk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sGVMpu8JVk button.navbar-toggler:focus {
  outline: none;
}
.cid-sGVMpu8JVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGVMpu8JVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGVMpu8JVk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGVMpu8JVk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGVMpu8JVk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGVMpu8JVk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGVMpu8JVk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGVMpu8JVk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGVMpu8JVk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGVMpu8JVk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sGVMpu8JVk .collapsed .btn {
  display: flex;
}
.cid-sGVMpu8JVk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGVMpu8JVk .collapsed .navbar-collapse.collapsing,
.cid-sGVMpu8JVk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGVMpu8JVk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGVMpu8JVk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGVMpu8JVk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGVMpu8JVk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGVMpu8JVk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGVMpu8JVk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGVMpu8JVk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGVMpu8JVk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sGVMpu8JVk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGVMpu8JVk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sGVMpu8JVk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGVMpu8JVk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sGVMpu8JVk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGVMpu8JVk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGVMpu8JVk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sGVMpu8JVk .navbar-expand {
    flex-direction: column;
  }
  .cid-sGVMpu8JVk img {
    height: 3.8rem !important;
  }
  .cid-sGVMpu8JVk .btn {
    display: flex;
  }
  .cid-sGVMpu8JVk button.navbar-toggler {
    display: block;
  }
  .cid-sGVMpu8JVk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sGVMpu8JVk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGVMpu8JVk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGVMpu8JVk .navbar-collapse.collapsing,
  .cid-sGVMpu8JVk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGVMpu8JVk .navbar-collapse.collapsing .navbar-nav,
  .cid-sGVMpu8JVk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGVMpu8JVk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGVMpu8JVk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGVMpu8JVk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGVMpu8JVk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGVMpu8JVk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGVMpu8JVk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGVMpu8JVk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sGVMpu8JVk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGVMpu8JVk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGVMpu8JVk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sGVMpu8JVk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sGVMpu8JVk .navbar-collapse {
  flex-basis: auto;
}
.cid-sGVMpu8JVk .nav-link:hover,
.cid-sGVMpu8JVk .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-sGVMputZnc {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/y13-orwood-11m6-10006-2000x1514.jpeg");
}
.cid-sGVMpuRBqm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGVMpuRBqm .mbr-text {
  color: #767676;
}
.cid-ttNHXlLhSq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2022-21-1920x1080.jpeg");
}
.cid-ttNHXlLhSq .form-control,
.cid-ttNHXlLhSq .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-ttNHXlLhSq .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-ttNHXlLhSq textarea.form-control {
  min-height: 188px;
}
.cid-ttNHXlLhSq .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttNHXlLhSq .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttNHXlLhSq .row .content-container {
    padding-left: 5rem;
  }
}
.cid-ttNHXlLhSq H1 {
  text-align: left;
}
.cid-ttNHXlLhSq .mbr-text,
.cid-ttNHXlLhSq .mbr-section-btn {
  text-align: left;
}
.cid-tuy9Tac8mE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tuy9Tac8mE .content {
    text-align: center;
  }
  .cid-tuy9Tac8mE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tuy9Tac8mE .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tuy9Tac8mE .form-group,
.cid-tuy9Tac8mE .input-group-btn {
  padding: 0;
}
.cid-tuy9Tac8mE .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tuy9Tac8mE .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tuy9Tac8mE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuy9Tac8mE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tuy9Tac8mE .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tuy9Tac8mE .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tuy9Tac8mE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuy9Tac8mE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tuy9Tac8mE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tuy9Tac8mE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tuy9Tac8mE .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tuy9Tac8mE .foot-logo {
    text-align: center !important;
  }
  .cid-tuy9Tac8mE .foot-title {
    text-align: center !important;
  }
  .cid-tuy9Tac8mE .mbr-text {
    text-align: center !important;
  }
  .cid-tuy9Tac8mE .form-group {
    margin: 0;
  }
}
.cid-tuy9Tac8mE .foot-title {
  text-align: left;
  color: #e4d295;
}
.cid-tuy9Tac8mE .copyright > p {
  color: #767676;
}
.cid-tuy9Tac8mE .foot-logo {
  color: #c1c1c1;
  text-align: right;
}
.cid-tuy9Tac8mE .form-text {
  color: #a2a2a2;
}
.cid-tuy9Tac8mE .foot-text {
  color: #a2a2a2;
  text-align: left;
}
.cid-tuy9Tac8mE .mbr-links-column {
  color: #a2a2a2;
  text-align: left;
}
