.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #000000;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #91ebc1 !important;
}
.bg-info {
  background-color: #84e5f8 !important;
}
.bg-warning {
  background-color: #ffdf7d !important;
}
.bg-danger {
  background-color: #ec9099 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5ca4a9 !important;
  border-color: #5ca4a9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7db7bb !important;
  border-color: #7db7bb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7db7bb !important;
  border-color: #7db7bb !important;
}
.btn-info,
.btn-info:active {
  background-color: #84e5f8 !important;
  border-color: #84e5f8 !important;
  color: #076476 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b4effb !important;
  border-color: #b4effb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #076476 !important;
  background-color: #b4effb !important;
  border-color: #b4effb !important;
}
.btn-success,
.btn-success:active {
  background-color: #91ebc1 !important;
  border-color: #91ebc1 !important;
  color: #136a41 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcf3d9 !important;
  border-color: #bcf3d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #136a41 !important;
  background-color: #bcf3d9 !important;
  border-color: #bcf3d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
  color: #7d5e00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffecb0 !important;
  border-color: #ffecb0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7d5e00 !important;
  background-color: #ffecb0 !important;
  border-color: #ffecb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec9099 !important;
  border-color: #ec9099 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3bcc1 !important;
  border-color: #f3bcc1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3bcc1 !important;
  border-color: #f3bcc1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5ca4a9;
  color: #5ca4a9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3c6f72 !important;
  background-color: transparent !important;
  border-color: #3c6f72 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5ca4a9 !important;
  border-color: #5ca4a9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #84e5f8;
  color: #84e5f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #32d4f3 !important;
  background-color: transparent !important;
  border-color: #32d4f3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #076476 !important;
  background-color: #84e5f8 !important;
  border-color: #84e5f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #91ebc1;
  color: #91ebc1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #48de98 !important;
  background-color: transparent !important;
  border-color: #48de98 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #136a41 !important;
  background-color: #91ebc1 !important;
  border-color: #91ebc1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdf7d;
  color: #ffdf7d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffca26 !important;
  background-color: transparent !important;
  border-color: #ffca26 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7d5e00 !important;
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ec9099;
  color: #ec9099;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df4655 !important;
  background-color: transparent !important;
  border-color: #df4655 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec9099 !important;
  border-color: #ec9099 !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: #ffffff !important;
}
.text-secondary {
  color: #5ca4a9 !important;
}
.text-success {
  color: #91ebc1 !important;
}
.text-info {
  color: #84e5f8 !important;
}
.text-warning {
  color: #ffdf7d !important;
}
.text-danger {
  color: #ec9099 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #376568 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3bdb90 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #23d1f3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc617 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd3949 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #84e5f8;
}
.alert-warning {
  background-color: #ffdf7d;
}
.alert-danger {
  background-color: #ec9099;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #ffffff;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5ca4a9 !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYQYYQofTA {
  z-index: 1000;
  width: 100%;
}
.cid-uYQYYQofTA .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uYQYYQofTA .menu_box .navbar.opened,
  .cid-uYQYYQofTA .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYQYYQofTA nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYQYYQofTA .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uYQYYQofTA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYQYYQofTA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYQYYQofTA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYQYYQofTA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYQYYQofTA .offcanvas-body .mbr-text,
  .cid-uYQYYQofTA .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uYQYYQofTA .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uYQYYQofTA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYQYYQofTA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uYQYYQofTA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYQYYQofTA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYQYYQofTA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYQYYQofTA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYQYYQofTA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYQYYQofTA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYQYYQofTA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYQYYQofTA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYQYYQofTA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uYQYYQofTA li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uYQYYQofTA li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uYQYYQofTA .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYQYYQofTA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYQYYQofTA .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uYQYYQofTA .nav-item {
    margin: 0 !important;
  }
}
.cid-uYQYYQofTA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYQYYQofTA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uYQYYQofTA .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYQYYQofTA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYQYYQofTA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYQYYQofTA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYQYYQofTA .offcanvas_box {
    display: none;
  }
}
.cid-uYQYYQofTA .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uYQYYQofTA .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYQYYQofTA .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-uYQYYQofTA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYQYYQofTA .nav-link {
  position: relative;
}
.cid-uYQYYQofTA .container {
  display: flex;
  margin: auto;
}
.cid-uYQYYQofTA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYQYYQofTA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYQYYQofTA .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uYQYYQofTA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uYQYYQofTA .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uYQYYQofTA .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uYQYYQofTA .dropdown-menu,
.cid-uYQYYQofTA .navbar.opened {
  background: #000000 !important;
}
.cid-uYQYYQofTA .nav-item:focus,
.cid-uYQYYQofTA .nav-link:focus {
  outline: none;
}
.cid-uYQYYQofTA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYQYYQofTA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYQYYQofTA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYQYYQofTA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYQYYQofTA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYQYYQofTA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYQYYQofTA .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uYQYYQofTA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYQYYQofTA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYQYYQofTA .navbar .navbar-logo img {
  width: auto;
}
.cid-uYQYYQofTA .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uYQYYQofTA .navbar.collapsed {
  justify-content: center;
}
.cid-uYQYYQofTA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYQYYQofTA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYQYYQofTA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uYQYYQofTA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYQYYQofTA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYQYYQofTA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYQYYQofTA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYQYYQofTA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYQYYQofTA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYQYYQofTA .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uYQYYQofTA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYQYYQofTA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYQYYQofTA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYQYYQofTA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYQYYQofTA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYQYYQofTA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYQYYQofTA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYQYYQofTA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYQYYQofTA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYQYYQofTA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYQYYQofTA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYQYYQofTA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYQYYQofTA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYQYYQofTA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYQYYQofTA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYQYYQofTA .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-uYQYYQofTA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYQYYQofTA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYQYYQofTA .dropdown-item.active,
.cid-uYQYYQofTA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYQYYQofTA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYQYYQofTA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYQYYQofTA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYQYYQofTA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYQYYQofTA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYQYYQofTA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYQYYQofTA ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uYQYYQofTA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYQYYQofTA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-uYQYYQofTA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYQYYQofTA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYQYYQofTA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYQYYQofTA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYQYYQofTA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYQYYQofTA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYQYYQofTA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYQYYQofTA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYQYYQofTA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYQYYQofTA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYQYYQofTA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYQYYQofTA .navbar {
    height: 70px;
  }
  .cid-uYQYYQofTA .navbar.opened {
    height: auto;
  }
  .cid-uYQYYQofTA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYQYYQofTA .mbr-section-subtitle {
  color: #000000;
}
.cid-uYQYYQofTA .mbr-text {
  color: #000000;
}
.cid-uYS0RIrpNJ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uYS0RIrpNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYS0RIrpNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYS0RIrpNJ .container {
    padding: 0 15px;
  }
}
.cid-uYS0RIrpNJ .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uYS0RIrpNJ .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uYS0RIrpNJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uYS0RIrpNJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYS0RIrpNJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYS0RIrpNJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYS0RIrpNJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uYS0RIrpNJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uYS0RIrpNJ .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #9fe870;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uYS0RIrpNJ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uYS0RIrpNJ .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uYS0RIrpNJ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uYS0RIrpNJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYS0RIrpNJ .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uYS0RIrpNJ .mbr-text {
  color: #d2d2df;
}
.cid-uYRYGSBgcw {
  padding-top: 210px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uYRYGSBgcw .title-align {
  width: 100%;
}
.cid-uYRYGSBgcw .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-uYRYGSBgcw .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-uYRYGSBgcw .img-col img {
  z-index: 2;
  position: relative;
}
.cid-uYRYGSBgcw .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYRYGSBgcw H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-uYRYGSBgcw H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-uYRYGSBgcw img {
  max-width: 500px;
  margin: auto;
}
.cid-uYRYGSBgcw .mbr-section-subtitle,
.cid-uYRYGSBgcw .title-align {
  color: #fbbe36;
}
.cid-uYRYGSBgcw .price {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uYRYGSBgcw .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-uYRYGSBgcw .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-uYRYGSBgcw H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-uYRYGSBgcw .img-col {
    padding-top: 4rem;
  }
}
.cid-uYRYGSBgcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRYGSBgcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQIYJgUOr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYQIYJgUOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQIYJgUOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQIYJgUOr .card {
  justify-content: flex-end;
}
.cid-uYQIYJgUOr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYQIYJgUOr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYQIYJgUOr .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uYQIYJgUOr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYQIYJgUOr .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uYQIYJgUOr .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQIYJgUOr .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uYQIYJgUOr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uYQIYJgUOr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYQIYJgUOr .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uYQIYJgUOr .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uYQIYJgUOr .embla__button--next,
.cid-uYQIYJgUOr .embla__button--prev {
  display: flex;
}
.cid-uYQIYJgUOr .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYQIYJgUOr .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uYQIYJgUOr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYQIYJgUOr .embla__button.embla__button--next {
  right: 0;
}
.cid-uYQIYJgUOr .embla {
  position: relative;
  width: 100%;
}
.cid-uYQIYJgUOr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYQIYJgUOr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYQIYJgUOr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYQIYJgUOr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYQIYJgUOr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYQIYJgUOr .mbr-label,
.cid-uYQIYJgUOr .label-wrapper {
  color: #ffffff;
}
.cid-uYQIYJgUOr .mbr-section-title,
.cid-uYQIYJgUOr .title-wrapper {
  color: #000000;
}
.cid-uYQIYJgUOr .card-label {
  color: #000000;
}
.cid-uYQIYJgUOr .card-date {
  color: #000000;
}
.cid-uYQIYJgUOr .card-title {
  color: #000000;
}
.cid-uYQIYJgUOr .card-desc {
  color: #8a8a8a;
}
.cid-uYQIYJgUOr .mbr-section-title {
  color: #ffffff;
}
.cid-uYQIYJgUOr .card-title,
.cid-uYQIYJgUOr .item-btn {
  color: #ffffff;
}
.cid-uYQHuT2U7g {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/photo-1582581720432-de83a98176ab.jpeg");
}
.cid-uYQHuT2U7g .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.cid-uYQHuT2U7g .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uYQHuT2U7g .image-wrap img {
  width: 100%;
}
.cid-uYQHuT2U7g .mbr-desc {
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-uYQHuT2U7g .tab-content {
  padding: 4rem 3rem 3rem 3rem;
  border-top: 3px solid #ffa600;
  -webkit-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  background: #000000;
}
.cid-uYQHuT2U7g .nav {
  border: none;
}
.cid-uYQHuT2U7g .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYQHuT2U7g .card-box {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-uYQHuT2U7g .card-box .mbr-price {
  margin: 0;
}
.cid-uYQHuT2U7g .card-box .mbr-text {
  line-height: 1;
}
.cid-uYQHuT2U7g .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all 0.5s;
  border: 0 !important;
}
.cid-uYQHuT2U7g .nav-tabs .nav-link:hover {
  color: #ffa600;
  border: 0 !important;
}
.cid-uYQHuT2U7g .nav-tabs .nav-link.active {
  color: #ffa600;
  border: 0 !important;
  background-color: transparent;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYQHuT2U7g .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-uYQHuT2U7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQHuT2U7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQHuT2U7g .mbr-text {
  color: #ffa600;
}
.cid-uYQHuT2U7g .mbr-price {
  color: #ffffff;
}
.cid-uYQHg91vTF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYQHg91vTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQHg91vTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQHg91vTF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYQHg91vTF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYQHg91vTF .mbr-section-title {
  text-align: center;
}
.cid-uYQHg91vTF .mbr-section-subtitle {
  text-align: center;
}
.cid-uYQHg91vTF .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uYQHg91vTF .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uYQHg91vTF .content-head {
  max-width: 800px;
}
.cid-uYQHg91vTF .img-box {
  display: flex;
  justify-content: center;
}
.cid-uYQHg91vTF .card-title {
  text-align: center;
}
.cid-uYQHg91vTF .card-text {
  text-align: center;
}
.cid-uYQHg91vTF .link {
  text-align: center;
}
.cid-uYQHg93nkP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uYQHg93nkP .item:focus,
.cid-uYQHg93nkP span:focus {
  outline: none;
}
.cid-uYQHg93nkP .item {
  cursor: pointer;
}
.cid-uYQHg93nkP .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uYQHg93nkP .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uYQHg93nkP .grid-container-1,
.cid-uYQHg93nkP .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uYQHg93nkP .grid-container-1,
  .cid-uYQHg93nkP .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uYQHg93nkP .mbr-section-title {
  color: #000000;
}
.cid-uYQHg93nkP .mbr-text,
.cid-uYQHg93nkP .mbr-section-btn {
  color: #000000;
}
.cid-uYQHg93nkP .content-head {
  max-width: 800px;
}
.cid-uYQHg93nkP .container,
.cid-uYQHg93nkP .container-fluid {
  overflow: hidden;
}
.cid-uYQHg93nkP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYQHg93nkP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYQHg93nkP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYQHg93nkP .grid-item img {
    min-width: 35vw;
  }
}
.cid-uYQHg93nkP .grid-container-1,
.cid-uYQHg93nkP .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYQHg93nkP .grid-container-1 {
  align-items: flex-end;
}
.cid-uYQHg93nkP .grid-container-2 {
  align-items: flex-start;
}
.cid-uYQHg94WSC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uYQHg94WSC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uYQHg94WSC img,
.cid-uYQHg94WSC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYQHg94WSC .item:focus,
.cid-uYQHg94WSC span:focus {
  outline: none;
}
.cid-uYQHg94WSC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYQHg94WSC .item {
    margin-bottom: 1rem;
  }
}
.cid-uYQHg94WSC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYQHg94WSC .mbr-section-title {
  color: #ffffff;
}
.cid-uYQHg94WSC .mbr-text,
.cid-uYQHg94WSC .mbr-section-btn {
  color: #000000;
}
.cid-uYQHg94WSC .item-title {
  color: #ffffff;
}
.cid-uYQHg94WSC .content-head {
  max-width: 800px;
}
.cid-uYQHg955mk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYQHg955mk .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uYQHg955mk .panel-group {
  border: none;
}
.cid-uYQHg955mk .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uYQHg955mk .card-header {
    padding: 0rem;
  }
}
.cid-uYQHg955mk .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uYQHg955mk .img-col {
  padding: 0;
}
.cid-uYQHg955mk .img-item {
  height: 100%;
}
.cid-uYQHg955mk img {
  height: 100%;
  object-fit: cover;
}
.cid-uYQHg955mk .collapsed span {
  transform: rotate(0deg);
}
.cid-uYQHg955mk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYQHg955mk p {
  margin-bottom: 0.3rem;
}
.cid-uYQHg955mk .panel-title-edit {
  color: #000000;
}
.cid-uYQHg955mk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uYQHg955mk .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uYQHg955mk .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYQHg955mk .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uYQHg955mk .panel-text {
  color: #000000;
}
.cid-uYQHg955mk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYQHg955mk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYQHg955mk .panel-title-edit,
.cid-uYQHg955mk .mbr-iconfont {
  color: #000000;
}
.cid-uYQHg95qtQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYQHg95qtQ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uYQHg95qtQ .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uYQHg95qtQ .card-title,
.cid-uYQHg95qtQ .iconfont-wrapper {
  color: #000000;
}
.cid-uYQHg95qtQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uYQHg95qtQ .content-head {
  max-width: 800px;
}
.cid-uYQHg95qtQ .mbr-section-title {
  color: #000000;
}
.cid-uYQHg95qtQ .card-title,
.cid-uYQHg95qtQ .img-wrapper {
  text-align: center;
}
.cid-uYQHg95qtQ .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYQHg96uEo {
  background-image: url("../../../assets/images/photo-1553621042-f6e147245754.jpeg");
  overflow: hidden;
}
.cid-uYQHg97Fbz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uYQHg97Fbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQHg97Fbz .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uYQHg97Fbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQHg97Fbz .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uYQHg97Fbz .card-title,
.cid-uYQHg97Fbz .iconfont-wrapper,
.cid-uYQHg97Fbz .card-text {
  color: #000000;
  text-align: center;
}
.cid-uYQHg97Fbz .content-head {
  max-width: 800px;
}
.cid-uYQHg97Fbz .mbr-section-title {
  color: #000000;
}
.cid-uYQHg97Fbz .mbr-section-btn {
  text-align: center;
}
.cid-uYQHg97Fbz .card-title,
.cid-uYQHg97Fbz .iconfont-wrapper {
  color: #F4F1BB;
}
.cid-uYQHg97Fbz .card-text,
.cid-uYQHg97Fbz .mbr-section-btn {
  color: #ffffff;
}
.cid-uYQHg97WS4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYQHg97WS4 .item:focus,
.cid-uYQHg97WS4 span:focus {
  outline: none;
}
.cid-uYQHg97WS4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uYQHg97WS4 .content-head {
  max-width: 800px;
}
.cid-uYQHg97WS4 .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uYQHg97WS4 .item {
    min-height: 45px;
  }
}
.cid-uYQHg977Ft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYQHg977Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQHg977Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQHg977Ft .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYQHg977Ft .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYQHg977Ft .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYQHg977Ft .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYQHg977Ft .mbr-text,
.cid-uYQHg977Ft .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uYQHg977Ft .card-title,
.cid-uYQHg977Ft .card-box {
  text-align: left;
  color: #000000;
}
.cid-uYQHg98HFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ed6a5a;
}
.cid-uYQHg98HFL input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uYQHg98HFL input:hover {
  border: none !important;
}
.cid-uYQHg98HFL .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYQHg98HFL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYQHg98HFL .row {
  justify-content: center;
}
.cid-uYQHg98HFL .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uYQHg98HFL .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uYQHg98HFL .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uYQHg98HFL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uYQHg98HFL .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uYQHg98HFL .justify-content-center {
  align-items: center;
}
.cid-uYQHg98HFL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYQHg99Hrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYQHg99Hrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQHg99Hrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQHg99Hrg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uYQHg99Hrg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uYQHg99Hrg .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uYQHg99Hrg .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uYQHg99Hrg .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uYQHg99Hrg .bg-instagram:hover {
  background: #bd005c;
}
.cid-uYQHg99Hrg .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uYQHg99Hrg .bg-tiktok:hover {
  background: #000000;
}
.cid-uYQHg99Hrg .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYQHg99Hrg [class^="socicon-"]:before,
.cid-uYQHg99Hrg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uYQHg9aaJM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uYQHg9aaJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQHg9aaJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQHg9aaJM .row {
  justify-content: center;
}
.cid-uYQHg9aaJM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYQHg9aaJM .item {
    margin-bottom: 1rem;
  }
}
.cid-uYQHg9aaJM .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYQHg9aaJM .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYQHg9aaJM .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uYQHg9aaJM .content-head {
  max-width: 800px;
}
.cid-uYQHg9aaJM .mbr-section-title {
  color: #ffffff;
}
.cid-uYQHg9ah6W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYQHg9ah6W .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYQHg9ah6W .social-row .soc-item {
  margin: 8px;
}
.cid-uYQHg9ah6W .social-row .soc-item a:hover .mbr-iconfont,
.cid-uYQHg9ah6W .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uYQHg9ah6W .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYQHg9ah6W .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYQHg9ah6W .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYQHg9ah6W .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYQHg9ah6W .header-menu li p {
  margin: 0;
}
.cid-uYQHg9ah6W .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYQHg9ah6W .mbr-section-title {
  color: #ffffff;
}
