body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #674845 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #ccd2b2 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #149dcc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #674845 !important;
  border-color: #674845 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #392826 !important;
  border-color: #392826 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #392826 !important;
  border-color: #392826 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee7e36 !important;
  border-color: #ee7e36 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c75811 !important;
  border-color: #c75811 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c75811 !important;
  border-color: #c75811 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ccd2b2 !important;
  border-color: #ccd2b2 !important;
  color: #4d5431 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #4d5431 !important;
  background-color: #acb682 !important;
  border-color: #acb682 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d5431 !important;
  background-color: #acb682 !important;
  border-color: #acb682 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #2a1d1c;
  color: #2a1d1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #674845;
  border-color: #674845;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #674845 !important;
  border-color: #674845 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #af4e0f;
  color: #af4e0f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ee7e36;
  border-color: #ee7e36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee7e36 !important;
  border-color: #ee7e36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a1ac72;
  color: #a1ac72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d5431;
  background-color: #ccd2b2;
  border-color: #ccd2b2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d5431 !important;
  background-color: #ccd2b2 !important;
  border-color: #ccd2b2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #674845 !important;
}
.text-secondary {
  color: #ee7e36 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #ccd2b2 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #149dcc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2a1d1c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #af4e0f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a1ac72 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0b566f !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: #ccd2b2;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #149dcc;
}
.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: #674845;
  border-color: #674845;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #674845;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ab8581;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4e6f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #674845;
}
/* 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: #674845;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #674845;
}
/* 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: #674845;
  color: #ffffff;
}
.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: #674845;
  border-bottom-color: #674845;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #674845 !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: #ee7e36 !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='%23674845' %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-romniK53fi {
  background-image: url("../../../assets/images/dsc-5807-1500x1000.jpg");
}
.cid-romniK53fi h1 {
  color: #616161;
}
.cid-romniK53fi h2,
.cid-romniK53fi h3,
.cid-romniK53fi p {
  color: #767676;
}
.cid-romniK53fi .mbr-section-subtitle {
  font-style: italic;
}
.cid-romniK53fi H1 {
  color: #ffffff;
}
.cid-romniK53fi H3 {
  color: #ffffff;
}
.cid-t8reloH61k.popup-builder {
  background-color: #ffffff;
}
.cid-t8reloH61k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t8reloH61k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t8reloH61k .modal-content,
.cid-t8reloH61k .modal-dialog {
  height: auto;
}
.cid-t8reloH61k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t8reloH61k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t8reloH61k .form-wrapper .mbr-form .form-group,
  .cid-t8reloH61k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t8reloH61k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t8reloH61k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8reloH61k .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-t8reloH61k .pt-0 {
  padding-top: 0 !important;
}
.cid-t8reloH61k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t8reloH61k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t8reloH61k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t8reloH61k .modal-open {
  overflow: hidden;
}
.cid-t8reloH61k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t8reloH61k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t8reloH61k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t8reloH61k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t8reloH61k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t8reloH61k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t8reloH61k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t8reloH61k .modal-content {
  background: #ee7e36;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t8reloH61k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t8reloH61k .modal-backdrop.fade {
  opacity: 0;
}
.cid-t8reloH61k .modal-backdrop.show {
  opacity: .5;
}
.cid-t8reloH61k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-t8reloH61k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t8reloH61k .modal-header .close:hover {
  opacity: 1;
}
.cid-t8reloH61k .modal-header .close:focus {
  outline: none;
}
.cid-t8reloH61k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-t8reloH61k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t8reloH61k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-t8reloH61k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t8reloH61k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t8reloH61k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t8reloH61k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t8reloH61k .modal-sm {
    max-width: 300px;
  }
  .cid-t8reloH61k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t8reloH61k .modal-lg,
  .cid-t8reloH61k .modal-xl {
    max-width: 800px;
  }
  .cid-t8reloH61k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t8reloH61k .modal-xl {
    max-width: 1140px;
  }
  .cid-t8reloH61k .container {
    max-width: 1140px;
  }
}
.cid-t8reloH61k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t8reloH61k .container {
    max-width: 720px;
  }
}
.cid-t8reloH61k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t8reloH61k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t8reloH61k .form-group {
  margin-bottom: 1rem;
}
.cid-t8reloH61k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t8reloH61k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t8reloH61k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-syjZOPNAAL.popup-builder {
  background-color: #ffffff;
}
.cid-syjZOPNAAL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-syjZOPNAAL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-syjZOPNAAL .modal-content,
.cid-syjZOPNAAL .modal-dialog {
  height: auto;
}
.cid-syjZOPNAAL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-syjZOPNAAL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-syjZOPNAAL .form-wrapper .mbr-form .form-group,
  .cid-syjZOPNAAL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-syjZOPNAAL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-syjZOPNAAL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syjZOPNAAL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-syjZOPNAAL .pt-0 {
  padding-top: 0 !important;
}
.cid-syjZOPNAAL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-syjZOPNAAL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-syjZOPNAAL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-syjZOPNAAL .modal-open {
  overflow: hidden;
}
.cid-syjZOPNAAL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-syjZOPNAAL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-syjZOPNAAL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-syjZOPNAAL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-syjZOPNAAL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-syjZOPNAAL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-syjZOPNAAL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-syjZOPNAAL .modal-content {
  background: #789322;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-syjZOPNAAL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-syjZOPNAAL .modal-backdrop.fade {
  opacity: 0;
}
.cid-syjZOPNAAL .modal-backdrop.show {
  opacity: .5;
}
.cid-syjZOPNAAL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-syjZOPNAAL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-syjZOPNAAL .modal-header .close:hover {
  opacity: 1;
}
.cid-syjZOPNAAL .modal-header .close:focus {
  outline: none;
}
.cid-syjZOPNAAL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-syjZOPNAAL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-syjZOPNAAL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-syjZOPNAAL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-syjZOPNAAL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-syjZOPNAAL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-syjZOPNAAL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-syjZOPNAAL .modal-sm {
    max-width: 300px;
  }
  .cid-syjZOPNAAL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-syjZOPNAAL .modal-lg,
  .cid-syjZOPNAAL .modal-xl {
    max-width: 800px;
  }
  .cid-syjZOPNAAL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-syjZOPNAAL .modal-xl {
    max-width: 1140px;
  }
  .cid-syjZOPNAAL .container {
    max-width: 1140px;
  }
}
.cid-syjZOPNAAL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-syjZOPNAAL .container {
    max-width: 720px;
  }
}
.cid-syjZOPNAAL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-syjZOPNAAL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-syjZOPNAAL .form-group {
  margin-bottom: 1rem;
}
.cid-syjZOPNAAL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-syjZOPNAAL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-syjZOPNAAL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rNfVA4Q2Va.popup-builder {
  background-color: #ffffff;
}
.cid-rNfVA4Q2Va.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rNfVA4Q2Va.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rNfVA4Q2Va .modal-content,
.cid-rNfVA4Q2Va .modal-dialog {
  height: auto;
}
.cid-rNfVA4Q2Va .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rNfVA4Q2Va .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rNfVA4Q2Va .form-wrapper .mbr-form .form-group,
  .cid-rNfVA4Q2Va .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rNfVA4Q2Va .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rNfVA4Q2Va .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNfVA4Q2Va .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-rNfVA4Q2Va .pt-0 {
  padding-top: 0 !important;
}
.cid-rNfVA4Q2Va .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rNfVA4Q2Va .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rNfVA4Q2Va .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rNfVA4Q2Va .modal-open {
  overflow: hidden;
}
.cid-rNfVA4Q2Va .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rNfVA4Q2Va .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rNfVA4Q2Va .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rNfVA4Q2Va .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rNfVA4Q2Va .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rNfVA4Q2Va .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rNfVA4Q2Va .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rNfVA4Q2Va .modal-content {
  background: #e49100;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rNfVA4Q2Va .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rNfVA4Q2Va .modal-backdrop.fade {
  opacity: 0;
}
.cid-rNfVA4Q2Va .modal-backdrop.show {
  opacity: .5;
}
.cid-rNfVA4Q2Va .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rNfVA4Q2Va .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rNfVA4Q2Va .modal-header .close:hover {
  opacity: 1;
}
.cid-rNfVA4Q2Va .modal-header .close:focus {
  outline: none;
}
.cid-rNfVA4Q2Va .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-rNfVA4Q2Va .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rNfVA4Q2Va .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rNfVA4Q2Va .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rNfVA4Q2Va .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rNfVA4Q2Va .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rNfVA4Q2Va .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rNfVA4Q2Va .modal-sm {
    max-width: 300px;
  }
  .cid-rNfVA4Q2Va .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rNfVA4Q2Va .modal-lg,
  .cid-rNfVA4Q2Va .modal-xl {
    max-width: 800px;
  }
  .cid-rNfVA4Q2Va .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rNfVA4Q2Va .modal-xl {
    max-width: 1140px;
  }
  .cid-rNfVA4Q2Va .container {
    max-width: 1140px;
  }
}
.cid-rNfVA4Q2Va .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rNfVA4Q2Va .container {
    max-width: 720px;
  }
}
.cid-rNfVA4Q2Va .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rNfVA4Q2Va .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rNfVA4Q2Va .form-group {
  margin-bottom: 1rem;
}
.cid-rNfVA4Q2Va .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rNfVA4Q2Va .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rNfVA4Q2Va .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rsT0ynGQY6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #c0cc9b;
}
.cid-rsT0ynGQY6 h3 {
  font-weight: 300;
}
.cid-rsT0ynGQY6 .card-img {
  width: initial;
}
.cid-rsT0ynGQY6 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rsT0ynGQY6 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rsT0ynGQY6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rsT0ynGQY6 .mbr-section-subtitle {
  color: #232323;
}
.cid-rsT0ynGQY6 .mbr-text {
  color: #000000;
}
.cid-rsT0ynGQY6 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-rsT0ynGQY6 .mbr-al-i-c {
  align-items: center;
}
.cid-rsT0ynGQY6 .mbr-section-title {
  color: #789322;
}
.cid-rsT0ynGQY6 .card-title {
  color: #789322;
}
.cid-rsVfi3CVU6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c0cc9b;
}
.cid-rsVfi3CVU6 h2 {
  text-align: left;
}
.cid-rsVfi3CVU6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rsVfi3CVU6 p {
  color: #767676;
  text-align: left;
}
.cid-rsVfi3CVU6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rsVfi3CVU6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rsVfi3CVU6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rsVfi3CVU6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rsVfi3CVU6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rsVfi3CVU6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rsVfi3CVU6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rsVfi3CVU6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rsVfi3CVU6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rsVfi3CVU6 H2 {
  color: #789322;
}
.cid-rsVfi3CVU6 P {
  color: #232323;
}
.cid-sykAp9VcyA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c0cc9b;
}
.cid-sykAp9VcyA [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sykAp9VcyA .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-sykAp9VcyA .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-sykAp9VcyA .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sykAp9VcyA .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sykAp9VcyA .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-sykAp9VcyA .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-sykAp9VcyA .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sykAp9VcyA .mbr-section-title {
  color: #789322;
  text-align: left;
}
.cid-sykAp9VcyA .card-sub-title {
  text-align: center;
}
.cid-sykAp9VcyA .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-sykBrhqaO5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c0cc9b;
}
.cid-sykBrhqaO5 [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sykBrhqaO5 .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-sykBrhqaO5 .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-sykBrhqaO5 .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sykBrhqaO5 .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sykBrhqaO5 .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-sykBrhqaO5 .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-sykBrhqaO5 .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sykBrhqaO5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sykBrhqaO5 .card-sub-title {
  text-align: center;
}
.cid-sykBrhqaO5 .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-syleRtDvDE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #c0cc9b;
}
.cid-syleRtDvDE [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-syleRtDvDE .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-syleRtDvDE .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-syleRtDvDE .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-syleRtDvDE .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-syleRtDvDE .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-syleRtDvDE .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-syleRtDvDE .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-syleRtDvDE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-syleRtDvDE .card-sub-title {
  text-align: center;
}
.cid-syleRtDvDE .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-rsYApK8tw3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #c0cc9b;
}
.cid-rsYApK8tw3 .mbr-section-subtitle {
  color: #232323;
}
.cid-rsYApK8tw3 H2 {
  color: #789322;
}
.cid-rsZ57o3CoR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #c0cc9b;
}
.cid-rsZ57o3CoR .mbr-text,
.cid-rsZ57o3CoR blockquote {
  color: #767676;
}
.cid-rsZ57o3CoR .mbr-text {
  color: #232323;
}
.cid-rsZ57o3CoR .mbr-text P {
  text-align: center;
}
.cid-sQHI9ZezUQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dsc-5747-1500x1000.jpg");
}
.cid-sQHI9ZezUQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sQHI9ZezUQ .table {
  margin-bottom: 0;
}
.cid-sQHI9ZezUQ .table .table-wrapper {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sQHI9ZezUQ .table .table-wrapper .table-head-wrapper {
  background: #ee7e36;
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sQHI9ZezUQ .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sQHI9ZezUQ .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sQHI9ZezUQ .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sQHI9ZezUQ .table .table-wrapper .list-group {
  list-style: none;
  padding-top: 2rem;
}
.cid-sQHI9ZezUQ .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-sQHI9ZezUQ .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sQHI9ZezUQ .table:not(.last-table) {
    margin-bottom: 1rem;
  }
  .cid-sQHI9ZezUQ .table-heading {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sQHI9ZezUQ .table.first-row-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQHI9ZezUQ .table {
    margin-bottom: 0;
  }
}
.cid-sykaHUZXsD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ccd2b2;
}
.cid-sykaHUZXsD .mbr-section-subtitle {
  color: #232323;
}
.cid-sykaHUZXsD H2 {
  color: #789322;
}
.cid-sykaMlh4Rt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ccd2b2;
}
.cid-sykaMlh4Rt .mbr-text,
.cid-sykaMlh4Rt blockquote {
  color: #767676;
}
.cid-sykaMlh4Rt .mbr-text {
  color: #232323;
}
.cid-sykaMlh4Rt .mbr-text P {
  text-align: center;
}
.cid-slkjttUvLU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ccd2b2;
}
.cid-slkjttUvLU .mbr-section-subtitle {
  color: #232323;
}
.cid-slkjttUvLU H2 {
  color: #789322;
}
.cid-slkmStpc5j {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ccd2b2;
}
.cid-slkmStpc5j .mbr-section-btn > * {
  margin: 0;
}
.cid-slkmStpc5j h4 {
  font-weight: 500;
}
.cid-slkmStpc5j p {
  color: #232323;
}
.cid-slkmStpc5j .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-slkmStpc5j .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-slkmStpc5j .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkmStpc5j .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-slkmStpc5j .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-slkmStpc5j .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-slkmStpc5j .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slkmStpc5j .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-slkmStpc5j .card-img span {
    font-size: 40px !important;
  }
}
.cid-slkmStpc5j .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-slkmStpc5j H2 {
  color: #789322;
}
.cid-slkmStpc5j .text1 {
  color: #232323;
}
.cid-rx87yQeW5X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0cc9b;
}
.cid-rx87yQeW5X .mbr-section-subtitle {
  color: #232323;
}
.cid-rx87yQeW5X H2 {
  color: #789322;
}
.cid-sQHGoQDpmB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c0cc9b;
}
.cid-sQHGoQDpmB .mbr-section-btn > * {
  margin: 0;
}
.cid-sQHGoQDpmB h4 {
  font-weight: 500;
}
.cid-sQHGoQDpmB p {
  color: #232323;
}
.cid-sQHGoQDpmB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sQHGoQDpmB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sQHGoQDpmB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQHGoQDpmB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQHGoQDpmB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sQHGoQDpmB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sQHGoQDpmB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQHGoQDpmB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sQHGoQDpmB .card-img span {
    font-size: 40px !important;
  }
}
.cid-sQHGoQDpmB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sQHGoQDpmB H2 {
  color: #789322;
}
.cid-sQHGoQDpmB .text1 {
  color: #232323;
}
.cid-syk352K17f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c0cc9b;
}
.cid-syk352K17f .mbr-section-btn > * {
  margin: 0;
}
.cid-syk352K17f h4 {
  font-weight: 500;
}
.cid-syk352K17f p {
  color: #232323;
}
.cid-syk352K17f .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-syk352K17f .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-syk352K17f .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-syk352K17f .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-syk352K17f .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-syk352K17f .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-syk352K17f .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-syk352K17f .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-syk352K17f .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-syk352K17f .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-syk352K17f .card-img span {
    font-size: 40px !important;
  }
}
.cid-syk352K17f .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-syk352K17f H2 {
  color: #789322;
}
.cid-syk352K17f .text1 {
  color: #232323;
}
.cid-rO1yJmtktt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ccd2b2;
}
.cid-rO1yJmtktt .mbr-section-btn > * {
  margin: 0;
}
.cid-rO1yJmtktt h4 {
  font-weight: 500;
}
.cid-rO1yJmtktt p {
  color: #232323;
}
.cid-rO1yJmtktt .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rO1yJmtktt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rO1yJmtktt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rO1yJmtktt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rO1yJmtktt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rO1yJmtktt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rO1yJmtktt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rO1yJmtktt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rO1yJmtktt .card-img span {
    font-size: 40px !important;
  }
}
.cid-rO1yJmtktt .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rO1yJmtktt H2 {
  color: #789322;
}
.cid-rO1yJmtktt .text1 {
  color: #232323;
}
.cid-rIapLvwxFW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c0cc9b;
}
.cid-rIapLvwxFW .mbr-section-btn > * {
  margin: 0;
}
.cid-rIapLvwxFW h4 {
  font-weight: 500;
}
.cid-rIapLvwxFW p {
  color: #232323;
}
.cid-rIapLvwxFW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rIapLvwxFW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIapLvwxFW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIapLvwxFW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIapLvwxFW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIapLvwxFW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIapLvwxFW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rIapLvwxFW .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rIapLvwxFW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rIapLvwxFW .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rIapLvwxFW .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIapLvwxFW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rIapLvwxFW H2 {
  color: #789322;
}
.cid-rIapLvwxFW .text1 {
  color: #232323;
}
.cid-rziLMylfpd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ccd2b2;
}
.cid-rziLMylfpd .mbr-section-btn > * {
  margin: 0;
}
.cid-rziLMylfpd h4 {
  font-weight: 500;
}
.cid-rziLMylfpd p {
  color: #232323;
}
.cid-rziLMylfpd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rziLMylfpd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rziLMylfpd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rziLMylfpd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rziLMylfpd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rziLMylfpd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rziLMylfpd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rziLMylfpd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rziLMylfpd .card-img span {
    font-size: 40px !important;
  }
}
.cid-rziLMylfpd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rziLMylfpd H2 {
  color: #789322;
}
.cid-rziLMylfpd .text1 {
  color: #232323;
}
.cid-rx89TAJBC9 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #c0cc9b;
}
.cid-rx89TAJBC9 h2 {
  text-align: left;
}
.cid-rx89TAJBC9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rx89TAJBC9 p {
  color: #767676;
  text-align: left;
}
.cid-rx89TAJBC9 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rx89TAJBC9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rx89TAJBC9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rx89TAJBC9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rx89TAJBC9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rx89TAJBC9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rx89TAJBC9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rx89TAJBC9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rx89TAJBC9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rx89TAJBC9 .mbr-text {
  color: #232323;
}
.cid-rx89TAJBC9 H2 {
  color: #789322;
}
.cid-sykaowjfVp .google-map {
  height: 25rem;
  position: relative;
}
.cid-sykaowjfVp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sykaowjfVp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sykaowjfVp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sykaowjfVp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rNbUxhcYFx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rNbUxhcYFx .content {
    text-align: center;
  }
  .cid-rNbUxhcYFx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rNbUxhcYFx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rNbUxhcYFx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rNbUxhcYFx .media-wrap img {
  height: 6rem;
}
.cid-rNbUxhcYFx .mbr-text {
  color: #8d97ad;
}
.cid-rNbUxhcYFx .p-title {
  font-size: 17px;
}
.cid-rNbUxhcYFx .p-title span {
  color: #111111;
}
.cid-rNbUxhcYFx .title-card {
  font-size: 1.3rem;
}
.cid-rNbUxhcYFx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNbUxhcYFx .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-rNbUxhcYFx .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-rNbUxhcYFx .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-rNbUxhcYFx .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-rNbUxhcYFx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNbUxhcYFx .copyright img {
  margin-right: 10px;
}
.cid-rNbUxhcYFx .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #149dcc;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rNbUxhcYFx .icon-transition span:hover {
  background-color: #55b4d4;
}
@media (max-width: 767px) {
  .cid-rNbUxhcYFx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNbUxhcYFx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rNbUxhcYFx .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNbUxhcYFx .p-title,
.cid-rNbUxhcYFx .social-media {
  color: #232323;
}
.cid-rNbUxhcYFx .copyright > p {
  color: #232323;
}
.cid-rNbUxhcYFx SPAN {
  color: #232323;
}
.cid-rx2qOFQ8QF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0cc9b;
}
.cid-rx2qOFQ8QF .mbr-section-subtitle {
  color: #767676;
}
.cid-rx2qOFQ8QF H2 {
  color: #789322;
}
.cid-rx2r4KUbyS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0cc9b;
}
.cid-rx2r4KUbyS .mbr-text,
.cid-rx2r4KUbyS blockquote {
  color: #767676;
}
.cid-rx2r4KUbyS .mbr-text {
  color: #232323;
}
.cid-rx2rKGC038 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0cc9b;
}
.cid-rx2rKGC038 .mbr-section-subtitle {
  color: #767676;
}
.cid-rx2rKGC038 H2 {
  color: #789322;
}
.cid-rx2rLG5547 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0cc9b;
}
.cid-rx2rLG5547 .mbr-text,
.cid-rx2rLG5547 blockquote {
  color: #767676;
}
.cid-rx2rLG5547 .mbr-text {
  color: #232323;
}
.cid-rx2CLObufn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c0cc9b;
}
.cid-rx2CLObufn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx2CLObufn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx2CLObufn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx2CLObufn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rx2CLObufn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rx2CLObufn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rx2CLObufn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rx2CLObufn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rx2CLObufn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx2CLObufn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx2CLObufn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx2CLObufn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rx2CLObufn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rx2CLObufn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rx2CLObufn .media-container-row .mbr-text {
  color: #232323;
}
.cid-rsYtExp5Cx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rsYtExp5Cx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rsYtExp5Cx a {
  font-style: normal;
}
.cid-rsYtExp5Cx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rsYtExp5Cx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rsYtExp5Cx .nav-item:focus,
.cid-rsYtExp5Cx .nav-link:focus {
  outline: none;
}
.cid-rsYtExp5Cx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rsYtExp5Cx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rsYtExp5Cx .menu-logo {
  margin-right: auto;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rsYtExp5Cx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rsYtExp5Cx .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-rsYtExp5Cx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rsYtExp5Cx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rsYtExp5Cx button.navbar-toggler:focus {
  outline: none;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsYtExp5Cx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsYtExp5Cx .collapsed .btn {
  display: -webkit-flex;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rsYtExp5Cx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rsYtExp5Cx .collapsed button.navbar-toggler {
  display: block;
}
.cid-rsYtExp5Cx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rsYtExp5Cx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsYtExp5Cx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rsYtExp5Cx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rsYtExp5Cx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rsYtExp5Cx .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-rsYtExp5Cx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsYtExp5Cx img {
    height: 3.8rem !important;
  }
  .cid-rsYtExp5Cx .btn {
    display: -webkit-flex;
  }
  .cid-rsYtExp5Cx button.navbar-toggler {
    display: block;
  }
  .cid-rsYtExp5Cx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rsYtExp5Cx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsYtExp5Cx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing,
  .cid-rsYtExp5Cx .navbar-collapse.show {
    display: block !important;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-nav,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-buttons,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsYtExp5Cx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rsYtExp5Cx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rsYtExp5Cx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rsYtExp5Cx .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-rsYtExp5Cx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rsYtExp5Cx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rsYtExp5Cx .nav-link:hover,
.cid-rsYtExp5Cx .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rx2CLObufn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c0cc9b;
}
.cid-rx2CLObufn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx2CLObufn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rx2CLObufn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx2CLObufn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rx2CLObufn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rx2CLObufn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rx2CLObufn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rx2CLObufn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rx2CLObufn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx2CLObufn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx2CLObufn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx2CLObufn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rx2CLObufn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rx2CLObufn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rx2CLObufn .media-container-row .mbr-text {
  color: #232323;
}
.cid-rsYtExp5Cx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rsYtExp5Cx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rsYtExp5Cx a {
  font-style: normal;
}
.cid-rsYtExp5Cx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rsYtExp5Cx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rsYtExp5Cx .nav-item:focus,
.cid-rsYtExp5Cx .nav-link:focus {
  outline: none;
}
.cid-rsYtExp5Cx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rsYtExp5Cx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rsYtExp5Cx .menu-logo {
  margin-right: auto;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rsYtExp5Cx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rsYtExp5Cx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rsYtExp5Cx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rsYtExp5Cx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rsYtExp5Cx .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-rsYtExp5Cx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rsYtExp5Cx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rsYtExp5Cx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rsYtExp5Cx button.navbar-toggler:focus {
  outline: none;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rsYtExp5Cx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rsYtExp5Cx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsYtExp5Cx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsYtExp5Cx .collapsed .btn {
  display: -webkit-flex;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rsYtExp5Cx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rsYtExp5Cx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rsYtExp5Cx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rsYtExp5Cx .collapsed button.navbar-toggler {
  display: block;
}
.cid-rsYtExp5Cx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rsYtExp5Cx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsYtExp5Cx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rsYtExp5Cx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rsYtExp5Cx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rsYtExp5Cx .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-rsYtExp5Cx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsYtExp5Cx img {
    height: 3.8rem !important;
  }
  .cid-rsYtExp5Cx .btn {
    display: -webkit-flex;
  }
  .cid-rsYtExp5Cx button.navbar-toggler {
    display: block;
  }
  .cid-rsYtExp5Cx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rsYtExp5Cx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsYtExp5Cx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing,
  .cid-rsYtExp5Cx .navbar-collapse.show {
    display: block !important;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-nav,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-buttons,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rsYtExp5Cx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rsYtExp5Cx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsYtExp5Cx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rsYtExp5Cx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rsYtExp5Cx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rsYtExp5Cx .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-rsYtExp5Cx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rsYtExp5Cx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rsYtExp5Cx .nav-link:hover,
.cid-rsYtExp5Cx .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rNgyyY82ck {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNgyyY82ck .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rNgyyY82ck .mbr-shop .row {
  margin: 0;
}
.cid-rNgyyY82ck .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rNgyyY82ck .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rNgyyY82ck .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rNgyyY82ck .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rNgyyY82ck .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rNgyyY82ck .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rNgyyY82ck .mbr-shop .hide-modal {
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rNgyyY82ck .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rNgyyY82ck .mbr-shop .filter-by-pu,
.cid-rNgyyY82ck .mbr-shop .filter-by-pd,
.cid-rNgyyY82ck .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rNgyyY82ck .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rNgyyY82ck .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem h4,
.cid-rNgyyY82ck .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem h5,
.cid-rNgyyY82ck .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem p,
.cid-rNgyyY82ck .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rNgyyY82ck .mbr-shop .item-button {
  text-align: center;
}
.cid-rNgyyY82ck .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rNgyyY82ck .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rNgyyY82ck .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rNgyyY82ck .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rNgyyY82ck .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rNgyyY82ck .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #149dcc;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-item__hided h4,
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-item__hided h5,
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #674845;
}
.cid-rNgyyY82ck .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rNgyyY82ck .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rNgyyY82ck .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #674845;
  font-weight: bold;
}
.cid-rNgyyY82ck .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #674845;
  border-radius: 2px;
  font-size: 0;
}
.cid-rNgyyY82ck .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #674845;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rNgyyY82ck .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #674845;
}
.cid-rNgyyY82ck .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rNgyyY82ck .mbr-shop .range-controls {
  position: relative;
}
.cid-rNgyyY82ck .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rNgyyY82ck .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #674845;
}
.cid-rNgyyY82ck .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #674845;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #674845;
  cursor: pointer;
}
.cid-rNgyyY82ck .mbr-shop .toggle:hover,
.cid-rNgyyY82ck .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rNgyyY82ck .mbr-shop .min-toggle {
  left: 0;
}
.cid-rNgyyY82ck .mbr-shop .max-toggle {
  right: 0;
}
.cid-rNgyyY82ck .mbr-shop .hided-by-price {
  display: none;
}
.cid-rNgyyY82ck .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rNgyyY82ck .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rNgyyY82ck .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rNgyyY82ck .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rNgyyY82ck .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-rNgyyY82ck .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rNgyyY82ck .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rNgyyY82ck .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rNgyyY82ck .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rNgyyY82ck .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rNgyyY82ck .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rNgyyY82ck .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rNgyyY82ck .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rNgyyY82ck .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rNgyyY82ck .mbr-shop .shop-items .onsale,
.cid-rNgyyY82ck .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rNgyyY82ck .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rNgyyY82ck .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rNgyyY82ck .mbr-shop .price-range {
  display: inline-block;
}
.cid-rNgyyY82ck .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rNgyyY82ck .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rNgyyY82ck .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rNgyyY82ck .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rNgyyY82ck .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rNgyyY82ck .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rNgyyY82ck .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rNgyyY82ck .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rNgyyY82ck .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rNgyyY82ck .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rNgyyY82ck .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rNgyyY82ck .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rNgyyY82ck .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rNgyyY82ck .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rNgyyY82ck .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rNgyyY82ck .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rNgyyY82ck .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rNgyyY82ck .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rNgyyY82ck .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rNgyyY82ck .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rNgyyY82ck .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rNgyyY82ck .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rNgyyY82ck .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rNgyyY82ck .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rNgyyY82ck .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rNgyyY82ck .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rNgyyY82ck .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-rNgyyY82ck .item-title {
  color: #674845;
}
.cid-rNgyyY82ck .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-rNgyyY82ck .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ccd2b2;
}
.cid-rNgyyY82ck .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-rNgyyY82ck .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-rNgyyY82ck .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-rNgyyY82ck .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-rNgyyY82ck .mbr-gallery-item:hover .style_overlay {
  background: #55b4d4;
  opacity: 0.5;
  transition: all .5s;
}
.cid-rNgyyY82ck .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-rNgyyY82ck .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNgyyY82ck .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rNgyyY82ck LI {
  color: #674845;
}
.cid-rNgyyY82ck .sidebar-title {
  color: #674845;
}
@media (max-width: 576px) {
  .cid-rNgyyY82ck .mbr-shop .mbr-gallery-item,
  .cid-rNgyyY82ck .wrapper-shop-items,
  .cid-rNgyyY82ck .sidebar-block,
  .cid-rNgyyY82ck .sidebar-title,
  .cid-rNgyyY82ck .sidebar,
  .cid-rNgyyY82ck .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rNgyyY82ck .filter-cost {
    max-width: 100%!important;
  }
  .cid-rNgyyY82ck .range-slider,
  .cid-rNgyyY82ck .categories,
  .cid-rNgyyY82ck .bestseller-block {
    text-align: center;
  }
}
