body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Artifika', serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Artifika', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #9c8337 !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: #757671 !important;
  border-color: #757671 !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: #494a47 !important;
  border-color: #494a47 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #494a47 !important;
  border-color: #494a47 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #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: #9c8337 !important;
  border-color: #9c8337 !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: #5c4d20 !important;
  border-color: #5c4d20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5c4d20 !important;
  border-color: #5c4d20 !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: #757671;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #494a47 !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: #757671 !important;
  border-color: #757671 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: #9c8337;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5c4d20 !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: #9c8337 !important;
  border-color: #9c8337 !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: #757671 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #9c8337 !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: #41423f !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: #1283bc !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: #51441c !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: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #9c8337;
}
.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: #ffffff;
}
.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: #d2be80;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
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: #ffffff !important;
  background: #757671 !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-tjt0tPfJGH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjt0tPfJGH .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjt0tPfJGH .mbr-text {
  color: #927a32;
}
.cid-tjt0tPp975 .navbar-dropdown {
  position: relative !important;
}
.cid-tjt0tPp975 .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-tjt0tPp975 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjt0tPp975 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjt0tPp975 .dropdown-item:hover,
.cid-tjt0tPp975 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjt0tPp975 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjt0tPp975 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjt0tPp975 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjt0tPp975 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjt0tPp975 .nav-link {
  position: relative;
}
.cid-tjt0tPp975 .container {
  display: flex;
  margin: auto;
}
.cid-tjt0tPp975 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjt0tPp975 .dropdown-menu,
.cid-tjt0tPp975 .navbar.opened {
  background: #000000 !important;
}
.cid-tjt0tPp975 .nav-item:focus,
.cid-tjt0tPp975 .nav-link:focus {
  outline: none;
}
.cid-tjt0tPp975 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjt0tPp975 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjt0tPp975 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjt0tPp975 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjt0tPp975 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjt0tPp975 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjt0tPp975 .navbar {
  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: #000000;
}
.cid-tjt0tPp975 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjt0tPp975 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjt0tPp975 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjt0tPp975 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjt0tPp975 .navbar.collapsed {
  justify-content: center;
}
.cid-tjt0tPp975 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjt0tPp975 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjt0tPp975 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjt0tPp975 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjt0tPp975 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjt0tPp975 .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-tjt0tPp975 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjt0tPp975 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjt0tPp975 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjt0tPp975 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjt0tPp975 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjt0tPp975 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjt0tPp975 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjt0tPp975 .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-tjt0tPp975 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjt0tPp975 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjt0tPp975 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjt0tPp975 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjt0tPp975 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjt0tPp975 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjt0tPp975 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjt0tPp975 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjt0tPp975 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjt0tPp975 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjt0tPp975 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjt0tPp975 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjt0tPp975 .dropdown-item.active,
.cid-tjt0tPp975 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjt0tPp975 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjt0tPp975 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjt0tPp975 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjt0tPp975 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjt0tPp975 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjt0tPp975 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjt0tPp975 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjt0tPp975 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjt0tPp975 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjt0tPp975 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjt0tPp975 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjt0tPp975 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt0tPp975 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt0tPp975 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjt0tPp975 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt0tPp975 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjt0tPp975 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjt0tPp975 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt0tPp975 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjt0tPp975 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjt0tPp975 .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-tjt0tPp975 .navbar {
    height: 70px;
  }
  .cid-tjt0tPp975 .navbar.opened {
    height: auto;
  }
  .cid-tjt0tPp975 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjt0tPGh9u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjt0tPGh9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjt0tPGh9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjt0tPGh9u .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjt0tPGh9u .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjt0tPGh9u .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjt0tPGh9u .link-wrap {
    align-items: center;
  }
}
.cid-tjt0tPGh9u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjt0tPGh9u .card-title,
.cid-tjt0tPGh9u .card-box {
  color: #000000;
}
.cid-tjt0tPT8Io {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjt0tPT8Io .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjt0tPT8Io .mbr-text {
  color: #927a32;
}
.cid-tjt0tQ2da8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjt0tQ2da8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjt0tQ2da8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tjt0tQ2da8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tjt0tQ2da8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tjt0tQ2da8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tjt0tQ2da8 .mbr-section-title {
  text-align: center;
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5KJE82o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5KJE82o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5KJE82o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5KJE82o [class^="socicon-"]:before,
.cid-tkH5KJE82o [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5KJE82o .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5KJE82o .btn-social:hover {
  background: #927a32;
}
.cid-tkH5KJE82o .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5KJE82o .mbr-section-title,
.cid-tkH5KJE82o .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5KXznIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5KXznIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5KXznIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5KXznIf .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5KXznIf .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5KXznIf .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5KXznIf .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5KXznIf .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5KXznIf .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5KXznIf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5KXznIf [class^="socicon-"]:before,
.cid-tkH5KXznIf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5LjRxfC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5LjRxfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5LjRxfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5LjRxfC .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5LjRxfC .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjt40gvpSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjt40gvpSj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjt40gvpSj .mbr-text {
  color: #927a32;
}
.cid-tjt6g9XFA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjt6g9XFA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjt6g9XFA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjt6g9XFA3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tjt6g9XFA3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tjt6g9XFA3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tjt40gE81s .navbar-dropdown {
  position: relative !important;
}
.cid-tjt40gE81s .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-tjt40gE81s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjt40gE81s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjt40gE81s .dropdown-item:hover,
.cid-tjt40gE81s .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjt40gE81s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjt40gE81s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjt40gE81s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjt40gE81s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjt40gE81s .nav-link {
  position: relative;
}
.cid-tjt40gE81s .container {
  display: flex;
  margin: auto;
}
.cid-tjt40gE81s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjt40gE81s .dropdown-menu,
.cid-tjt40gE81s .navbar.opened {
  background: #000000 !important;
}
.cid-tjt40gE81s .nav-item:focus,
.cid-tjt40gE81s .nav-link:focus {
  outline: none;
}
.cid-tjt40gE81s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjt40gE81s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjt40gE81s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjt40gE81s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjt40gE81s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjt40gE81s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjt40gE81s .navbar {
  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: #000000;
}
.cid-tjt40gE81s .navbar.opened {
  transition: all 0.3s;
}
.cid-tjt40gE81s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjt40gE81s .navbar .navbar-logo img {
  width: auto;
}
.cid-tjt40gE81s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjt40gE81s .navbar.collapsed {
  justify-content: center;
}
.cid-tjt40gE81s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjt40gE81s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjt40gE81s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjt40gE81s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjt40gE81s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjt40gE81s .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-tjt40gE81s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjt40gE81s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjt40gE81s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjt40gE81s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjt40gE81s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjt40gE81s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjt40gE81s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjt40gE81s .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-tjt40gE81s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjt40gE81s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjt40gE81s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjt40gE81s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjt40gE81s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjt40gE81s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjt40gE81s .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjt40gE81s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjt40gE81s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjt40gE81s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjt40gE81s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjt40gE81s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjt40gE81s .dropdown-item.active,
.cid-tjt40gE81s .dropdown-item:active {
  background-color: transparent;
}
.cid-tjt40gE81s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjt40gE81s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjt40gE81s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjt40gE81s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjt40gE81s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjt40gE81s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjt40gE81s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjt40gE81s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjt40gE81s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjt40gE81s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjt40gE81s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjt40gE81s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt40gE81s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt40gE81s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjt40gE81s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt40gE81s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjt40gE81s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjt40gE81s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt40gE81s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjt40gE81s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjt40gE81s .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-tjt40gE81s .navbar {
    height: 70px;
  }
  .cid-tjt40gE81s .navbar.opened {
    height: auto;
  }
  .cid-tjt40gE81s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjt40h7brV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjt40h7brV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjt40h7brV .mbr-text {
  color: #927a32;
}
.cid-tjt40hgnw4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjt40hgnw4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjt40hgnw4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tjt40hgnw4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tjt40hgnw4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tjt40hgnw4 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tjt40hgnw4 .mbr-section-title {
  text-align: center;
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH6cKvDZE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH6cKvDZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH6cKvDZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH6cKvDZE [class^="socicon-"]:before,
.cid-tkH6cKvDZE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH6cKvDZE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH6cKvDZE .btn-social:hover {
  background: #927a32;
}
.cid-tkH6cKvDZE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH6cKvDZE .mbr-section-title,
.cid-tkH6cKvDZE .mbr-social-likes {
  color: #927a32;
}
.cid-tkH6cUE5FC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH6cUE5FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH6cUE5FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH6cUE5FC .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH6cUE5FC .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH6cUE5FC .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH6cUE5FC .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH6cUE5FC .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH6cUE5FC .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH6cUE5FC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH6cUE5FC [class^="socicon-"]:before,
.cid-tkH6cUE5FC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH6d7EM3G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH6d7EM3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH6d7EM3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH6d7EM3G .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH6d7EM3G .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjtcok1mAn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjtcok1mAn img,
.cid-tjtcok1mAn .item-img {
  width: 100%;
}
.cid-tjtcok1mAn .item:focus,
.cid-tjtcok1mAn span:focus {
  outline: none;
}
.cid-tjtcok1mAn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjtcok1mAn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjtcok1mAn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tjtcok1mAn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjtcok1mAn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tjtcok1mAn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tjtcok1mAn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjtcok1mAn .mbr-section-title {
  color: #232323;
}
.cid-tjtcok1mAn .mbr-text,
.cid-tjtcok1mAn .mbr-section-btn {
  text-align: left;
}
.cid-tjtcok1mAn .item-title {
  text-align: left;
}
.cid-tjtcok1mAn .item-subtitle {
  text-align: center;
}
.cid-tm11APJsSU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tm11APJsSU .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tm1cMSozzA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm1cMSozzA img,
.cid-tm1cMSozzA .item-img {
  width: 100%;
}
.cid-tm1cMSozzA .item:focus,
.cid-tm1cMSozzA span:focus {
  outline: none;
}
.cid-tm1cMSozzA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tm1cMSozzA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tm1cMSozzA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tm1cMSozzA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm1cMSozzA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tm1cMSozzA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tm1cMSozzA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tm1cMSozzA .mbr-section-title {
  color: #232323;
}
.cid-tm1cMSozzA .mbr-text,
.cid-tm1cMSozzA .mbr-section-btn {
  text-align: left;
}
.cid-tm1cMSozzA .item-title {
  text-align: left;
}
.cid-tm1cMSozzA .item-subtitle {
  text-align: center;
}
.cid-tjQOP3AbLX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjQOP3AbLX .mbr-text {
  color: #9c8337;
}
.cid-tjQHL56QHU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjQHL56QHU img,
.cid-tjQHL56QHU .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tjQHL56QHU .item:focus,
.cid-tjQHL56QHU span:focus {
  outline: none;
}
.cid-tjQHL56QHU .item-wrapper {
  position: relative;
}
.cid-tjQHL56QHU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjQHL56QHU .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjQHL56QHU .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tjQHL56QHU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjQHL56QHU .mbr-section-title {
  color: #232323;
}
.cid-tjQHL56QHU .mbr-text,
.cid-tjQHL56QHU .mbr-section-btn {
  text-align: center;
}
.cid-tjQHL56QHU .item-title {
  text-align: center;
}
.cid-tjQHL56QHU .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tjQHL56QHU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tjQHL56QHU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tjQHL56QHU .embla__button--next,
.cid-tjQHL56QHU .embla__button--prev {
  display: flex;
}
.cid-tjQHL56QHU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tjQHL56QHU .embla__button {
    display: none;
  }
}
.cid-tjQHL56QHU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tjQHL56QHU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tjQHL56QHU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjQHL56QHU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjQHL56QHU .embla__button {
    top: auto;
  }
}
.cid-tjQHL56QHU .embla {
  position: relative;
  width: 100%;
}
.cid-tjQHL56QHU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tjQHL56QHU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tjQHL56QHU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tjQHL56QHU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tjt8Ck22tl .navbar-dropdown {
  position: relative !important;
}
.cid-tjt8Ck22tl .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-tjt8Ck22tl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjt8Ck22tl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjt8Ck22tl .dropdown-item:hover,
.cid-tjt8Ck22tl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjt8Ck22tl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjt8Ck22tl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjt8Ck22tl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjt8Ck22tl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjt8Ck22tl .nav-link {
  position: relative;
}
.cid-tjt8Ck22tl .container {
  display: flex;
  margin: auto;
}
.cid-tjt8Ck22tl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjt8Ck22tl .dropdown-menu,
.cid-tjt8Ck22tl .navbar.opened {
  background: #000000 !important;
}
.cid-tjt8Ck22tl .nav-item:focus,
.cid-tjt8Ck22tl .nav-link:focus {
  outline: none;
}
.cid-tjt8Ck22tl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjt8Ck22tl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjt8Ck22tl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjt8Ck22tl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjt8Ck22tl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjt8Ck22tl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjt8Ck22tl .navbar {
  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: #000000;
}
.cid-tjt8Ck22tl .navbar.opened {
  transition: all 0.3s;
}
.cid-tjt8Ck22tl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjt8Ck22tl .navbar .navbar-logo img {
  width: auto;
}
.cid-tjt8Ck22tl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjt8Ck22tl .navbar.collapsed {
  justify-content: center;
}
.cid-tjt8Ck22tl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjt8Ck22tl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjt8Ck22tl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjt8Ck22tl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjt8Ck22tl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjt8Ck22tl .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-tjt8Ck22tl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjt8Ck22tl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjt8Ck22tl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjt8Ck22tl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjt8Ck22tl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjt8Ck22tl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjt8Ck22tl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjt8Ck22tl .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-tjt8Ck22tl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjt8Ck22tl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjt8Ck22tl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjt8Ck22tl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjt8Ck22tl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjt8Ck22tl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjt8Ck22tl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjt8Ck22tl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjt8Ck22tl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjt8Ck22tl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjt8Ck22tl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjt8Ck22tl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjt8Ck22tl .dropdown-item.active,
.cid-tjt8Ck22tl .dropdown-item:active {
  background-color: transparent;
}
.cid-tjt8Ck22tl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjt8Ck22tl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjt8Ck22tl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjt8Ck22tl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjt8Ck22tl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjt8Ck22tl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjt8Ck22tl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjt8Ck22tl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjt8Ck22tl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjt8Ck22tl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjt8Ck22tl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjt8Ck22tl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt8Ck22tl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt8Ck22tl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjt8Ck22tl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt8Ck22tl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjt8Ck22tl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjt8Ck22tl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt8Ck22tl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjt8Ck22tl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjt8Ck22tl .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-tjt8Ck22tl .navbar {
    height: 70px;
  }
  .cid-tjt8Ck22tl .navbar.opened {
    height: auto;
  }
  .cid-tjt8Ck22tl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjubJXD336 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjubJXD336 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjubJXD336 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjubJXD336 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tjubJXD336 [class^="socicon-"]:before,
.cid-tjubJXD336 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjQNY7aKqF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjQNY7aKqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjQNY7aKqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjQNY7aKqF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tjQNY7aKqF [class^="socicon-"]:before,
.cid-tjQNY7aKqF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjQNYSioIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjQNYSioIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjQNYSioIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjQNYSioIr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tjQNYSioIr [class^="socicon-"]:before,
.cid-tjQNYSioIr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5Z2bPoQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5Z2bPoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5Z2bPoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5Z2bPoQ [class^="socicon-"]:before,
.cid-tkH5Z2bPoQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5Z2bPoQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5Z2bPoQ .btn-social:hover {
  background: #927a32;
}
.cid-tkH5Z2bPoQ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5Z2bPoQ .mbr-section-title,
.cid-tkH5Z2bPoQ .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5ZgHuf0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5ZgHuf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5ZgHuf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5ZgHuf0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5ZgHuf0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5ZgHuf0 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5ZgHuf0 .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5ZgHuf0 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5ZgHuf0 .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5ZgHuf0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5ZgHuf0 [class^="socicon-"]:before,
.cid-tkH5ZgHuf0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5ZxZUnc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5ZxZUnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5ZxZUnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5ZxZUnc .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5ZxZUnc .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjt3UpHcku {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjt3UpHcku .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjt3UpHcku .mbr-text {
  color: #927a32;
}
.cid-tjvYbDLNWy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjt3UpQONM .navbar-dropdown {
  position: relative !important;
}
.cid-tjt3UpQONM .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-tjt3UpQONM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjt3UpQONM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjt3UpQONM .dropdown-item:hover,
.cid-tjt3UpQONM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjt3UpQONM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjt3UpQONM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjt3UpQONM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjt3UpQONM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjt3UpQONM .nav-link {
  position: relative;
}
.cid-tjt3UpQONM .container {
  display: flex;
  margin: auto;
}
.cid-tjt3UpQONM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjt3UpQONM .dropdown-menu,
.cid-tjt3UpQONM .navbar.opened {
  background: #000000 !important;
}
.cid-tjt3UpQONM .nav-item:focus,
.cid-tjt3UpQONM .nav-link:focus {
  outline: none;
}
.cid-tjt3UpQONM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjt3UpQONM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjt3UpQONM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjt3UpQONM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjt3UpQONM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjt3UpQONM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjt3UpQONM .navbar {
  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: #000000;
}
.cid-tjt3UpQONM .navbar.opened {
  transition: all 0.3s;
}
.cid-tjt3UpQONM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjt3UpQONM .navbar .navbar-logo img {
  width: auto;
}
.cid-tjt3UpQONM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjt3UpQONM .navbar.collapsed {
  justify-content: center;
}
.cid-tjt3UpQONM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjt3UpQONM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjt3UpQONM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjt3UpQONM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjt3UpQONM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjt3UpQONM .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-tjt3UpQONM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjt3UpQONM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjt3UpQONM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjt3UpQONM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjt3UpQONM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjt3UpQONM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjt3UpQONM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjt3UpQONM .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-tjt3UpQONM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjt3UpQONM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjt3UpQONM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjt3UpQONM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjt3UpQONM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjt3UpQONM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjt3UpQONM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjt3UpQONM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjt3UpQONM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjt3UpQONM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjt3UpQONM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjt3UpQONM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjt3UpQONM .dropdown-item.active,
.cid-tjt3UpQONM .dropdown-item:active {
  background-color: transparent;
}
.cid-tjt3UpQONM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjt3UpQONM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjt3UpQONM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjt3UpQONM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjt3UpQONM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjt3UpQONM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjt3UpQONM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjt3UpQONM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjt3UpQONM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjt3UpQONM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjt3UpQONM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjt3UpQONM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt3UpQONM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjt3UpQONM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjt3UpQONM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt3UpQONM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjt3UpQONM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjt3UpQONM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjt3UpQONM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjt3UpQONM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjt3UpQONM .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-tjt3UpQONM .navbar {
    height: 70px;
  }
  .cid-tjt3UpQONM .navbar.opened {
    height: auto;
  }
  .cid-tjt3UpQONM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkH66Ag6JT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH66Ag6JT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH66Ag6JT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH66Ag6JT [class^="socicon-"]:before,
.cid-tkH66Ag6JT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH66Ag6JT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH66Ag6JT .btn-social:hover {
  background: #927a32;
}
.cid-tkH66Ag6JT .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH66Ag6JT .mbr-section-title,
.cid-tkH66Ag6JT .mbr-social-likes {
  color: #927a32;
}
.cid-tkH66JjBZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH66JjBZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH66JjBZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH66JjBZk .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH66JjBZk .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH66JjBZk .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH66JjBZk .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH66JjBZk .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH66JjBZk .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH66JjBZk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH66JjBZk [class^="socicon-"]:before,
.cid-tkH66JjBZk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH679x1Jv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH679x1Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH679x1Jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH679x1Jv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH679x1Jv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjtbE7Ca4P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjtbE7Ca4P .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjtbE7Ca4P .mbr-text {
  color: #927a32;
}
.cid-tjtbE7NtHk .navbar-dropdown {
  position: relative !important;
}
.cid-tjtbE7NtHk .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-tjtbE7NtHk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjtbE7NtHk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjtbE7NtHk .dropdown-item:hover,
.cid-tjtbE7NtHk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjtbE7NtHk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjtbE7NtHk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjtbE7NtHk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjtbE7NtHk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjtbE7NtHk .nav-link {
  position: relative;
}
.cid-tjtbE7NtHk .container {
  display: flex;
  margin: auto;
}
.cid-tjtbE7NtHk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjtbE7NtHk .dropdown-menu,
.cid-tjtbE7NtHk .navbar.opened {
  background: #000000 !important;
}
.cid-tjtbE7NtHk .nav-item:focus,
.cid-tjtbE7NtHk .nav-link:focus {
  outline: none;
}
.cid-tjtbE7NtHk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjtbE7NtHk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjtbE7NtHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjtbE7NtHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjtbE7NtHk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjtbE7NtHk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjtbE7NtHk .navbar {
  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: #000000;
}
.cid-tjtbE7NtHk .navbar.opened {
  transition: all 0.3s;
}
.cid-tjtbE7NtHk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjtbE7NtHk .navbar .navbar-logo img {
  width: auto;
}
.cid-tjtbE7NtHk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjtbE7NtHk .navbar.collapsed {
  justify-content: center;
}
.cid-tjtbE7NtHk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjtbE7NtHk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjtbE7NtHk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjtbE7NtHk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjtbE7NtHk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjtbE7NtHk .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-tjtbE7NtHk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjtbE7NtHk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjtbE7NtHk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjtbE7NtHk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjtbE7NtHk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjtbE7NtHk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjtbE7NtHk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjtbE7NtHk .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-tjtbE7NtHk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjtbE7NtHk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjtbE7NtHk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjtbE7NtHk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjtbE7NtHk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjtbE7NtHk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjtbE7NtHk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjtbE7NtHk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjtbE7NtHk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjtbE7NtHk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjtbE7NtHk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjtbE7NtHk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjtbE7NtHk .dropdown-item.active,
.cid-tjtbE7NtHk .dropdown-item:active {
  background-color: transparent;
}
.cid-tjtbE7NtHk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjtbE7NtHk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjtbE7NtHk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjtbE7NtHk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjtbE7NtHk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjtbE7NtHk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjtbE7NtHk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjtbE7NtHk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjtbE7NtHk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjtbE7NtHk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjtbE7NtHk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjtbE7NtHk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtbE7NtHk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtbE7NtHk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjtbE7NtHk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtbE7NtHk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjtbE7NtHk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjtbE7NtHk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtbE7NtHk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjtbE7NtHk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjtbE7NtHk .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-tjtbE7NtHk .navbar {
    height: 70px;
  }
  .cid-tjtbE7NtHk .navbar.opened {
    height: auto;
  }
  .cid-tjtbE7NtHk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjtbE85brk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjtbE85brk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjtbE85brk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjtbE85brk .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjtbE85brk .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjtbE85brk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjtbE85brk .link-wrap {
    align-items: center;
  }
}
.cid-tjtbE85brk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjtbE85brk .card-title,
.cid-tjtbE85brk .card-box {
  color: #000000;
}
.cid-tjtbE8kzF1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjtbE8kzF1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjtbE8kzF1 .mbr-text {
  color: #927a32;
}
.cid-tjtbE8rSTr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjtbE8rSTr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjtbE8rSTr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tjtbE8rSTr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tjtbE8rSTr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tjtbE8rSTr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tjtbE8rSTr .mbr-section-title {
  text-align: center;
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH6aiUuhS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH6aiUuhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH6aiUuhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH6aiUuhS [class^="socicon-"]:before,
.cid-tkH6aiUuhS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH6aiUuhS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH6aiUuhS .btn-social:hover {
  background: #927a32;
}
.cid-tkH6aiUuhS .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH6aiUuhS .mbr-section-title,
.cid-tkH6aiUuhS .mbr-social-likes {
  color: #927a32;
}
.cid-tkH6atdgtD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH6atdgtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH6atdgtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH6atdgtD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH6atdgtD .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH6atdgtD .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH6atdgtD .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH6atdgtD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH6atdgtD .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH6atdgtD .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH6atdgtD [class^="socicon-"]:before,
.cid-tkH6atdgtD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH6aIkgAS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH6aIkgAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH6aIkgAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH6aIkgAS .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH6aIkgAS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjtf0tx1Pm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjtf0tx1Pm img,
.cid-tjtf0tx1Pm .item-img {
  width: 100%;
}
.cid-tjtf0tx1Pm .item:focus,
.cid-tjtf0tx1Pm span:focus {
  outline: none;
}
.cid-tjtf0tx1Pm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjtf0tx1Pm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjtf0tx1Pm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tjtf0tx1Pm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjtf0tx1Pm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tjtf0tx1Pm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tjtf0tx1Pm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjtf0tx1Pm .mbr-section-title {
  color: #232323;
}
.cid-tjtf0tx1Pm .mbr-text,
.cid-tjtf0tx1Pm .mbr-section-btn {
  text-align: left;
}
.cid-tjtf0tx1Pm .item-title {
  text-align: left;
}
.cid-tjtf0tx1Pm .item-subtitle {
  text-align: center;
}
.cid-tjWYCa2ERz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjWYCa2ERz .mbr-text {
  color: #9c8337;
}
.cid-tjWSjfCdXW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjWSjfCdXW img,
.cid-tjWSjfCdXW .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tjWSjfCdXW .item:focus,
.cid-tjWSjfCdXW span:focus {
  outline: none;
}
.cid-tjWSjfCdXW .item-wrapper {
  position: relative;
}
.cid-tjWSjfCdXW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjWSjfCdXW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjWSjfCdXW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tjWSjfCdXW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjWSjfCdXW .mbr-section-title {
  color: #232323;
}
.cid-tjWSjfCdXW .mbr-text,
.cid-tjWSjfCdXW .mbr-section-btn {
  text-align: center;
}
.cid-tjWSjfCdXW .item-title {
  text-align: center;
}
.cid-tjWSjfCdXW .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tjWSjfCdXW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tjWSjfCdXW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tjWSjfCdXW .embla__button--next,
.cid-tjWSjfCdXW .embla__button--prev {
  display: flex;
}
.cid-tjWSjfCdXW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tjWSjfCdXW .embla__button {
    display: none;
  }
}
.cid-tjWSjfCdXW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tjWSjfCdXW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tjWSjfCdXW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjWSjfCdXW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjWSjfCdXW .embla__button {
    top: auto;
  }
}
.cid-tjWSjfCdXW .embla {
  position: relative;
  width: 100%;
}
.cid-tjWSjfCdXW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tjWSjfCdXW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tjWSjfCdXW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tjWSjfCdXW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjtf0uCFbJ .navbar-dropdown {
  position: relative !important;
}
.cid-tjtf0uCFbJ .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-tjtf0uCFbJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjtf0uCFbJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjtf0uCFbJ .dropdown-item:hover,
.cid-tjtf0uCFbJ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjtf0uCFbJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjtf0uCFbJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjtf0uCFbJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjtf0uCFbJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjtf0uCFbJ .nav-link {
  position: relative;
}
.cid-tjtf0uCFbJ .container {
  display: flex;
  margin: auto;
}
.cid-tjtf0uCFbJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjtf0uCFbJ .dropdown-menu,
.cid-tjtf0uCFbJ .navbar.opened {
  background: #000000 !important;
}
.cid-tjtf0uCFbJ .nav-item:focus,
.cid-tjtf0uCFbJ .nav-link:focus {
  outline: none;
}
.cid-tjtf0uCFbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjtf0uCFbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjtf0uCFbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjtf0uCFbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjtf0uCFbJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjtf0uCFbJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjtf0uCFbJ .navbar {
  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: #000000;
}
.cid-tjtf0uCFbJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tjtf0uCFbJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjtf0uCFbJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tjtf0uCFbJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjtf0uCFbJ .navbar.collapsed {
  justify-content: center;
}
.cid-tjtf0uCFbJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjtf0uCFbJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjtf0uCFbJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjtf0uCFbJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjtf0uCFbJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjtf0uCFbJ .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-tjtf0uCFbJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjtf0uCFbJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjtf0uCFbJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjtf0uCFbJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjtf0uCFbJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjtf0uCFbJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjtf0uCFbJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjtf0uCFbJ .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-tjtf0uCFbJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjtf0uCFbJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjtf0uCFbJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjtf0uCFbJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjtf0uCFbJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjtf0uCFbJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjtf0uCFbJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjtf0uCFbJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjtf0uCFbJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjtf0uCFbJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjtf0uCFbJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjtf0uCFbJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjtf0uCFbJ .dropdown-item.active,
.cid-tjtf0uCFbJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tjtf0uCFbJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjtf0uCFbJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjtf0uCFbJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjtf0uCFbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjtf0uCFbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjtf0uCFbJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjtf0uCFbJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjtf0uCFbJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjtf0uCFbJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjtf0uCFbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjtf0uCFbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjtf0uCFbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtf0uCFbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtf0uCFbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjtf0uCFbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtf0uCFbJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjtf0uCFbJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjtf0uCFbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtf0uCFbJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjtf0uCFbJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjtf0uCFbJ .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-tjtf0uCFbJ .navbar {
    height: 70px;
  }
  .cid-tjtf0uCFbJ .navbar.opened {
    height: auto;
  }
  .cid-tjtf0uCFbJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkH64hoesC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH64hoesC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH64hoesC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH64hoesC [class^="socicon-"]:before,
.cid-tkH64hoesC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH64hoesC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH64hoesC .btn-social:hover {
  background: #927a32;
}
.cid-tkH64hoesC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH64hoesC .mbr-section-title,
.cid-tkH64hoesC .mbr-social-likes {
  color: #927a32;
}
.cid-tkH64qIecN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH64qIecN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH64qIecN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH64qIecN .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH64qIecN .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH64qIecN .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH64qIecN .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH64qIecN .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH64qIecN .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH64qIecN .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH64qIecN [class^="socicon-"]:before,
.cid-tkH64qIecN [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH64ArN5d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH64ArN5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH64ArN5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH64ArN5d .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH64ArN5d .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjsOjuO9ca .navbar-dropdown {
  position: relative !important;
}
.cid-tjsOjuO9ca .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-tjsOjuO9ca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjsOjuO9ca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjsOjuO9ca .dropdown-item:hover,
.cid-tjsOjuO9ca .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjsOjuO9ca .dropdown-item:hover span {
  color: white;
}
.cid-tjsOjuO9ca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjsOjuO9ca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjsOjuO9ca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjsOjuO9ca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjsOjuO9ca .nav-link {
  position: relative;
}
.cid-tjsOjuO9ca .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjsOjuO9ca .container {
    flex-wrap: nowrap;
  }
}
.cid-tjsOjuO9ca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjsOjuO9ca .dropdown-menu,
.cid-tjsOjuO9ca .navbar.opened {
  background: #000000 !important;
}
.cid-tjsOjuO9ca .nav-item:focus,
.cid-tjsOjuO9ca .nav-link:focus {
  outline: none;
}
.cid-tjsOjuO9ca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjsOjuO9ca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjsOjuO9ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjsOjuO9ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjsOjuO9ca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjsOjuO9ca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjsOjuO9ca .navbar {
  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: #000000;
}
.cid-tjsOjuO9ca .navbar.opened {
  transition: all 0.3s;
}
.cid-tjsOjuO9ca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjsOjuO9ca .navbar .navbar-logo img {
  width: auto;
}
.cid-tjsOjuO9ca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjsOjuO9ca .navbar.collapsed {
  justify-content: center;
}
.cid-tjsOjuO9ca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjsOjuO9ca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjsOjuO9ca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjsOjuO9ca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjsOjuO9ca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjsOjuO9ca .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-tjsOjuO9ca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjsOjuO9ca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjsOjuO9ca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjsOjuO9ca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjsOjuO9ca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjsOjuO9ca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjsOjuO9ca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjsOjuO9ca .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-tjsOjuO9ca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjsOjuO9ca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjsOjuO9ca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjsOjuO9ca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjsOjuO9ca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjsOjuO9ca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjsOjuO9ca .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjsOjuO9ca .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjsOjuO9ca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjsOjuO9ca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjsOjuO9ca .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjsOjuO9ca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjsOjuO9ca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjsOjuO9ca .dropdown-item.active,
.cid-tjsOjuO9ca .dropdown-item:active {
  background-color: transparent;
}
.cid-tjsOjuO9ca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjsOjuO9ca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjsOjuO9ca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjsOjuO9ca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjsOjuO9ca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjsOjuO9ca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjsOjuO9ca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjsOjuO9ca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjsOjuO9ca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjsOjuO9ca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjsOjuO9ca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjsOjuO9ca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjsOjuO9ca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjsOjuO9ca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjsOjuO9ca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjsOjuO9ca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjsOjuO9ca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjsOjuO9ca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjsOjuO9ca .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjsOjuO9ca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjsOjuO9ca .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-tjsOjuO9ca .navbar {
    height: 70px;
  }
  .cid-tjsOjuO9ca .navbar.opened {
    height: auto;
  }
  .cid-tjsOjuO9ca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjyNOw0Ofj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tjyNOw0Ofj .carousel {
    min-height: 600px;
  }
  .cid-tjyNOw0Ofj .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tjyNOw0Ofj .carousel {
    min-height: 390px;
  }
  .cid-tjyNOw0Ofj .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tjyNOw0Ofj .carousel {
    min-height: 330px;
  }
  .cid-tjyNOw0Ofj .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tjyNOw0Ofj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tjyNOw0Ofj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tjyNOw0Ofj .carousel,
.cid-tjyNOw0Ofj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyNOw0Ofj .item-wrapper {
  width: 100%;
}
.cid-tjyNOw0Ofj .carousel-caption {
  bottom: 40px;
}
.cid-tjyNOw0Ofj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tjyNOw0Ofj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tjyNOw0Ofj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tjyNOw0Ofj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tjyNOw0Ofj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tjyNOw0Ofj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyNOw0Ofj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyNOw0Ofj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyNOw0Ofj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tjyNOw0Ofj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tjyNOw0Ofj .carousel-indicators li.active,
.cid-tjyNOw0Ofj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyNOw0Ofj .carousel-indicators li::after,
.cid-tjyNOw0Ofj .carousel-indicators li::before {
  content: none;
}
.cid-tjyNOw0Ofj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyNOw0Ofj .carousel-indicators {
    display: none !important;
  }
}
.cid-tk9Il9k2QY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tk9Il9k2QY .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tk9Il9k2QY h1 {
  font-size: 18pt;
}
.cid-tk9Il9k2QY .mbr-section-title {
  color: #9c8337;
  text-align: center;
}
.cid-tk9Il9k2QY .mbr-section-subtitle {
  color: #9c8337;
}
.cid-tjtY7C2ek8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjtY7C2ek8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjtY7C2ek8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjtY7C2ek8 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tjtY7C2ek8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tjtY7C2ek8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tjtY7C2ek8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tjtY7C2ek8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tjtY7C2ek8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tjtY7C2ek8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjuitx62Cj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjuitx62Cj img,
.cid-tjuitx62Cj .item-img {
  width: 100%;
}
.cid-tjuitx62Cj .item:focus,
.cid-tjuitx62Cj span:focus {
  outline: none;
}
.cid-tjuitx62Cj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjuitx62Cj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjuitx62Cj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjuitx62Cj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjuitx62Cj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjuitx62Cj .mbr-section-title {
  color: #927a32;
}
.cid-tjuitx62Cj .mbr-text,
.cid-tjuitx62Cj .mbr-section-btn {
  text-align: left;
}
.cid-tjuitx62Cj .item-title {
  text-align: left;
  color: #9c8337;
}
.cid-tjuitx62Cj .item-subtitle {
  text-align: center;
}
.cid-tjuitx62Cj .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tk4jbJcJ2c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tk4jbJcJ2c .item:focus,
.cid-tk4jbJcJ2c span:focus {
  outline: none;
}
.cid-tk4jbJcJ2c .item-wrapper {
  position: relative;
}
.cid-tk4jbJcJ2c .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tk4jbJcJ2c .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tk4jbJcJ2c .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tk4jbJcJ2c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tk4jbJcJ2c .mbr-section-title {
  color: #000000;
}
.cid-tk4jbJcJ2c .mbr-text,
.cid-tk4jbJcJ2c .mbr-section-btn {
  text-align: center;
  color: #927a32;
}
.cid-tk4jbJcJ2c .item-title {
  text-align: center;
}
.cid-tk4jbJcJ2c .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tk4jbJcJ2c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tk4jbJcJ2c .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tk4jbJcJ2c .embla__button--next,
.cid-tk4jbJcJ2c .embla__button--prev {
  display: flex;
}
.cid-tk4jbJcJ2c .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tk4jbJcJ2c .embla__button {
    display: none;
  }
}
.cid-tk4jbJcJ2c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tk4jbJcJ2c .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tk4jbJcJ2c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4jbJcJ2c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tk4jbJcJ2c .embla__button {
    top: auto;
  }
}
.cid-tk4jbJcJ2c .embla {
  position: relative;
  width: 100%;
}
.cid-tk4jbJcJ2c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tk4jbJcJ2c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tk4jbJcJ2c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tk4jbJcJ2c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tk9DsaxuLW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tk9DsaxuLW .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tk9DsaxuLW .mbr-text {
  text-align: left;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjtIpgiSiq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tjtIpgiSiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjtIpgiSiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjtIpgiSiq [class^="socicon-"]:before,
.cid-tjtIpgiSiq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tjtIpgiSiq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tjtIpgiSiq .btn-social:hover {
  background: #927a32;
}
.cid-tjtIpgiSiq .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tjtIpgiSiq .mbr-section-title,
.cid-tjtIpgiSiq .mbr-social-likes {
  color: #927a32;
}
.cid-tjth6TqOuC .navbar-dropdown {
  position: relative !important;
}
.cid-tjth6TqOuC .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-tjth6TqOuC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjth6TqOuC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjth6TqOuC .dropdown-item:hover,
.cid-tjth6TqOuC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjth6TqOuC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjth6TqOuC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjth6TqOuC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjth6TqOuC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjth6TqOuC .nav-link {
  position: relative;
}
.cid-tjth6TqOuC .container {
  display: flex;
  margin: auto;
}
.cid-tjth6TqOuC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjth6TqOuC .dropdown-menu,
.cid-tjth6TqOuC .navbar.opened {
  background: #000000 !important;
}
.cid-tjth6TqOuC .nav-item:focus,
.cid-tjth6TqOuC .nav-link:focus {
  outline: none;
}
.cid-tjth6TqOuC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjth6TqOuC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjth6TqOuC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjth6TqOuC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjth6TqOuC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjth6TqOuC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjth6TqOuC .navbar {
  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: #000000;
}
.cid-tjth6TqOuC .navbar.opened {
  transition: all 0.3s;
}
.cid-tjth6TqOuC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjth6TqOuC .navbar .navbar-logo img {
  width: auto;
}
.cid-tjth6TqOuC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjth6TqOuC .navbar.collapsed {
  justify-content: center;
}
.cid-tjth6TqOuC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjth6TqOuC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjth6TqOuC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjth6TqOuC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjth6TqOuC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjth6TqOuC .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-tjth6TqOuC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjth6TqOuC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjth6TqOuC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjth6TqOuC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjth6TqOuC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjth6TqOuC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjth6TqOuC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjth6TqOuC .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-tjth6TqOuC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjth6TqOuC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjth6TqOuC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjth6TqOuC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjth6TqOuC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjth6TqOuC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjth6TqOuC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjth6TqOuC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjth6TqOuC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjth6TqOuC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjth6TqOuC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjth6TqOuC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjth6TqOuC .dropdown-item.active,
.cid-tjth6TqOuC .dropdown-item:active {
  background-color: transparent;
}
.cid-tjth6TqOuC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjth6TqOuC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjth6TqOuC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjth6TqOuC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjth6TqOuC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjth6TqOuC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjth6TqOuC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjth6TqOuC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjth6TqOuC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjth6TqOuC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjth6TqOuC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjth6TqOuC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjth6TqOuC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjth6TqOuC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjth6TqOuC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjth6TqOuC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjth6TqOuC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjth6TqOuC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjth6TqOuC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjth6TqOuC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjth6TqOuC .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-tjth6TqOuC .navbar {
    height: 70px;
  }
  .cid-tjth6TqOuC .navbar.opened {
    height: auto;
  }
  .cid-tjth6TqOuC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjtIp8J6PZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjtIp8J6PZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjtIp8J6PZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjtIp8J6PZ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tjtIp8J6PZ .bg-instagram:hover {
  background: #bd005c;
}
.cid-tjtIp8J6PZ .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tjtIp8J6PZ .bg-tiktok:hover {
  background: #000000;
}
.cid-tjtIp8J6PZ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tjtIp8J6PZ .bg-youtube:hover {
  background: #cc0000;
}
.cid-tjtIp8J6PZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tjtIp8J6PZ [class^="socicon-"]:before,
.cid-tjtIp8J6PZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjz68cKGdI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjz68cKGdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjz68cKGdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjz68cKGdI .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tjz68cKGdI .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjpBpYMquO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjpBpYMquO img,
.cid-tjpBpYMquO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjpBpYMquO .item:focus,
.cid-tjpBpYMquO span:focus {
  outline: none;
}
.cid-tjpBpYMquO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjpBpYMquO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjpBpYMquO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjpBpYMquO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjpBpYMquO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjpBpYMquO .mbr-section-title {
  color: #232323;
}
.cid-tjpBpYMquO .mbr-text,
.cid-tjpBpYMquO .mbr-section-btn {
  text-align: left;
}
.cid-tjpBpYMquO .item-title {
  text-align: left;
}
.cid-tjpBpYMquO .item-subtitle {
  text-align: center;
}
.cid-tjpenox95c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjpenox95c .mbr-section-title {
  color: #a98e3f;
}
.cid-tjpenox95c .mbr-text {
  color: #ffffff;
}
.cid-tjpde13LAU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjpde13LAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjpde13LAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjpde13LAU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjpde13LAU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjpde13LAU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjpde13LAU .mbr-section-title {
  color: #927a32;
}
.cid-tjqAAulIuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjqAAulIuI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjqAAulIuI .mbr-text {
  color: #927a32;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #000000 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  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: #000000;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjpejaSvks {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjpejaSvks .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjpejaSvks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjpejaSvks .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjpejaSvks .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjpejaSvks .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjpejaSvks .link-wrap {
    align-items: center;
  }
}
.cid-tjpejaSvks .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjqnYTUVUk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjqnYTUVUk .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjqnYTUVUk .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkEoa9fB4r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkEoa9fB4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkEoa9fB4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEoa9fB4r [class^="socicon-"]:before,
.cid-tkEoa9fB4r [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkEoa9fB4r .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkEoa9fB4r .btn-social:hover {
  background: #927a32;
}
.cid-tkEoa9fB4r .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkEoa9fB4r .mbr-section-title,
.cid-tkEoa9fB4r .mbr-social-likes {
  color: #927a32;
}
.cid-tju37C6PsS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tju37C6PsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tju37C6PsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEo9cPoU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkEo9cPoU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkEo9cPoU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEo9cPoU9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkEo9cPoU9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkEo9cPoU9 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkEo9cPoU9 .bg-tiktok:hover {
  background: #000000;
}
.cid-tkEo9cPoU9 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkEo9cPoU9 .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkEo9cPoU9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkEo9cPoU9 [class^="socicon-"]:before,
.cid-tkEo9cPoU9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkxjyBxG02 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkxjyBxG02 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkxjyBxG02 .mbr-text {
  text-align: left;
}
.cid-tkEoaBMqdP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkEoaBMqdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkEoaBMqdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEoaBMqdP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkEoaBMqdP .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjRGwFp71S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjRGwFp71S img,
.cid-tjRGwFp71S .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjRGwFp71S .item:focus,
.cid-tjRGwFp71S span:focus {
  outline: none;
}
.cid-tjRGwFp71S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjRGwFp71S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjRGwFp71S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjRGwFp71S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjRGwFp71S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjRGwFp71S .mbr-section-title {
  color: #232323;
}
.cid-tjRGwFp71S .mbr-text,
.cid-tjRGwFp71S .mbr-section-btn {
  text-align: left;
}
.cid-tjRGwFp71S .item-title {
  text-align: left;
}
.cid-tjRGwFp71S .item-subtitle {
  text-align: center;
}
.cid-tjRGwG1nSu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjRGwG1nSu .mbr-section-title {
  color: #a98e3f;
}
.cid-tjRGwG1nSu .mbr-text {
  color: #ffffff;
}
.cid-tjRGwGcLxy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjRGwGcLxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRGwGcLxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjRGwGcLxy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjRGwGcLxy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjRGwGcLxy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjRGwGcLxy .mbr-section-title {
  color: #927a32;
}
.cid-tjRGwGyijC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjRGwGyijC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjRGwGyijC .mbr-text {
  color: #927a32;
}
.cid-tjRGwGICcC .navbar-dropdown {
  position: relative !important;
}
.cid-tjRGwGICcC .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-tjRGwGICcC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjRGwGICcC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjRGwGICcC .dropdown-item:hover,
.cid-tjRGwGICcC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjRGwGICcC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjRGwGICcC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjRGwGICcC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjRGwGICcC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjRGwGICcC .nav-link {
  position: relative;
}
.cid-tjRGwGICcC .container {
  display: flex;
  margin: auto;
}
.cid-tjRGwGICcC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjRGwGICcC .dropdown-menu,
.cid-tjRGwGICcC .navbar.opened {
  background: #000000 !important;
}
.cid-tjRGwGICcC .nav-item:focus,
.cid-tjRGwGICcC .nav-link:focus {
  outline: none;
}
.cid-tjRGwGICcC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjRGwGICcC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjRGwGICcC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjRGwGICcC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjRGwGICcC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjRGwGICcC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjRGwGICcC .navbar {
  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: #000000;
}
.cid-tjRGwGICcC .navbar.opened {
  transition: all 0.3s;
}
.cid-tjRGwGICcC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjRGwGICcC .navbar .navbar-logo img {
  width: auto;
}
.cid-tjRGwGICcC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjRGwGICcC .navbar.collapsed {
  justify-content: center;
}
.cid-tjRGwGICcC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjRGwGICcC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjRGwGICcC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjRGwGICcC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjRGwGICcC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjRGwGICcC .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-tjRGwGICcC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjRGwGICcC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjRGwGICcC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjRGwGICcC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjRGwGICcC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjRGwGICcC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjRGwGICcC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjRGwGICcC .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-tjRGwGICcC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjRGwGICcC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjRGwGICcC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjRGwGICcC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjRGwGICcC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjRGwGICcC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjRGwGICcC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjRGwGICcC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjRGwGICcC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjRGwGICcC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjRGwGICcC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjRGwGICcC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjRGwGICcC .dropdown-item.active,
.cid-tjRGwGICcC .dropdown-item:active {
  background-color: transparent;
}
.cid-tjRGwGICcC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjRGwGICcC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjRGwGICcC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjRGwGICcC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjRGwGICcC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjRGwGICcC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjRGwGICcC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjRGwGICcC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjRGwGICcC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjRGwGICcC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjRGwGICcC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjRGwGICcC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjRGwGICcC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjRGwGICcC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjRGwGICcC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjRGwGICcC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjRGwGICcC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjRGwGICcC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjRGwGICcC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjRGwGICcC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjRGwGICcC .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-tjRGwGICcC .navbar {
    height: 70px;
  }
  .cid-tjRGwGICcC .navbar.opened {
    height: auto;
  }
  .cid-tjRGwGICcC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjRGwH3OCp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjRGwH3OCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRGwH3OCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRGwH3OCp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjRGwH3OCp .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjRGwH3OCp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjRGwH3OCp .link-wrap {
    align-items: center;
  }
}
.cid-tjRGwH3OCp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjRGwHmAPC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjRGwHmAPC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjRGwHmAPC .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5GYpDSj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5GYpDSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5GYpDSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5GYpDSj [class^="socicon-"]:before,
.cid-tkH5GYpDSj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5GYpDSj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5GYpDSj .btn-social:hover {
  background: #927a32;
}
.cid-tkH5GYpDSj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5GYpDSj .mbr-section-title,
.cid-tkH5GYpDSj .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5H6Joqk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5H6Joqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5H6Joqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5H6Joqk .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5H6Joqk .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5H6Joqk .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5H6Joqk .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5H6Joqk .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5H6Joqk .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5H6Joqk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5H6Joqk [class^="socicon-"]:before,
.cid-tkH5H6Joqk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5HBv8ek {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5HBv8ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5HBv8ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5HBv8ek .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5HBv8ek .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjSnD3j12x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjSnD3j12x img,
.cid-tjSnD3j12x .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjSnD3j12x .item:focus,
.cid-tjSnD3j12x span:focus {
  outline: none;
}
.cid-tjSnD3j12x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjSnD3j12x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjSnD3j12x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjSnD3j12x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjSnD3j12x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjSnD3j12x .mbr-section-title {
  color: #232323;
}
.cid-tjSnD3j12x .mbr-text,
.cid-tjSnD3j12x .mbr-section-btn {
  text-align: left;
}
.cid-tjSnD3j12x .item-title {
  text-align: left;
}
.cid-tjSnD3j12x .item-subtitle {
  text-align: center;
}
.cid-tjSnD3FPaK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjSnD3FPaK .mbr-section-title {
  color: #a98e3f;
}
.cid-tjSnD3FPaK .mbr-text {
  color: #ffffff;
}
.cid-tjSnD3MAAk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjSnD3MAAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjSnD3MAAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjSnD3MAAk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjSnD3MAAk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjSnD3MAAk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjSnD3MAAk .mbr-section-title {
  color: #927a32;
}
.cid-tjSnD3ZAxw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjSnD3ZAxw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjSnD3ZAxw .mbr-text {
  color: #927a32;
}
.cid-tjSnD4a2bQ .navbar-dropdown {
  position: relative !important;
}
.cid-tjSnD4a2bQ .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-tjSnD4a2bQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjSnD4a2bQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjSnD4a2bQ .dropdown-item:hover,
.cid-tjSnD4a2bQ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjSnD4a2bQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjSnD4a2bQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjSnD4a2bQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjSnD4a2bQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjSnD4a2bQ .nav-link {
  position: relative;
}
.cid-tjSnD4a2bQ .container {
  display: flex;
  margin: auto;
}
.cid-tjSnD4a2bQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjSnD4a2bQ .dropdown-menu,
.cid-tjSnD4a2bQ .navbar.opened {
  background: #000000 !important;
}
.cid-tjSnD4a2bQ .nav-item:focus,
.cid-tjSnD4a2bQ .nav-link:focus {
  outline: none;
}
.cid-tjSnD4a2bQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjSnD4a2bQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjSnD4a2bQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjSnD4a2bQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjSnD4a2bQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjSnD4a2bQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjSnD4a2bQ .navbar {
  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: #000000;
}
.cid-tjSnD4a2bQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tjSnD4a2bQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjSnD4a2bQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tjSnD4a2bQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjSnD4a2bQ .navbar.collapsed {
  justify-content: center;
}
.cid-tjSnD4a2bQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjSnD4a2bQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjSnD4a2bQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjSnD4a2bQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjSnD4a2bQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjSnD4a2bQ .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-tjSnD4a2bQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjSnD4a2bQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjSnD4a2bQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjSnD4a2bQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjSnD4a2bQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjSnD4a2bQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjSnD4a2bQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjSnD4a2bQ .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-tjSnD4a2bQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjSnD4a2bQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjSnD4a2bQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjSnD4a2bQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjSnD4a2bQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjSnD4a2bQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjSnD4a2bQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjSnD4a2bQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjSnD4a2bQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjSnD4a2bQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjSnD4a2bQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjSnD4a2bQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjSnD4a2bQ .dropdown-item.active,
.cid-tjSnD4a2bQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tjSnD4a2bQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjSnD4a2bQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjSnD4a2bQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjSnD4a2bQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjSnD4a2bQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjSnD4a2bQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjSnD4a2bQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjSnD4a2bQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjSnD4a2bQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjSnD4a2bQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjSnD4a2bQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjSnD4a2bQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjSnD4a2bQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjSnD4a2bQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjSnD4a2bQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjSnD4a2bQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjSnD4a2bQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjSnD4a2bQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjSnD4a2bQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjSnD4a2bQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjSnD4a2bQ .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-tjSnD4a2bQ .navbar {
    height: 70px;
  }
  .cid-tjSnD4a2bQ .navbar.opened {
    height: auto;
  }
  .cid-tjSnD4a2bQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjSnD4nIAR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjSnD4nIAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjSnD4nIAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjSnD4nIAR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjSnD4nIAR .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjSnD4nIAR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjSnD4nIAR .link-wrap {
    align-items: center;
  }
}
.cid-tjSnD4nIAR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjSnD4vCKU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjSnD4vCKU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjSnD4vCKU .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5zSJV3W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5zSJV3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5zSJV3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5zSJV3W [class^="socicon-"]:before,
.cid-tkH5zSJV3W [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5zSJV3W .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5zSJV3W .btn-social:hover {
  background: #927a32;
}
.cid-tkH5zSJV3W .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5zSJV3W .mbr-section-title,
.cid-tkH5zSJV3W .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5x91hVc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5x91hVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5x91hVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5x91hVc .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5x91hVc .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5x91hVc .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5x91hVc .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5x91hVc .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5x91hVc .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5x91hVc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5x91hVc [class^="socicon-"]:before,
.cid-tkH5x91hVc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjSnD4KiPW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjSnD4KiPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjSnD4KiPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5wJ5Cx0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5wJ5Cx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5wJ5Cx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5wJ5Cx0 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5wJ5Cx0 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjSyEzk5D2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjSyEzk5D2 img,
.cid-tjSyEzk5D2 .item-img {
  width: 100%;
}
.cid-tjSyEzk5D2 .item:focus,
.cid-tjSyEzk5D2 span:focus {
  outline: none;
}
.cid-tjSyEzk5D2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjSyEzk5D2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjSyEzk5D2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjSyEzk5D2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjSyEzk5D2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjSyEzk5D2 .mbr-section-title {
  color: #232323;
}
.cid-tjSyEzk5D2 .mbr-text,
.cid-tjSyEzk5D2 .mbr-section-btn {
  text-align: left;
}
.cid-tjSyEzk5D2 .item-title {
  text-align: left;
}
.cid-tjSyEzk5D2 .item-subtitle {
  text-align: center;
}
.cid-tjSyEzHA48 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjSyEzHA48 .mbr-section-title {
  color: #a98e3f;
}
.cid-tjSyEzHA48 .mbr-text {
  color: #ffffff;
}
.cid-tjSyEzPrQg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjSyEzPrQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjSyEzPrQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjSyEzPrQg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjSyEzPrQg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjSyEzPrQg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjSyEzPrQg .mbr-section-title {
  color: #927a32;
}
.cid-tjSyEA4sE0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjSyEA4sE0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjSyEA4sE0 .mbr-text {
  color: #927a32;
}
.cid-tjSyEAcXqd .navbar-dropdown {
  position: relative !important;
}
.cid-tjSyEAcXqd .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-tjSyEAcXqd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjSyEAcXqd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjSyEAcXqd .dropdown-item:hover,
.cid-tjSyEAcXqd .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjSyEAcXqd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjSyEAcXqd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjSyEAcXqd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjSyEAcXqd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjSyEAcXqd .nav-link {
  position: relative;
}
.cid-tjSyEAcXqd .container {
  display: flex;
  margin: auto;
}
.cid-tjSyEAcXqd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjSyEAcXqd .dropdown-menu,
.cid-tjSyEAcXqd .navbar.opened {
  background: #000000 !important;
}
.cid-tjSyEAcXqd .nav-item:focus,
.cid-tjSyEAcXqd .nav-link:focus {
  outline: none;
}
.cid-tjSyEAcXqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjSyEAcXqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjSyEAcXqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjSyEAcXqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjSyEAcXqd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjSyEAcXqd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjSyEAcXqd .navbar {
  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: #000000;
}
.cid-tjSyEAcXqd .navbar.opened {
  transition: all 0.3s;
}
.cid-tjSyEAcXqd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjSyEAcXqd .navbar .navbar-logo img {
  width: auto;
}
.cid-tjSyEAcXqd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjSyEAcXqd .navbar.collapsed {
  justify-content: center;
}
.cid-tjSyEAcXqd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjSyEAcXqd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjSyEAcXqd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjSyEAcXqd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjSyEAcXqd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjSyEAcXqd .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-tjSyEAcXqd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjSyEAcXqd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjSyEAcXqd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjSyEAcXqd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjSyEAcXqd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjSyEAcXqd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjSyEAcXqd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjSyEAcXqd .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-tjSyEAcXqd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjSyEAcXqd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjSyEAcXqd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjSyEAcXqd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjSyEAcXqd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjSyEAcXqd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjSyEAcXqd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjSyEAcXqd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjSyEAcXqd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjSyEAcXqd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjSyEAcXqd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjSyEAcXqd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjSyEAcXqd .dropdown-item.active,
.cid-tjSyEAcXqd .dropdown-item:active {
  background-color: transparent;
}
.cid-tjSyEAcXqd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjSyEAcXqd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjSyEAcXqd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjSyEAcXqd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjSyEAcXqd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjSyEAcXqd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjSyEAcXqd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjSyEAcXqd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjSyEAcXqd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjSyEAcXqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjSyEAcXqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjSyEAcXqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjSyEAcXqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjSyEAcXqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjSyEAcXqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjSyEAcXqd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjSyEAcXqd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjSyEAcXqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjSyEAcXqd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjSyEAcXqd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjSyEAcXqd .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-tjSyEAcXqd .navbar {
    height: 70px;
  }
  .cid-tjSyEAcXqd .navbar.opened {
    height: auto;
  }
  .cid-tjSyEAcXqd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjSyEAszr8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjSyEAszr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjSyEAszr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjSyEAszr8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjSyEAszr8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjSyEAszr8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjSyEAszr8 .link-wrap {
    align-items: center;
  }
}
.cid-tjSyEAszr8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjSyEAD1il {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjSyEAD1il .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjSyEAD1il .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5E1CDjk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5E1CDjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5E1CDjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5E1CDjk [class^="socicon-"]:before,
.cid-tkH5E1CDjk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5E1CDjk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5E1CDjk .btn-social:hover {
  background: #927a32;
}
.cid-tkH5E1CDjk .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5E1CDjk .mbr-section-title,
.cid-tkH5E1CDjk .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5EeGpbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5EeGpbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5EeGpbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5EeGpbc .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5EeGpbc .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5EeGpbc .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5EeGpbc .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5EeGpbc .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5EeGpbc .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5EeGpbc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5EeGpbc [class^="socicon-"]:before,
.cid-tkH5EeGpbc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5EzgH7D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5EzgH7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5EzgH7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5EzgH7D .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5EzgH7D .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjXBdyRhXe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjXBdyRhXe img,
.cid-tjXBdyRhXe .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjXBdyRhXe .item:focus,
.cid-tjXBdyRhXe span:focus {
  outline: none;
}
.cid-tjXBdyRhXe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjXBdyRhXe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjXBdyRhXe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjXBdyRhXe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjXBdyRhXe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjXBdyRhXe .mbr-section-title {
  color: #232323;
}
.cid-tjXBdyRhXe .mbr-text,
.cid-tjXBdyRhXe .mbr-section-btn {
  text-align: left;
}
.cid-tjXBdyRhXe .item-title {
  text-align: left;
}
.cid-tjXBdyRhXe .item-subtitle {
  text-align: center;
}
.cid-tjXBdzdzdy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjXBdzdzdy .mbr-section-title {
  color: #a98e3f;
}
.cid-tjXBdzdzdy .mbr-text {
  color: #ffffff;
}
.cid-tjXBdzktFg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjXBdzktFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjXBdzktFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjXBdzktFg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjXBdzktFg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjXBdzktFg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjXBdzktFg .mbr-section-title {
  color: #927a32;
}
.cid-tjXBdzy67n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjXBdzy67n .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjXBdzy67n .mbr-text {
  color: #927a32;
}
.cid-tjXBdzDqXy .navbar-dropdown {
  position: relative !important;
}
.cid-tjXBdzDqXy .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-tjXBdzDqXy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjXBdzDqXy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjXBdzDqXy .dropdown-item:hover,
.cid-tjXBdzDqXy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjXBdzDqXy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjXBdzDqXy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjXBdzDqXy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjXBdzDqXy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjXBdzDqXy .nav-link {
  position: relative;
}
.cid-tjXBdzDqXy .container {
  display: flex;
  margin: auto;
}
.cid-tjXBdzDqXy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjXBdzDqXy .dropdown-menu,
.cid-tjXBdzDqXy .navbar.opened {
  background: #000000 !important;
}
.cid-tjXBdzDqXy .nav-item:focus,
.cid-tjXBdzDqXy .nav-link:focus {
  outline: none;
}
.cid-tjXBdzDqXy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjXBdzDqXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjXBdzDqXy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjXBdzDqXy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjXBdzDqXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjXBdzDqXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjXBdzDqXy .navbar {
  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: #000000;
}
.cid-tjXBdzDqXy .navbar.opened {
  transition: all 0.3s;
}
.cid-tjXBdzDqXy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjXBdzDqXy .navbar .navbar-logo img {
  width: auto;
}
.cid-tjXBdzDqXy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjXBdzDqXy .navbar.collapsed {
  justify-content: center;
}
.cid-tjXBdzDqXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjXBdzDqXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjXBdzDqXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjXBdzDqXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjXBdzDqXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjXBdzDqXy .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-tjXBdzDqXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjXBdzDqXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjXBdzDqXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjXBdzDqXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjXBdzDqXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjXBdzDqXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjXBdzDqXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjXBdzDqXy .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-tjXBdzDqXy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjXBdzDqXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjXBdzDqXy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjXBdzDqXy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjXBdzDqXy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjXBdzDqXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjXBdzDqXy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjXBdzDqXy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjXBdzDqXy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjXBdzDqXy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjXBdzDqXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjXBdzDqXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjXBdzDqXy .dropdown-item.active,
.cid-tjXBdzDqXy .dropdown-item:active {
  background-color: transparent;
}
.cid-tjXBdzDqXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjXBdzDqXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjXBdzDqXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjXBdzDqXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjXBdzDqXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjXBdzDqXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjXBdzDqXy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjXBdzDqXy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjXBdzDqXy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjXBdzDqXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjXBdzDqXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjXBdzDqXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjXBdzDqXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjXBdzDqXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjXBdzDqXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjXBdzDqXy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjXBdzDqXy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjXBdzDqXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjXBdzDqXy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjXBdzDqXy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjXBdzDqXy .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-tjXBdzDqXy .navbar {
    height: 70px;
  }
  .cid-tjXBdzDqXy .navbar.opened {
    height: auto;
  }
  .cid-tjXBdzDqXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjXBdzQceX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjXBdzQceX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjXBdzQceX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjXBdzQceX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjXBdzQceX .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjXBdzQceX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjXBdzQceX .link-wrap {
    align-items: center;
  }
}
.cid-tjXBdzQceX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjXBdA0M8W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjXBdA0M8W .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjXBdA0M8W .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH3G83zDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkGNlmbmon {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkGNlmbmon .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkGNlmbmon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkGNlmbmon [class^="socicon-"]:before,
.cid-tkGNlmbmon [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkGNlmbmon .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkGNlmbmon .btn-social:hover {
  background: #927a32;
}
.cid-tkGNlmbmon .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkGNlmbmon .mbr-section-title,
.cid-tkGNlmbmon .mbr-social-likes {
  color: #927a32;
}
.cid-tkGNlYOglp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkGNlYOglp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkGNlYOglp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkGNlYOglp .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkGNlYOglp .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkGNlYOglp .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkGNlYOglp .bg-tiktok:hover {
  background: #000000;
}
.cid-tkGNlYOglp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkGNlYOglp .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkGNlYOglp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkGNlYOglp [class^="socicon-"]:before,
.cid-tkGNlYOglp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH3A0w7wY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH3A0w7wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH3A0w7wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH3A0w7wY .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH3A0w7wY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjXJ3bPzPC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjXJ3bPzPC img,
.cid-tjXJ3bPzPC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjXJ3bPzPC .item:focus,
.cid-tjXJ3bPzPC span:focus {
  outline: none;
}
.cid-tjXJ3bPzPC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjXJ3bPzPC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjXJ3bPzPC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjXJ3bPzPC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjXJ3bPzPC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjXJ3bPzPC .mbr-section-title {
  color: #232323;
}
.cid-tjXJ3bPzPC .mbr-text,
.cid-tjXJ3bPzPC .mbr-section-btn {
  text-align: left;
}
.cid-tjXJ3bPzPC .item-title {
  text-align: left;
}
.cid-tjXJ3bPzPC .item-subtitle {
  text-align: center;
}
.cid-tjXJ3cnomv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjXJ3cnomv .mbr-section-title {
  color: #a98e3f;
}
.cid-tjXJ3cnomv .mbr-text {
  color: #ffffff;
}
.cid-tjXJ3cv1k4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjXJ3cv1k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjXJ3cv1k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjXJ3cv1k4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjXJ3cv1k4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjXJ3cv1k4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjXJ3cv1k4 .mbr-section-title {
  color: #927a32;
}
.cid-tjXJ3cQuFY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjXJ3cQuFY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjXJ3cQuFY .mbr-text {
  color: #927a32;
}
.cid-tjXJ3cYmmD .navbar-dropdown {
  position: relative !important;
}
.cid-tjXJ3cYmmD .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-tjXJ3cYmmD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjXJ3cYmmD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjXJ3cYmmD .dropdown-item:hover,
.cid-tjXJ3cYmmD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjXJ3cYmmD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjXJ3cYmmD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjXJ3cYmmD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjXJ3cYmmD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjXJ3cYmmD .nav-link {
  position: relative;
}
.cid-tjXJ3cYmmD .container {
  display: flex;
  margin: auto;
}
.cid-tjXJ3cYmmD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjXJ3cYmmD .dropdown-menu,
.cid-tjXJ3cYmmD .navbar.opened {
  background: #000000 !important;
}
.cid-tjXJ3cYmmD .nav-item:focus,
.cid-tjXJ3cYmmD .nav-link:focus {
  outline: none;
}
.cid-tjXJ3cYmmD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjXJ3cYmmD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjXJ3cYmmD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjXJ3cYmmD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjXJ3cYmmD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjXJ3cYmmD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjXJ3cYmmD .navbar {
  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: #000000;
}
.cid-tjXJ3cYmmD .navbar.opened {
  transition: all 0.3s;
}
.cid-tjXJ3cYmmD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjXJ3cYmmD .navbar .navbar-logo img {
  width: auto;
}
.cid-tjXJ3cYmmD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjXJ3cYmmD .navbar.collapsed {
  justify-content: center;
}
.cid-tjXJ3cYmmD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjXJ3cYmmD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjXJ3cYmmD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjXJ3cYmmD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjXJ3cYmmD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjXJ3cYmmD .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-tjXJ3cYmmD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjXJ3cYmmD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjXJ3cYmmD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjXJ3cYmmD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjXJ3cYmmD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjXJ3cYmmD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjXJ3cYmmD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjXJ3cYmmD .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-tjXJ3cYmmD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjXJ3cYmmD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjXJ3cYmmD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjXJ3cYmmD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjXJ3cYmmD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjXJ3cYmmD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjXJ3cYmmD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjXJ3cYmmD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjXJ3cYmmD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjXJ3cYmmD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjXJ3cYmmD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjXJ3cYmmD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjXJ3cYmmD .dropdown-item.active,
.cid-tjXJ3cYmmD .dropdown-item:active {
  background-color: transparent;
}
.cid-tjXJ3cYmmD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjXJ3cYmmD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjXJ3cYmmD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjXJ3cYmmD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjXJ3cYmmD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjXJ3cYmmD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjXJ3cYmmD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjXJ3cYmmD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjXJ3cYmmD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjXJ3cYmmD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjXJ3cYmmD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjXJ3cYmmD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjXJ3cYmmD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjXJ3cYmmD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjXJ3cYmmD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjXJ3cYmmD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjXJ3cYmmD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjXJ3cYmmD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjXJ3cYmmD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjXJ3cYmmD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjXJ3cYmmD .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-tjXJ3cYmmD .navbar {
    height: 70px;
  }
  .cid-tjXJ3cYmmD .navbar.opened {
    height: auto;
  }
  .cid-tjXJ3cYmmD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjXJ3dinv1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjXJ3dinv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjXJ3dinv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjXJ3dinv1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjXJ3dinv1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjXJ3dinv1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjXJ3dinv1 .link-wrap {
    align-items: center;
  }
}
.cid-tjXJ3dinv1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjXJ3dzw5T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjXJ3dzw5T .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjXJ3dzw5T .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5utTDxC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5utTDxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5utTDxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5utTDxC [class^="socicon-"]:before,
.cid-tkH5utTDxC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5utTDxC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5utTDxC .btn-social:hover {
  background: #927a32;
}
.cid-tkH5utTDxC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5utTDxC .mbr-section-title,
.cid-tkH5utTDxC .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5uFHKxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5uFHKxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5uFHKxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5uFHKxy .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5uFHKxy .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5uFHKxy .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5uFHKxy .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5uFHKxy .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5uFHKxy .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5uFHKxy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5uFHKxy [class^="socicon-"]:before,
.cid-tkH5uFHKxy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5ug1JoX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5ug1JoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5ug1JoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5ug1JoX .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5ug1JoX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjYwjM5C2T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tjYwjM5C2T .carousel {
    min-height: 400px;
  }
  .cid-tjYwjM5C2T .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tjYwjM5C2T .carousel {
    min-height: 260px;
  }
  .cid-tjYwjM5C2T .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tjYwjM5C2T .carousel {
    min-height: 220px;
  }
  .cid-tjYwjM5C2T .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tjYwjM5C2T .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tjYwjM5C2T .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tjYwjM5C2T .carousel,
.cid-tjYwjM5C2T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjYwjM5C2T .item-wrapper {
  width: 100%;
}
.cid-tjYwjM5C2T .carousel-caption {
  bottom: 40px;
}
.cid-tjYwjM5C2T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tjYwjM5C2T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tjYwjM5C2T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tjYwjM5C2T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tjYwjM5C2T .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tjYwjM5C2T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjYwjM5C2T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjYwjM5C2T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjYwjM5C2T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tjYwjM5C2T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tjYwjM5C2T .carousel-indicators li.active,
.cid-tjYwjM5C2T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjYwjM5C2T .carousel-indicators li::after,
.cid-tjYwjM5C2T .carousel-indicators li::before {
  content: none;
}
.cid-tjYwjM5C2T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjYwjM5C2T .carousel-indicators {
    display: none !important;
  }
}
.cid-tjYwjM5C2T H5 {
  color: #9c8337;
}
.cid-tjYwjM5C2T P {
  color: #ffffff;
}
.cid-tjYwNP7HmU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjYwNP7HmU .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tjYwNP7HmU h1 {
  font-size: 18pt;
}
.cid-tjYrtVKWQW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjYrtVKWQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjYrtVKWQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjYrtVKWQW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjYrtVKWQW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjYrtVKWQW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tmAxwxJlom {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tmAxwxJlom .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tmAw4HHaDI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmAw4HHaDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmAw4HHaDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tmAw4HHaDI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmAw4HHaDI .row {
  flex-direction: row-reverse;
}
.cid-tmAw4HHaDI img {
  width: 100%;
}
.cid-tmAw9fPcKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tmAw9fPcKS .mbr-text {
  color: #ffffff;
}
.cid-tmAw9fPcKS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmAAeN9wZQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmAAeN9wZQ .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tjYCdUjavI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjYCdUjavI .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjtwuIRPz4 .navbar-dropdown {
  position: relative !important;
}
.cid-tjtwuIRPz4 .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-tjtwuIRPz4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjtwuIRPz4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjtwuIRPz4 .dropdown-item:hover,
.cid-tjtwuIRPz4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjtwuIRPz4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjtwuIRPz4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjtwuIRPz4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjtwuIRPz4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjtwuIRPz4 .nav-link {
  position: relative;
}
.cid-tjtwuIRPz4 .container {
  display: flex;
  margin: auto;
}
.cid-tjtwuIRPz4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjtwuIRPz4 .dropdown-menu,
.cid-tjtwuIRPz4 .navbar.opened {
  background: #000000 !important;
}
.cid-tjtwuIRPz4 .nav-item:focus,
.cid-tjtwuIRPz4 .nav-link:focus {
  outline: none;
}
.cid-tjtwuIRPz4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjtwuIRPz4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjtwuIRPz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjtwuIRPz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjtwuIRPz4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjtwuIRPz4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjtwuIRPz4 .navbar {
  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: #000000;
}
.cid-tjtwuIRPz4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjtwuIRPz4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjtwuIRPz4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjtwuIRPz4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjtwuIRPz4 .navbar.collapsed {
  justify-content: center;
}
.cid-tjtwuIRPz4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjtwuIRPz4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjtwuIRPz4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjtwuIRPz4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjtwuIRPz4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjtwuIRPz4 .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-tjtwuIRPz4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjtwuIRPz4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjtwuIRPz4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjtwuIRPz4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjtwuIRPz4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjtwuIRPz4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjtwuIRPz4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjtwuIRPz4 .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-tjtwuIRPz4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjtwuIRPz4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjtwuIRPz4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjtwuIRPz4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjtwuIRPz4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjtwuIRPz4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjtwuIRPz4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjtwuIRPz4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjtwuIRPz4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjtwuIRPz4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjtwuIRPz4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjtwuIRPz4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjtwuIRPz4 .dropdown-item.active,
.cid-tjtwuIRPz4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjtwuIRPz4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjtwuIRPz4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjtwuIRPz4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjtwuIRPz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjtwuIRPz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjtwuIRPz4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjtwuIRPz4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjtwuIRPz4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjtwuIRPz4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjtwuIRPz4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjtwuIRPz4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjtwuIRPz4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtwuIRPz4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtwuIRPz4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjtwuIRPz4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtwuIRPz4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjtwuIRPz4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjtwuIRPz4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtwuIRPz4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjtwuIRPz4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjtwuIRPz4 .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-tjtwuIRPz4 .navbar {
    height: 70px;
  }
  .cid-tjtwuIRPz4 .navbar.opened {
    height: auto;
  }
  .cid-tjtwuIRPz4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkH61Nq4y7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH61Nq4y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH61Nq4y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH61Nq4y7 [class^="socicon-"]:before,
.cid-tkH61Nq4y7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH61Nq4y7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH61Nq4y7 .btn-social:hover {
  background: #927a32;
}
.cid-tkH61Nq4y7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH61Nq4y7 .mbr-section-title,
.cid-tkH61Nq4y7 .mbr-social-likes {
  color: #927a32;
}
.cid-tkH61YM1FS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH61YM1FS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH61YM1FS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH61YM1FS .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH61YM1FS .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH61YM1FS .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH61YM1FS .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH61YM1FS .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH61YM1FS .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH61YM1FS .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH61YM1FS [class^="socicon-"]:before,
.cid-tkH61YM1FS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH62cbuMs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH62cbuMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH62cbuMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH62cbuMs .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH62cbuMs .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjvWkr3zz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjvWkr3zz4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjvWkr3zz4 .mbr-text {
  color: #927a32;
}
.cid-tjvWkrdOLA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjvWkrqnEi .navbar-dropdown {
  position: relative !important;
}
.cid-tjvWkrqnEi .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-tjvWkrqnEi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjvWkrqnEi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjvWkrqnEi .dropdown-item:hover,
.cid-tjvWkrqnEi .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjvWkrqnEi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjvWkrqnEi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjvWkrqnEi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjvWkrqnEi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjvWkrqnEi .nav-link {
  position: relative;
}
.cid-tjvWkrqnEi .container {
  display: flex;
  margin: auto;
}
.cid-tjvWkrqnEi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjvWkrqnEi .dropdown-menu,
.cid-tjvWkrqnEi .navbar.opened {
  background: #000000 !important;
}
.cid-tjvWkrqnEi .nav-item:focus,
.cid-tjvWkrqnEi .nav-link:focus {
  outline: none;
}
.cid-tjvWkrqnEi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjvWkrqnEi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjvWkrqnEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjvWkrqnEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjvWkrqnEi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjvWkrqnEi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjvWkrqnEi .navbar {
  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: #000000;
}
.cid-tjvWkrqnEi .navbar.opened {
  transition: all 0.3s;
}
.cid-tjvWkrqnEi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjvWkrqnEi .navbar .navbar-logo img {
  width: auto;
}
.cid-tjvWkrqnEi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjvWkrqnEi .navbar.collapsed {
  justify-content: center;
}
.cid-tjvWkrqnEi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjvWkrqnEi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjvWkrqnEi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjvWkrqnEi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjvWkrqnEi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjvWkrqnEi .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-tjvWkrqnEi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjvWkrqnEi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjvWkrqnEi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjvWkrqnEi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjvWkrqnEi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjvWkrqnEi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjvWkrqnEi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjvWkrqnEi .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-tjvWkrqnEi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjvWkrqnEi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjvWkrqnEi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjvWkrqnEi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjvWkrqnEi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjvWkrqnEi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjvWkrqnEi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjvWkrqnEi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjvWkrqnEi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjvWkrqnEi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjvWkrqnEi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjvWkrqnEi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjvWkrqnEi .dropdown-item.active,
.cid-tjvWkrqnEi .dropdown-item:active {
  background-color: transparent;
}
.cid-tjvWkrqnEi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjvWkrqnEi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjvWkrqnEi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjvWkrqnEi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjvWkrqnEi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjvWkrqnEi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjvWkrqnEi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjvWkrqnEi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjvWkrqnEi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjvWkrqnEi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjvWkrqnEi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjvWkrqnEi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjvWkrqnEi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjvWkrqnEi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjvWkrqnEi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjvWkrqnEi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjvWkrqnEi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjvWkrqnEi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjvWkrqnEi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjvWkrqnEi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjvWkrqnEi .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-tjvWkrqnEi .navbar {
    height: 70px;
  }
  .cid-tjvWkrqnEi .navbar.opened {
    height: auto;
  }
  .cid-tjvWkrqnEi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkH5NB7BgY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5NB7BgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5NB7BgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5NB7BgY [class^="socicon-"]:before,
.cid-tkH5NB7BgY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5NB7BgY .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5NB7BgY .btn-social:hover {
  background: #927a32;
}
.cid-tkH5NB7BgY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5NB7BgY .mbr-section-title,
.cid-tkH5NB7BgY .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5NJUOpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5NJUOpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5NJUOpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5NJUOpr .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5NJUOpr .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5NJUOpr .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5NJUOpr .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5NJUOpr .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5NJUOpr .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5NJUOpr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5NJUOpr [class^="socicon-"]:before,
.cid-tkH5NJUOpr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5NVJJkw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5NVJJkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5NVJJkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5NVJJkw .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5NVJJkw .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjQTKr4rLV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjQTKr4rLV img,
.cid-tjQTKr4rLV .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjQTKr4rLV .item:focus,
.cid-tjQTKr4rLV span:focus {
  outline: none;
}
.cid-tjQTKr4rLV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjQTKr4rLV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjQTKr4rLV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjQTKr4rLV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjQTKr4rLV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjQTKr4rLV .mbr-section-title {
  color: #232323;
}
.cid-tjQTKr4rLV .mbr-text,
.cid-tjQTKr4rLV .mbr-section-btn {
  text-align: left;
}
.cid-tjQTKr4rLV .item-title {
  text-align: left;
}
.cid-tjQTKr4rLV .item-subtitle {
  text-align: center;
}
.cid-tjQTKrwFSX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjQTKrwFSX .mbr-section-title {
  color: #a98e3f;
}
.cid-tjQTKrwFSX .mbr-text {
  color: #ffffff;
}
.cid-tjQTKrHobA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjQTKrHobA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjQTKrHobA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjQTKrHobA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjQTKrHobA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjQTKrHobA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjQTKrHobA .mbr-section-title {
  color: #927a32;
}
.cid-tjQTKs1baU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjQTKs1baU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjQTKs1baU .mbr-text {
  color: #927a32;
}
.cid-tjQTKsdnZO .navbar-dropdown {
  position: relative !important;
}
.cid-tjQTKsdnZO .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-tjQTKsdnZO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQTKsdnZO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQTKsdnZO .dropdown-item:hover,
.cid-tjQTKsdnZO .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjQTKsdnZO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQTKsdnZO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQTKsdnZO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQTKsdnZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQTKsdnZO .nav-link {
  position: relative;
}
.cid-tjQTKsdnZO .container {
  display: flex;
  margin: auto;
}
.cid-tjQTKsdnZO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQTKsdnZO .dropdown-menu,
.cid-tjQTKsdnZO .navbar.opened {
  background: #000000 !important;
}
.cid-tjQTKsdnZO .nav-item:focus,
.cid-tjQTKsdnZO .nav-link:focus {
  outline: none;
}
.cid-tjQTKsdnZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQTKsdnZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQTKsdnZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQTKsdnZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQTKsdnZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQTKsdnZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQTKsdnZO .navbar {
  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: #000000;
}
.cid-tjQTKsdnZO .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQTKsdnZO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQTKsdnZO .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQTKsdnZO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQTKsdnZO .navbar.collapsed {
  justify-content: center;
}
.cid-tjQTKsdnZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQTKsdnZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQTKsdnZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjQTKsdnZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQTKsdnZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQTKsdnZO .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-tjQTKsdnZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQTKsdnZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQTKsdnZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQTKsdnZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQTKsdnZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQTKsdnZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQTKsdnZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQTKsdnZO .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-tjQTKsdnZO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQTKsdnZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQTKsdnZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQTKsdnZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQTKsdnZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQTKsdnZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjQTKsdnZO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjQTKsdnZO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQTKsdnZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQTKsdnZO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQTKsdnZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQTKsdnZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQTKsdnZO .dropdown-item.active,
.cid-tjQTKsdnZO .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQTKsdnZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQTKsdnZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQTKsdnZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQTKsdnZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQTKsdnZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQTKsdnZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQTKsdnZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQTKsdnZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQTKsdnZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQTKsdnZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjQTKsdnZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQTKsdnZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQTKsdnZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQTKsdnZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQTKsdnZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQTKsdnZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQTKsdnZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQTKsdnZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQTKsdnZO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQTKsdnZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQTKsdnZO .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-tjQTKsdnZO .navbar {
    height: 70px;
  }
  .cid-tjQTKsdnZO .navbar.opened {
    height: auto;
  }
  .cid-tjQTKsdnZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjQTKsvIlT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjQTKsvIlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjQTKsvIlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjQTKsvIlT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjQTKsvIlT .card {
    margin-bottom: 2rem!important;
  }
  .cid-tjQTKsvIlT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjQTKsvIlT .link-wrap {
    align-items: center;
  }
}
.cid-tjQTKsvIlT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjQTKsLe5g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjQTKsLe5g .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjQTKsLe5g .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH91xQY2P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH91xQY2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH91xQY2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH91xQY2P [class^="socicon-"]:before,
.cid-tkH91xQY2P [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH91xQY2P .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH91xQY2P .btn-social:hover {
  background: #927a32;
}
.cid-tkH91xQY2P .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH91xQY2P .mbr-section-title,
.cid-tkH91xQY2P .mbr-social-likes {
  color: #927a32;
}
.cid-tkH936hgQK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH936hgQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH936hgQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH936hgQK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH936hgQK .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH936hgQK .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH936hgQK .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH936hgQK .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH936hgQK .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH936hgQK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH936hgQK [class^="socicon-"]:before,
.cid-tkH936hgQK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjQTKtbIvo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjQTKtbIvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjQTKtbIvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5mcdwr2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5mcdwr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5mcdwr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5mcdwr2 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5mcdwr2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjYAZBRonC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tjYAZBRonC .mbr-text {
  color: #927a32;
  text-align: center;
}
.cid-tk3ZcW9Xlb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tk3ZcW9Xlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk3ZcW9Xlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk3ZcW9Xlb .video-wrapper iframe {
  width: 100%;
}
.cid-tk3ZcW9Xlb .mbr-section-title,
.cid-tk3ZcW9Xlb .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tk3ZcW9Xlb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tk41FdaFCr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tk41FdaFCr .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tk3ZddYbAV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tk3ZddYbAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk3ZddYbAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk3ZddYbAV .row {
  flex-direction: row-reverse;
}
.cid-tk3ZddYbAV .video-wrapper iframe {
  width: 100%;
}
.cid-tk3ZddYbAV .mbr-section-title,
.cid-tk3ZddYbAV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tk3ZddYbAV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tk43PJoMiP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tk43PJoMiP .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tjYAZBZVWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjYAZBZVWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjYAZBZVWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjYAZBZVWb .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tjYAZBZVWb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tjYAZBZVWb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tjYAZBZVWb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tjYAZBZVWb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tjYAZBZVWb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tjYAZBZVWb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tk49JRbYIx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tk49JRbYIx .mbr-text {
  color: #9c8337;
  text-align: center;
}
.cid-tjYAZCtbt1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjYAZCtbt1 .item:focus,
.cid-tjYAZCtbt1 span:focus {
  outline: none;
}
.cid-tjYAZCtbt1 .item-wrapper {
  position: relative;
}
.cid-tjYAZCtbt1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjYAZCtbt1 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjYAZCtbt1 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tjYAZCtbt1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjYAZCtbt1 .mbr-section-title {
  color: #000000;
}
.cid-tjYAZCtbt1 .mbr-text,
.cid-tjYAZCtbt1 .mbr-section-btn {
  text-align: center;
  color: #927a32;
}
.cid-tjYAZCtbt1 .item-title {
  text-align: center;
}
.cid-tjYAZCtbt1 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tjYAZCtbt1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tjYAZCtbt1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tjYAZCtbt1 .embla__button--next,
.cid-tjYAZCtbt1 .embla__button--prev {
  display: flex;
}
.cid-tjYAZCtbt1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tjYAZCtbt1 .embla__button {
    display: none;
  }
}
.cid-tjYAZCtbt1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tjYAZCtbt1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tjYAZCtbt1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjYAZCtbt1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjYAZCtbt1 .embla__button {
    top: auto;
  }
}
.cid-tjYAZCtbt1 .embla {
  position: relative;
  width: 100%;
}
.cid-tjYAZCtbt1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tjYAZCtbt1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tjYAZCtbt1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tjYAZCtbt1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tjYAZDpUu3 .navbar-dropdown {
  position: relative !important;
}
.cid-tjYAZDpUu3 .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-tjYAZDpUu3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjYAZDpUu3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjYAZDpUu3 .dropdown-item:hover,
.cid-tjYAZDpUu3 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tjYAZDpUu3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjYAZDpUu3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjYAZDpUu3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjYAZDpUu3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjYAZDpUu3 .nav-link {
  position: relative;
}
.cid-tjYAZDpUu3 .container {
  display: flex;
  margin: auto;
}
.cid-tjYAZDpUu3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjYAZDpUu3 .dropdown-menu,
.cid-tjYAZDpUu3 .navbar.opened {
  background: #000000 !important;
}
.cid-tjYAZDpUu3 .nav-item:focus,
.cid-tjYAZDpUu3 .nav-link:focus {
  outline: none;
}
.cid-tjYAZDpUu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjYAZDpUu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjYAZDpUu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjYAZDpUu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjYAZDpUu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjYAZDpUu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjYAZDpUu3 .navbar {
  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: #000000;
}
.cid-tjYAZDpUu3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjYAZDpUu3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjYAZDpUu3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjYAZDpUu3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjYAZDpUu3 .navbar.collapsed {
  justify-content: center;
}
.cid-tjYAZDpUu3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjYAZDpUu3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjYAZDpUu3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjYAZDpUu3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjYAZDpUu3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjYAZDpUu3 .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-tjYAZDpUu3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjYAZDpUu3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjYAZDpUu3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjYAZDpUu3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjYAZDpUu3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjYAZDpUu3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjYAZDpUu3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjYAZDpUu3 .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-tjYAZDpUu3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjYAZDpUu3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjYAZDpUu3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjYAZDpUu3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjYAZDpUu3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjYAZDpUu3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjYAZDpUu3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjYAZDpUu3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjYAZDpUu3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjYAZDpUu3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjYAZDpUu3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjYAZDpUu3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjYAZDpUu3 .dropdown-item.active,
.cid-tjYAZDpUu3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjYAZDpUu3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjYAZDpUu3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjYAZDpUu3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjYAZDpUu3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjYAZDpUu3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjYAZDpUu3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjYAZDpUu3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjYAZDpUu3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjYAZDpUu3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjYAZDpUu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tjYAZDpUu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjYAZDpUu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjYAZDpUu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjYAZDpUu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjYAZDpUu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjYAZDpUu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjYAZDpUu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjYAZDpUu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjYAZDpUu3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjYAZDpUu3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjYAZDpUu3 .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-tjYAZDpUu3 .navbar {
    height: 70px;
  }
  .cid-tjYAZDpUu3 .navbar.opened {
    height: auto;
  }
  .cid-tjYAZDpUu3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkH5WcQDZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5WcQDZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5WcQDZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5WcQDZ6 [class^="socicon-"]:before,
.cid-tkH5WcQDZ6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5WcQDZ6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5WcQDZ6 .btn-social:hover {
  background: #927a32;
}
.cid-tkH5WcQDZ6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5WcQDZ6 .mbr-section-title,
.cid-tkH5WcQDZ6 .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5WnB8Bm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5WnB8Bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5WnB8Bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5WnB8Bm .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5WnB8Bm .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5WnB8Bm .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5WnB8Bm .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5WnB8Bm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5WnB8Bm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5WnB8Bm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5WnB8Bm [class^="socicon-"]:before,
.cid-tkH5WnB8Bm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5WDFcxv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5WDFcxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5WDFcxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5WDFcxv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5WDFcxv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkaReB8ypG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkaReB8ypG .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkaReB8ypG .mbr-text {
  color: #927a32;
}
.cid-tkaReBeXeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkaReBmBXI .navbar-dropdown {
  position: relative !important;
}
.cid-tkaReBmBXI .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-tkaReBmBXI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkaReBmBXI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkaReBmBXI .dropdown-item:hover,
.cid-tkaReBmBXI .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tkaReBmBXI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkaReBmBXI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkaReBmBXI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkaReBmBXI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkaReBmBXI .nav-link {
  position: relative;
}
.cid-tkaReBmBXI .container {
  display: flex;
  margin: auto;
}
.cid-tkaReBmBXI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkaReBmBXI .dropdown-menu,
.cid-tkaReBmBXI .navbar.opened {
  background: #000000 !important;
}
.cid-tkaReBmBXI .nav-item:focus,
.cid-tkaReBmBXI .nav-link:focus {
  outline: none;
}
.cid-tkaReBmBXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkaReBmBXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkaReBmBXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkaReBmBXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkaReBmBXI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkaReBmBXI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkaReBmBXI .navbar {
  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: #000000;
}
.cid-tkaReBmBXI .navbar.opened {
  transition: all 0.3s;
}
.cid-tkaReBmBXI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkaReBmBXI .navbar .navbar-logo img {
  width: auto;
}
.cid-tkaReBmBXI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkaReBmBXI .navbar.collapsed {
  justify-content: center;
}
.cid-tkaReBmBXI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkaReBmBXI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkaReBmBXI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkaReBmBXI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkaReBmBXI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkaReBmBXI .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-tkaReBmBXI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkaReBmBXI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkaReBmBXI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkaReBmBXI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkaReBmBXI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkaReBmBXI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkaReBmBXI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkaReBmBXI .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-tkaReBmBXI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkaReBmBXI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkaReBmBXI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkaReBmBXI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkaReBmBXI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkaReBmBXI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkaReBmBXI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkaReBmBXI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkaReBmBXI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkaReBmBXI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkaReBmBXI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkaReBmBXI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkaReBmBXI .dropdown-item.active,
.cid-tkaReBmBXI .dropdown-item:active {
  background-color: transparent;
}
.cid-tkaReBmBXI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkaReBmBXI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkaReBmBXI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkaReBmBXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tkaReBmBXI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkaReBmBXI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkaReBmBXI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkaReBmBXI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkaReBmBXI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkaReBmBXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tkaReBmBXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkaReBmBXI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkaReBmBXI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkaReBmBXI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkaReBmBXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkaReBmBXI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkaReBmBXI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkaReBmBXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkaReBmBXI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkaReBmBXI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaReBmBXI .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-tkaReBmBXI .navbar {
    height: 70px;
  }
  .cid-tkaReBmBXI .navbar.opened {
    height: auto;
  }
  .cid-tkaReBmBXI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkH5QmB3R4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5QmB3R4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5QmB3R4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5QmB3R4 [class^="socicon-"]:before,
.cid-tkH5QmB3R4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5QmB3R4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5QmB3R4 .btn-social:hover {
  background: #927a32;
}
.cid-tkH5QmB3R4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5QmB3R4 .mbr-section-title,
.cid-tkH5QmB3R4 .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5QCd2Rn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5QCd2Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5QCd2Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5QCd2Rn .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5QCd2Rn .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5QCd2Rn .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5QCd2Rn .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5QCd2Rn .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5QCd2Rn .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5QCd2Rn .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5QCd2Rn [class^="socicon-"]:before,
.cid-tkH5QCd2Rn [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkH5QNJSlG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5QNJSlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5QNJSlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5QNJSlG .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5QNJSlG .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkxkSqwKDW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkxkSqwKDW img,
.cid-tkxkSqwKDW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tkxkSqwKDW .item:focus,
.cid-tkxkSqwKDW span:focus {
  outline: none;
}
.cid-tkxkSqwKDW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkxkSqwKDW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkxkSqwKDW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkxkSqwKDW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkxkSqwKDW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkxkSqwKDW .mbr-section-title {
  color: #232323;
}
.cid-tkxkSqwKDW .mbr-text,
.cid-tkxkSqwKDW .mbr-section-btn {
  text-align: left;
}
.cid-tkxkSqwKDW .item-title {
  text-align: left;
}
.cid-tkxkSqwKDW .item-subtitle {
  text-align: center;
}
.cid-tkxkSqJLUa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkxkSqJLUa .mbr-section-title {
  color: #a98e3f;
}
.cid-tkxkSqJLUa .mbr-text {
  color: #ffffff;
}
.cid-tkxkSqOQ4t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkxkSqOQ4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkxkSqOQ4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkxkSqOQ4t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkxkSqOQ4t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkxkSqOQ4t .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkxkSqOQ4t .mbr-section-title {
  color: #927a32;
}
.cid-tkxkSqXcYk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkxkSqXcYk .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkxkSqXcYk .mbr-text {
  color: #927a32;
}
.cid-tkxkSr2MES .navbar-dropdown {
  position: relative !important;
}
.cid-tkxkSr2MES .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-tkxkSr2MES .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkxkSr2MES .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkxkSr2MES .dropdown-item:hover,
.cid-tkxkSr2MES .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tkxkSr2MES .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkxkSr2MES .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkxkSr2MES .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkxkSr2MES .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkxkSr2MES .nav-link {
  position: relative;
}
.cid-tkxkSr2MES .container {
  display: flex;
  margin: auto;
}
.cid-tkxkSr2MES .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkxkSr2MES .dropdown-menu,
.cid-tkxkSr2MES .navbar.opened {
  background: #000000 !important;
}
.cid-tkxkSr2MES .nav-item:focus,
.cid-tkxkSr2MES .nav-link:focus {
  outline: none;
}
.cid-tkxkSr2MES .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkxkSr2MES .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkxkSr2MES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkxkSr2MES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkxkSr2MES .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkxkSr2MES .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkxkSr2MES .navbar {
  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: #000000;
}
.cid-tkxkSr2MES .navbar.opened {
  transition: all 0.3s;
}
.cid-tkxkSr2MES .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkxkSr2MES .navbar .navbar-logo img {
  width: auto;
}
.cid-tkxkSr2MES .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkxkSr2MES .navbar.collapsed {
  justify-content: center;
}
.cid-tkxkSr2MES .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkxkSr2MES .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkxkSr2MES .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkxkSr2MES .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkxkSr2MES .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkxkSr2MES .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-tkxkSr2MES .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkxkSr2MES .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkxkSr2MES .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkxkSr2MES .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkxkSr2MES .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkxkSr2MES .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkxkSr2MES .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkxkSr2MES .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-tkxkSr2MES .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkxkSr2MES .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkxkSr2MES .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkxkSr2MES .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkxkSr2MES .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkxkSr2MES .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkxkSr2MES .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkxkSr2MES .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkxkSr2MES .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkxkSr2MES .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkxkSr2MES .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkxkSr2MES .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkxkSr2MES .dropdown-item.active,
.cid-tkxkSr2MES .dropdown-item:active {
  background-color: transparent;
}
.cid-tkxkSr2MES .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkxkSr2MES .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkxkSr2MES .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkxkSr2MES .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tkxkSr2MES .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkxkSr2MES .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkxkSr2MES ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkxkSr2MES .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkxkSr2MES button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkxkSr2MES button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tkxkSr2MES button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkxkSr2MES button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkxkSr2MES button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkxkSr2MES button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkxkSr2MES nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkxkSr2MES nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkxkSr2MES nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkxkSr2MES nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkxkSr2MES .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkxkSr2MES a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkxkSr2MES .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-tkxkSr2MES .navbar {
    height: 70px;
  }
  .cid-tkxkSr2MES .navbar.opened {
    height: auto;
  }
  .cid-tkxkSr2MES .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkxkSrfnxn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkxkSrfnxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkxkSrfnxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkxkSrfnxn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tkxkSrfnxn .card {
    margin-bottom: 2rem!important;
  }
  .cid-tkxkSrfnxn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkxkSrfnxn .link-wrap {
    align-items: center;
  }
}
.cid-tkxkSrfnxn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkxkSrohgs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkxkSrohgs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkxkSrohgs .mbr-text {
  color: #927a32;
}
.cid-tkHcKwPDSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkHcKwPDSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkHcKwPDSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkHcKwPDSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkHcKwPDSt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkHcKwPDSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkHcKwPDSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkHcKwPDSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkHcKwPDSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkHcKwPDSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkHcKwPDSt .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tkHcKwPDSt H2 {
  color: #9c8337;
}
.cid-tkH5rPTnM8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tkH5rPTnM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5rPTnM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5rPTnM8 [class^="socicon-"]:before,
.cid-tkH5rPTnM8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tkH5rPTnM8 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tkH5rPTnM8 .btn-social:hover {
  background: #927a32;
}
.cid-tkH5rPTnM8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tkH5rPTnM8 .mbr-section-title,
.cid-tkH5rPTnM8 .mbr-social-likes {
  color: #927a32;
}
.cid-tkH5s4RqV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkH5s4RqV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5s4RqV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5s4RqV8 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tkH5s4RqV8 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tkH5s4RqV8 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tkH5s4RqV8 .bg-tiktok:hover {
  background: #000000;
}
.cid-tkH5s4RqV8 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tkH5s4RqV8 .bg-youtube:hover {
  background: #cc0000;
}
.cid-tkH5s4RqV8 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tkH5s4RqV8 [class^="socicon-"]:before,
.cid-tkH5s4RqV8 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tkxkSrS9d1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkxkSrS9d1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkxkSrS9d1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5pmsMED {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkH5pmsMED .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkH5pmsMED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkH5pmsMED .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkH5pmsMED .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tlPsR52Via {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tlPsR52Via img,
.cid-tlPsR52Via .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlPsR52Via .item:focus,
.cid-tlPsR52Via span:focus {
  outline: none;
}
.cid-tlPsR52Via .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlPsR52Via .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlPsR52Via .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlPsR52Via .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tlPsR52Via .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlPsR52Via .mbr-section-title {
  color: #232323;
}
.cid-tlPsR52Via .mbr-text,
.cid-tlPsR52Via .mbr-section-btn {
  text-align: left;
}
.cid-tlPsR52Via .item-title {
  text-align: left;
}
.cid-tlPsR52Via .item-subtitle {
  text-align: center;
}
.cid-tlPsR5GRKy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tlPsR5GRKy .mbr-section-title {
  color: #a98e3f;
}
.cid-tlPsR5GRKy .mbr-text {
  color: #ffffff;
}
.cid-tlPsR5QCPN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tlPsR5QCPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPsR5QCPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlPsR5QCPN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlPsR5QCPN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlPsR5QCPN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlPsR5QCPN .mbr-section-title {
  color: #927a32;
}
.cid-tlPsR6cvOd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tlPsR6cvOd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tlPsR6cvOd .mbr-text {
  color: #927a32;
}
.cid-tlPsR6mfOk .navbar-dropdown {
  position: relative !important;
}
.cid-tlPsR6mfOk .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-tlPsR6mfOk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlPsR6mfOk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlPsR6mfOk .dropdown-item:hover,
.cid-tlPsR6mfOk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tlPsR6mfOk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlPsR6mfOk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlPsR6mfOk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlPsR6mfOk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlPsR6mfOk .nav-link {
  position: relative;
}
.cid-tlPsR6mfOk .container {
  display: flex;
  margin: auto;
}
.cid-tlPsR6mfOk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlPsR6mfOk .dropdown-menu,
.cid-tlPsR6mfOk .navbar.opened {
  background: #000000 !important;
}
.cid-tlPsR6mfOk .nav-item:focus,
.cid-tlPsR6mfOk .nav-link:focus {
  outline: none;
}
.cid-tlPsR6mfOk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlPsR6mfOk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlPsR6mfOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlPsR6mfOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlPsR6mfOk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlPsR6mfOk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlPsR6mfOk .navbar {
  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: #000000;
}
.cid-tlPsR6mfOk .navbar.opened {
  transition: all 0.3s;
}
.cid-tlPsR6mfOk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlPsR6mfOk .navbar .navbar-logo img {
  width: auto;
}
.cid-tlPsR6mfOk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlPsR6mfOk .navbar.collapsed {
  justify-content: center;
}
.cid-tlPsR6mfOk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlPsR6mfOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlPsR6mfOk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tlPsR6mfOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlPsR6mfOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlPsR6mfOk .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-tlPsR6mfOk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlPsR6mfOk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlPsR6mfOk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlPsR6mfOk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlPsR6mfOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlPsR6mfOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlPsR6mfOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlPsR6mfOk .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-tlPsR6mfOk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlPsR6mfOk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlPsR6mfOk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlPsR6mfOk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlPsR6mfOk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlPsR6mfOk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlPsR6mfOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlPsR6mfOk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlPsR6mfOk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlPsR6mfOk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlPsR6mfOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlPsR6mfOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlPsR6mfOk .dropdown-item.active,
.cid-tlPsR6mfOk .dropdown-item:active {
  background-color: transparent;
}
.cid-tlPsR6mfOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlPsR6mfOk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlPsR6mfOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlPsR6mfOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tlPsR6mfOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlPsR6mfOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlPsR6mfOk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlPsR6mfOk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlPsR6mfOk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlPsR6mfOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tlPsR6mfOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlPsR6mfOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlPsR6mfOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlPsR6mfOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlPsR6mfOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlPsR6mfOk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlPsR6mfOk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlPsR6mfOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlPsR6mfOk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tlPsR6mfOk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlPsR6mfOk .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-tlPsR6mfOk .navbar {
    height: 70px;
  }
  .cid-tlPsR6mfOk .navbar.opened {
    height: auto;
  }
  .cid-tlPsR6mfOk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlPsR6KIte {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tlPsR6KIte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPsR6KIte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlPsR6KIte .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tlPsR6KIte .card {
    margin-bottom: 2rem!important;
  }
  .cid-tlPsR6KIte .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tlPsR6KIte .link-wrap {
    align-items: center;
  }
}
.cid-tlPsR6KIte .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlPsR70zwt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tlPsR70zwt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tlPsR70zwt .mbr-text {
  color: #927a32;
}
.cid-tlPsR8hMSD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tlPsR8hMSD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tlPsR8hMSD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tlPsR8hMSD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tlPsR8hMSD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tlPsR8hMSD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tlPsR8hMSD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tlPsR8hMSD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tlPsR8hMSD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tlPsR8hMSD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tlPsR8hMSD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tlPsR8hMSD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlPsR8hMSD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlPsR8hMSD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tlPsR8hMSD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tlPsR8hMSD .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tlPsR8hMSD H2 {
  color: #9c8337;
}
.cid-tlPsRa0oA8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tlPsRa0oA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPsRa0oA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlPsRa0oA8 [class^="socicon-"]:before,
.cid-tlPsRa0oA8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tlPsRa0oA8 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tlPsRa0oA8 .btn-social:hover {
  background: #927a32;
}
.cid-tlPsRa0oA8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tlPsRa0oA8 .mbr-section-title,
.cid-tlPsRa0oA8 .mbr-social-likes {
  color: #927a32;
}
.cid-tlPsRahN3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tlPsRahN3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPsRahN3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlPsRahN3y .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tlPsRahN3y .bg-instagram:hover {
  background: #bd005c;
}
.cid-tlPsRahN3y .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tlPsRahN3y .bg-tiktok:hover {
  background: #000000;
}
.cid-tlPsRahN3y .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tlPsRahN3y .bg-youtube:hover {
  background: #cc0000;
}
.cid-tlPsRahN3y .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tlPsRahN3y [class^="socicon-"]:before,
.cid-tlPsRahN3y [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tlPsRaCXzu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlPsRaCXzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPsRaCXzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlPsRaUXxT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlPsRaUXxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPsRaUXxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlPsRaUXxT .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tlPsRaUXxT .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tm0Z7Yvam6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tm0Z7Yvam6 img,
.cid-tm0Z7Yvam6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tm0Z7Yvam6 .item:focus,
.cid-tm0Z7Yvam6 span:focus {
  outline: none;
}
.cid-tm0Z7Yvam6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tm0Z7Yvam6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tm0Z7Yvam6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm0Z7Yvam6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tm0Z7Yvam6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tm0Z7Yvam6 .mbr-section-title {
  color: #232323;
}
.cid-tm0Z7Yvam6 .mbr-text,
.cid-tm0Z7Yvam6 .mbr-section-btn {
  text-align: left;
}
.cid-tm0Z7Yvam6 .item-title {
  text-align: left;
}
.cid-tm0Z7Yvam6 .item-subtitle {
  text-align: center;
}
.cid-tm0Z7ZBhvN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tm0Z7ZBhvN .mbr-section-title {
  color: #a98e3f;
}
.cid-tm0Z7ZBhvN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tm0Z7ZKofJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tm0Z7ZKofJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0Z7ZKofJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tm0Z7ZKofJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tm0Z7ZKofJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tm0Z7ZKofJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm0Z7ZKofJ .mbr-section-title {
  color: #927a32;
}
.cid-tm0Z80cYWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tm0Z80cYWx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tm0Z80cYWx .mbr-text {
  color: #927a32;
}
.cid-tm0Z80pVhp .navbar-dropdown {
  position: relative !important;
}
.cid-tm0Z80pVhp .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-tm0Z80pVhp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm0Z80pVhp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm0Z80pVhp .dropdown-item:hover,
.cid-tm0Z80pVhp .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tm0Z80pVhp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm0Z80pVhp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm0Z80pVhp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm0Z80pVhp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm0Z80pVhp .nav-link {
  position: relative;
}
.cid-tm0Z80pVhp .container {
  display: flex;
  margin: auto;
}
.cid-tm0Z80pVhp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm0Z80pVhp .dropdown-menu,
.cid-tm0Z80pVhp .navbar.opened {
  background: #000000 !important;
}
.cid-tm0Z80pVhp .nav-item:focus,
.cid-tm0Z80pVhp .nav-link:focus {
  outline: none;
}
.cid-tm0Z80pVhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm0Z80pVhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm0Z80pVhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm0Z80pVhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm0Z80pVhp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm0Z80pVhp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm0Z80pVhp .navbar {
  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: #000000;
}
.cid-tm0Z80pVhp .navbar.opened {
  transition: all 0.3s;
}
.cid-tm0Z80pVhp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm0Z80pVhp .navbar .navbar-logo img {
  width: auto;
}
.cid-tm0Z80pVhp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm0Z80pVhp .navbar.collapsed {
  justify-content: center;
}
.cid-tm0Z80pVhp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm0Z80pVhp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm0Z80pVhp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tm0Z80pVhp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm0Z80pVhp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm0Z80pVhp .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-tm0Z80pVhp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm0Z80pVhp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm0Z80pVhp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm0Z80pVhp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm0Z80pVhp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm0Z80pVhp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm0Z80pVhp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm0Z80pVhp .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-tm0Z80pVhp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm0Z80pVhp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm0Z80pVhp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm0Z80pVhp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm0Z80pVhp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm0Z80pVhp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tm0Z80pVhp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm0Z80pVhp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm0Z80pVhp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm0Z80pVhp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tm0Z80pVhp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm0Z80pVhp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm0Z80pVhp .dropdown-item.active,
.cid-tm0Z80pVhp .dropdown-item:active {
  background-color: transparent;
}
.cid-tm0Z80pVhp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm0Z80pVhp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm0Z80pVhp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm0Z80pVhp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tm0Z80pVhp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm0Z80pVhp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm0Z80pVhp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm0Z80pVhp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm0Z80pVhp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm0Z80pVhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #927a32;
}
.cid-tm0Z80pVhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm0Z80pVhp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm0Z80pVhp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm0Z80pVhp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm0Z80pVhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm0Z80pVhp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm0Z80pVhp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm0Z80pVhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm0Z80pVhp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tm0Z80pVhp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm0Z80pVhp .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-tm0Z80pVhp .navbar {
    height: 70px;
  }
  .cid-tm0Z80pVhp .navbar.opened {
    height: auto;
  }
  .cid-tm0Z80pVhp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm0Z80PKOw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tm0Z80PKOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0Z80PKOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0Z80PKOw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tm0Z80PKOw .card {
    margin-bottom: 2rem!important;
  }
  .cid-tm0Z80PKOw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tm0Z80PKOw .link-wrap {
    align-items: center;
  }
}
.cid-tm0Z80PKOw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm0Z81eMB3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tm0Z81eMB3 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tm0Z81eMB3 .mbr-text {
  color: #927a32;
}
.cid-tm0Z81NMlC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tm0Z81NMlC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tm0Z81NMlC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tm0Z81NMlC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tm0Z81NMlC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tm0Z81NMlC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tm0Z81NMlC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tm0Z81NMlC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tm0Z81NMlC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tm0Z81NMlC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tm0Z81NMlC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tm0Z81NMlC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm0Z81NMlC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm0Z81NMlC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tm0Z81NMlC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tm0Z81NMlC .media-container-row .mbr-text {
  color: #9b9a9a;
}
.cid-tm0Z81NMlC H2 {
  color: #9c8337;
}
.cid-tm0Z82gVq6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tm0Z82gVq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0Z82gVq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0Z82gVq6 [class^="socicon-"]:before,
.cid-tm0Z82gVq6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tm0Z82gVq6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #927a32;
  border-width: 2px;
  transition: all .3s;
  border-color: #927a32;
}
.cid-tm0Z82gVq6 .btn-social:hover {
  background: #927a32;
}
.cid-tm0Z82gVq6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tm0Z82gVq6 .mbr-section-title,
.cid-tm0Z82gVq6 .mbr-social-likes {
  color: #927a32;
}
.cid-tm0Z82ysJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tm0Z82ysJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0Z82ysJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0Z82ysJR .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tm0Z82ysJR .bg-instagram:hover {
  background: #bd005c;
}
.cid-tm0Z82ysJR .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tm0Z82ysJR .bg-tiktok:hover {
  background: #000000;
}
.cid-tm0Z82ysJR .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tm0Z82ysJR .bg-youtube:hover {
  background: #cc0000;
}
.cid-tm0Z82ysJR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tm0Z82ysJR [class^="socicon-"]:before,
.cid-tm0Z82ysJR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tm0Z82WyxH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm0Z82WyxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0Z82WyxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0Z83lAZl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm0Z83lAZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0Z83lAZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0Z83lAZl .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tm0Z83lAZl .mbr-section-subtitle DIV {
  text-align: center;
}
