.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #ffe161 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !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: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.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: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.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: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !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: #000000 !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='%23ffe161' %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-tsEwjz7KhW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsEwjz7KhW nav.navbar {
  position: fixed;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsEwjz7KhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsEwjz7KhW .dropdown-item:hover,
.cid-tsEwjz7KhW .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tsEwjz7KhW .dropdown-item:hover span {
  color: white;
}
.cid-tsEwjz7KhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsEwjz7KhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsEwjz7KhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsEwjz7KhW .nav-link {
  position: relative;
}
.cid-tsEwjz7KhW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .container {
    flex-wrap: nowrap;
  }
}
.cid-tsEwjz7KhW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown-menu,
.cid-tsEwjz7KhW .navbar.opened {
  background: #e6c63b !important;
}
.cid-tsEwjz7KhW .nav-item:focus,
.cid-tsEwjz7KhW .nav-link:focus {
  outline: none;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsEwjz7KhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsEwjz7KhW .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: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.opened {
  transition: all 0.3s;
}
.cid-tsEwjz7KhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsEwjz7KhW .navbar .navbar-logo img {
  width: auto;
}
.cid-tsEwjz7KhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsEwjz7KhW .navbar.collapsed {
  justify-content: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsEwjz7KhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsEwjz7KhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsEwjz7KhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsEwjz7KhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsEwjz7KhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsEwjz7KhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsEwjz7KhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsEwjz7KhW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tsEwjz7KhW .dropdown-item.active,
.cid-tsEwjz7KhW .dropdown-item:active {
  background-color: transparent;
}
.cid-tsEwjz7KhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsEwjz7KhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsEwjz7KhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsEwjz7KhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tsEwjz7KhW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tsEwjz7KhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar {
    height: 70px;
  }
  .cid-tsEwjz7KhW .navbar.opened {
    height: auto;
  }
  .cid-tsEwjz7KhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsEwjz7KhW .container,
.cid-tsEwjz7KhW .container-fluid {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tsEwjz7KhW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tsEwjz7KhW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .contacts-menu {
    display: none;
  }
}
.cid-tsEwjz7KhW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tsEwjz7KhW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ffe161;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tsEwjz7KhW .icon-box:hover {
  transform: scale(1.1);
}
.cid-tsEwjz7KhW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tsEwjz7KhW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn-black {
  color: #ffe161 !important;
}
@media (max-width: 577px) {
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .nav-link:hover {
  color: #ffe161 !important;
}
.cid-tFFWb3AKeb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tFFWb3AKeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFWb3AKeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsEw3qqcfa {
  background-color: #f2cf36;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tsEw3qqcfa .carousel {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-tsEw3qqcfa .carousel {
    height: 100vh;
  }
}
.cid-tsEw3qqcfa .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsEw3qqcfa .carousel-item,
.cid-tsEw3qqcfa .carousel-inner {
  height: 100%;
}
.cid-tsEw3qqcfa .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsEw3qqcfa .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tsEw3qqcfa .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tsEw3qqcfa .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tsEw3qqcfa .mbr-section-btn {
  margin-top: 42px;
}
.cid-tsEw3qqcfa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsEw3qqcfa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsEw3qqcfa .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tsEw3qqcfa .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tsEw3qqcfa .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsEw3qqcfa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsEw3qqcfa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsEw3qqcfa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsEw3qqcfa .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #f2cf36;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tsEw3qqcfa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #f2cf36 !important;
}
.cid-tsEw3qqcfa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #f2cf36 !important;
}
.cid-tsEw3qqcfa .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tsEw3qqcfa .carousel-control {
    display: none !important;
  }
}
.cid-tsEw3qqcfa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tsEw3qqcfa .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #f2cf36;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tsEw3qqcfa .carousel-indicators li.active,
.cid-tsEw3qqcfa .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tsEw3qqcfa .carousel-indicators li::after,
.cid-tsEw3qqcfa .carousel-indicators li::before {
  content: none;
}
.cid-tsEw3qqcfa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsEw3qqcfa .carousel-indicators {
    display: none !important;
  }
}
.cid-tsEw3qqcfa .mbr-section-text,
.cid-tsEw3qqcfa .mbr-section-btn {
  text-align: center;
}
.cid-tsEw3qqcfa H5 {
  color: #ffffff;
  text-align: center;
}
.cid-ts4mCkcoqg {
  padding-top: 4rem;
  padding-bottom: 18rem;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-ts4mCkcoqg .mbr-text,
.cid-ts4mCkcoqg .mbr-section-btn {
  color: #000000;
}
.cid-ts4mCkcoqg .btn-white {
  color: #333333!important;
}
.cid-ts4mCkcoqg .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-ts4mCkcoqg .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-ts4mCkcoqg svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-ts4mCkcoqg svg path {
  fill: #ffe161;
}
@media (max-width: 1600px) {
  .cid-ts4mCkcoqg .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-ts4mCkcoqg .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-ts4mCkcoqg svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-ts4mCkcoqg .image1 {
    height: 220px;
  }
  .cid-ts4mCkcoqg .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-ts4mCkcoqg svg {
    top: -120px;
  }
  .cid-ts4mCkcoqg .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-ts4mCkcoqg .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-ts4mCkcoqg .mbr-section-title {
  color: #4479d9;
}
.cid-ts4mCkcoqg .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tsJll6d6lH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tsJll6d6lH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsJll6d6lH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsJll6d6lH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsJll6d6lH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsJll6d6lH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsJll6d6lH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsJll6d6lH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsKfHekVlg {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tsKfHekVlg img,
.cid-tsKfHekVlg .item-img {
  width: 100%;
}
.cid-tsKfHekVlg .item:focus,
.cid-tsKfHekVlg span:focus {
  outline: none;
}
.cid-tsKfHekVlg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-tsKfHekVlg .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #e6c63b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tsKfHekVlg .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-tsKfHekVlg .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-tsKfHekVlg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsKfHekVlg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsKfHekVlg .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-tsKfHekVlg .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tsKfHekVlg .mbr-text {
  text-align: left;
}
.cid-tsKfHekVlg .item-footer {
  margin-top: 14px;
}
.cid-tsKfHekVlg .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tsKfHekVlg .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-tsKfHekVlg .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-tsKfHekVlg .mbr-section-btn {
  margin-top: 30px;
}
.cid-tsKfHekVlg .mbr-price,
.cid-tsKfHekVlg .mbr-section-btn {
  color: #e43f3f;
}
.cid-tsKfHekVlg .mbr-section-title {
  color: #e6c63b;
}
.cid-tsKlcDli2f {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tsKlcDli2f img {
  width: 120px;
  margin: auto;
}
.cid-tsKlcDli2f .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tsKlcDli2f .card {
    max-width: 12.5%;
  }
}
.cid-tsKlcDli2f .mbr-section-title {
  color: #ffffff;
}
.cid-tsKsQHtG9H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsKsQHtG9H h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tsKsQHtG9H .count,
.cid-tsKsQHtG9H .card-img {
  color: #f2cf36;
}
.cid-tsKsQHtG9H .mbr-subtitle {
  color: #999999;
}
.cid-tsKmSFSgsK {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tsKmSFSgsK img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tsKmSFSgsK .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tsKmSFSgsK .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tsKmSFSgsK .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #000000, #ffe161);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tsKmSFSgsK .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tsKmSFSgsK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsKmSFSgsK .first:hover:before {
  content: none;
}
.cid-tsKmSFSgsK .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #000000, #ffe161);
  content: "";
}
.cid-tsKmSFSgsK .last:hover:after {
  content: none;
}
.cid-tsKmSFSgsK .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #ffe161);
  content: "";
}
.cid-tsKmSFSgsK .mbr-section-text {
  color: #999999;
}
.cid-tsKmSFSgsK .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tsKmSFSgsK .card .img-wrapper {
  overflow: hidden;
}
.cid-tsKmSFSgsK .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tsKmSFSgsK .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tsKmSFSgsK .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #ffe161);
  color: #ffffff !important;
}
.cid-tsKmSFSgsK .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tsKmSFSgsK .mbr-section-title {
  color: #f2cf36;
}
.cid-tuqSuEqM3t {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tuqSuEqM3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuqSuEqM3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuqSuEqM3t .google-map {
  height: 30rem;
  position: relative;
}
.cid-tuqSuEqM3t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuqSuEqM3t .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuqSuEqM3t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuqSuEqM3t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuqSuEqM3t .mbr-section-title {
  color: #e6c63b;
}
.cid-ts4wF8ezNs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffe161;
}
.cid-ts4wF8ezNs .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ts4wF8ezNs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ts4wF8ezNs .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ts4wF8ezNs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-ts4wF8ezNs .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-ts4wF8ezNs .text2 {
  color: #000000;
  text-align: left;
}
.cid-ts4wF8ezNs .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-ts4wF8ezNs .logo-title {
  text-align: center;
}
.cid-ts4wF8ezNs .logo-sub-title {
  text-align: center;
}
.cid-ts4wF8ezNs .links {
  text-align: center;
  color: #656565;
}
.cid-ts4wF8ezNs .logo-sub-title i {
  color: #9e9e9e;
}
.cid-ts4wF8ezNs .links,
.cid-ts4wF8ezNs .social-list {
  color: #000000;
}
.cid-ts4KB0S0qn {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/party-bg-1446x1017.png");
}
.cid-ts4KB0S0qn .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-ts4KB0S0qn .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-ts4KB0S0qn .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-ts4KB0S0qn .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-ts4KB0S0qn .container {
  max-width: 1600px;
}
.cid-ts4KB0S0qn .mbr-bold,
.cid-ts4KB0S0qn b {
  font-weight: 900;
}
.cid-ts4KB0S0qn .btn {
  color: white !important;
}
.cid-ts4KB0S0qn svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-ts4KB0S0qn svg path {
  fill: #e6c63b;
}
@media (max-width: 1200px) {
  .cid-ts4KB0S0qn svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-ts4KB0S0qn svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-ts4KB0S0qn svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-ts4KB0S0qn .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-ts4KB0S0qn H1 {
  color: #ffffff;
  text-align: left;
}
.cid-ts5uEQA4Nq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
@media (max-width: 991px) {
  .cid-ts5uEQA4Nq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts5uEQA4Nq .row {
  flex-direction: row-reverse;
}
.cid-ts5uEQA4Nq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ts5uEQA4Nq .text-wrapper {
    padding: 2rem;
  }
}
.cid-ts5uEQA4Nq .mbr-text {
  text-align: left;
}
.cid-tsPiVt8xrb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tsPiVt8xrb .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-ts5DdfSlmM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #52195b;
}
.cid-ts5DdfSlmM .mbr-media {
  position: relative;
  height: 560px;
  border: 2px solid #000;
  border-radius: 20px;
}
.cid-ts5DdfSlmM .mbr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-ts5DdfSlmM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ts5DdfSlmM .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ts5DdfSlmM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ts5DdfSlmM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ts5DdfSlmM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ts5DdfSlmM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ts5DdfSlmM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ts5DdfSlmM .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ts5DdfSlmM .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-ts5DdfSlmM .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-ts5DdfSlmM .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ts5DdfSlmM .btn:hover,
.cid-ts5DdfSlmM .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-ts5DdfSlmM .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ts5DdfSlmM .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-ts5DdfSlmM .btn:hover:before,
.cid-ts5DdfSlmM .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-ts5DdfSlmM .btn-secondary {
  color: #000000 !important;
}
.cid-ts5DdfSlmM .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-ts5DdfSlmM .icon {
    display: none;
  }
}
.cid-ts5DdfSlmM .mbr-section-title,
.cid-ts5DdfSlmM .mbr-section-btn {
  color: #ffffff;
}
.cid-ts5DdfSlmM .mbr-text {
  color: #ffffff;
}
.cid-tsaGBpIlPJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fc6a21;
}
.cid-tsaGBpIlPJ .video-wrapper iframe {
  width: 100%;
}
.cid-tsaGBpIlPJ .mbr-section-title,
.cid-tsaGBpIlPJ .mbr-section-subtitle,
.cid-tsaGBpIlPJ .mbr-text {
  text-align: center;
}
.cid-ts5IpPbeJB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-01-05-at-11.29.56-733x475.jpg");
}
.cid-ts5IpPbeJB .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-ts5IpPbeJB .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-ts5IpPbeJB .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-ts5IpPbeJB .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-ts5IpPbeJB .embla {
    margin-bottom: 80px;
  }
}
.cid-ts5IpPbeJB .mbr-section-title {
  color: #ffffff;
}
.cid-ts5IpPbeJB .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-ts5IpPbeJB .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-ts5IpPbeJB .item:focus,
.cid-ts5IpPbeJB span:focus {
  outline: none;
}
.cid-ts5IpPbeJB .slide-content {
  position: relative;
  padding: 24px;
  background: #e6c63b;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .slide-content {
    padding: 16px;
  }
}
.cid-ts5IpPbeJB .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ts5IpPbeJB .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-ts5IpPbeJB .embla__slide {
    max-width: initial;
  }
}
.cid-ts5IpPbeJB .item-content {
  margin-top: 24px;
}
.cid-ts5IpPbeJB .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-ts5IpPbeJB .item-img {
  width: 100%;
  height: 309px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .item-img {
    height: 243px;
  }
}
.cid-ts5IpPbeJB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ts5IpPbeJB .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .label-container {
    flex-wrap: wrap;
  }
}
.cid-ts5IpPbeJB .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-ts5IpPbeJB .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-ts5IpPbeJB .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-ts5IpPbeJB .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-ts5IpPbeJB .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-ts5IpPbeJB .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .date-text {
    max-width: 100%;
  }
}
.cid-ts5IpPbeJB .item-title {
  color: #161616;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-ts5IpPbeJB .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-ts5IpPbeJB .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .mbr-section-btn {
    width: auto !important;
  }
}
.cid-ts5IpPbeJB .item-subtitle {
  text-align: left;
}
.cid-ts5IpPbeJB .embla__button--next,
.cid-ts5IpPbeJB .embla__button--prev {
  display: flex;
}
.cid-ts5IpPbeJB .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts5IpPbeJB .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-ts5IpPbeJB .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-ts5IpPbeJB .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-ts5IpPbeJB .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #e6c63b;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-ts5IpPbeJB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ts5IpPbeJB .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-ts5IpPbeJB .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-ts5IpPbeJB .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-ts5IpPbeJB .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-ts5IpPbeJB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ts5IpPbeJB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ts5IpPbeJB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ts5IpPbeJB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ts5IpPbeJB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ts6aJ7oTP8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #52195b;
}
.cid-ts6aJ7oTP8 .row {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .cid-ts6aJ7oTP8 .main-row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cid-ts6aJ7oTP8 .text-col {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .cid-ts6aJ7oTP8 .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .cid-ts6aJ7oTP8 .mbr-section-head {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .cid-ts6aJ7oTP8 .mbr-section-head {
    padding-top: 52px;
    margin-top: 52px;
  }
}
.cid-ts6aJ7oTP8 .mbr-section-title {
  color: #ffffff;
}
.cid-ts6aJ7oTP8 .mbr-section-subtitle {
  color: #45494E;
}
.cid-ts6aJ7oTP8 .item-col {
  order: 1;
}
.cid-ts6aJ7oTP8 .item {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-ts6aJ7oTP8 .item {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-ts6aJ7oTP8 .item {
    margin-bottom: 52px;
  }
}
.cid-ts6aJ7oTP8 .item-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-top: 24px;
  width: 100%;
  flex-grow: 1;
}
.cid-ts6aJ7oTP8 .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-ts6aJ7oTP8 .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-ts6aJ7oTP8 .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-ts6aJ7oTP8 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-ts6aJ7oTP8 .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-ts6aJ7oTP8 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 180%;
}
.cid-ts6aJ7oTP8 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-ts6aJ7oTP8 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ts6aJ7oTP8 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-ts6aJ7oTP8 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-ts5NqH3shi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-ts5NqH3shi .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-ts5NqH3shi .panel-group {
  border: none;
}
.cid-ts5NqH3shi .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-ts5NqH3shi .card-header {
    padding: 1rem 0rem;
  }
}
.cid-ts5NqH3shi .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ts5NqH3shi .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ts5NqH3shi .content {
  margin: 5rem auto;
}
.cid-ts5NqH3shi .img-col {
  padding: 0;
}
.cid-ts5NqH3shi .img-item {
  height: 100%;
}
.cid-ts5NqH3shi img {
  height: 100%;
  object-fit: cover;
}
.cid-ts5NqH3shi .collapsed span {
  transform: rotate(0deg);
}
.cid-ts5NqH3shi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ts5NqH3shi p {
  margin-bottom: 0.3rem;
}
.cid-ts5NqH3shi .panel-title-edit {
  color: #e9c0e9;
}
.cid-ts5NqH3shi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ts5NqH3shi .card {
  background: #f2cf36;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-ts5NqH3shi .panel-text {
  color: #100e0e;
}
.cid-ts5NqH3shi H3 {
  text-align: left;
  color: #f2cf36;
}
.cid-ts5NqH3shi H4 {
  text-align: center;
}
.cid-ts5NqH3shi .panel-title-edit,
.cid-ts5NqH3shi .mbr-iconfont {
  color: #000000;
}
.cid-ts6cr1Ro5B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffe161;
}
.cid-ts6cr1Ro5B .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ts6cr1Ro5B .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ts6cr1Ro5B .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ts6cr1Ro5B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-ts6cr1Ro5B .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-ts6cr1Ro5B .text2 {
  color: #000000;
  text-align: left;
}
.cid-ts6cr1Ro5B .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-ts6cr1Ro5B .logo-title {
  text-align: center;
}
.cid-ts6cr1Ro5B .logo-sub-title {
  text-align: center;
}
.cid-ts6cr1Ro5B .links {
  text-align: center;
  color: #656565;
}
.cid-ts6cr1Ro5B .logo-sub-title i {
  color: #9e9e9e;
}
.cid-ts6cr1Ro5B .links,
.cid-ts6cr1Ro5B .social-list {
  color: #000000;
}
.cid-tsEwjz7KhW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsEwjz7KhW nav.navbar {
  position: fixed;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsEwjz7KhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsEwjz7KhW .dropdown-item:hover,
.cid-tsEwjz7KhW .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tsEwjz7KhW .dropdown-item:hover span {
  color: white;
}
.cid-tsEwjz7KhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsEwjz7KhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsEwjz7KhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsEwjz7KhW .nav-link {
  position: relative;
}
.cid-tsEwjz7KhW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .container {
    flex-wrap: nowrap;
  }
}
.cid-tsEwjz7KhW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown-menu,
.cid-tsEwjz7KhW .navbar.opened {
  background: #e6c63b !important;
}
.cid-tsEwjz7KhW .nav-item:focus,
.cid-tsEwjz7KhW .nav-link:focus {
  outline: none;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsEwjz7KhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsEwjz7KhW .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: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.opened {
  transition: all 0.3s;
}
.cid-tsEwjz7KhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsEwjz7KhW .navbar .navbar-logo img {
  width: auto;
}
.cid-tsEwjz7KhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsEwjz7KhW .navbar.collapsed {
  justify-content: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsEwjz7KhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsEwjz7KhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsEwjz7KhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsEwjz7KhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsEwjz7KhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsEwjz7KhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsEwjz7KhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsEwjz7KhW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tsEwjz7KhW .dropdown-item.active,
.cid-tsEwjz7KhW .dropdown-item:active {
  background-color: transparent;
}
.cid-tsEwjz7KhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsEwjz7KhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsEwjz7KhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsEwjz7KhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tsEwjz7KhW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tsEwjz7KhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar {
    height: 70px;
  }
  .cid-tsEwjz7KhW .navbar.opened {
    height: auto;
  }
  .cid-tsEwjz7KhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsEwjz7KhW .container,
.cid-tsEwjz7KhW .container-fluid {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tsEwjz7KhW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tsEwjz7KhW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .contacts-menu {
    display: none;
  }
}
.cid-tsEwjz7KhW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tsEwjz7KhW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ffe161;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tsEwjz7KhW .icon-box:hover {
  transform: scale(1.1);
}
.cid-tsEwjz7KhW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tsEwjz7KhW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn-black {
  color: #ffe161 !important;
}
@media (max-width: 577px) {
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .nav-link:hover {
  color: #ffe161 !important;
}
.cid-ts5RQU7ANs {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/banner-a-formatura-comp-2000x652.png");
}
.cid-ts5RQU7ANs .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-ts5RQU7ANs .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-ts5RQU7ANs .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-ts5RQU7ANs .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-ts5RQU7ANs .container {
  max-width: 1600px;
}
.cid-ts5RQU7ANs .mbr-bold,
.cid-ts5RQU7ANs b {
  font-weight: 900;
}
.cid-ts5RQU7ANs .btn {
  color: white !important;
}
.cid-ts5RQU7ANs svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-ts5RQU7ANs svg path {
  fill: #228baa;
}
@media (max-width: 1200px) {
  .cid-ts5RQU7ANs svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-ts5RQU7ANs svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-ts5RQU7ANs svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-ts5RQU7ANs .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-ts5RQU7ANs H1 {
  color: #ffffff;
  text-align: left;
}
.cid-ts5RQXRPZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #228baa;
}
@media (max-width: 991px) {
  .cid-ts5RQXRPZl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts5RQXRPZl .row {
  flex-direction: row-reverse;
}
.cid-ts5RQXRPZl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ts5RQXRPZl .text-wrapper {
    padding: 2rem;
  }
}
.cid-ts5RQXRPZl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ts5RQXRPZl .mbr-section-title {
  color: #ffffff;
}
.cid-tsPkvZgsC0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #228baa;
}
.cid-tsPkvZgsC0 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-ts5RR0Rk6q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ff6666;
}
.cid-ts5RR0Rk6q .mbr-media {
  position: relative;
  height: 560px;
  border: 2px solid #000;
  border-radius: 20px;
}
.cid-ts5RR0Rk6q .mbr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-ts5RR0Rk6q .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ts5RR0Rk6q .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ts5RR0Rk6q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ts5RR0Rk6q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ts5RR0Rk6q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ts5RR0Rk6q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ts5RR0Rk6q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ts5RR0Rk6q .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ts5RR0Rk6q .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-ts5RR0Rk6q .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-ts5RR0Rk6q .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ts5RR0Rk6q .btn:hover,
.cid-ts5RR0Rk6q .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-ts5RR0Rk6q .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ts5RR0Rk6q .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-ts5RR0Rk6q .btn:hover:before,
.cid-ts5RR0Rk6q .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-ts5RR0Rk6q .btn-secondary {
  color: #000000 !important;
}
.cid-ts5RR0Rk6q .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-ts5RR0Rk6q .icon {
    display: none;
  }
}
.cid-tsafAf2Jel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff9966;
}
.cid-tsafAf2Jel .video-wrapper iframe {
  width: 100%;
}
.cid-tsafAf2Jel .mbr-section-title,
.cid-tsafAf2Jel .mbr-section-subtitle,
.cid-tsafAf2Jel .mbr-text {
  text-align: center;
}
.cid-tsa88HdoQS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/f0e4e4cd0456029160e9a3544b21c858-640x896.jpg");
}
.cid-tsa88HdoQS .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tsa88HdoQS .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-tsa88HdoQS .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-tsa88HdoQS .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tsa88HdoQS .embla {
    margin-bottom: 80px;
  }
}
.cid-tsa88HdoQS .mbr-section-title {
  color: #000000;
}
.cid-tsa88HdoQS .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tsa88HdoQS .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-tsa88HdoQS .item:focus,
.cid-tsa88HdoQS span:focus {
  outline: none;
}
.cid-tsa88HdoQS .slide-content {
  position: relative;
  padding: 24px;
  background: #228baa;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .slide-content {
    padding: 16px;
  }
}
.cid-tsa88HdoQS .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tsa88HdoQS .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tsa88HdoQS .embla__slide {
    max-width: initial;
  }
}
.cid-tsa88HdoQS .item-content {
  margin-top: 24px;
}
.cid-tsa88HdoQS .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tsa88HdoQS .item-img {
  width: 100%;
  height: 309px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .item-img {
    height: 243px;
  }
}
.cid-tsa88HdoQS .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsa88HdoQS .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .label-container {
    flex-wrap: wrap;
  }
}
.cid-tsa88HdoQS .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tsa88HdoQS .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-tsa88HdoQS .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-tsa88HdoQS .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-tsa88HdoQS .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-tsa88HdoQS .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .date-text {
    max-width: 100%;
  }
}
.cid-tsa88HdoQS .item-title {
  color: #161616;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-tsa88HdoQS .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-tsa88HdoQS .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .mbr-section-btn {
    width: auto !important;
  }
}
.cid-tsa88HdoQS .item-subtitle {
  text-align: left;
}
.cid-tsa88HdoQS .embla__button--next,
.cid-tsa88HdoQS .embla__button--prev {
  display: flex;
}
.cid-tsa88HdoQS .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsa88HdoQS .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-tsa88HdoQS .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tsa88HdoQS .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-tsa88HdoQS .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #228baa;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-tsa88HdoQS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tsa88HdoQS .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-tsa88HdoQS .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-tsa88HdoQS .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-tsa88HdoQS .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-tsa88HdoQS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tsa88HdoQS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tsa88HdoQS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tsa88HdoQS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tsa88HdoQS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tsPcMRvMIy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsPcMRvMIy .mbr-section-subtitle {
  color: #7b2a53;
  font-weight: 300;
}
.cid-tsPcMRvMIy .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tsPcMRvMIy .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-tsPcMRvMIy .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tsPcMRvMIy .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tsPcMRvMIy .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #228baa;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-tsPcMRvMIy .card {
  min-height: 300px;
}
.cid-tsPcMRvMIy .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-tsPcMRvMIy .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-tsPcMRvMIy .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-tsPcMRvMIy .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-tsPcMRvMIy H4 {
  color: #ffffff;
  text-align: center;
}
.cid-tsPcMRvMIy P {
  color: #ffffff;
  text-align: center;
}
.cid-tsPcOHoB04 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsPcOHoB04 .mbr-section-subtitle {
  color: #7b2a53;
  font-weight: 300;
}
.cid-tsPcOHoB04 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tsPcOHoB04 .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-tsPcOHoB04 .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tsPcOHoB04 .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tsPcOHoB04 .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #228baa;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-tsPcOHoB04 .card {
  min-height: 300px;
}
.cid-tsPcOHoB04 .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-tsPcOHoB04 .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-tsPcOHoB04 .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-tsPcOHoB04 .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-tsPcOHoB04 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-tsPcOHoB04 P {
  color: #ffffff;
  text-align: center;
}
.cid-ts5RRgc10W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-ts5RRgc10W .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-ts5RRgc10W .panel-group {
  border: none;
}
.cid-ts5RRgc10W .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-ts5RRgc10W .card-header {
    padding: 1rem 0rem;
  }
}
.cid-ts5RRgc10W .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ts5RRgc10W .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ts5RRgc10W .content {
  margin: 5rem auto;
}
.cid-ts5RRgc10W .img-col {
  padding: 0;
}
.cid-ts5RRgc10W .img-item {
  height: 100%;
}
.cid-ts5RRgc10W img {
  height: 100%;
  object-fit: cover;
}
.cid-ts5RRgc10W .collapsed span {
  transform: rotate(0deg);
}
.cid-ts5RRgc10W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ts5RRgc10W p {
  margin-bottom: 0.3rem;
}
.cid-ts5RRgc10W .panel-title-edit {
  color: #e9c0e9;
}
.cid-ts5RRgc10W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ts5RRgc10W .card {
  background: #228baa;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-ts5RRgc10W .panel-text {
  color: #100e0e;
}
.cid-ts5RRgc10W H3 {
  text-align: left;
  color: #000000;
}
.cid-ts5RRgc10W H4 {
  text-align: center;
}
.cid-ts5RRgc10W .panel-title-edit,
.cid-ts5RRgc10W .mbr-iconfont {
  color: #000000;
}
.cid-tsaf4XT95k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffe161;
}
.cid-tsaf4XT95k .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tsaf4XT95k .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tsaf4XT95k .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsaf4XT95k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tsaf4XT95k .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tsaf4XT95k .text2 {
  color: #000000;
  text-align: left;
}
.cid-tsaf4XT95k .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tsaf4XT95k .logo-title {
  text-align: center;
}
.cid-tsaf4XT95k .logo-sub-title {
  text-align: center;
}
.cid-tsaf4XT95k .links {
  text-align: center;
  color: #656565;
}
.cid-tsaf4XT95k .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tsaf4XT95k .links,
.cid-tsaf4XT95k .social-list {
  color: #000000;
}
.cid-tsEwjz7KhW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsEwjz7KhW nav.navbar {
  position: fixed;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsEwjz7KhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsEwjz7KhW .dropdown-item:hover,
.cid-tsEwjz7KhW .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tsEwjz7KhW .dropdown-item:hover span {
  color: white;
}
.cid-tsEwjz7KhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsEwjz7KhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsEwjz7KhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsEwjz7KhW .nav-link {
  position: relative;
}
.cid-tsEwjz7KhW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .container {
    flex-wrap: nowrap;
  }
}
.cid-tsEwjz7KhW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown-menu,
.cid-tsEwjz7KhW .navbar.opened {
  background: #e6c63b !important;
}
.cid-tsEwjz7KhW .nav-item:focus,
.cid-tsEwjz7KhW .nav-link:focus {
  outline: none;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsEwjz7KhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsEwjz7KhW .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: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.opened {
  transition: all 0.3s;
}
.cid-tsEwjz7KhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsEwjz7KhW .navbar .navbar-logo img {
  width: auto;
}
.cid-tsEwjz7KhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsEwjz7KhW .navbar.collapsed {
  justify-content: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsEwjz7KhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsEwjz7KhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsEwjz7KhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsEwjz7KhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsEwjz7KhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsEwjz7KhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsEwjz7KhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsEwjz7KhW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tsEwjz7KhW .dropdown-item.active,
.cid-tsEwjz7KhW .dropdown-item:active {
  background-color: transparent;
}
.cid-tsEwjz7KhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsEwjz7KhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsEwjz7KhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsEwjz7KhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tsEwjz7KhW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tsEwjz7KhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar {
    height: 70px;
  }
  .cid-tsEwjz7KhW .navbar.opened {
    height: auto;
  }
  .cid-tsEwjz7KhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsEwjz7KhW .container,
.cid-tsEwjz7KhW .container-fluid {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tsEwjz7KhW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tsEwjz7KhW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .contacts-menu {
    display: none;
  }
}
.cid-tsEwjz7KhW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tsEwjz7KhW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ffe161;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tsEwjz7KhW .icon-box:hover {
  transform: scale(1.1);
}
.cid-tsEwjz7KhW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tsEwjz7KhW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn-black {
  color: #ffe161 !important;
}
@media (max-width: 577px) {
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .nav-link:hover {
  color: #ffe161 !important;
}
.cid-tsEwjz7KhW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsEwjz7KhW nav.navbar {
  position: fixed;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsEwjz7KhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsEwjz7KhW .dropdown-item:hover,
.cid-tsEwjz7KhW .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tsEwjz7KhW .dropdown-item:hover span {
  color: white;
}
.cid-tsEwjz7KhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsEwjz7KhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsEwjz7KhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsEwjz7KhW .nav-link {
  position: relative;
}
.cid-tsEwjz7KhW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .container {
    flex-wrap: nowrap;
  }
}
.cid-tsEwjz7KhW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown-menu,
.cid-tsEwjz7KhW .navbar.opened {
  background: #e6c63b !important;
}
.cid-tsEwjz7KhW .nav-item:focus,
.cid-tsEwjz7KhW .nav-link:focus {
  outline: none;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsEwjz7KhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsEwjz7KhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsEwjz7KhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsEwjz7KhW .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: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.opened {
  transition: all 0.3s;
}
.cid-tsEwjz7KhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsEwjz7KhW .navbar .navbar-logo img {
  width: auto;
}
.cid-tsEwjz7KhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsEwjz7KhW .navbar.collapsed {
  justify-content: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsEwjz7KhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsEwjz7KhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsEwjz7KhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsEwjz7KhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsEwjz7KhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsEwjz7KhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsEwjz7KhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsEwjz7KhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsEwjz7KhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsEwjz7KhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsEwjz7KhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsEwjz7KhW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tsEwjz7KhW .dropdown-item.active,
.cid-tsEwjz7KhW .dropdown-item:active {
  background-color: transparent;
}
.cid-tsEwjz7KhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsEwjz7KhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-tsEwjz7KhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsEwjz7KhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsEwjz7KhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsEwjz7KhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsEwjz7KhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsEwjz7KhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsEwjz7KhW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tsEwjz7KhW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tsEwjz7KhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsEwjz7KhW .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-tsEwjz7KhW .navbar {
    height: 70px;
  }
  .cid-tsEwjz7KhW .navbar.opened {
    height: auto;
  }
  .cid-tsEwjz7KhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsEwjz7KhW .container,
.cid-tsEwjz7KhW .container-fluid {
  flex-wrap: wrap;
}
.cid-tsEwjz7KhW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tsEwjz7KhW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tsEwjz7KhW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tsEwjz7KhW .contacts-menu {
    display: none;
  }
}
.cid-tsEwjz7KhW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tsEwjz7KhW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #ffe161;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tsEwjz7KhW .icon-box:hover {
  transform: scale(1.1);
}
.cid-tsEwjz7KhW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tsEwjz7KhW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tsEwjz7KhW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn-black {
  color: #ffe161 !important;
}
@media (max-width: 577px) {
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tsEwjz7KhW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tsEwjz7KhW .navbar-collapse .nav-link:hover {
  color: #ffe161 !important;
}
.cid-tsPviSZ31H {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1-banner-2000x1049.jpg");
}
.cid-tsPviSZ31H .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tsPviSZ31H .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tsPviSZ31H .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tsPviSZ31H .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tsPviSZ31H .container {
  max-width: 1600px;
}
.cid-tsPviSZ31H .mbr-bold,
.cid-tsPviSZ31H b {
  font-weight: 900;
}
.cid-tsPviSZ31H .btn {
  color: white !important;
}
.cid-tsPviSZ31H svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-tsPviSZ31H svg path {
  fill: #000000;
}
@media (max-width: 1200px) {
  .cid-tsPviSZ31H svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-tsPviSZ31H svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-tsPviSZ31H svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tsPviSZ31H .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tsPviSZ31H H1 {
  color: #f2cf36;
  text-align: center;
}
.cid-tsPwqnm1Pg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tsPwqnm1Pg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsPwqnm1Pg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsPwqnm1Pg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsPwqnm1Pg .mbr-text {
  text-align: left;
  color: #f2cf36;
}
.cid-tsPwqnm1Pg .mbr-section-title {
  color: #f2cf36;
}
.cid-tsPyVfqwFZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe885;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsPyVfqwFZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsPyVfqwFZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsPyVfqwFZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsPyVfqwFZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsPyVfqwFZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6c63b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsPyVfqwFZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsPyVfqwFZ .mbr-gallery-item > div:hover:before {
  opacity: 0.9 !important;
}
.cid-tsPyVfqwFZ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tsPyVfqwFZ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #de0c0c !important;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter ul {
  display: block;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter li.active .btn {
  color: #de0c0c !important;
  background: transparent;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #de0c0c !important;
}
.cid-tsPyVfqwFZ .mbr-gallery-filter li.active::after,
.cid-tsPyVfqwFZ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #de0c0c !important;
}
.cid-tsPyVfqwFZ .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsPyVfqwFZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #e6c63b !important;
  opacity: 0.9;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsPyVfqwFZ .icon-focus:before {
  content: '\e95e';
}
.cid-tsPyVfqwFZ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tsPyVfqwFZ .mbr-section-title {
  margin: 0;
}
.cid-tsPyVfqwFZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tsPyVfqwFZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tsPyVfqwFZ .mbr-gallery-item > div > span {
  color: #000000;
}
.cid-tF0xzCACpW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tF0xzCACpW img,
.cid-tF0xzCACpW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tF0xzCACpW .item:focus,
.cid-tF0xzCACpW span:focus {
  outline: none;
}
.cid-tF0xzCACpW .item-wrapper {
  position: relative;
}
.cid-tF0xzCACpW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e6c63b;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tF0xzCACpW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tF0xzCACpW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tF0xzCACpW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tF0xzCACpW .mbr-section-title {
  color: #ffffff;
}
.cid-tF0xzCACpW .mbr-text,
.cid-tF0xzCACpW .mbr-section-btn {
  text-align: left;
}
.cid-tF0xzCACpW .item-title {
  text-align: left;
}
.cid-tF0xzCACpW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tF0xzCACpW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tF0xzCACpW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tF0xzCACpW .embla__button--next,
.cid-tF0xzCACpW .embla__button--prev {
  display: flex;
}
.cid-tF0xzCACpW .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;
}
.cid-tF0xzCACpW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tF0xzCACpW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tF0xzCACpW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF0xzCACpW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tF0xzCACpW .embla__button {
    top: auto;
  }
}
.cid-tF0xzCACpW .embla {
  position: relative;
  width: 100%;
}
.cid-tF0xzCACpW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tF0xzCACpW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tF0xzCACpW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tF0xzCACpW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tF0xzCACpW .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tF0xzCACpW .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tF0xzCACpW .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tsPHINjMsO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c63b;
}
.cid-tsPHINjMsO h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tsPHINjMsO .count,
.cid-tsPHINjMsO .card-img {
  color: #f2cf36;
}
.cid-tsPHINjMsO .mbr-subtitle {
  color: #999999;
}
.cid-tsPHINjMsO .mbr-section-title {
  color: #000000;
}
.cid-tsPHINjMsO H4 {
  color: #000000;
}
.cid-tsPHVk9JwO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tsPHVk9JwO img,
.cid-tsPHVk9JwO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsPHVk9JwO .item:focus,
.cid-tsPHVk9JwO span:focus {
  outline: none;
}
.cid-tsPHVk9JwO .item-wrapper {
  position: relative;
}
.cid-tsPHVk9JwO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e6c63b;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsPHVk9JwO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsPHVk9JwO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tsPHVk9JwO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsPHVk9JwO .mbr-section-title {
  color: #ffffff;
}
.cid-tsPHVk9JwO .mbr-text,
.cid-tsPHVk9JwO .mbr-section-btn {
  text-align: left;
}
.cid-tsPHVk9JwO .item-title {
  text-align: left;
}
.cid-tsPHVk9JwO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tsPHVk9JwO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tsPHVk9JwO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tsPHVk9JwO .embla__button--next,
.cid-tsPHVk9JwO .embla__button--prev {
  display: flex;
}
.cid-tsPHVk9JwO .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;
}
.cid-tsPHVk9JwO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tsPHVk9JwO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tsPHVk9JwO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsPHVk9JwO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsPHVk9JwO .embla__button {
    top: auto;
  }
}
.cid-tsPHVk9JwO .embla {
  position: relative;
  width: 100%;
}
.cid-tsPHVk9JwO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tsPHVk9JwO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tsPHVk9JwO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tsPHVk9JwO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tsPHVk9JwO .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tsPHVk9JwO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tsPHVk9JwO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tsPKfYr9WP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsPKfYr9WP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tsPKfYr9WP .panel-group {
  border: none;
}
.cid-tsPKfYr9WP .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tsPKfYr9WP .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tsPKfYr9WP .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tsPKfYr9WP .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tsPKfYr9WP .content {
  margin: 5rem auto;
}
.cid-tsPKfYr9WP .img-col {
  padding: 0;
}
.cid-tsPKfYr9WP .img-item {
  height: 100%;
}
.cid-tsPKfYr9WP img {
  height: 100%;
  object-fit: cover;
}
.cid-tsPKfYr9WP .collapsed span {
  transform: rotate(0deg);
}
.cid-tsPKfYr9WP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tsPKfYr9WP p {
  margin-bottom: 0.3rem;
}
.cid-tsPKfYr9WP .panel-title-edit {
  color: #e9c0e9;
}
.cid-tsPKfYr9WP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tsPKfYr9WP .card {
  background: #e6c63b;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-tsPKfYr9WP .panel-text {
  color: #100e0e;
}
.cid-tsPKfYr9WP H3 {
  text-align: left;
  color: #000000;
}
.cid-tsPKfYr9WP H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tsPKfYr9WP .panel-title-edit,
.cid-tsPKfYr9WP .mbr-iconfont {
  color: #000000;
}
.cid-tsPM3NGOti {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c63b;
}
.cid-tsPM3NGOti .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tsPM3NGOti .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tsPM3NGOti .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsPM3NGOti .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tsPM3NGOti .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tsPM3NGOti .text2 {
  color: #000000;
  text-align: left;
}
.cid-tsPM3NGOti .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tsPM3NGOti .logo-title {
  text-align: center;
}
.cid-tsPM3NGOti .logo-sub-title {
  text-align: center;
}
.cid-tsPM3NGOti .links {
  text-align: center;
  color: #656565;
}
.cid-tsPM3NGOti .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tsPM3NGOti .links,
.cid-tsPM3NGOti .social-list {
  color: #000000;
}
