body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Neonderthaw', handwriting;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #986b28 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #986b28 !important;
  border-color: #986b28 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #533b16 !important;
  border-color: #533b16 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #533b16 !important;
  border-color: #533b16 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #986b28;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #533b16 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #986b28 !important;
  border-color: #986b28 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #986b28 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #473213 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #986b28;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7ab68;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tBzZcl5Dao .navbar-dropdown {
  position: relative !important;
}
.cid-tBzZcl5Dao .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tBzZcl5Dao .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tBzZcl5Dao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tBzZcl5Dao .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tBzZcl5Dao .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tBzZcl5Dao .container {
    padding: 0 1rem;
  }
}
.cid-tBzZcl5Dao .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tBzZcl5Dao .nav-link {
  position: relative;
}
.cid-tBzZcl5Dao .nav-link:hover {
  color: #986b28 !important;
}
.cid-tBzZcl5Dao .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBzZcl5Dao .navbar.opened {
  transition: all 0.3s;
}
.cid-tBzZcl5Dao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBzZcl5Dao .navbar .navbar-logo img {
  width: auto;
}
.cid-tBzZcl5Dao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBzZcl5Dao .navbar.collapsed {
  justify-content: center;
}
.cid-tBzZcl5Dao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBzZcl5Dao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBzZcl5Dao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tBzZcl5Dao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBzZcl5Dao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBzZcl5Dao .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBzZcl5Dao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBzZcl5Dao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBzZcl5Dao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBzZcl5Dao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBzZcl5Dao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBzZcl5Dao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBzZcl5Dao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBzZcl5Dao .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBzZcl5Dao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBzZcl5Dao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBzZcl5Dao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBzZcl5Dao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBzZcl5Dao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBzZcl5Dao .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBzZcl5Dao .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBzZcl5Dao .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBzZcl5Dao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBzZcl5Dao .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBzZcl5Dao .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBzZcl5Dao .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBzZcl5Dao .dropdown-item:hover,
.cid-tBzZcl5Dao .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tBzZcl5Dao .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBzZcl5Dao .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBzZcl5Dao .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tBzZcl5Dao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBzZcl5Dao .dropdown-menu,
.cid-tBzZcl5Dao .navbar.opened {
  background: #ffffff !important;
}
.cid-tBzZcl5Dao .nav-item:focus,
.cid-tBzZcl5Dao .nav-link:focus {
  outline: none;
}
.cid-tBzZcl5Dao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBzZcl5Dao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBzZcl5Dao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBzZcl5Dao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBzZcl5Dao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBzZcl5Dao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBzZcl5Dao .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBzZcl5Dao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBzZcl5Dao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBzZcl5Dao .dropdown-item.active,
.cid-tBzZcl5Dao .dropdown-item:active {
  background-color: transparent;
}
.cid-tBzZcl5Dao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBzZcl5Dao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBzZcl5Dao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBzZcl5Dao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBzZcl5Dao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBzZcl5Dao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBzZcl5Dao ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBzZcl5Dao .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBzZcl5Dao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBzZcl5Dao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tBzZcl5Dao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBzZcl5Dao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBzZcl5Dao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBzZcl5Dao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBzZcl5Dao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBzZcl5Dao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBzZcl5Dao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBzZcl5Dao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBzZcl5Dao .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBzZcl5Dao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBzZcl5Dao .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBzZcl5Dao .navbar {
    height: 70px;
  }
  .cid-tBzZcl5Dao .navbar.opened {
    height: auto;
  }
  .cid-tBzZcl5Dao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBMZF80gX6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-6.jpg");
}
.cid-tBMZF80gX6 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tBMZF80gX6 .mbr-text,
.cid-tBMZF80gX6 .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tBMZF80gX6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNt0nlDqBs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tNt0nlDqBs img,
.cid-tNt0nlDqBs .item-img {
  width: 100%;
}
.cid-tNt0nlDqBs .item:focus,
.cid-tNt0nlDqBs span:focus {
  outline: none;
}
.cid-tNt0nlDqBs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-tNt0nlDqBs .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tNt0nlDqBs .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-tNt0nlDqBs .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-tNt0nlDqBs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNt0nlDqBs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNt0nlDqBs .item-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tNt0nlDqBs .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tNt0nlDqBs .mbr-text {
  text-align: left;
}
.cid-tNt0nlDqBs .item-footer {
  margin-top: 14px;
}
.cid-tNt0nlDqBs .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-tNt0nlDqBs .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-tNt0nlDqBs .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-tNt0nlDqBs .mbr-section-btn {
  margin-top: 30px;
}
.cid-tNt0nlDqBs .mbr-text,
.cid-tNt0nlDqBs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNt0nlDqBs .item-title DIV {
  text-align: center;
}
.cid-tBO8xIOcl1 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tBO8xIOcl1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tBO8xIOcl1 .row {
  border-bottom: 1px solid #808080;
}
.cid-tBO8xIOcl1 H2 {
  color: #e7272d;
}
.cid-tBO8xIOcl1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tBO8xIOcl1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tBO8xIOcl1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tBO8xIOcl1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tBO8xIOcl1 .col-lg-12 {
  overflow: hidden;
}
.cid-tBO8xIOcl1 H4 {
  color: #fbbe36;
}
.cid-tBO8xIOcl1 .mbr-text,
.cid-tBO8xIOcl1 .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBO8xIOcl1 .logo-wrap:before {
    content: none;
  }
  .cid-tBO8xIOcl1 .logo-wrap:after {
    content: none;
  }
}
.cid-tBO8xIOcl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBO8xIOcl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBO8xIOcl1 H3 {
  color: #ffe885;
}
.cid-tLwFR56CMb .navbar-dropdown {
  position: relative !important;
}
.cid-tLwFR56CMb .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tLwFR56CMb .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tLwFR56CMb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tLwFR56CMb .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tLwFR56CMb .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tLwFR56CMb .container {
    padding: 0 1rem;
  }
}
.cid-tLwFR56CMb .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tLwFR56CMb .nav-link {
  position: relative;
}
.cid-tLwFR56CMb .nav-link:hover {
  color: #986b28 !important;
}
.cid-tLwFR56CMb .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tLwFR56CMb .navbar.opened {
  transition: all 0.3s;
}
.cid-tLwFR56CMb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLwFR56CMb .navbar .navbar-logo img {
  width: auto;
}
.cid-tLwFR56CMb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLwFR56CMb .navbar.collapsed {
  justify-content: center;
}
.cid-tLwFR56CMb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLwFR56CMb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLwFR56CMb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tLwFR56CMb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLwFR56CMb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLwFR56CMb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLwFR56CMb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLwFR56CMb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLwFR56CMb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLwFR56CMb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLwFR56CMb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLwFR56CMb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLwFR56CMb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLwFR56CMb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLwFR56CMb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLwFR56CMb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLwFR56CMb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLwFR56CMb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLwFR56CMb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLwFR56CMb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLwFR56CMb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLwFR56CMb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLwFR56CMb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLwFR56CMb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLwFR56CMb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLwFR56CMb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLwFR56CMb .dropdown-item:hover,
.cid-tLwFR56CMb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tLwFR56CMb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLwFR56CMb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLwFR56CMb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tLwFR56CMb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLwFR56CMb .dropdown-menu,
.cid-tLwFR56CMb .navbar.opened {
  background: #ffffff !important;
}
.cid-tLwFR56CMb .nav-item:focus,
.cid-tLwFR56CMb .nav-link:focus {
  outline: none;
}
.cid-tLwFR56CMb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLwFR56CMb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLwFR56CMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLwFR56CMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLwFR56CMb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLwFR56CMb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLwFR56CMb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLwFR56CMb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLwFR56CMb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLwFR56CMb .dropdown-item.active,
.cid-tLwFR56CMb .dropdown-item:active {
  background-color: transparent;
}
.cid-tLwFR56CMb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLwFR56CMb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLwFR56CMb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLwFR56CMb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLwFR56CMb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLwFR56CMb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLwFR56CMb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLwFR56CMb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLwFR56CMb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLwFR56CMb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tLwFR56CMb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLwFR56CMb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLwFR56CMb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLwFR56CMb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLwFR56CMb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLwFR56CMb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLwFR56CMb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLwFR56CMb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLwFR56CMb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLwFR56CMb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLwFR56CMb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLwFR56CMb .navbar {
    height: 70px;
  }
  .cid-tLwFR56CMb .navbar.opened {
    height: auto;
  }
  .cid-tLwFR56CMb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLwFR5yEoF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-9.jpg");
}
.cid-tLwFR5yEoF .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tLwFR5yEoF .mbr-text,
.cid-tLwFR5yEoF .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tLwFR5yEoF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWxGNzfNaU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWxGNzfNaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxGNzfNaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tWxGNzfNaU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWxGNzfNaU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWxGNzfNaU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tWxGNzfNaU .item-wrapper {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.cid-tWxGNzfNaU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWxGNzfNaU .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tWxGNzfNaU .mbr-text {
  color: #000000;
}
.cid-tWxGNzfNaU .card-title {
  color: #000000;
}
.cid-tLwFR6tAig {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tLwFR6tAig .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tLwFR6tAig .row {
  border-bottom: 1px solid #808080;
}
.cid-tLwFR6tAig H2 {
  color: #e7272d;
}
.cid-tLwFR6tAig .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tLwFR6tAig .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tLwFR6tAig .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tLwFR6tAig .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tLwFR6tAig .col-lg-12 {
  overflow: hidden;
}
.cid-tLwFR6tAig H4 {
  color: #fbbe36;
}
.cid-tLwFR6tAig .mbr-text,
.cid-tLwFR6tAig .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLwFR6tAig .logo-wrap:before {
    content: none;
  }
  .cid-tLwFR6tAig .logo-wrap:after {
    content: none;
  }
}
.cid-tLwFR6tAig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwFR6tAig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwFR6tAig H3 {
  color: #ffe885;
}
.cid-tMIGkRj29I .navbar-dropdown {
  position: relative !important;
}
.cid-tMIGkRj29I .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tMIGkRj29I .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tMIGkRj29I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tMIGkRj29I .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tMIGkRj29I .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tMIGkRj29I .container {
    padding: 0 1rem;
  }
}
.cid-tMIGkRj29I .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tMIGkRj29I .nav-link {
  position: relative;
}
.cid-tMIGkRj29I .nav-link:hover {
  color: #986b28 !important;
}
.cid-tMIGkRj29I .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMIGkRj29I .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIGkRj29I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIGkRj29I .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIGkRj29I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIGkRj29I .navbar.collapsed {
  justify-content: center;
}
.cid-tMIGkRj29I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIGkRj29I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMIGkRj29I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tMIGkRj29I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIGkRj29I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIGkRj29I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMIGkRj29I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIGkRj29I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIGkRj29I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIGkRj29I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIGkRj29I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIGkRj29I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIGkRj29I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIGkRj29I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMIGkRj29I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMIGkRj29I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIGkRj29I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIGkRj29I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMIGkRj29I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIGkRj29I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIGkRj29I .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMIGkRj29I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMIGkRj29I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMIGkRj29I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIGkRj29I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIGkRj29I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMIGkRj29I .dropdown-item:hover,
.cid-tMIGkRj29I .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMIGkRj29I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIGkRj29I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIGkRj29I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tMIGkRj29I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIGkRj29I .dropdown-menu,
.cid-tMIGkRj29I .navbar.opened {
  background: #ffffff !important;
}
.cid-tMIGkRj29I .nav-item:focus,
.cid-tMIGkRj29I .nav-link:focus {
  outline: none;
}
.cid-tMIGkRj29I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIGkRj29I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIGkRj29I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIGkRj29I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIGkRj29I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIGkRj29I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIGkRj29I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMIGkRj29I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIGkRj29I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIGkRj29I .dropdown-item.active,
.cid-tMIGkRj29I .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIGkRj29I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIGkRj29I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIGkRj29I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIGkRj29I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMIGkRj29I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIGkRj29I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIGkRj29I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIGkRj29I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIGkRj29I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIGkRj29I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tMIGkRj29I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIGkRj29I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIGkRj29I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIGkRj29I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIGkRj29I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIGkRj29I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIGkRj29I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIGkRj29I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIGkRj29I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMIGkRj29I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIGkRj29I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIGkRj29I .navbar {
    height: 70px;
  }
  .cid-tMIGkRj29I .navbar.opened {
    height: auto;
  }
  .cid-tMIGkRj29I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIGkREJQt {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-9.jpg");
}
.cid-tMIGkREJQt .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tMIGkREJQt .mbr-text,
.cid-tMIGkREJQt .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tMIGkREJQt .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tMIGD5bPz4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tMIGD5bPz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIGD5bPz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIGD5bPz4 .mbr-section-title {
  color: #232323;
}
.cid-tMIGkSFgNX {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tMIGkSFgNX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tMIGkSFgNX .row {
  border-bottom: 1px solid #808080;
}
.cid-tMIGkSFgNX H2 {
  color: #e7272d;
}
.cid-tMIGkSFgNX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tMIGkSFgNX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tMIGkSFgNX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tMIGkSFgNX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tMIGkSFgNX .col-lg-12 {
  overflow: hidden;
}
.cid-tMIGkSFgNX H4 {
  color: #fbbe36;
}
.cid-tMIGkSFgNX .mbr-text,
.cid-tMIGkSFgNX .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tMIGkSFgNX .logo-wrap:before {
    content: none;
  }
  .cid-tMIGkSFgNX .logo-wrap:after {
    content: none;
  }
}
.cid-tMIGkSFgNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIGkSFgNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIGkSFgNX H3 {
  color: #ffe885;
}
.cid-tNoch5Ntrl .navbar-dropdown {
  position: relative !important;
}
.cid-tNoch5Ntrl .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tNoch5Ntrl .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tNoch5Ntrl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tNoch5Ntrl .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tNoch5Ntrl .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tNoch5Ntrl .container {
    padding: 0 1rem;
  }
}
.cid-tNoch5Ntrl .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tNoch5Ntrl .nav-link {
  position: relative;
}
.cid-tNoch5Ntrl .nav-link:hover {
  color: #986b28 !important;
}
.cid-tNoch5Ntrl .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNoch5Ntrl .navbar.opened {
  transition: all 0.3s;
}
.cid-tNoch5Ntrl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNoch5Ntrl .navbar .navbar-logo img {
  width: auto;
}
.cid-tNoch5Ntrl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNoch5Ntrl .navbar.collapsed {
  justify-content: center;
}
.cid-tNoch5Ntrl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNoch5Ntrl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNoch5Ntrl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tNoch5Ntrl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNoch5Ntrl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNoch5Ntrl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNoch5Ntrl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNoch5Ntrl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNoch5Ntrl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNoch5Ntrl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNoch5Ntrl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNoch5Ntrl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNoch5Ntrl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNoch5Ntrl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNoch5Ntrl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNoch5Ntrl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNoch5Ntrl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNoch5Ntrl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNoch5Ntrl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNoch5Ntrl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNoch5Ntrl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNoch5Ntrl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNoch5Ntrl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNoch5Ntrl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNoch5Ntrl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNoch5Ntrl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNoch5Ntrl .dropdown-item:hover,
.cid-tNoch5Ntrl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tNoch5Ntrl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNoch5Ntrl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNoch5Ntrl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tNoch5Ntrl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNoch5Ntrl .dropdown-menu,
.cid-tNoch5Ntrl .navbar.opened {
  background: #ffffff !important;
}
.cid-tNoch5Ntrl .nav-item:focus,
.cid-tNoch5Ntrl .nav-link:focus {
  outline: none;
}
.cid-tNoch5Ntrl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNoch5Ntrl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNoch5Ntrl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNoch5Ntrl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNoch5Ntrl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNoch5Ntrl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNoch5Ntrl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNoch5Ntrl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNoch5Ntrl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNoch5Ntrl .dropdown-item.active,
.cid-tNoch5Ntrl .dropdown-item:active {
  background-color: transparent;
}
.cid-tNoch5Ntrl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNoch5Ntrl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNoch5Ntrl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNoch5Ntrl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNoch5Ntrl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNoch5Ntrl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNoch5Ntrl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNoch5Ntrl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNoch5Ntrl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNoch5Ntrl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tNoch5Ntrl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNoch5Ntrl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNoch5Ntrl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNoch5Ntrl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNoch5Ntrl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNoch5Ntrl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNoch5Ntrl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNoch5Ntrl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNoch5Ntrl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNoch5Ntrl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNoch5Ntrl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNoch5Ntrl .navbar {
    height: 70px;
  }
  .cid-tNoch5Ntrl .navbar.opened {
    height: auto;
  }
  .cid-tNoch5Ntrl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNoch6l34I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-6.jpg");
}
.cid-tNoch6l34I .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tNoch6l34I .mbr-text,
.cid-tNoch6l34I .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tNoch6l34I .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNogUi7IJa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNogUi7IJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNogUi7IJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tNogUi7IJa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tNogUi7IJa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNogUi7IJa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tNogUi7IJa .item-wrapper {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.cid-tNogUi7IJa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNogUi7IJa .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tNogUi7IJa .mbr-text {
  color: #000000;
}
.cid-tNogUi7IJa .card-title {
  color: #000000;
}
.cid-tNoch7JQoQ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tNoch7JQoQ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tNoch7JQoQ .row {
  border-bottom: 1px solid #808080;
}
.cid-tNoch7JQoQ H2 {
  color: #e7272d;
}
.cid-tNoch7JQoQ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tNoch7JQoQ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tNoch7JQoQ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tNoch7JQoQ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tNoch7JQoQ .col-lg-12 {
  overflow: hidden;
}
.cid-tNoch7JQoQ H4 {
  color: #fbbe36;
}
.cid-tNoch7JQoQ .mbr-text,
.cid-tNoch7JQoQ .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tNoch7JQoQ .logo-wrap:before {
    content: none;
  }
  .cid-tNoch7JQoQ .logo-wrap:after {
    content: none;
  }
}
.cid-tNoch7JQoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNoch7JQoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNoch7JQoQ H3 {
  color: #ffe885;
}
.cid-tNqiGRcFsX .navbar-dropdown {
  position: relative !important;
}
.cid-tNqiGRcFsX .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tNqiGRcFsX .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tNqiGRcFsX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tNqiGRcFsX .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tNqiGRcFsX .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tNqiGRcFsX .container {
    padding: 0 1rem;
  }
}
.cid-tNqiGRcFsX .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tNqiGRcFsX .nav-link {
  position: relative;
}
.cid-tNqiGRcFsX .nav-link:hover {
  color: #986b28 !important;
}
.cid-tNqiGRcFsX .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNqiGRcFsX .navbar.opened {
  transition: all 0.3s;
}
.cid-tNqiGRcFsX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNqiGRcFsX .navbar .navbar-logo img {
  width: auto;
}
.cid-tNqiGRcFsX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNqiGRcFsX .navbar.collapsed {
  justify-content: center;
}
.cid-tNqiGRcFsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNqiGRcFsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNqiGRcFsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tNqiGRcFsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNqiGRcFsX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNqiGRcFsX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNqiGRcFsX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNqiGRcFsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNqiGRcFsX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNqiGRcFsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNqiGRcFsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNqiGRcFsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNqiGRcFsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNqiGRcFsX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNqiGRcFsX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNqiGRcFsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNqiGRcFsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNqiGRcFsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNqiGRcFsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNqiGRcFsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNqiGRcFsX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNqiGRcFsX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNqiGRcFsX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNqiGRcFsX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNqiGRcFsX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNqiGRcFsX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNqiGRcFsX .dropdown-item:hover,
.cid-tNqiGRcFsX .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tNqiGRcFsX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNqiGRcFsX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNqiGRcFsX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tNqiGRcFsX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNqiGRcFsX .dropdown-menu,
.cid-tNqiGRcFsX .navbar.opened {
  background: #ffffff !important;
}
.cid-tNqiGRcFsX .nav-item:focus,
.cid-tNqiGRcFsX .nav-link:focus {
  outline: none;
}
.cid-tNqiGRcFsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNqiGRcFsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNqiGRcFsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNqiGRcFsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNqiGRcFsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNqiGRcFsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNqiGRcFsX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNqiGRcFsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNqiGRcFsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNqiGRcFsX .dropdown-item.active,
.cid-tNqiGRcFsX .dropdown-item:active {
  background-color: transparent;
}
.cid-tNqiGRcFsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNqiGRcFsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNqiGRcFsX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNqiGRcFsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNqiGRcFsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNqiGRcFsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNqiGRcFsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNqiGRcFsX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNqiGRcFsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNqiGRcFsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tNqiGRcFsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNqiGRcFsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNqiGRcFsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNqiGRcFsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNqiGRcFsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNqiGRcFsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNqiGRcFsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNqiGRcFsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNqiGRcFsX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNqiGRcFsX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNqiGRcFsX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNqiGRcFsX .navbar {
    height: 70px;
  }
  .cid-tNqiGRcFsX .navbar.opened {
    height: auto;
  }
  .cid-tNqiGRcFsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNqiGRAuQo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-6.jpg");
}
.cid-tNqiGRAuQo .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tNqiGRAuQo .mbr-text,
.cid-tNqiGRAuQo .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tNqiGRAuQo .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNqiGRXh9M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tNqiGRXh9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNqiGRXh9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tNqiGRXh9M .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tNqiGRXh9M .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNqiGRXh9M .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tNqiGRXh9M .item-wrapper {
  border-radius: 4px;
  background-color: #f2f2f2;
}
.cid-tNqiGRXh9M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNqiGRXh9M .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tNqiGRXh9M .mbr-text {
  color: #000000;
}
.cid-tNqiGRXh9M .card-title {
  color: #000000;
}
.cid-tNqiGSsAXs {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tNqiGSsAXs .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tNqiGSsAXs .row {
  border-bottom: 1px solid #808080;
}
.cid-tNqiGSsAXs H2 {
  color: #e7272d;
}
.cid-tNqiGSsAXs .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tNqiGSsAXs .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tNqiGSsAXs .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tNqiGSsAXs .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tNqiGSsAXs .col-lg-12 {
  overflow: hidden;
}
.cid-tNqiGSsAXs H4 {
  color: #fbbe36;
}
.cid-tNqiGSsAXs .mbr-text,
.cid-tNqiGSsAXs .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tNqiGSsAXs .logo-wrap:before {
    content: none;
  }
  .cid-tNqiGSsAXs .logo-wrap:after {
    content: none;
  }
}
.cid-tNqiGSsAXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNqiGSsAXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNqiGSsAXs H3 {
  color: #ffe885;
}
.cid-tWxIfBLSzs .navbar-dropdown {
  position: relative !important;
}
.cid-tWxIfBLSzs .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tWxIfBLSzs .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tWxIfBLSzs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tWxIfBLSzs .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tWxIfBLSzs .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tWxIfBLSzs .container {
    padding: 0 1rem;
  }
}
.cid-tWxIfBLSzs .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tWxIfBLSzs .nav-link {
  position: relative;
}
.cid-tWxIfBLSzs .nav-link:hover {
  color: #986b28 !important;
}
.cid-tWxIfBLSzs .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWxIfBLSzs .navbar.opened {
  transition: all 0.3s;
}
.cid-tWxIfBLSzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWxIfBLSzs .navbar .navbar-logo img {
  width: auto;
}
.cid-tWxIfBLSzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWxIfBLSzs .navbar.collapsed {
  justify-content: center;
}
.cid-tWxIfBLSzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWxIfBLSzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWxIfBLSzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWxIfBLSzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWxIfBLSzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWxIfBLSzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWxIfBLSzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWxIfBLSzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWxIfBLSzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWxIfBLSzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWxIfBLSzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWxIfBLSzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWxIfBLSzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWxIfBLSzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWxIfBLSzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWxIfBLSzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWxIfBLSzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWxIfBLSzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWxIfBLSzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWxIfBLSzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWxIfBLSzs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWxIfBLSzs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWxIfBLSzs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWxIfBLSzs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxIfBLSzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWxIfBLSzs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWxIfBLSzs .dropdown-item:hover,
.cid-tWxIfBLSzs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tWxIfBLSzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWxIfBLSzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWxIfBLSzs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tWxIfBLSzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWxIfBLSzs .dropdown-menu,
.cid-tWxIfBLSzs .navbar.opened {
  background: #ffffff !important;
}
.cid-tWxIfBLSzs .nav-item:focus,
.cid-tWxIfBLSzs .nav-link:focus {
  outline: none;
}
.cid-tWxIfBLSzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWxIfBLSzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWxIfBLSzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWxIfBLSzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxIfBLSzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWxIfBLSzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWxIfBLSzs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWxIfBLSzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWxIfBLSzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWxIfBLSzs .dropdown-item.active,
.cid-tWxIfBLSzs .dropdown-item:active {
  background-color: transparent;
}
.cid-tWxIfBLSzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWxIfBLSzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWxIfBLSzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWxIfBLSzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWxIfBLSzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWxIfBLSzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWxIfBLSzs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWxIfBLSzs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWxIfBLSzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWxIfBLSzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tWxIfBLSzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWxIfBLSzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxIfBLSzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxIfBLSzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWxIfBLSzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxIfBLSzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWxIfBLSzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWxIfBLSzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxIfBLSzs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWxIfBLSzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWxIfBLSzs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWxIfBLSzs .navbar {
    height: 70px;
  }
  .cid-tWxIfBLSzs .navbar.opened {
    height: auto;
  }
  .cid-tWxIfBLSzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWxIfCf5FC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-6.jpg");
}
.cid-tWxIfCf5FC .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tWxIfCf5FC .mbr-text,
.cid-tWxIfCf5FC .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tWxIfCf5FC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWDn9UXnuV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWDn9UXnuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWDn9UXnuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tWDn9UXnuV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWDn9UXnuV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWDn9UXnuV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tWDn9UXnuV .item-wrapper {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.cid-tWDn9UXnuV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWDn9UXnuV .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tWDn9UXnuV .mbr-text {
  color: #000000;
}
.cid-tWDn9UXnuV .card-title {
  color: #000000;
}
.cid-tWxIfCTwpL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tWxIfCTwpL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tWxIfCTwpL .row {
  border-bottom: 1px solid #808080;
}
.cid-tWxIfCTwpL H2 {
  color: #e7272d;
}
.cid-tWxIfCTwpL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tWxIfCTwpL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tWxIfCTwpL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxIfCTwpL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxIfCTwpL .col-lg-12 {
  overflow: hidden;
}
.cid-tWxIfCTwpL H4 {
  color: #fbbe36;
}
.cid-tWxIfCTwpL .mbr-text,
.cid-tWxIfCTwpL .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWxIfCTwpL .logo-wrap:before {
    content: none;
  }
  .cid-tWxIfCTwpL .logo-wrap:after {
    content: none;
  }
}
.cid-tWxIfCTwpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxIfCTwpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxIfCTwpL H3 {
  color: #ffe885;
}
.cid-tWxJgwZz12 .navbar-dropdown {
  position: relative !important;
}
.cid-tWxJgwZz12 .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tWxJgwZz12 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tWxJgwZz12 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tWxJgwZz12 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tWxJgwZz12 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tWxJgwZz12 .container {
    padding: 0 1rem;
  }
}
.cid-tWxJgwZz12 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tWxJgwZz12 .nav-link {
  position: relative;
}
.cid-tWxJgwZz12 .nav-link:hover {
  color: #986b28 !important;
}
.cid-tWxJgwZz12 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWxJgwZz12 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWxJgwZz12 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWxJgwZz12 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWxJgwZz12 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWxJgwZz12 .navbar.collapsed {
  justify-content: center;
}
.cid-tWxJgwZz12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWxJgwZz12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWxJgwZz12 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWxJgwZz12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWxJgwZz12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWxJgwZz12 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWxJgwZz12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWxJgwZz12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWxJgwZz12 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWxJgwZz12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWxJgwZz12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWxJgwZz12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWxJgwZz12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWxJgwZz12 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWxJgwZz12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWxJgwZz12 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWxJgwZz12 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWxJgwZz12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWxJgwZz12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWxJgwZz12 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWxJgwZz12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWxJgwZz12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWxJgwZz12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWxJgwZz12 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxJgwZz12 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWxJgwZz12 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWxJgwZz12 .dropdown-item:hover,
.cid-tWxJgwZz12 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tWxJgwZz12 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWxJgwZz12 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWxJgwZz12 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tWxJgwZz12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWxJgwZz12 .dropdown-menu,
.cid-tWxJgwZz12 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWxJgwZz12 .nav-item:focus,
.cid-tWxJgwZz12 .nav-link:focus {
  outline: none;
}
.cid-tWxJgwZz12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWxJgwZz12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWxJgwZz12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWxJgwZz12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxJgwZz12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWxJgwZz12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWxJgwZz12 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWxJgwZz12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWxJgwZz12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWxJgwZz12 .dropdown-item.active,
.cid-tWxJgwZz12 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWxJgwZz12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWxJgwZz12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWxJgwZz12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWxJgwZz12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWxJgwZz12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWxJgwZz12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWxJgwZz12 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWxJgwZz12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWxJgwZz12 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWxJgwZz12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tWxJgwZz12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWxJgwZz12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxJgwZz12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxJgwZz12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWxJgwZz12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxJgwZz12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWxJgwZz12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWxJgwZz12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxJgwZz12 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWxJgwZz12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWxJgwZz12 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWxJgwZz12 .navbar {
    height: 70px;
  }
  .cid-tWxJgwZz12 .navbar.opened {
    height: auto;
  }
  .cid-tWxJgwZz12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWxJgxqLkA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-6.jpg");
}
.cid-tWxJgxqLkA .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tWxJgxqLkA .mbr-text,
.cid-tWxJgxqLkA .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tWxJgxqLkA .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWDnOHcGwo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWDnOHcGwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWDnOHcGwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tWDnOHcGwo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWDnOHcGwo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWDnOHcGwo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tWDnOHcGwo .item-wrapper {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.cid-tWDnOHcGwo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWDnOHcGwo .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tWDnOHcGwo .mbr-text {
  color: #000000;
}
.cid-tWDnOHcGwo .card-title {
  color: #000000;
}
.cid-tWxJgy4L6T {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tWxJgy4L6T .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tWxJgy4L6T .row {
  border-bottom: 1px solid #808080;
}
.cid-tWxJgy4L6T H2 {
  color: #e7272d;
}
.cid-tWxJgy4L6T .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tWxJgy4L6T .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tWxJgy4L6T .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxJgy4L6T .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxJgy4L6T .col-lg-12 {
  overflow: hidden;
}
.cid-tWxJgy4L6T H4 {
  color: #fbbe36;
}
.cid-tWxJgy4L6T .mbr-text,
.cid-tWxJgy4L6T .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWxJgy4L6T .logo-wrap:before {
    content: none;
  }
  .cid-tWxJgy4L6T .logo-wrap:after {
    content: none;
  }
}
.cid-tWxJgy4L6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxJgy4L6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxJgy4L6T H3 {
  color: #ffe885;
}
.cid-tWxK4XlvCB .navbar-dropdown {
  position: relative !important;
}
.cid-tWxK4XlvCB .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tWxK4XlvCB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tWxK4XlvCB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tWxK4XlvCB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tWxK4XlvCB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tWxK4XlvCB .container {
    padding: 0 1rem;
  }
}
.cid-tWxK4XlvCB .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tWxK4XlvCB .nav-link {
  position: relative;
}
.cid-tWxK4XlvCB .nav-link:hover {
  color: #986b28 !important;
}
.cid-tWxK4XlvCB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWxK4XlvCB .navbar.opened {
  transition: all 0.3s;
}
.cid-tWxK4XlvCB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWxK4XlvCB .navbar .navbar-logo img {
  width: auto;
}
.cid-tWxK4XlvCB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWxK4XlvCB .navbar.collapsed {
  justify-content: center;
}
.cid-tWxK4XlvCB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWxK4XlvCB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWxK4XlvCB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWxK4XlvCB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWxK4XlvCB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWxK4XlvCB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWxK4XlvCB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWxK4XlvCB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWxK4XlvCB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWxK4XlvCB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWxK4XlvCB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWxK4XlvCB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWxK4XlvCB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWxK4XlvCB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWxK4XlvCB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWxK4XlvCB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWxK4XlvCB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWxK4XlvCB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWxK4XlvCB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWxK4XlvCB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWxK4XlvCB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWxK4XlvCB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWxK4XlvCB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWxK4XlvCB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxK4XlvCB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWxK4XlvCB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWxK4XlvCB .dropdown-item:hover,
.cid-tWxK4XlvCB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tWxK4XlvCB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWxK4XlvCB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWxK4XlvCB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tWxK4XlvCB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWxK4XlvCB .dropdown-menu,
.cid-tWxK4XlvCB .navbar.opened {
  background: #ffffff !important;
}
.cid-tWxK4XlvCB .nav-item:focus,
.cid-tWxK4XlvCB .nav-link:focus {
  outline: none;
}
.cid-tWxK4XlvCB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWxK4XlvCB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWxK4XlvCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWxK4XlvCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxK4XlvCB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWxK4XlvCB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWxK4XlvCB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWxK4XlvCB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWxK4XlvCB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWxK4XlvCB .dropdown-item.active,
.cid-tWxK4XlvCB .dropdown-item:active {
  background-color: transparent;
}
.cid-tWxK4XlvCB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWxK4XlvCB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWxK4XlvCB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWxK4XlvCB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWxK4XlvCB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWxK4XlvCB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWxK4XlvCB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWxK4XlvCB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWxK4XlvCB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWxK4XlvCB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tWxK4XlvCB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWxK4XlvCB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxK4XlvCB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxK4XlvCB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWxK4XlvCB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxK4XlvCB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWxK4XlvCB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWxK4XlvCB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxK4XlvCB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWxK4XlvCB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWxK4XlvCB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWxK4XlvCB .navbar {
    height: 70px;
  }
  .cid-tWxK4XlvCB .navbar.opened {
    height: auto;
  }
  .cid-tWxK4XlvCB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWxK4XWCw9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hairy-6.jpg");
}
.cid-tWxK4XWCw9 .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-tWxK4XWCw9 .mbr-text,
.cid-tWxK4XWCw9 .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-tWxK4XWCw9 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWDo3ELzIw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWDo3ELzIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWDo3ELzIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tWDo3ELzIw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWDo3ELzIw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWDo3ELzIw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tWDo3ELzIw .item-wrapper {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.cid-tWDo3ELzIw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWDo3ELzIw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tWDo3ELzIw .mbr-text {
  color: #000000;
}
.cid-tWDo3ELzIw .card-title {
  color: #000000;
}
.cid-tWxK4YBHzG {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tWxK4YBHzG .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tWxK4YBHzG .row {
  border-bottom: 1px solid #808080;
}
.cid-tWxK4YBHzG H2 {
  color: #e7272d;
}
.cid-tWxK4YBHzG .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tWxK4YBHzG .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tWxK4YBHzG .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxK4YBHzG .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxK4YBHzG .col-lg-12 {
  overflow: hidden;
}
.cid-tWxK4YBHzG H4 {
  color: #fbbe36;
}
.cid-tWxK4YBHzG .mbr-text,
.cid-tWxK4YBHzG .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWxK4YBHzG .logo-wrap:before {
    content: none;
  }
  .cid-tWxK4YBHzG .logo-wrap:after {
    content: none;
  }
}
.cid-tWxK4YBHzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxK4YBHzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxK4YBHzG H3 {
  color: #ffe885;
}
.cid-tWxSxXaOtR .navbar-dropdown {
  position: relative !important;
}
.cid-tWxSxXaOtR .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tWxSxXaOtR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tWxSxXaOtR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tWxSxXaOtR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tWxSxXaOtR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tWxSxXaOtR .container {
    padding: 0 1rem;
  }
}
.cid-tWxSxXaOtR .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fde686;
}
.cid-tWxSxXaOtR .nav-link {
  position: relative;
}
.cid-tWxSxXaOtR .nav-link:hover {
  color: #986b28 !important;
}
.cid-tWxSxXaOtR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWxSxXaOtR .navbar.opened {
  transition: all 0.3s;
}
.cid-tWxSxXaOtR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWxSxXaOtR .navbar .navbar-logo img {
  width: auto;
}
.cid-tWxSxXaOtR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWxSxXaOtR .navbar.collapsed {
  justify-content: center;
}
.cid-tWxSxXaOtR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWxSxXaOtR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWxSxXaOtR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWxSxXaOtR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWxSxXaOtR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWxSxXaOtR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWxSxXaOtR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWxSxXaOtR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWxSxXaOtR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWxSxXaOtR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWxSxXaOtR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWxSxXaOtR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWxSxXaOtR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWxSxXaOtR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tWxSxXaOtR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWxSxXaOtR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWxSxXaOtR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWxSxXaOtR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWxSxXaOtR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWxSxXaOtR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWxSxXaOtR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWxSxXaOtR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWxSxXaOtR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWxSxXaOtR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxSxXaOtR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWxSxXaOtR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWxSxXaOtR .dropdown-item:hover,
.cid-tWxSxXaOtR .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tWxSxXaOtR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWxSxXaOtR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWxSxXaOtR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tWxSxXaOtR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWxSxXaOtR .dropdown-menu,
.cid-tWxSxXaOtR .navbar.opened {
  background: #ffffff !important;
}
.cid-tWxSxXaOtR .nav-item:focus,
.cid-tWxSxXaOtR .nav-link:focus {
  outline: none;
}
.cid-tWxSxXaOtR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWxSxXaOtR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWxSxXaOtR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWxSxXaOtR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWxSxXaOtR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWxSxXaOtR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWxSxXaOtR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWxSxXaOtR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWxSxXaOtR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWxSxXaOtR .dropdown-item.active,
.cid-tWxSxXaOtR .dropdown-item:active {
  background-color: transparent;
}
.cid-tWxSxXaOtR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWxSxXaOtR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWxSxXaOtR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWxSxXaOtR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWxSxXaOtR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWxSxXaOtR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWxSxXaOtR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWxSxXaOtR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWxSxXaOtR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWxSxXaOtR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4d0630;
}
.cid-tWxSxXaOtR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWxSxXaOtR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxSxXaOtR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWxSxXaOtR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWxSxXaOtR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxSxXaOtR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWxSxXaOtR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWxSxXaOtR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWxSxXaOtR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWxSxXaOtR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWxSxXaOtR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWxSxXaOtR .navbar {
    height: 70px;
  }
  .cid-tWxSxXaOtR .navbar.opened {
    height: auto;
  }
  .cid-tWxSxXaOtR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWxT0nC72u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWxT0nC72u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxT0nC72u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxT0nC72u .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tWxT0nC72u .row {
    flex-wrap: wrap;
  }
}
.cid-tWxT0nC72u .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWxT0nC72u .text-wrap {
    margin-bottom: 50px;
  }
}
.cid-tWxT0nC72u .mbr-section-title {
  color: #829D85;
  margin-bottom: 30px;
}
.cid-tWxT0nC72u .img-wrap {
  position: relative;
  width: 100%;
}
.cid-tWxT0nC72u .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-tWxT0nC72u .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-tWxT0nC72u .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-tWxT0nC72u .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-tWxT0nC72u .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-tWxT0nC72u .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tWxT0nC72u .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tWxT0nC72u form {
  width: 100%;
}
.cid-tWxT0nC72u form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tWxT0nC72u form p {
  color: #353535;
}
.cid-tWxT0nC72u form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tWxT0nC72u form .mbr-section-btn .btn:before {
  transform: rotate(0);
  border-radius: 60px;
  background: transparent;
}
.cid-tWxT0nC72u form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-tWxT0nC72u form .form-group {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
.cid-tWxT0nC72u form .form-control {
  height: 60px;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 18px;
  color: #353535;
  font-weight: 500;
  transition: .3s;
}
.cid-tWxT0nC72u form .form-control::-webkit-input-placeholder {
  color: #6C6C6C;
}
.cid-tWxT0nC72u form .form-control::-moz-placeholder {
  color: #6C6C6C;
}
.cid-tWxT0nC72u form .form-control:-moz-placeholder {
  color: #6C6C6C;
}
.cid-tWxT0nC72u form .form-control:-ms-input-placeholder {
  color: #6C6C6C;
}
.cid-tWxT0nC72u form select {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form textarea {
  height: 150px !important;
  min-height: 150px !important;
  padding: 20px;
  resize: none;
}
.cid-tWxT0nC72u form textarea::-webkit-input-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form textarea::-moz-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form textarea:-moz-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form textarea:-ms-input-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form input,
.cid-tWxT0nC72u form textarea {
  transition: .4s all;
}
.cid-tWxT0nC72u form input:active,
.cid-tWxT0nC72u form textarea:active,
.cid-tWxT0nC72u form input:focus,
.cid-tWxT0nC72u form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.cid-tWxT0nC72u form input:active::-webkit-input-placeholder,
.cid-tWxT0nC72u form textarea:active::-webkit-input-placeholder,
.cid-tWxT0nC72u form input:focus::-webkit-input-placeholder,
.cid-tWxT0nC72u form textarea:focus::-webkit-input-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form input:active::-moz-placeholder,
.cid-tWxT0nC72u form textarea:active::-moz-placeholder,
.cid-tWxT0nC72u form input:focus::-moz-placeholder,
.cid-tWxT0nC72u form textarea:focus::-moz-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form input:active:-moz-placeholder,
.cid-tWxT0nC72u form textarea:active:-moz-placeholder,
.cid-tWxT0nC72u form input:focus:-moz-placeholder,
.cid-tWxT0nC72u form textarea:focus:-moz-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form input:active:-ms-input-placeholder,
.cid-tWxT0nC72u form textarea:active:-ms-input-placeholder,
.cid-tWxT0nC72u form input:focus:-ms-input-placeholder,
.cid-tWxT0nC72u form textarea:focus:-ms-input-placeholder {
  color: #6C6C6C !important;
}
.cid-tWxT0nC72u form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tWxT0nC72u form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tWxT0nC72u form label {
  width: 100%;
  color: #353535;
  margin-bottom: 5px;
}
.cid-tWxT0nC72u form .form-check label {
  color: #353535;
}
.cid-tWxT0nC72u form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tWxT0nC72u form .form-check-input:focus,
.cid-tWxT0nC72u form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-tWxT0nC72u form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #FFFCF5 !important;
}
.cid-tWxSxYu2Vz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tWxSxYu2Vz .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tWxSxYu2Vz .row {
  border-bottom: 1px solid #808080;
}
.cid-tWxSxYu2Vz H2 {
  color: #e7272d;
}
.cid-tWxSxYu2Vz .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tWxSxYu2Vz .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tWxSxYu2Vz .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxSxYu2Vz .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tWxSxYu2Vz .col-lg-12 {
  overflow: hidden;
}
.cid-tWxSxYu2Vz H4 {
  color: #fbbe36;
}
.cid-tWxSxYu2Vz .mbr-text,
.cid-tWxSxYu2Vz .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWxSxYu2Vz .logo-wrap:before {
    content: none;
  }
  .cid-tWxSxYu2Vz .logo-wrap:after {
    content: none;
  }
}
.cid-tWxSxYu2Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxSxYu2Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxSxYu2Vz H3 {
  color: #ffe885;
}
