body {
  font-family: 'Kiwi Maru', serif;
}
.display-1 {
  font-family: 'Kiwi Maru', serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  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: #e10831 !important;
}
.bg-success {
  background-color: #569f00 !important;
}
.bg-info {
  background-color: #f9eb72 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e10831 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8d051f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d051f !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeae2 !important;
  color: #7a7654 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c8c5af !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7654 !important;
  background-color: #c8c5af !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9eb72 !important;
  color: #685d04 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #141201 !important;
  background-color: #f5df1f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #685d04 !important;
  background-color: #f5df1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #569f00 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #274800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #274800 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #e10831 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e10831;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8d051f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e10831 !important;
  border-color: #e10831 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeae2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c8c5af !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7654 !important;
  background-color: #ebeae2 !important;
  border-color: #ebeae2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eb72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5df1f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #685d04 !important;
  background-color: #f9eb72 !important;
  border-color: #f9eb72 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #569f00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #274800 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #569f00 !important;
  border-color: #569f00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1b !important;
  border-color: #1d1d1b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e10831 !important;
}
.text-secondary {
  color: #ebeae2 !important;
}
.text-success {
  color: #569f00 !important;
}
.text-info {
  color: #f9eb72 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f041c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1bea6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f3900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5dd10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #e10831;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb72;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #000000;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e10831;
  border-color: #e10831;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #e10831;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb9c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #98ff20;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 60px;
}
.form-control {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #e10831 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e10831;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !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: 60px !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: #e10831;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e10831;
}
.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: #e10831;
  border-bottom-color: #e10831;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e10831 !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: #ebeae2 !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='%23e10831' %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-sRQGZcWxUQ .navbar-dropdown {
  position: relative !important;
}
.cid-sRQGZcWxUQ .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-sRQGZcWxUQ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRQGZcWxUQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRQGZcWxUQ .navbar-caption {
  font-weight: 500;
}
.cid-sRQGZcWxUQ .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-sRQGZcWxUQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sRQGZcWxUQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRQGZcWxUQ .dropdown-item:hover,
.cid-sRQGZcWxUQ .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-sRQGZcWxUQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRQGZcWxUQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRQGZcWxUQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRQGZcWxUQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRQGZcWxUQ .nav-link {
  position: relative;
}
.cid-sRQGZcWxUQ .nav-link:hover {
  color: #e10831 !important;
}
.cid-sRQGZcWxUQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-sRQGZcWxUQ .container,
  .cid-sRQGZcWxUQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sRQGZcWxUQ .dropdown-menu,
.cid-sRQGZcWxUQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sRQGZcWxUQ .nav-item:focus,
.cid-sRQGZcWxUQ .nav-link:focus {
  outline: none;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRQGZcWxUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRQGZcWxUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRQGZcWxUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRQGZcWxUQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRQGZcWxUQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sRQGZcWxUQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRQGZcWxUQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sRQGZcWxUQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRQGZcWxUQ .navbar.collapsed {
  justify-content: center;
}
.cid-sRQGZcWxUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRQGZcWxUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRQGZcWxUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRQGZcWxUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRQGZcWxUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRQGZcWxUQ .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-sRQGZcWxUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRQGZcWxUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRQGZcWxUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRQGZcWxUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRQGZcWxUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRQGZcWxUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRQGZcWxUQ .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-sRQGZcWxUQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRQGZcWxUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRQGZcWxUQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRQGZcWxUQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRQGZcWxUQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRQGZcWxUQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRQGZcWxUQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRQGZcWxUQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRQGZcWxUQ .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-sRQGZcWxUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRQGZcWxUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRQGZcWxUQ .dropdown-item.active,
.cid-sRQGZcWxUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sRQGZcWxUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRQGZcWxUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRQGZcWxUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRQGZcWxUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRQGZcWxUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRQGZcWxUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRQGZcWxUQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRQGZcWxUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRQGZcWxUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRQGZcWxUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRQGZcWxUQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRQGZcWxUQ .navbar {
    height: 70px;
  }
  .cid-sRQGZcWxUQ .navbar.opened {
    height: auto;
  }
  .cid-sRQGZcWxUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRQGZcWxUQ .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-sRQGZcWxUQ .addr {
    margin: 0 auto;
  }
}
.cid-sRQGZcWxUQ .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-sRQGZcWxUQ .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-sRQIkCawRA .card {
  background: #ffffff;
  display: inline-block;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRQIkCawRA .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.cid-sRQIkCawRA .card .card-body .card-img-top {
  margin: 0 20px 0 0;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cid-sRQIkCawRA .title-margin {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sRQIkCawRA .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-sRQIkCawRA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uuk0kj15Iz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uuk0kj15Iz .mbr-media {
  position: relative;
}
.cid-uuk0kj15Iz .mbr-media img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 767px) {
  .cid-uuk0kj15Iz .mbr-media img {
    height: 400px;
  }
}
.cid-uuk0kj15Iz a:hover {
  background-image: none !important;
}
.cid-uuk0kj15Iz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uuk0kj15Iz .mbr-media span {
  font-size: 5rem;
  color: #e10831;
  transition: all 0.2s;
}
.cid-uuk0kj15Iz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uuk0kj15Iz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uuk0kj15Iz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uuk0kj15Iz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-uuk0kj15Iz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuk0kj15Iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuk0kj15Iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuk0kj15Iz .content-head {
  max-width: 800px;
}
.cid-uuk0kj15Iz .mbr-section-title {
  color: #ffffff;
}
.cid-teD51fuAbf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-teD51fuAbf .card-1 {
  background-color: #f5e74c;
}
.cid-teD51fuAbf .card-2 {
  background-color: #dba5f7;
}
@media (min-width: 992px) {
  .cid-teD51fuAbf .first-cont {
    margin-top: -1rem;
  }
  .cid-teD51fuAbf .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teD51fuAbf .mbr-section-btn {
  position: relative;
}
.cid-teD51fuAbf .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teD51fuAbf .card-body {
    padding: 50px 20px;
  }
}
.cid-teD51fuAbf .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teD51fuAbf .card-img {
    height: 300px;
  }
}
.cid-teD51fuAbf .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teD51fuAbf .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teD51fuAbf .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teD51fuAbf .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teD51fuAbf .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teD51fuAbf .decor.first svg {
  fill: #bc5dec;
}
.cid-teD51fuAbf .decor.second {
  top: 10%;
  left: 0;
}
.cid-teD51fuAbf .decor.second svg {
  fill: #f5e74c;
}
.cid-teD51fuAbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-teD51fuAbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teD51fuAbf .mbr-section-subtitle {
  text-align: left;
}
.cid-teDLc2L21M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-image: url("../../../assets/images/acrilicos-1-1920x1080.jpg");
}
.cid-teDLc2L21M .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teDLc2L21M .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teDLc2L21M .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teDLc2L21M .team-card:hover {
  transform: translateY(-10px);
}
.cid-teDLc2L21M .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teDLc2L21M .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teDLc2L21M .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teDLc2L21M .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teDLc2L21M .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teDLc2L21M .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teDLc2L21M .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teDLc2L21M .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teDLc2L21M .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teDLc2L21M .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teDLc2L21M .button {
    max-width: 1200px;
  }
}
.cid-teDLc2L21M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teDLc2L21M .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teDLc2L21M .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teDLc2L21M .embla__button--next,
.cid-teDLc2L21M .embla__button--prev {
  display: flex;
}
.cid-teDLc2L21M .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teDLc2L21M .embla__button {
    display: none;
  }
}
.cid-teDLc2L21M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teDLc2L21M .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teDLc2L21M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teDLc2L21M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teDLc2L21M .embla__button {
    top: auto;
  }
}
.cid-teDLc2L21M .embla {
  position: relative;
  width: 100%;
}
.cid-teDLc2L21M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teDLc2L21M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teDLc2L21M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teDLc2L21M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teDLc2L21M .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teDLc2L21M .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teDLc2L21M .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teDLc2L21M .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-teDLc2L21M .btn:hover,
.cid-teDLc2L21M .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teDLc2L21M .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teDLc2L21M .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-teDLc2L21M .btn:hover:before,
.cid-teDLc2L21M .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teDLc2L21M .btn-secondary {
  color: #000000 !important;
}
.cid-teDLc2L21M .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teDLc2L21M .icon {
    display: none;
  }
}
.cid-teDLc2L21M .mbr-info {
  color: #ffffff;
}
.cid-sRQJtw4eqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRQJtw4eqY .wrapper {
  padding: 40px;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-sRQJtw4eqY .wrapper {
    padding: 80px 80px 60px 80px;
  }
}
.cid-sRQJtw4eqY .card-1 {
  background-color: #fab6c6;
}
.cid-sRQJtw4eqY .card-2 {
  background-color: #a8d657;
}
.cid-sRQJtw4eqY .card-3 {
  background-color: #f5e74c;
}
.cid-sRQJtw4eqY .card-body {
  align-items: start;
  flex: 0 0 auto;
}
.cid-sRQJtw4eqY .card-icon {
  flex: 0 0 28px;
  width: 28px;
  height: auto;
  margin-right: 18px;
}
.cid-sRQJtw4eqY .card-content {
  flex: 1 1 auto;
}
.cid-sRQJtw4eqY .card {
  height: auto;
}
.cid-sRQJtw4eqY .mbr-section-title {
  text-align: center;
}
.cid-sRQJtw4eqY .mbr-text.main-text {
  text-align: left;
}
.cid-sRQMg9ltnT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/letras-caixa-pinhais-pr-1600x637.jpg");
}
.cid-sRQMg9ltnT .title-section {
  padding: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sRQMg9ltnT .title-section {
    padding: 0 90px;
    margin-bottom: 40px;
  }
}
.cid-sRQMg9ltnT .btn {
  display: flex;
}
.cid-sRQMg9ltnT .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRQMg9ltnT .card-body {
  padding: 40px 55px 30px 55px;
}
.cid-sRQMg9ltnT .col-img {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 22px;
}
.cid-sRQMg9ltnT .card-title {
  flex: 1 1 auto;
  width: auto;
}
.cid-sRQMg9ltnT .price {
  text-align: left;
}
.cid-sRQMg9ltnT .title-section .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sRQMg9ltnT .title-section .mbr-section-title DIV {
  text-align: left;
}
.cid-sRQMg9ltnT .title-section .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sRQMg9ltnT .mbr-section-subtitle {
  text-align: left;
}
.cid-sRQM1u8nOt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRQM1u8nOt .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRQM1u8nOt .title-section .mbr-section-title {
  text-align: center;
}
.cid-sRQM1u8nOt .card-title {
  flex: 1 1 auto;
}
.cid-sRQM1u8nOt .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-sRQM1u8nOt .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-sRQM1u8nOt .heading-acc:hover .acc-button {
  background-color: #000000;
}
.cid-sRQM1u8nOt .heading-acc:hover .acc-button .acc-button-line1,
.cid-sRQM1u8nOt .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-sRQM1u8nOt .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-sRQM1u8nOt .acc-button-container .acc-button .acc-button-line1,
.cid-sRQM1u8nOt .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-sRQM1u8nOt .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-ujuhS4GMeI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujuhS4GMeI .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ujuhS4GMeI .title-section .mbr-section-title {
  text-align: center;
}
.cid-ujuhS4GMeI .card-title {
  flex: 1 1 auto;
}
.cid-ujuhS4GMeI .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-ujuhS4GMeI .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-ujuhS4GMeI .heading-acc:hover .acc-button {
  background-color: #000000;
}
.cid-ujuhS4GMeI .heading-acc:hover .acc-button .acc-button-line1,
.cid-ujuhS4GMeI .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-ujuhS4GMeI .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-ujuhS4GMeI .acc-button-container .acc-button .acc-button-line1,
.cid-ujuhS4GMeI .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-ujuhS4GMeI .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-sRQLSaeaUA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRQLSaeaUA .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-sRQLSaeaUA .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-sRQLSaeaUA img {
  object-fit: cover;
}
.cid-sRQLSaeaUA .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRQLSaeaUA .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner .carousel-item,
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #666666;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #000000;
}
.cid-sRQLSaeaUA .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-sRQLSaeaUA .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-sRQLSaeaUA .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-sRQLSaeaUA .mbr-section-title {
  text-align: center;
}
.cid-sRQM30Kxw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/display-em-acrilico-curitiba-pr-894x494.jpg");
}
.cid-sRQM30Kxw4 .card {
  background-color: #569f00;
}
.cid-sRQM30Kxw4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sRQM30Kxw4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sRQM30Kxw4 .text1 {
  color: #ffffff;
}
.cid-sRQM30Kxw4 .text2 {
  color: #ffffff;
}
.cid-sRQM30Kxw4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sRQM30Kxw4 .title1 {
  text-align: center;
}
.cid-teDozEVEEB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teDozEVEEB .carousel,
.cid-teDozEVEEB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teDozEVEEB .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teDozEVEEB .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teDozEVEEB .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teDozEVEEB .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teDozEVEEB .wrapper {
    width: 100%;
  }
}
.cid-teDozEVEEB .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teDozEVEEB .carousel-caption {
  bottom: 40px;
}
.cid-teDozEVEEB .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teDozEVEEB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teDozEVEEB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teDozEVEEB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teDozEVEEB H5 {
  text-align: center;
}
.cid-teDozEVEEB .mbr-info {
  text-align: center;
}
.cid-teDahdnoFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teDahdnoFg .wrapper {
  background-color: #f5e74c;
}
.cid-teDahdnoFg li {
  list-style-type: none;
}
.cid-teDahdnoFg .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teDahdnoFg .list-1 li {
  margin-bottom: 1rem;
}
.cid-teDahdnoFg .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teDahdnoFg .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teDahdnoFg .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teDahdnoFg ul {
  margin: 0;
}
.cid-teDahdnoFg .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teDahdnoFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDahdnoFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teDzjdEvl8 .navbar-dropdown {
  position: relative !important;
}
.cid-teDzjdEvl8 .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teDzjdEvl8 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teDzjdEvl8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teDzjdEvl8 .navbar-caption {
  font-weight: 500;
}
.cid-teDzjdEvl8 .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-teDzjdEvl8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teDzjdEvl8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teDzjdEvl8 .dropdown-item:hover,
.cid-teDzjdEvl8 .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teDzjdEvl8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teDzjdEvl8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teDzjdEvl8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teDzjdEvl8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teDzjdEvl8 .nav-link {
  position: relative;
}
.cid-teDzjdEvl8 .nav-link:hover {
  color: #e10831 !important;
}
.cid-teDzjdEvl8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teDzjdEvl8 .container,
  .cid-teDzjdEvl8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teDzjdEvl8 .dropdown-menu,
.cid-teDzjdEvl8 .navbar.opened {
  background: #ffffff !important;
}
.cid-teDzjdEvl8 .nav-item:focus,
.cid-teDzjdEvl8 .nav-link:focus {
  outline: none;
}
.cid-teDzjdEvl8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teDzjdEvl8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teDzjdEvl8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teDzjdEvl8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teDzjdEvl8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teDzjdEvl8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teDzjdEvl8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teDzjdEvl8 .navbar.opened {
  transition: all 0.3s;
}
.cid-teDzjdEvl8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teDzjdEvl8 .navbar .navbar-logo img {
  width: auto;
}
.cid-teDzjdEvl8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teDzjdEvl8 .navbar.collapsed {
  justify-content: center;
}
.cid-teDzjdEvl8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teDzjdEvl8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teDzjdEvl8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teDzjdEvl8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teDzjdEvl8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teDzjdEvl8 .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-teDzjdEvl8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teDzjdEvl8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teDzjdEvl8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teDzjdEvl8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teDzjdEvl8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teDzjdEvl8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teDzjdEvl8 .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-teDzjdEvl8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teDzjdEvl8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teDzjdEvl8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teDzjdEvl8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teDzjdEvl8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teDzjdEvl8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-teDzjdEvl8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teDzjdEvl8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teDzjdEvl8 .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-teDzjdEvl8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teDzjdEvl8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teDzjdEvl8 .dropdown-item.active,
.cid-teDzjdEvl8 .dropdown-item:active {
  background-color: transparent;
}
.cid-teDzjdEvl8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teDzjdEvl8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teDzjdEvl8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teDzjdEvl8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teDzjdEvl8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teDzjdEvl8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teDzjdEvl8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teDzjdEvl8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teDzjdEvl8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teDzjdEvl8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teDzjdEvl8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teDzjdEvl8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teDzjdEvl8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teDzjdEvl8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teDzjdEvl8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teDzjdEvl8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teDzjdEvl8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teDzjdEvl8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teDzjdEvl8 .navbar {
    height: 70px;
  }
  .cid-teDzjdEvl8 .navbar.opened {
    height: auto;
  }
  .cid-teDzjdEvl8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teDzjdEvl8 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teDzjdEvl8 .addr {
    margin: 0 auto;
  }
}
.cid-teDzjdEvl8 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teDzjdEvl8 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teDzQZkOYR .row {
  flex-direction: row-reverse;
}
.cid-teDzQZkOYR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-teDzQZkOYR .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-teDzQZkOYR .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-teDzQZkOYR .col-form {
    padding: 30px;
  }
}
.cid-teDzQZkOYR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-teDzQZkOYR .text-wrapper {
    text-align: center !important;
  }
}
.cid-teDzQZkOYR .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-teDzQZkOYR .label-text {
    text-align: center !important;
  }
}
.cid-teDzQZkOYR .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-teDzQZkOYR .mbr-section-title {
    text-align: center !important;
  }
}
.cid-teDzQZkOYR .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-teDzQZkOYR .mbr-section-btn .btn {
  width: max-content;
}
.cid-teDzQZkOYR .mbr-section-btn .btn-black {
  color: #e10831 !important;
}
@media (max-width: 767px) {
  .cid-teDzQZkOYR .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-teDzQZkOYR .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-teDzQZkOYR .form-container {
    text-align: center !important;
  }
}
.cid-teDzQZkOYR .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-teDzQZkOYR .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-teDzQZkOYR .form-group {
  margin-bottom: 32px !important;
}
.cid-teDzQZkOYR .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-teDzQZkOYR textarea {
  min-height: 114px;
}
.cid-teDzQZkOYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDzQZkOYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/display-em-acrilico-curitiba-pr-894x494.jpg");
}
.cid-teDzQZkOYR .mbr-section-title,
.cid-teDzQZkOYR .mbr-section-btn {
  color: #ffffff;
}
.cid-teHS5EucFJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teHS5EucFJ .row {
  flex-direction: row-reverse;
}
.cid-teHS5EucFJ p {
  margin: 0;
}
.cid-teHS5EucFJ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teHS5EucFJ .mbr-section-title {
  text-align: center;
}
.cid-teHS5EucFJ .mbr-section-subtitle {
  text-align: center;
}
.cid-teHS5EucFJ .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teHS5EucFJ .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teHS5EucFJ .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teHS5EucFJ .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teHS5EucFJ .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teHS5EucFJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teHS5EucFJ .google-map {
  height: 100%;
  position: relative;
}
.cid-teHS5EucFJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teHS5EucFJ .google-map [data-state-details] {
  color: #1f1437;
  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-teHS5EucFJ .google-map[data-state] {
  background: #f3edf7;
}
.cid-teHS5EucFJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teHS5EucFJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teHRb4Oa1U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teHRb4Oa1U .fb-page,
.cid-teHRb4Oa1U span,
.cid-teHRb4Oa1U iframe {
  width: 500px;
  height: 620px;
}
.cid-teHRb4Oa1U blockquote {
  display: none;
}
.cid-teHRb4Oa1U .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teDzjiNQN5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teDzjiNQN5 .carousel,
.cid-teDzjiNQN5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teDzjiNQN5 .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teDzjiNQN5 .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teDzjiNQN5 .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teDzjiNQN5 .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teDzjiNQN5 .wrapper {
    width: 100%;
  }
}
.cid-teDzjiNQN5 .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teDzjiNQN5 .carousel-caption {
  bottom: 40px;
}
.cid-teDzjiNQN5 .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teDzjiNQN5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teDzjiNQN5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teDzjiNQN5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teDzjiNQN5 H5 {
  text-align: center;
}
.cid-teDzjiNQN5 .mbr-info {
  text-align: center;
}
.cid-teDzjjQlR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teDzjjQlR0 .wrapper {
  background-color: #f5e74c;
}
.cid-teDzjjQlR0 li {
  list-style-type: none;
}
.cid-teDzjjQlR0 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teDzjjQlR0 .list-1 li {
  margin-bottom: 1rem;
}
.cid-teDzjjQlR0 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teDzjjQlR0 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teDzjjQlR0 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teDzjjQlR0 ul {
  margin: 0;
}
.cid-teDzjjQlR0 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teDzjjQlR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDzjjQlR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teDBNQV9B6 .navbar-dropdown {
  position: relative !important;
}
.cid-teDBNQV9B6 .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teDBNQV9B6 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teDBNQV9B6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teDBNQV9B6 .navbar-caption {
  font-weight: 500;
}
.cid-teDBNQV9B6 .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-teDBNQV9B6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teDBNQV9B6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teDBNQV9B6 .dropdown-item:hover,
.cid-teDBNQV9B6 .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teDBNQV9B6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teDBNQV9B6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teDBNQV9B6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teDBNQV9B6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teDBNQV9B6 .nav-link {
  position: relative;
}
.cid-teDBNQV9B6 .nav-link:hover {
  color: #e10831 !important;
}
.cid-teDBNQV9B6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teDBNQV9B6 .container,
  .cid-teDBNQV9B6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teDBNQV9B6 .dropdown-menu,
.cid-teDBNQV9B6 .navbar.opened {
  background: #ffffff !important;
}
.cid-teDBNQV9B6 .nav-item:focus,
.cid-teDBNQV9B6 .nav-link:focus {
  outline: none;
}
.cid-teDBNQV9B6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teDBNQV9B6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teDBNQV9B6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teDBNQV9B6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teDBNQV9B6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teDBNQV9B6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teDBNQV9B6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teDBNQV9B6 .navbar.opened {
  transition: all 0.3s;
}
.cid-teDBNQV9B6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teDBNQV9B6 .navbar .navbar-logo img {
  width: auto;
}
.cid-teDBNQV9B6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teDBNQV9B6 .navbar.collapsed {
  justify-content: center;
}
.cid-teDBNQV9B6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teDBNQV9B6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teDBNQV9B6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teDBNQV9B6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teDBNQV9B6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teDBNQV9B6 .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-teDBNQV9B6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teDBNQV9B6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teDBNQV9B6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teDBNQV9B6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teDBNQV9B6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teDBNQV9B6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teDBNQV9B6 .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-teDBNQV9B6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teDBNQV9B6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teDBNQV9B6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teDBNQV9B6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teDBNQV9B6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teDBNQV9B6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-teDBNQV9B6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teDBNQV9B6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teDBNQV9B6 .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-teDBNQV9B6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teDBNQV9B6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teDBNQV9B6 .dropdown-item.active,
.cid-teDBNQV9B6 .dropdown-item:active {
  background-color: transparent;
}
.cid-teDBNQV9B6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teDBNQV9B6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teDBNQV9B6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teDBNQV9B6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teDBNQV9B6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teDBNQV9B6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teDBNQV9B6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teDBNQV9B6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teDBNQV9B6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teDBNQV9B6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teDBNQV9B6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teDBNQV9B6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teDBNQV9B6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teDBNQV9B6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teDBNQV9B6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teDBNQV9B6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teDBNQV9B6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teDBNQV9B6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teDBNQV9B6 .navbar {
    height: 70px;
  }
  .cid-teDBNQV9B6 .navbar.opened {
    height: auto;
  }
  .cid-teDBNQV9B6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teDBNQV9B6 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teDBNQV9B6 .addr {
    margin: 0 auto;
  }
}
.cid-teDBNQV9B6 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teDBNQV9B6 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teDG9oWpqg {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teDG9oWpqg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teDG9oWpqg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teDG9oWpqg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teDG9oWpqg .card-wrapper {
  border-radius: 2rem;
  background-color: #f5e74c;
  transition: all 0.3s;
}
.cid-teDG9oWpqg .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teDG9oWpqg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teDG9oWpqg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teDG9oWpqg .mbr-text {
  color: #000000;
}
.cid-teDG9oWpqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDG9oWpqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teDG9oWpqg .price {
  text-align: center;
}
.cid-teDG9oWpqg .card-title {
  text-align: center;
}
.cid-teDI9gM6nK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teDI9gM6nK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teDI9gM6nK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teDI9gM6nK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teDI9gM6nK .card-wrapper {
  border-radius: 2rem;
  background-color: #f5e74c;
  transition: all 0.3s;
}
.cid-teDI9gM6nK .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teDI9gM6nK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teDI9gM6nK .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teDI9gM6nK .mbr-text {
  color: #000000;
}
.cid-teDI9gM6nK .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDI9gM6nK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teDI9gM6nK .price {
  text-align: center;
}
.cid-teDI9gM6nK .card-title DIV {
  text-align: center;
}
.cid-teDI9gM6nK .card-title {
  text-align: center;
}
.cid-teDJeDP284 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teDJeDP284 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teDJeDP284 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teDJeDP284 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teDJeDP284 .card-wrapper {
  border-radius: 2rem;
  background-color: #f5e74c;
  transition: all 0.3s;
}
.cid-teDJeDP284 .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teDJeDP284 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teDJeDP284 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teDJeDP284 .mbr-text {
  color: #000000;
}
.cid-teDJeDP284 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDJeDP284 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teDJeDP284 .price {
  text-align: center;
}
.cid-teDJeDP284 .card-title DIV {
  text-align: center;
}
.cid-teDJeDP284 .card-title {
  text-align: center;
}
.cid-teDBNRRs7Y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teDBNRRs7Y .carousel,
.cid-teDBNRRs7Y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teDBNRRs7Y .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teDBNRRs7Y .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teDBNRRs7Y .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teDBNRRs7Y .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teDBNRRs7Y .wrapper {
    width: 100%;
  }
}
.cid-teDBNRRs7Y .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teDBNRRs7Y .carousel-caption {
  bottom: 40px;
}
.cid-teDBNRRs7Y .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teDBNRRs7Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teDBNRRs7Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teDBNRRs7Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teDBNRRs7Y H5 {
  text-align: center;
}
.cid-teDBNRRs7Y .mbr-info {
  text-align: center;
}
.cid-teDBNSqBBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teDBNSqBBZ .wrapper {
  background-color: #f5e74c;
}
.cid-teDBNSqBBZ li {
  list-style-type: none;
}
.cid-teDBNSqBBZ .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teDBNSqBBZ .list-1 li {
  margin-bottom: 1rem;
}
.cid-teDBNSqBBZ .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teDBNSqBBZ .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teDBNSqBBZ .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teDBNSqBBZ ul {
  margin: 0;
}
.cid-teDBNSqBBZ .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teDBNSqBBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teDBNSqBBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teHXA5XVdu .navbar-dropdown {
  position: relative !important;
}
.cid-teHXA5XVdu .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teHXA5XVdu .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teHXA5XVdu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teHXA5XVdu .navbar-caption {
  font-weight: 500;
}
.cid-teHXA5XVdu .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-teHXA5XVdu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teHXA5XVdu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teHXA5XVdu .dropdown-item:hover,
.cid-teHXA5XVdu .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teHXA5XVdu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teHXA5XVdu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teHXA5XVdu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teHXA5XVdu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teHXA5XVdu .nav-link {
  position: relative;
}
.cid-teHXA5XVdu .nav-link:hover {
  color: #e10831 !important;
}
.cid-teHXA5XVdu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teHXA5XVdu .container,
  .cid-teHXA5XVdu .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teHXA5XVdu .dropdown-menu,
.cid-teHXA5XVdu .navbar.opened {
  background: #ffffff !important;
}
.cid-teHXA5XVdu .nav-item:focus,
.cid-teHXA5XVdu .nav-link:focus {
  outline: none;
}
.cid-teHXA5XVdu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teHXA5XVdu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teHXA5XVdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teHXA5XVdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teHXA5XVdu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teHXA5XVdu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teHXA5XVdu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teHXA5XVdu .navbar.opened {
  transition: all 0.3s;
}
.cid-teHXA5XVdu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teHXA5XVdu .navbar .navbar-logo img {
  width: auto;
}
.cid-teHXA5XVdu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teHXA5XVdu .navbar.collapsed {
  justify-content: center;
}
.cid-teHXA5XVdu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teHXA5XVdu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teHXA5XVdu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teHXA5XVdu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teHXA5XVdu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teHXA5XVdu .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-teHXA5XVdu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teHXA5XVdu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teHXA5XVdu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teHXA5XVdu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teHXA5XVdu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teHXA5XVdu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teHXA5XVdu .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-teHXA5XVdu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teHXA5XVdu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teHXA5XVdu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teHXA5XVdu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teHXA5XVdu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teHXA5XVdu .navbar.navbar-short {
  min-height: 80px;
}
.cid-teHXA5XVdu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teHXA5XVdu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teHXA5XVdu .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-teHXA5XVdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teHXA5XVdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teHXA5XVdu .dropdown-item.active,
.cid-teHXA5XVdu .dropdown-item:active {
  background-color: transparent;
}
.cid-teHXA5XVdu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teHXA5XVdu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teHXA5XVdu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teHXA5XVdu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teHXA5XVdu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teHXA5XVdu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teHXA5XVdu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teHXA5XVdu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teHXA5XVdu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teHXA5XVdu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teHXA5XVdu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teHXA5XVdu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teHXA5XVdu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teHXA5XVdu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teHXA5XVdu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teHXA5XVdu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teHXA5XVdu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teHXA5XVdu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teHXA5XVdu .navbar {
    height: 70px;
  }
  .cid-teHXA5XVdu .navbar.opened {
    height: auto;
  }
  .cid-teHXA5XVdu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teHXA5XVdu .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teHXA5XVdu .addr {
    margin: 0 auto;
  }
}
.cid-teHXA5XVdu .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teHXA5XVdu .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teI6cWc2UH {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teI6cWc2UH .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teI6cWc2UH .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teI6cWc2UH .mbr-text {
  color: #1d1d1b;
}
.cid-teI6cWc2UH .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teI6cWc2UH .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teI6cWc2UH .mbr-fallback-image.disabled {
  display: none;
}
.cid-teI6cWc2UH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-tHow56Fu2L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5e74c;
}
.cid-tHow56Fu2L .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tHow56Fu2L .wrapper {
    padding: 20px;
  }
}
.cid-tHow56Fu2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHow56Fu2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teI1gqQLKZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teI1gqQLKZ img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teI1gqQLKZ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teI1gqQLKZ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teI1gqQLKZ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teI1gqQLKZ .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teI1gqQLKZ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teI1gqQLKZ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teI1gqQLKZ .first {
    max-height: 250px;
  }
  .cid-teI1gqQLKZ .second {
    max-height: 323px;
  }
  .cid-teI1gqQLKZ .third {
    max-height: 408px;
  }
  .cid-teI1gqQLKZ .fourth {
    max-height: 323px;
  }
  .cid-teI1gqQLKZ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teI1gqQLKZ .first {
    max-height: 200px;
  }
  .cid-teI1gqQLKZ .second {
    max-height: 270px;
  }
  .cid-teI1gqQLKZ .third {
    max-height: 350px;
  }
  .cid-teI1gqQLKZ .fourth {
    max-height: 270px;
  }
  .cid-teI1gqQLKZ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teI1gqQLKZ .first {
    display: none;
  }
  .cid-teI1gqQLKZ .second {
    max-height: 323px;
  }
  .cid-teI1gqQLKZ .third {
    max-height: 408px;
  }
  .cid-teI1gqQLKZ .fourth {
    max-height: 323px;
  }
  .cid-teI1gqQLKZ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teI1gqQLKZ .second {
    max-height: 250px;
  }
  .cid-teI1gqQLKZ .third {
    max-height: 340px;
  }
  .cid-teI1gqQLKZ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teI1gqQLKZ .second {
    max-height: 180px;
  }
  .cid-teI1gqQLKZ .third {
    max-height: 270px;
  }
  .cid-teI1gqQLKZ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teI1gqQLKZ .second {
    display: none;
  }
  .cid-teI1gqQLKZ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teI1gqQLKZ .fourth {
    display: none;
  }
}
.cid-teHYaIIH5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teHYaIIH5F .card-1 {
  background-color: #ff9966;
}
.cid-teHYaIIH5F .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teHYaIIH5F .first-cont {
    margin-top: -1rem;
  }
  .cid-teHYaIIH5F .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teHYaIIH5F .mbr-section-btn {
  position: relative;
}
.cid-teHYaIIH5F .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teHYaIIH5F .card-body {
    padding: 50px 20px;
  }
}
.cid-teHYaIIH5F .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teHYaIIH5F .card-img {
    height: 300px;
  }
}
.cid-teHYaIIH5F .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teHYaIIH5F .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teHYaIIH5F .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teHYaIIH5F .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teHYaIIH5F .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teHYaIIH5F .decor.first svg {
  fill: #569f00;
}
.cid-teHYaIIH5F .decor.second {
  top: 10%;
  left: 0;
}
.cid-teHYaIIH5F .decor.second svg {
  fill: #f5e74c;
}
.cid-teHYaIIH5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-teHYaIIH5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teHYaIIH5F .mbr-section-subtitle {
  text-align: left;
}
.cid-teHYDbN8PT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teHYDbN8PT .card-1 {
  background-color: #f5e74c;
}
.cid-teHYDbN8PT .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teHYDbN8PT .first-cont {
    margin-top: -1rem;
  }
  .cid-teHYDbN8PT .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teHYDbN8PT .mbr-section-btn {
  position: relative;
}
.cid-teHYDbN8PT .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teHYDbN8PT .card-body {
    padding: 50px 20px;
  }
}
.cid-teHYDbN8PT .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teHYDbN8PT .card-img {
    height: 300px;
  }
}
.cid-teHYDbN8PT .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teHYDbN8PT .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teHYDbN8PT .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teHYDbN8PT .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teHYDbN8PT .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teHYDbN8PT .decor.first svg {
  fill: #bc5dec;
}
.cid-teHYDbN8PT .decor.second {
  top: 10%;
  left: 0;
}
.cid-teHYDbN8PT .decor.second svg {
  fill: #f5e74c;
}
.cid-teHYDbN8PT .mbr-fallback-image.disabled {
  display: none;
}
.cid-teHYDbN8PT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teHYDbN8PT .mbr-section-subtitle {
  text-align: left;
}
.cid-teI1wUdhmq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teI1wUdhmq .mbr-media {
  position: relative;
}
.cid-teI1wUdhmq .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teI1wUdhmq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teI1wUdhmq .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teI1wUdhmq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teI1wUdhmq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teI1wUdhmq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teI1wUdhmq .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-teI1wUdhmq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teI1wUdhmq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teI1wUdhmq .mbr-section-subtitle {
  text-align: center;
}
.cid-teHXA7m5Wp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teHXA7m5Wp p {
  margin: 0;
}
.cid-teHXA7m5Wp .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teHXA7m5Wp .mbr-section-title {
  text-align: center;
}
.cid-teHXA7m5Wp .mbr-section-subtitle {
  text-align: center;
}
.cid-teHXA7m5Wp .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teHXA7m5Wp .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teHXA7m5Wp .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teHXA7m5Wp .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teHXA7m5Wp .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teHXA7m5Wp .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teHXA7m5Wp .google-map {
  height: 100%;
  position: relative;
}
.cid-teHXA7m5Wp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teHXA7m5Wp .google-map [data-state-details] {
  color: #1f1437;
  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-teHXA7m5Wp .google-map[data-state] {
  background: #f3edf7;
}
.cid-teHXA7m5Wp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teHXA7m5Wp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teHXA85a7U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teHXA85a7U .fb-page,
.cid-teHXA85a7U span,
.cid-teHXA85a7U iframe {
  width: 500px;
  height: 620px;
}
.cid-teHXA85a7U blockquote {
  display: none;
}
.cid-teHXA85a7U .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teHXA8zEEa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teHXA8zEEa .carousel,
.cid-teHXA8zEEa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teHXA8zEEa .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teHXA8zEEa .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teHXA8zEEa .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teHXA8zEEa .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teHXA8zEEa .wrapper {
    width: 100%;
  }
}
.cid-teHXA8zEEa .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teHXA8zEEa .carousel-caption {
  bottom: 40px;
}
.cid-teHXA8zEEa .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teHXA8zEEa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teHXA8zEEa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teHXA8zEEa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teHXA8zEEa H5 {
  text-align: center;
}
.cid-teHXA8zEEa .mbr-info {
  text-align: center;
}
.cid-teHXA9t57c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teHXA9t57c .wrapper {
  background-color: #f5e74c;
}
.cid-teHXA9t57c li {
  list-style-type: none;
}
.cid-teHXA9t57c .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teHXA9t57c .list-1 li {
  margin-bottom: 1rem;
}
.cid-teHXA9t57c .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teHXA9t57c .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teHXA9t57c .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teHXA9t57c ul {
  margin: 0;
}
.cid-teHXA9t57c .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teHXA9t57c .mbr-fallback-image.disabled {
  display: none;
}
.cid-teHXA9t57c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teIfKIhNFs .navbar-dropdown {
  position: relative !important;
}
.cid-teIfKIhNFs .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teIfKIhNFs .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teIfKIhNFs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teIfKIhNFs .navbar-caption {
  font-weight: 500;
}
.cid-teIfKIhNFs .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-teIfKIhNFs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teIfKIhNFs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teIfKIhNFs .dropdown-item:hover,
.cid-teIfKIhNFs .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teIfKIhNFs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teIfKIhNFs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teIfKIhNFs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teIfKIhNFs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teIfKIhNFs .nav-link {
  position: relative;
}
.cid-teIfKIhNFs .nav-link:hover {
  color: #e10831 !important;
}
.cid-teIfKIhNFs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teIfKIhNFs .container,
  .cid-teIfKIhNFs .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teIfKIhNFs .dropdown-menu,
.cid-teIfKIhNFs .navbar.opened {
  background: #ffffff !important;
}
.cid-teIfKIhNFs .nav-item:focus,
.cid-teIfKIhNFs .nav-link:focus {
  outline: none;
}
.cid-teIfKIhNFs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teIfKIhNFs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teIfKIhNFs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teIfKIhNFs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teIfKIhNFs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teIfKIhNFs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teIfKIhNFs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teIfKIhNFs .navbar.opened {
  transition: all 0.3s;
}
.cid-teIfKIhNFs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teIfKIhNFs .navbar .navbar-logo img {
  width: auto;
}
.cid-teIfKIhNFs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teIfKIhNFs .navbar.collapsed {
  justify-content: center;
}
.cid-teIfKIhNFs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teIfKIhNFs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teIfKIhNFs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teIfKIhNFs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teIfKIhNFs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teIfKIhNFs .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-teIfKIhNFs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teIfKIhNFs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teIfKIhNFs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teIfKIhNFs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teIfKIhNFs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teIfKIhNFs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teIfKIhNFs .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-teIfKIhNFs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teIfKIhNFs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teIfKIhNFs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teIfKIhNFs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teIfKIhNFs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teIfKIhNFs .navbar.navbar-short {
  min-height: 80px;
}
.cid-teIfKIhNFs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teIfKIhNFs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teIfKIhNFs .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-teIfKIhNFs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teIfKIhNFs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teIfKIhNFs .dropdown-item.active,
.cid-teIfKIhNFs .dropdown-item:active {
  background-color: transparent;
}
.cid-teIfKIhNFs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teIfKIhNFs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teIfKIhNFs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teIfKIhNFs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teIfKIhNFs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teIfKIhNFs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teIfKIhNFs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teIfKIhNFs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teIfKIhNFs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teIfKIhNFs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teIfKIhNFs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIfKIhNFs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIfKIhNFs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teIfKIhNFs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIfKIhNFs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teIfKIhNFs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teIfKIhNFs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIfKIhNFs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teIfKIhNFs .navbar {
    height: 70px;
  }
  .cid-teIfKIhNFs .navbar.opened {
    height: auto;
  }
  .cid-teIfKIhNFs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teIfKIhNFs .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teIfKIhNFs .addr {
    margin: 0 auto;
  }
}
.cid-teIfKIhNFs .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teIfKIhNFs .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teIfKINCrK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teIfKINCrK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teIfKINCrK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teIfKINCrK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teIfKINCrK .card-wrapper {
  border-radius: 2rem;
  background-color: #a8d657;
  transition: all 0.3s;
}
.cid-teIfKINCrK .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teIfKINCrK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teIfKINCrK .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teIfKINCrK .mbr-text {
  color: #000000;
}
.cid-teIfKINCrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-teIfKINCrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teIfKINCrK .price {
  text-align: center;
}
.cid-teIfKINCrK .card-title {
  text-align: center;
}
.cid-teIfKJG1XI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teIfKJG1XI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teIfKJG1XI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teIfKJG1XI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teIfKJG1XI .card-wrapper {
  border-radius: 2rem;
  background-color: #a8d657;
  transition: all 0.3s;
}
.cid-teIfKJG1XI .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teIfKJG1XI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teIfKJG1XI .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teIfKJG1XI .mbr-text {
  color: #000000;
}
.cid-teIfKJG1XI .mbr-fallback-image.disabled {
  display: none;
}
.cid-teIfKJG1XI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teIfKJG1XI .price {
  text-align: center;
}
.cid-teIfKJG1XI .card-title DIV {
  text-align: center;
}
.cid-teIfKJG1XI .card-title {
  text-align: center;
}
.cid-teIfKK8gsJ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teIfKK8gsJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teIfKK8gsJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teIfKK8gsJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teIfKK8gsJ .card-wrapper {
  border-radius: 2rem;
  background-color: #a8d657;
  transition: all 0.3s;
}
.cid-teIfKK8gsJ .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teIfKK8gsJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teIfKK8gsJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teIfKK8gsJ .mbr-text {
  color: #000000;
}
.cid-teIfKK8gsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teIfKK8gsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teIfKK8gsJ .price {
  text-align: center;
}
.cid-teIfKK8gsJ .card-title DIV {
  text-align: center;
}
.cid-teIfKK8gsJ .card-title {
  text-align: center;
}
.cid-teIfKKJ9Ny {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teIfKKJ9Ny .carousel,
.cid-teIfKKJ9Ny .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teIfKKJ9Ny .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teIfKKJ9Ny .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teIfKKJ9Ny .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teIfKKJ9Ny .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teIfKKJ9Ny .wrapper {
    width: 100%;
  }
}
.cid-teIfKKJ9Ny .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teIfKKJ9Ny .carousel-caption {
  bottom: 40px;
}
.cid-teIfKKJ9Ny .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teIfKKJ9Ny .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teIfKKJ9Ny .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teIfKKJ9Ny .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teIfKKJ9Ny H5 {
  text-align: center;
}
.cid-teIfKKJ9Ny .mbr-info {
  text-align: center;
}
.cid-teIfKLrN39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teIfKLrN39 .wrapper {
  background-color: #f5e74c;
}
.cid-teIfKLrN39 li {
  list-style-type: none;
}
.cid-teIfKLrN39 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teIfKLrN39 .list-1 li {
  margin-bottom: 1rem;
}
.cid-teIfKLrN39 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teIfKLrN39 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teIfKLrN39 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teIfKLrN39 ul {
  margin: 0;
}
.cid-teIfKLrN39 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teIfKLrN39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teIfKLrN39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teMRGPbyzU .navbar-dropdown {
  position: relative !important;
}
.cid-teMRGPbyzU .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teMRGPbyzU .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teMRGPbyzU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teMRGPbyzU .navbar-caption {
  font-weight: 500;
}
.cid-teMRGPbyzU .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-teMRGPbyzU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teMRGPbyzU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teMRGPbyzU .dropdown-item:hover,
.cid-teMRGPbyzU .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teMRGPbyzU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teMRGPbyzU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teMRGPbyzU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teMRGPbyzU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teMRGPbyzU .nav-link {
  position: relative;
}
.cid-teMRGPbyzU .nav-link:hover {
  color: #e10831 !important;
}
.cid-teMRGPbyzU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teMRGPbyzU .container,
  .cid-teMRGPbyzU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teMRGPbyzU .dropdown-menu,
.cid-teMRGPbyzU .navbar.opened {
  background: #ffffff !important;
}
.cid-teMRGPbyzU .nav-item:focus,
.cid-teMRGPbyzU .nav-link:focus {
  outline: none;
}
.cid-teMRGPbyzU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teMRGPbyzU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teMRGPbyzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teMRGPbyzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teMRGPbyzU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teMRGPbyzU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teMRGPbyzU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teMRGPbyzU .navbar.opened {
  transition: all 0.3s;
}
.cid-teMRGPbyzU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teMRGPbyzU .navbar .navbar-logo img {
  width: auto;
}
.cid-teMRGPbyzU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teMRGPbyzU .navbar.collapsed {
  justify-content: center;
}
.cid-teMRGPbyzU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teMRGPbyzU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teMRGPbyzU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teMRGPbyzU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teMRGPbyzU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teMRGPbyzU .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-teMRGPbyzU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teMRGPbyzU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teMRGPbyzU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teMRGPbyzU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teMRGPbyzU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teMRGPbyzU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teMRGPbyzU .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-teMRGPbyzU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teMRGPbyzU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teMRGPbyzU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teMRGPbyzU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teMRGPbyzU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teMRGPbyzU .navbar.navbar-short {
  min-height: 80px;
}
.cid-teMRGPbyzU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teMRGPbyzU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teMRGPbyzU .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-teMRGPbyzU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teMRGPbyzU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teMRGPbyzU .dropdown-item.active,
.cid-teMRGPbyzU .dropdown-item:active {
  background-color: transparent;
}
.cid-teMRGPbyzU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teMRGPbyzU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teMRGPbyzU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teMRGPbyzU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teMRGPbyzU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teMRGPbyzU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teMRGPbyzU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teMRGPbyzU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teMRGPbyzU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teMRGPbyzU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teMRGPbyzU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teMRGPbyzU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teMRGPbyzU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teMRGPbyzU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teMRGPbyzU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teMRGPbyzU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teMRGPbyzU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teMRGPbyzU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teMRGPbyzU .navbar {
    height: 70px;
  }
  .cid-teMRGPbyzU .navbar.opened {
    height: auto;
  }
  .cid-teMRGPbyzU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teMRGPbyzU .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teMRGPbyzU .addr {
    margin: 0 auto;
  }
}
.cid-teMRGPbyzU .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teMRGPbyzU .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teMRGPXdAj {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teMRGPXdAj .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teMRGPXdAj .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teMRGPXdAj .mbr-text {
  color: #1d1d1b;
}
.cid-teMRGPXdAj .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teMRGPXdAj .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teMRGPXdAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-teMRGPXdAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teMRGQv9Z1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teMRGQv9Z1 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teMRGQv9Z1 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teMRGQv9Z1 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teMRGQv9Z1 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teMRGQv9Z1 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teMRGQv9Z1 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teMRGQv9Z1 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teMRGQv9Z1 .first {
    max-height: 250px;
  }
  .cid-teMRGQv9Z1 .second {
    max-height: 323px;
  }
  .cid-teMRGQv9Z1 .third {
    max-height: 408px;
  }
  .cid-teMRGQv9Z1 .fourth {
    max-height: 323px;
  }
  .cid-teMRGQv9Z1 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teMRGQv9Z1 .first {
    max-height: 200px;
  }
  .cid-teMRGQv9Z1 .second {
    max-height: 270px;
  }
  .cid-teMRGQv9Z1 .third {
    max-height: 350px;
  }
  .cid-teMRGQv9Z1 .fourth {
    max-height: 270px;
  }
  .cid-teMRGQv9Z1 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teMRGQv9Z1 .first {
    display: none;
  }
  .cid-teMRGQv9Z1 .second {
    max-height: 323px;
  }
  .cid-teMRGQv9Z1 .third {
    max-height: 408px;
  }
  .cid-teMRGQv9Z1 .fourth {
    max-height: 323px;
  }
  .cid-teMRGQv9Z1 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teMRGQv9Z1 .second {
    max-height: 250px;
  }
  .cid-teMRGQv9Z1 .third {
    max-height: 340px;
  }
  .cid-teMRGQv9Z1 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teMRGQv9Z1 .second {
    max-height: 180px;
  }
  .cid-teMRGQv9Z1 .third {
    max-height: 270px;
  }
  .cid-teMRGQv9Z1 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teMRGQv9Z1 .second {
    display: none;
  }
  .cid-teMRGQv9Z1 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teMRGQv9Z1 .fourth {
    display: none;
  }
}
.cid-teMUcZSrMN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teMUcZSrMN .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teMUcZSrMN .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teMUcZSrMN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teMUcZSrMN .team-card:hover {
  transform: translateY(-10px);
}
.cid-teMUcZSrMN .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teMUcZSrMN .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teMUcZSrMN .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teMUcZSrMN .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teMUcZSrMN .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teMUcZSrMN .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teMUcZSrMN .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teMUcZSrMN .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teMUcZSrMN .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teMUcZSrMN .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teMUcZSrMN .button {
    max-width: 1200px;
  }
}
.cid-teMUcZSrMN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teMUcZSrMN .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teMUcZSrMN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teMUcZSrMN .embla__button--next,
.cid-teMUcZSrMN .embla__button--prev {
  display: flex;
}
.cid-teMUcZSrMN .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teMUcZSrMN .embla__button {
    display: none;
  }
}
.cid-teMUcZSrMN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teMUcZSrMN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teMUcZSrMN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teMUcZSrMN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teMUcZSrMN .embla__button {
    top: auto;
  }
}
.cid-teMUcZSrMN .embla {
  position: relative;
  width: 100%;
}
.cid-teMUcZSrMN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teMUcZSrMN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teMUcZSrMN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teMUcZSrMN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teMUcZSrMN .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teMUcZSrMN .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teMUcZSrMN .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teMUcZSrMN .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-teMUcZSrMN .btn:hover,
.cid-teMUcZSrMN .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teMUcZSrMN .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teMUcZSrMN .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-teMUcZSrMN .btn:hover:before,
.cid-teMUcZSrMN .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teMUcZSrMN .btn-secondary {
  color: #000000 !important;
}
.cid-teMUcZSrMN .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teMUcZSrMN .icon {
    display: none;
  }
}
.cid-teMUcZSrMN .mbr-info {
  color: #ffffff;
}
.cid-teMRGQN6f6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teMRGQN6f6 .card-1 {
  background-color: #ff9966;
}
.cid-teMRGQN6f6 .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teMRGQN6f6 .first-cont {
    margin-top: -1rem;
  }
  .cid-teMRGQN6f6 .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teMRGQN6f6 .mbr-section-btn {
  position: relative;
}
.cid-teMRGQN6f6 .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teMRGQN6f6 .card-body {
    padding: 50px 20px;
  }
}
.cid-teMRGQN6f6 .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teMRGQN6f6 .card-img {
    height: 300px;
  }
}
.cid-teMRGQN6f6 .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teMRGQN6f6 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teMRGQN6f6 .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teMRGQN6f6 .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teMRGQN6f6 .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teMRGQN6f6 .decor.first svg {
  fill: #569f00;
}
.cid-teMRGQN6f6 .decor.second {
  top: 10%;
  left: 0;
}
.cid-teMRGQN6f6 .decor.second svg {
  fill: #f5e74c;
}
.cid-teMRGQN6f6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teMRGQN6f6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teMRGQN6f6 .mbr-section-subtitle {
  text-align: left;
}
.cid-teMRGRbZLm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teMRGRbZLm .card-1 {
  background-color: #f5e74c;
}
.cid-teMRGRbZLm .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teMRGRbZLm .first-cont {
    margin-top: -1rem;
  }
  .cid-teMRGRbZLm .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teMRGRbZLm .mbr-section-btn {
  position: relative;
}
.cid-teMRGRbZLm .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teMRGRbZLm .card-body {
    padding: 50px 20px;
  }
}
.cid-teMRGRbZLm .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teMRGRbZLm .card-img {
    height: 300px;
  }
}
.cid-teMRGRbZLm .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teMRGRbZLm .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teMRGRbZLm .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teMRGRbZLm .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teMRGRbZLm .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teMRGRbZLm .decor.first svg {
  fill: #bc5dec;
}
.cid-teMRGRbZLm .decor.second {
  top: 10%;
  left: 0;
}
.cid-teMRGRbZLm .decor.second svg {
  fill: #f5e74c;
}
.cid-teMRGRbZLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-teMRGRbZLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teMRGRbZLm .mbr-section-subtitle {
  text-align: left;
}
.cid-teMRGRAa1O {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teMRGRAa1O .mbr-media {
  position: relative;
}
.cid-teMRGRAa1O .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teMRGRAa1O .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teMRGRAa1O .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teMRGRAa1O .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teMRGRAa1O .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teMRGRAa1O .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teMRGRAa1O .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-teMRGRAa1O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teMRGRAa1O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teMRGRAa1O .mbr-section-subtitle {
  text-align: center;
}
.cid-teMRGSehvE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teMRGSehvE p {
  margin: 0;
}
.cid-teMRGSehvE .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teMRGSehvE .mbr-section-title {
  text-align: center;
}
.cid-teMRGSehvE .mbr-section-subtitle {
  text-align: center;
}
.cid-teMRGSehvE .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teMRGSehvE .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teMRGSehvE .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teMRGSehvE .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teMRGSehvE .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teMRGSehvE .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teMRGSehvE .google-map {
  height: 100%;
  position: relative;
}
.cid-teMRGSehvE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teMRGSehvE .google-map [data-state-details] {
  color: #1f1437;
  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-teMRGSehvE .google-map[data-state] {
  background: #f3edf7;
}
.cid-teMRGSehvE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teMRGSehvE .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teMRGSOdkH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teMRGSOdkH .fb-page,
.cid-teMRGSOdkH span,
.cid-teMRGSOdkH iframe {
  width: 500px;
  height: 620px;
}
.cid-teMRGSOdkH blockquote {
  display: none;
}
.cid-teMRGSOdkH .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teMRGTbKwS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teMRGTbKwS .carousel,
.cid-teMRGTbKwS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teMRGTbKwS .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teMRGTbKwS .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teMRGTbKwS .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teMRGTbKwS .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teMRGTbKwS .wrapper {
    width: 100%;
  }
}
.cid-teMRGTbKwS .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teMRGTbKwS .carousel-caption {
  bottom: 40px;
}
.cid-teMRGTbKwS .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teMRGTbKwS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teMRGTbKwS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teMRGTbKwS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teMRGTbKwS H5 {
  text-align: center;
}
.cid-teMRGTbKwS .mbr-info {
  text-align: center;
}
.cid-teMRGTQpvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teMRGTQpvT .wrapper {
  background-color: #f5e74c;
}
.cid-teMRGTQpvT li {
  list-style-type: none;
}
.cid-teMRGTQpvT .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teMRGTQpvT .list-1 li {
  margin-bottom: 1rem;
}
.cid-teMRGTQpvT .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teMRGTQpvT .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teMRGTQpvT .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teMRGTQpvT ul {
  margin: 0;
}
.cid-teMRGTQpvT .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teMRGTQpvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-teMRGTQpvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teN4vGCM7K .navbar-dropdown {
  position: relative !important;
}
.cid-teN4vGCM7K .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teN4vGCM7K .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teN4vGCM7K .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teN4vGCM7K .navbar-caption {
  font-weight: 500;
}
.cid-teN4vGCM7K .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-teN4vGCM7K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teN4vGCM7K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teN4vGCM7K .dropdown-item:hover,
.cid-teN4vGCM7K .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teN4vGCM7K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teN4vGCM7K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teN4vGCM7K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teN4vGCM7K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teN4vGCM7K .nav-link {
  position: relative;
}
.cid-teN4vGCM7K .nav-link:hover {
  color: #e10831 !important;
}
.cid-teN4vGCM7K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teN4vGCM7K .container,
  .cid-teN4vGCM7K .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teN4vGCM7K .dropdown-menu,
.cid-teN4vGCM7K .navbar.opened {
  background: #ffffff !important;
}
.cid-teN4vGCM7K .nav-item:focus,
.cid-teN4vGCM7K .nav-link:focus {
  outline: none;
}
.cid-teN4vGCM7K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teN4vGCM7K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teN4vGCM7K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teN4vGCM7K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teN4vGCM7K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teN4vGCM7K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teN4vGCM7K .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teN4vGCM7K .navbar.opened {
  transition: all 0.3s;
}
.cid-teN4vGCM7K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teN4vGCM7K .navbar .navbar-logo img {
  width: auto;
}
.cid-teN4vGCM7K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teN4vGCM7K .navbar.collapsed {
  justify-content: center;
}
.cid-teN4vGCM7K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teN4vGCM7K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teN4vGCM7K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teN4vGCM7K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teN4vGCM7K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teN4vGCM7K .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-teN4vGCM7K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teN4vGCM7K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teN4vGCM7K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teN4vGCM7K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teN4vGCM7K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teN4vGCM7K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teN4vGCM7K .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-teN4vGCM7K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teN4vGCM7K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teN4vGCM7K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teN4vGCM7K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teN4vGCM7K .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teN4vGCM7K .navbar.navbar-short {
  min-height: 80px;
}
.cid-teN4vGCM7K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teN4vGCM7K .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teN4vGCM7K .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-teN4vGCM7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teN4vGCM7K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teN4vGCM7K .dropdown-item.active,
.cid-teN4vGCM7K .dropdown-item:active {
  background-color: transparent;
}
.cid-teN4vGCM7K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teN4vGCM7K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teN4vGCM7K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teN4vGCM7K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teN4vGCM7K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teN4vGCM7K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teN4vGCM7K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teN4vGCM7K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teN4vGCM7K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teN4vGCM7K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teN4vGCM7K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teN4vGCM7K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teN4vGCM7K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teN4vGCM7K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teN4vGCM7K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teN4vGCM7K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teN4vGCM7K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teN4vGCM7K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teN4vGCM7K .navbar {
    height: 70px;
  }
  .cid-teN4vGCM7K .navbar.opened {
    height: auto;
  }
  .cid-teN4vGCM7K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teN4vGCM7K .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teN4vGCM7K .addr {
    margin: 0 auto;
  }
}
.cid-teN4vGCM7K .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teN4vGCM7K .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teN4vHbaaU {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teN4vHbaaU .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teN4vHbaaU .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teN4vHbaaU .mbr-text {
  color: #1d1d1b;
}
.cid-teN4vHbaaU .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teN4vHbaaU .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teN4vHbaaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-teN4vHbaaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teN4vHNpRH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teN4vHNpRH img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teN4vHNpRH .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teN4vHNpRH .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teN4vHNpRH .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teN4vHNpRH .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teN4vHNpRH .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teN4vHNpRH .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teN4vHNpRH .first {
    max-height: 250px;
  }
  .cid-teN4vHNpRH .second {
    max-height: 323px;
  }
  .cid-teN4vHNpRH .third {
    max-height: 408px;
  }
  .cid-teN4vHNpRH .fourth {
    max-height: 323px;
  }
  .cid-teN4vHNpRH .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teN4vHNpRH .first {
    max-height: 200px;
  }
  .cid-teN4vHNpRH .second {
    max-height: 270px;
  }
  .cid-teN4vHNpRH .third {
    max-height: 350px;
  }
  .cid-teN4vHNpRH .fourth {
    max-height: 270px;
  }
  .cid-teN4vHNpRH .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teN4vHNpRH .first {
    display: none;
  }
  .cid-teN4vHNpRH .second {
    max-height: 323px;
  }
  .cid-teN4vHNpRH .third {
    max-height: 408px;
  }
  .cid-teN4vHNpRH .fourth {
    max-height: 323px;
  }
  .cid-teN4vHNpRH .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teN4vHNpRH .second {
    max-height: 250px;
  }
  .cid-teN4vHNpRH .third {
    max-height: 340px;
  }
  .cid-teN4vHNpRH .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teN4vHNpRH .second {
    max-height: 180px;
  }
  .cid-teN4vHNpRH .third {
    max-height: 270px;
  }
  .cid-teN4vHNpRH .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teN4vHNpRH .second {
    display: none;
  }
  .cid-teN4vHNpRH .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teN4vHNpRH .fourth {
    display: none;
  }
}
.cid-teN4vI7K3q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teN4vI7K3q .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teN4vI7K3q .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teN4vI7K3q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teN4vI7K3q .team-card:hover {
  transform: translateY(-10px);
}
.cid-teN4vI7K3q .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teN4vI7K3q .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teN4vI7K3q .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teN4vI7K3q .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teN4vI7K3q .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teN4vI7K3q .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teN4vI7K3q .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teN4vI7K3q .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teN4vI7K3q .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teN4vI7K3q .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teN4vI7K3q .button {
    max-width: 1200px;
  }
}
.cid-teN4vI7K3q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teN4vI7K3q .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teN4vI7K3q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teN4vI7K3q .embla__button--next,
.cid-teN4vI7K3q .embla__button--prev {
  display: flex;
}
.cid-teN4vI7K3q .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teN4vI7K3q .embla__button {
    display: none;
  }
}
.cid-teN4vI7K3q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teN4vI7K3q .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teN4vI7K3q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teN4vI7K3q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teN4vI7K3q .embla__button {
    top: auto;
  }
}
.cid-teN4vI7K3q .embla {
  position: relative;
  width: 100%;
}
.cid-teN4vI7K3q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teN4vI7K3q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teN4vI7K3q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teN4vI7K3q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teN4vI7K3q .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teN4vI7K3q .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teN4vI7K3q .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teN4vI7K3q .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-teN4vI7K3q .btn:hover,
.cid-teN4vI7K3q .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teN4vI7K3q .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teN4vI7K3q .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-teN4vI7K3q .btn:hover:before,
.cid-teN4vI7K3q .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teN4vI7K3q .btn-secondary {
  color: #000000 !important;
}
.cid-teN4vI7K3q .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teN4vI7K3q .icon {
    display: none;
  }
}
.cid-teN4vI7K3q .mbr-info {
  color: #ffffff;
}
.cid-teN4vJ1bUA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teN4vJ1bUA .card-1 {
  background-color: #ff9966;
}
.cid-teN4vJ1bUA .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teN4vJ1bUA .first-cont {
    margin-top: -1rem;
  }
  .cid-teN4vJ1bUA .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teN4vJ1bUA .mbr-section-btn {
  position: relative;
}
.cid-teN4vJ1bUA .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teN4vJ1bUA .card-body {
    padding: 50px 20px;
  }
}
.cid-teN4vJ1bUA .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teN4vJ1bUA .card-img {
    height: 300px;
  }
}
.cid-teN4vJ1bUA .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teN4vJ1bUA .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teN4vJ1bUA .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teN4vJ1bUA .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teN4vJ1bUA .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teN4vJ1bUA .decor.first svg {
  fill: #569f00;
}
.cid-teN4vJ1bUA .decor.second {
  top: 10%;
  left: 0;
}
.cid-teN4vJ1bUA .decor.second svg {
  fill: #f5e74c;
}
.cid-teN4vJ1bUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-teN4vJ1bUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teN4vJ1bUA .mbr-section-subtitle {
  text-align: left;
}
.cid-teN4vJwhJV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teN4vJwhJV .card-1 {
  background-color: #f5e74c;
}
.cid-teN4vJwhJV .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teN4vJwhJV .first-cont {
    margin-top: -1rem;
  }
  .cid-teN4vJwhJV .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teN4vJwhJV .mbr-section-btn {
  position: relative;
}
.cid-teN4vJwhJV .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teN4vJwhJV .card-body {
    padding: 50px 20px;
  }
}
.cid-teN4vJwhJV .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teN4vJwhJV .card-img {
    height: 300px;
  }
}
.cid-teN4vJwhJV .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teN4vJwhJV .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teN4vJwhJV .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teN4vJwhJV .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teN4vJwhJV .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teN4vJwhJV .decor.first svg {
  fill: #bc5dec;
}
.cid-teN4vJwhJV .decor.second {
  top: 10%;
  left: 0;
}
.cid-teN4vJwhJV .decor.second svg {
  fill: #f5e74c;
}
.cid-teN4vJwhJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-teN4vJwhJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teN4vJwhJV .mbr-section-subtitle {
  text-align: left;
}
.cid-teN4vK1FrT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teN4vK1FrT .mbr-media {
  position: relative;
}
.cid-teN4vK1FrT .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teN4vK1FrT .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teN4vK1FrT .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teN4vK1FrT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teN4vK1FrT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teN4vK1FrT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teN4vK1FrT .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-teN4vK1FrT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teN4vK1FrT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teN4vK1FrT .mbr-section-subtitle {
  text-align: center;
}
.cid-teN4vKMq8N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teN4vKMq8N p {
  margin: 0;
}
.cid-teN4vKMq8N .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teN4vKMq8N .mbr-section-title {
  text-align: center;
}
.cid-teN4vKMq8N .mbr-section-subtitle {
  text-align: center;
}
.cid-teN4vKMq8N .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teN4vKMq8N .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teN4vKMq8N .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teN4vKMq8N .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teN4vKMq8N .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teN4vKMq8N .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teN4vKMq8N .google-map {
  height: 100%;
  position: relative;
}
.cid-teN4vKMq8N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teN4vKMq8N .google-map [data-state-details] {
  color: #1f1437;
  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-teN4vKMq8N .google-map[data-state] {
  background: #f3edf7;
}
.cid-teN4vKMq8N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teN4vKMq8N .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teN4vLmlQ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teN4vLmlQ7 .fb-page,
.cid-teN4vLmlQ7 span,
.cid-teN4vLmlQ7 iframe {
  width: 500px;
  height: 620px;
}
.cid-teN4vLmlQ7 blockquote {
  display: none;
}
.cid-teN4vLmlQ7 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teN4vLQ9Kk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teN4vLQ9Kk .carousel,
.cid-teN4vLQ9Kk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teN4vLQ9Kk .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teN4vLQ9Kk .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teN4vLQ9Kk .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teN4vLQ9Kk .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teN4vLQ9Kk .wrapper {
    width: 100%;
  }
}
.cid-teN4vLQ9Kk .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teN4vLQ9Kk .carousel-caption {
  bottom: 40px;
}
.cid-teN4vLQ9Kk .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teN4vLQ9Kk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teN4vLQ9Kk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teN4vLQ9Kk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teN4vLQ9Kk H5 {
  text-align: center;
}
.cid-teN4vLQ9Kk .mbr-info {
  text-align: center;
}
.cid-teN4vMCGhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teN4vMCGhD .wrapper {
  background-color: #f5e74c;
}
.cid-teN4vMCGhD li {
  list-style-type: none;
}
.cid-teN4vMCGhD .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teN4vMCGhD .list-1 li {
  margin-bottom: 1rem;
}
.cid-teN4vMCGhD .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teN4vMCGhD .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teN4vMCGhD .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teN4vMCGhD ul {
  margin: 0;
}
.cid-teN4vMCGhD .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teN4vMCGhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-teN4vMCGhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNadxE1hO .navbar-dropdown {
  position: relative !important;
}
.cid-teNadxE1hO .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNadxE1hO .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNadxE1hO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNadxE1hO .navbar-caption {
  font-weight: 500;
}
.cid-teNadxE1hO .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-teNadxE1hO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNadxE1hO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNadxE1hO .dropdown-item:hover,
.cid-teNadxE1hO .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNadxE1hO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNadxE1hO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNadxE1hO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNadxE1hO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNadxE1hO .nav-link {
  position: relative;
}
.cid-teNadxE1hO .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNadxE1hO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNadxE1hO .container,
  .cid-teNadxE1hO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNadxE1hO .dropdown-menu,
.cid-teNadxE1hO .navbar.opened {
  background: #ffffff !important;
}
.cid-teNadxE1hO .nav-item:focus,
.cid-teNadxE1hO .nav-link:focus {
  outline: none;
}
.cid-teNadxE1hO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNadxE1hO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNadxE1hO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNadxE1hO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNadxE1hO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNadxE1hO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNadxE1hO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNadxE1hO .navbar.opened {
  transition: all 0.3s;
}
.cid-teNadxE1hO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNadxE1hO .navbar .navbar-logo img {
  width: auto;
}
.cid-teNadxE1hO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNadxE1hO .navbar.collapsed {
  justify-content: center;
}
.cid-teNadxE1hO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNadxE1hO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNadxE1hO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNadxE1hO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNadxE1hO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNadxE1hO .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-teNadxE1hO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNadxE1hO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNadxE1hO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNadxE1hO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNadxE1hO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNadxE1hO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNadxE1hO .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-teNadxE1hO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNadxE1hO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNadxE1hO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNadxE1hO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNadxE1hO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNadxE1hO .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNadxE1hO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNadxE1hO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNadxE1hO .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-teNadxE1hO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNadxE1hO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNadxE1hO .dropdown-item.active,
.cid-teNadxE1hO .dropdown-item:active {
  background-color: transparent;
}
.cid-teNadxE1hO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNadxE1hO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNadxE1hO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNadxE1hO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNadxE1hO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNadxE1hO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNadxE1hO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNadxE1hO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNadxE1hO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNadxE1hO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNadxE1hO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNadxE1hO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNadxE1hO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNadxE1hO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNadxE1hO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNadxE1hO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNadxE1hO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNadxE1hO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNadxE1hO .navbar {
    height: 70px;
  }
  .cid-teNadxE1hO .navbar.opened {
    height: auto;
  }
  .cid-teNadxE1hO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNadxE1hO .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNadxE1hO .addr {
    margin: 0 auto;
  }
}
.cid-teNadxE1hO .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNadxE1hO .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNady7WXM {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNady7WXM .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNady7WXM .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNady7WXM .mbr-text {
  color: #1d1d1b;
}
.cid-teNady7WXM .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNady7WXM .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNady7WXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNady7WXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNadyGiEu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNadyGiEu img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNadyGiEu .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNadyGiEu .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNadyGiEu .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNadyGiEu .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNadyGiEu .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNadyGiEu .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNadyGiEu .first {
    max-height: 250px;
  }
  .cid-teNadyGiEu .second {
    max-height: 323px;
  }
  .cid-teNadyGiEu .third {
    max-height: 408px;
  }
  .cid-teNadyGiEu .fourth {
    max-height: 323px;
  }
  .cid-teNadyGiEu .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNadyGiEu .first {
    max-height: 200px;
  }
  .cid-teNadyGiEu .second {
    max-height: 270px;
  }
  .cid-teNadyGiEu .third {
    max-height: 350px;
  }
  .cid-teNadyGiEu .fourth {
    max-height: 270px;
  }
  .cid-teNadyGiEu .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNadyGiEu .first {
    display: none;
  }
  .cid-teNadyGiEu .second {
    max-height: 323px;
  }
  .cid-teNadyGiEu .third {
    max-height: 408px;
  }
  .cid-teNadyGiEu .fourth {
    max-height: 323px;
  }
  .cid-teNadyGiEu .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNadyGiEu .second {
    max-height: 250px;
  }
  .cid-teNadyGiEu .third {
    max-height: 340px;
  }
  .cid-teNadyGiEu .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNadyGiEu .second {
    max-height: 180px;
  }
  .cid-teNadyGiEu .third {
    max-height: 270px;
  }
  .cid-teNadyGiEu .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNadyGiEu .second {
    display: none;
  }
  .cid-teNadyGiEu .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNadyGiEu .fourth {
    display: none;
  }
}
.cid-teNadz1MQG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNadz1MQG .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNadz1MQG .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNadz1MQG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNadz1MQG .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNadz1MQG .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNadz1MQG .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNadz1MQG .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNadz1MQG .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNadz1MQG .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNadz1MQG .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNadz1MQG .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNadz1MQG .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNadz1MQG .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNadz1MQG .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNadz1MQG .button {
    max-width: 1200px;
  }
}
.cid-teNadz1MQG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNadz1MQG .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNadz1MQG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNadz1MQG .embla__button--next,
.cid-teNadz1MQG .embla__button--prev {
  display: flex;
}
.cid-teNadz1MQG .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNadz1MQG .embla__button {
    display: none;
  }
}
.cid-teNadz1MQG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNadz1MQG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNadz1MQG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNadz1MQG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNadz1MQG .embla__button {
    top: auto;
  }
}
.cid-teNadz1MQG .embla {
  position: relative;
  width: 100%;
}
.cid-teNadz1MQG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNadz1MQG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNadz1MQG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNadz1MQG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNadz1MQG .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNadz1MQG .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNadz1MQG .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNadz1MQG .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-teNadz1MQG .btn:hover,
.cid-teNadz1MQG .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNadz1MQG .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNadz1MQG .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-teNadz1MQG .btn:hover:before,
.cid-teNadz1MQG .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNadz1MQG .btn-secondary {
  color: #000000 !important;
}
.cid-teNadz1MQG .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNadz1MQG .icon {
    display: none;
  }
}
.cid-teNadz1MQG .mbr-info {
  color: #ffffff;
}
.cid-teNadzSPZ1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNadzSPZ1 .card-1 {
  background-color: #ff9966;
}
.cid-teNadzSPZ1 .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNadzSPZ1 .first-cont {
    margin-top: -1rem;
  }
  .cid-teNadzSPZ1 .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNadzSPZ1 .mbr-section-btn {
  position: relative;
}
.cid-teNadzSPZ1 .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNadzSPZ1 .card-body {
    padding: 50px 20px;
  }
}
.cid-teNadzSPZ1 .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNadzSPZ1 .card-img {
    height: 300px;
  }
}
.cid-teNadzSPZ1 .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNadzSPZ1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNadzSPZ1 .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNadzSPZ1 .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNadzSPZ1 .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNadzSPZ1 .decor.first svg {
  fill: #569f00;
}
.cid-teNadzSPZ1 .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNadzSPZ1 .decor.second svg {
  fill: #f5e74c;
}
.cid-teNadzSPZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNadzSPZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNadzSPZ1 .mbr-section-subtitle {
  text-align: left;
}
.cid-teNadAkxXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNadAkxXa .card-1 {
  background-color: #f5e74c;
}
.cid-teNadAkxXa .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNadAkxXa .first-cont {
    margin-top: -1rem;
  }
  .cid-teNadAkxXa .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNadAkxXa .mbr-section-btn {
  position: relative;
}
.cid-teNadAkxXa .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNadAkxXa .card-body {
    padding: 50px 20px;
  }
}
.cid-teNadAkxXa .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNadAkxXa .card-img {
    height: 300px;
  }
}
.cid-teNadAkxXa .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNadAkxXa .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNadAkxXa .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNadAkxXa .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNadAkxXa .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNadAkxXa .decor.first svg {
  fill: #bc5dec;
}
.cid-teNadAkxXa .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNadAkxXa .decor.second svg {
  fill: #f5e74c;
}
.cid-teNadAkxXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNadAkxXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNadAkxXa .mbr-section-subtitle {
  text-align: left;
}
.cid-teNadAQ9yS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNadAQ9yS .mbr-media {
  position: relative;
}
.cid-teNadAQ9yS .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNadAQ9yS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNadAQ9yS .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNadAQ9yS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNadAQ9yS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNadAQ9yS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNadAQ9yS .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-teNadAQ9yS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNadAQ9yS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNadAQ9yS .mbr-section-subtitle {
  text-align: center;
}
.cid-teNadBCHPZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNadBCHPZ p {
  margin: 0;
}
.cid-teNadBCHPZ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNadBCHPZ .mbr-section-title {
  text-align: center;
}
.cid-teNadBCHPZ .mbr-section-subtitle {
  text-align: center;
}
.cid-teNadBCHPZ .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNadBCHPZ .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNadBCHPZ .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNadBCHPZ .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNadBCHPZ .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNadBCHPZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNadBCHPZ .google-map {
  height: 100%;
  position: relative;
}
.cid-teNadBCHPZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNadBCHPZ .google-map [data-state-details] {
  color: #1f1437;
  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-teNadBCHPZ .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNadBCHPZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNadBCHPZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNadCfjl4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNadCfjl4 .fb-page,
.cid-teNadCfjl4 span,
.cid-teNadCfjl4 iframe {
  width: 500px;
  height: 620px;
}
.cid-teNadCfjl4 blockquote {
  display: none;
}
.cid-teNadCfjl4 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNadCIV6J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNadCIV6J .carousel,
.cid-teNadCIV6J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNadCIV6J .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNadCIV6J .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNadCIV6J .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNadCIV6J .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNadCIV6J .wrapper {
    width: 100%;
  }
}
.cid-teNadCIV6J .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNadCIV6J .carousel-caption {
  bottom: 40px;
}
.cid-teNadCIV6J .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNadCIV6J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNadCIV6J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNadCIV6J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNadCIV6J H5 {
  text-align: center;
}
.cid-teNadCIV6J .mbr-info {
  text-align: center;
}
.cid-teNadDrXG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNadDrXG8 .wrapper {
  background-color: #f5e74c;
}
.cid-teNadDrXG8 li {
  list-style-type: none;
}
.cid-teNadDrXG8 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNadDrXG8 .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNadDrXG8 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNadDrXG8 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNadDrXG8 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNadDrXG8 ul {
  margin: 0;
}
.cid-teNadDrXG8 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNadDrXG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNadDrXG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNldx4Te3 .navbar-dropdown {
  position: relative !important;
}
.cid-teNldx4Te3 .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNldx4Te3 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNldx4Te3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNldx4Te3 .navbar-caption {
  font-weight: 500;
}
.cid-teNldx4Te3 .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-teNldx4Te3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNldx4Te3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNldx4Te3 .dropdown-item:hover,
.cid-teNldx4Te3 .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNldx4Te3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNldx4Te3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNldx4Te3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNldx4Te3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNldx4Te3 .nav-link {
  position: relative;
}
.cid-teNldx4Te3 .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNldx4Te3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNldx4Te3 .container,
  .cid-teNldx4Te3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNldx4Te3 .dropdown-menu,
.cid-teNldx4Te3 .navbar.opened {
  background: #ffffff !important;
}
.cid-teNldx4Te3 .nav-item:focus,
.cid-teNldx4Te3 .nav-link:focus {
  outline: none;
}
.cid-teNldx4Te3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNldx4Te3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNldx4Te3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNldx4Te3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNldx4Te3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNldx4Te3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNldx4Te3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNldx4Te3 .navbar.opened {
  transition: all 0.3s;
}
.cid-teNldx4Te3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNldx4Te3 .navbar .navbar-logo img {
  width: auto;
}
.cid-teNldx4Te3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNldx4Te3 .navbar.collapsed {
  justify-content: center;
}
.cid-teNldx4Te3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNldx4Te3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNldx4Te3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNldx4Te3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNldx4Te3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNldx4Te3 .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-teNldx4Te3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNldx4Te3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNldx4Te3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNldx4Te3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNldx4Te3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNldx4Te3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNldx4Te3 .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-teNldx4Te3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNldx4Te3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNldx4Te3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNldx4Te3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNldx4Te3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNldx4Te3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNldx4Te3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNldx4Te3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNldx4Te3 .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-teNldx4Te3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNldx4Te3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNldx4Te3 .dropdown-item.active,
.cid-teNldx4Te3 .dropdown-item:active {
  background-color: transparent;
}
.cid-teNldx4Te3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNldx4Te3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNldx4Te3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNldx4Te3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNldx4Te3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNldx4Te3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNldx4Te3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNldx4Te3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNldx4Te3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNldx4Te3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNldx4Te3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNldx4Te3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNldx4Te3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNldx4Te3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNldx4Te3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNldx4Te3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNldx4Te3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNldx4Te3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNldx4Te3 .navbar {
    height: 70px;
  }
  .cid-teNldx4Te3 .navbar.opened {
    height: auto;
  }
  .cid-teNldx4Te3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNldx4Te3 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNldx4Te3 .addr {
    margin: 0 auto;
  }
}
.cid-teNldx4Te3 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNldx4Te3 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNpdTZfqH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNpdTZfqH .img-container img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-teNpdTZfqH .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNpdTZfqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNpdTZfqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNq0DxBhr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #88f0fc;
}
.cid-teNq0DxBhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNq0DxBhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNq0DxBhr .mbr-subtitle {
  text-align: center;
}
.cid-teNq0DxBhr .mbr-section-title {
  text-align: center;
}
.cid-teNqwWpA6d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-teNqwWpA6d .wrapper {
  background: #f5e74c;
}
.cid-teNqwWpA6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNqwWpA6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNqwWpA6d .mbr-text {
  text-align: center;
}
.cid-teNqwWpA6d .mbr-section-title {
  text-align: center;
}
.cid-teNmpS8v8g {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-teNmpS8v8g .card-body {
  padding: 60px 90px 20px 90px;
}
@media (max-width: 768px) {
  .cid-teNmpS8v8g .card-body {
    padding: 30px 20px;
  }
}
.cid-teNmpS8v8g .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-teNmpS8v8g .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-teNmpS8v8g .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-teNmpS8v8g .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-teNmpS8v8g .card-img-top {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.cid-teNmpS8v8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNmpS8v8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNmVGNl2F {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-teNmVGNl2F .card-body {
  padding: 60px 90px 20px 90px;
}
@media (max-width: 768px) {
  .cid-teNmVGNl2F .card-body {
    padding: 30px 20px;
  }
}
.cid-teNmVGNl2F .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-teNmVGNl2F .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-teNmVGNl2F .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-teNmVGNl2F .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-teNmVGNl2F .card-img-top {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.cid-teNmVGNl2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNmVGNl2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNldxvQsd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teNldxvQsd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teNldxvQsd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teNldxvQsd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teNldxvQsd .card-wrapper {
  border-radius: 2rem;
  background-color: #f5e74c;
  transition: all 0.3s;
}
.cid-teNldxvQsd .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teNldxvQsd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teNldxvQsd .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teNldxvQsd .mbr-text {
  color: #000000;
}
.cid-teNldxvQsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNldxvQsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNldxvQsd .price {
  text-align: center;
}
.cid-teNldxvQsd .card-title {
  text-align: center;
}
.cid-teNldy70Ty {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teNldy70Ty .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teNldy70Ty .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teNldy70Ty .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teNldy70Ty .card-wrapper {
  border-radius: 2rem;
  background-color: #f5e74c;
  transition: all 0.3s;
}
.cid-teNldy70Ty .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teNldy70Ty .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teNldy70Ty .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teNldy70Ty .mbr-text {
  color: #000000;
}
.cid-teNldy70Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNldy70Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNldy70Ty .price {
  text-align: center;
}
.cid-teNldy70Ty .card-title DIV {
  text-align: center;
}
.cid-teNldy70Ty .card-title {
  text-align: center;
}
.cid-teNldyAHYr {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-teNldyAHYr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teNldyAHYr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teNldyAHYr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teNldyAHYr .card-wrapper {
  border-radius: 2rem;
  background-color: #f5e74c;
  transition: all 0.3s;
}
.cid-teNldyAHYr .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-teNldyAHYr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teNldyAHYr .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teNldyAHYr .mbr-text {
  color: #000000;
}
.cid-teNldyAHYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNldyAHYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNldyAHYr .price {
  text-align: center;
}
.cid-teNldyAHYr .card-title DIV {
  text-align: center;
}
.cid-teNldyAHYr .card-title {
  text-align: center;
}
.cid-teNldzckTn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNldzckTn .carousel,
.cid-teNldzckTn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNldzckTn .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNldzckTn .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNldzckTn .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNldzckTn .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNldzckTn .wrapper {
    width: 100%;
  }
}
.cid-teNldzckTn .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNldzckTn .carousel-caption {
  bottom: 40px;
}
.cid-teNldzckTn .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNldzckTn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNldzckTn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNldzckTn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNldzckTn H5 {
  text-align: center;
}
.cid-teNldzckTn .mbr-info {
  text-align: center;
}
.cid-teNldzRw4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNldzRw4H .wrapper {
  background-color: #f5e74c;
}
.cid-teNldzRw4H li {
  list-style-type: none;
}
.cid-teNldzRw4H .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNldzRw4H .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNldzRw4H .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNldzRw4H .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNldzRw4H .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNldzRw4H ul {
  margin: 0;
}
.cid-teNldzRw4H .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNldzRw4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNldzRw4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNvfpS51C .navbar-dropdown {
  position: relative !important;
}
.cid-teNvfpS51C .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNvfpS51C .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNvfpS51C .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNvfpS51C .navbar-caption {
  font-weight: 500;
}
.cid-teNvfpS51C .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-teNvfpS51C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNvfpS51C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNvfpS51C .dropdown-item:hover,
.cid-teNvfpS51C .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNvfpS51C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNvfpS51C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNvfpS51C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNvfpS51C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNvfpS51C .nav-link {
  position: relative;
}
.cid-teNvfpS51C .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNvfpS51C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNvfpS51C .container,
  .cid-teNvfpS51C .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNvfpS51C .dropdown-menu,
.cid-teNvfpS51C .navbar.opened {
  background: #ffffff !important;
}
.cid-teNvfpS51C .nav-item:focus,
.cid-teNvfpS51C .nav-link:focus {
  outline: none;
}
.cid-teNvfpS51C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNvfpS51C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNvfpS51C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNvfpS51C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNvfpS51C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNvfpS51C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNvfpS51C .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNvfpS51C .navbar.opened {
  transition: all 0.3s;
}
.cid-teNvfpS51C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNvfpS51C .navbar .navbar-logo img {
  width: auto;
}
.cid-teNvfpS51C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNvfpS51C .navbar.collapsed {
  justify-content: center;
}
.cid-teNvfpS51C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNvfpS51C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNvfpS51C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNvfpS51C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNvfpS51C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNvfpS51C .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-teNvfpS51C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNvfpS51C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNvfpS51C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNvfpS51C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNvfpS51C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNvfpS51C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNvfpS51C .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-teNvfpS51C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNvfpS51C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNvfpS51C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNvfpS51C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNvfpS51C .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNvfpS51C .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNvfpS51C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNvfpS51C .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNvfpS51C .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-teNvfpS51C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNvfpS51C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNvfpS51C .dropdown-item.active,
.cid-teNvfpS51C .dropdown-item:active {
  background-color: transparent;
}
.cid-teNvfpS51C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNvfpS51C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNvfpS51C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNvfpS51C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNvfpS51C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNvfpS51C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNvfpS51C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNvfpS51C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNvfpS51C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNvfpS51C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNvfpS51C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNvfpS51C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNvfpS51C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNvfpS51C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNvfpS51C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNvfpS51C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNvfpS51C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNvfpS51C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNvfpS51C .navbar {
    height: 70px;
  }
  .cid-teNvfpS51C .navbar.opened {
    height: auto;
  }
  .cid-teNvfpS51C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNvfpS51C .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNvfpS51C .addr {
    margin: 0 auto;
  }
}
.cid-teNvfpS51C .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNvfpS51C .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNvfqn7c4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNvfqn7c4 .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNvfqn7c4 .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNvfqn7c4 .mbr-text {
  color: #1d1d1b;
}
.cid-teNvfqn7c4 .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNvfqn7c4 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNvfqn7c4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNvfqn7c4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNvfqVka5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNvfqVka5 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNvfqVka5 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNvfqVka5 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNvfqVka5 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNvfqVka5 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNvfqVka5 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNvfqVka5 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNvfqVka5 .first {
    max-height: 250px;
  }
  .cid-teNvfqVka5 .second {
    max-height: 323px;
  }
  .cid-teNvfqVka5 .third {
    max-height: 408px;
  }
  .cid-teNvfqVka5 .fourth {
    max-height: 323px;
  }
  .cid-teNvfqVka5 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNvfqVka5 .first {
    max-height: 200px;
  }
  .cid-teNvfqVka5 .second {
    max-height: 270px;
  }
  .cid-teNvfqVka5 .third {
    max-height: 350px;
  }
  .cid-teNvfqVka5 .fourth {
    max-height: 270px;
  }
  .cid-teNvfqVka5 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNvfqVka5 .first {
    display: none;
  }
  .cid-teNvfqVka5 .second {
    max-height: 323px;
  }
  .cid-teNvfqVka5 .third {
    max-height: 408px;
  }
  .cid-teNvfqVka5 .fourth {
    max-height: 323px;
  }
  .cid-teNvfqVka5 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNvfqVka5 .second {
    max-height: 250px;
  }
  .cid-teNvfqVka5 .third {
    max-height: 340px;
  }
  .cid-teNvfqVka5 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNvfqVka5 .second {
    max-height: 180px;
  }
  .cid-teNvfqVka5 .third {
    max-height: 270px;
  }
  .cid-teNvfqVka5 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNvfqVka5 .second {
    display: none;
  }
  .cid-teNvfqVka5 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNvfqVka5 .fourth {
    display: none;
  }
}
.cid-teNvfreL4l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNvfreL4l .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNvfreL4l .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNvfreL4l .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNvfreL4l .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNvfreL4l .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNvfreL4l .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNvfreL4l .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNvfreL4l .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNvfreL4l .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNvfreL4l .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNvfreL4l .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNvfreL4l .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNvfreL4l .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNvfreL4l .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNvfreL4l .button {
    max-width: 1200px;
  }
}
.cid-teNvfreL4l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNvfreL4l .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNvfreL4l .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNvfreL4l .embla__button--next,
.cid-teNvfreL4l .embla__button--prev {
  display: flex;
}
.cid-teNvfreL4l .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNvfreL4l .embla__button {
    display: none;
  }
}
.cid-teNvfreL4l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNvfreL4l .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNvfreL4l .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNvfreL4l .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNvfreL4l .embla__button {
    top: auto;
  }
}
.cid-teNvfreL4l .embla {
  position: relative;
  width: 100%;
}
.cid-teNvfreL4l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNvfreL4l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNvfreL4l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNvfreL4l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNvfreL4l .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNvfreL4l .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNvfreL4l .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNvfreL4l .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-teNvfreL4l .btn:hover,
.cid-teNvfreL4l .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNvfreL4l .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNvfreL4l .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-teNvfreL4l .btn:hover:before,
.cid-teNvfreL4l .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNvfreL4l .btn-secondary {
  color: #000000 !important;
}
.cid-teNvfreL4l .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNvfreL4l .icon {
    display: none;
  }
}
.cid-teNvfreL4l .mbr-info {
  color: #ffffff;
}
.cid-teNvfrN4b0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNvfrN4b0 .card-1 {
  background-color: #ff9966;
}
.cid-teNvfrN4b0 .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNvfrN4b0 .first-cont {
    margin-top: -1rem;
  }
  .cid-teNvfrN4b0 .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNvfrN4b0 .mbr-section-btn {
  position: relative;
}
.cid-teNvfrN4b0 .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNvfrN4b0 .card-body {
    padding: 50px 20px;
  }
}
.cid-teNvfrN4b0 .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNvfrN4b0 .card-img {
    height: 300px;
  }
}
.cid-teNvfrN4b0 .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNvfrN4b0 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNvfrN4b0 .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNvfrN4b0 .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNvfrN4b0 .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNvfrN4b0 .decor.first svg {
  fill: #569f00;
}
.cid-teNvfrN4b0 .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNvfrN4b0 .decor.second svg {
  fill: #f5e74c;
}
.cid-teNvfrN4b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNvfrN4b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNvfrN4b0 .mbr-section-subtitle {
  text-align: left;
}
.cid-teNvfseCjH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNvfseCjH .card-1 {
  background-color: #f5e74c;
}
.cid-teNvfseCjH .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNvfseCjH .first-cont {
    margin-top: -1rem;
  }
  .cid-teNvfseCjH .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNvfseCjH .mbr-section-btn {
  position: relative;
}
.cid-teNvfseCjH .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNvfseCjH .card-body {
    padding: 50px 20px;
  }
}
.cid-teNvfseCjH .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNvfseCjH .card-img {
    height: 300px;
  }
}
.cid-teNvfseCjH .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNvfseCjH .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNvfseCjH .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNvfseCjH .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNvfseCjH .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNvfseCjH .decor.first svg {
  fill: #bc5dec;
}
.cid-teNvfseCjH .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNvfseCjH .decor.second svg {
  fill: #f5e74c;
}
.cid-teNvfseCjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNvfseCjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNvfseCjH .mbr-section-subtitle {
  text-align: left;
}
.cid-teNvfsFdfA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNvfsFdfA .mbr-media {
  position: relative;
}
.cid-teNvfsFdfA .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNvfsFdfA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNvfsFdfA .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNvfsFdfA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNvfsFdfA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNvfsFdfA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNvfsFdfA .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-teNvfsFdfA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNvfsFdfA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNvfsFdfA .mbr-section-subtitle {
  text-align: center;
}
.cid-teNvftr5cQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNvftr5cQ p {
  margin: 0;
}
.cid-teNvftr5cQ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNvftr5cQ .mbr-section-title {
  text-align: center;
}
.cid-teNvftr5cQ .mbr-section-subtitle {
  text-align: center;
}
.cid-teNvftr5cQ .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNvftr5cQ .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNvftr5cQ .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNvftr5cQ .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNvftr5cQ .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNvftr5cQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNvftr5cQ .google-map {
  height: 100%;
  position: relative;
}
.cid-teNvftr5cQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNvftr5cQ .google-map [data-state-details] {
  color: #1f1437;
  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-teNvftr5cQ .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNvftr5cQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNvftr5cQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNvfuaRhT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNvfuaRhT .fb-page,
.cid-teNvfuaRhT span,
.cid-teNvfuaRhT iframe {
  width: 500px;
  height: 620px;
}
.cid-teNvfuaRhT blockquote {
  display: none;
}
.cid-teNvfuaRhT .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNvfuLWwL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNvfuLWwL .carousel,
.cid-teNvfuLWwL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNvfuLWwL .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNvfuLWwL .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNvfuLWwL .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNvfuLWwL .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNvfuLWwL .wrapper {
    width: 100%;
  }
}
.cid-teNvfuLWwL .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNvfuLWwL .carousel-caption {
  bottom: 40px;
}
.cid-teNvfuLWwL .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNvfuLWwL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNvfuLWwL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNvfuLWwL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNvfuLWwL H5 {
  text-align: center;
}
.cid-teNvfuLWwL .mbr-info {
  text-align: center;
}
.cid-teNvfvttf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNvfvttf5 .wrapper {
  background-color: #f5e74c;
}
.cid-teNvfvttf5 li {
  list-style-type: none;
}
.cid-teNvfvttf5 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNvfvttf5 .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNvfvttf5 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNvfvttf5 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNvfvttf5 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNvfvttf5 ul {
  margin: 0;
}
.cid-teNvfvttf5 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNvfvttf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNvfvttf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNxbLBBAJ .navbar-dropdown {
  position: relative !important;
}
.cid-teNxbLBBAJ .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNxbLBBAJ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNxbLBBAJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNxbLBBAJ .navbar-caption {
  font-weight: 500;
}
.cid-teNxbLBBAJ .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-teNxbLBBAJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNxbLBBAJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNxbLBBAJ .dropdown-item:hover,
.cid-teNxbLBBAJ .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNxbLBBAJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNxbLBBAJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNxbLBBAJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNxbLBBAJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNxbLBBAJ .nav-link {
  position: relative;
}
.cid-teNxbLBBAJ .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNxbLBBAJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNxbLBBAJ .container,
  .cid-teNxbLBBAJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNxbLBBAJ .dropdown-menu,
.cid-teNxbLBBAJ .navbar.opened {
  background: #ffffff !important;
}
.cid-teNxbLBBAJ .nav-item:focus,
.cid-teNxbLBBAJ .nav-link:focus {
  outline: none;
}
.cid-teNxbLBBAJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNxbLBBAJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNxbLBBAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNxbLBBAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNxbLBBAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNxbLBBAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNxbLBBAJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNxbLBBAJ .navbar.opened {
  transition: all 0.3s;
}
.cid-teNxbLBBAJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNxbLBBAJ .navbar .navbar-logo img {
  width: auto;
}
.cid-teNxbLBBAJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNxbLBBAJ .navbar.collapsed {
  justify-content: center;
}
.cid-teNxbLBBAJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNxbLBBAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNxbLBBAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNxbLBBAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNxbLBBAJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNxbLBBAJ .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-teNxbLBBAJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNxbLBBAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNxbLBBAJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNxbLBBAJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNxbLBBAJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNxbLBBAJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNxbLBBAJ .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-teNxbLBBAJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNxbLBBAJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNxbLBBAJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNxbLBBAJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNxbLBBAJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNxbLBBAJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNxbLBBAJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNxbLBBAJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNxbLBBAJ .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-teNxbLBBAJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNxbLBBAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNxbLBBAJ .dropdown-item.active,
.cid-teNxbLBBAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-teNxbLBBAJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNxbLBBAJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNxbLBBAJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNxbLBBAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNxbLBBAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNxbLBBAJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNxbLBBAJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNxbLBBAJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNxbLBBAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNxbLBBAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNxbLBBAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNxbLBBAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNxbLBBAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNxbLBBAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNxbLBBAJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNxbLBBAJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNxbLBBAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNxbLBBAJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNxbLBBAJ .navbar {
    height: 70px;
  }
  .cid-teNxbLBBAJ .navbar.opened {
    height: auto;
  }
  .cid-teNxbLBBAJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNxbLBBAJ .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNxbLBBAJ .addr {
    margin: 0 auto;
  }
}
.cid-teNxbLBBAJ .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNxbLBBAJ .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNxbM48Oa {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNxbM48Oa .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNxbM48Oa .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNxbM48Oa .mbr-text {
  color: #1d1d1b;
}
.cid-teNxbM48Oa .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNxbM48Oa .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNxbM48Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNxbM48Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNxbMGUmt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNxbMGUmt img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNxbMGUmt .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNxbMGUmt .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNxbMGUmt .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNxbMGUmt .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNxbMGUmt .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNxbMGUmt .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNxbMGUmt .first {
    max-height: 250px;
  }
  .cid-teNxbMGUmt .second {
    max-height: 323px;
  }
  .cid-teNxbMGUmt .third {
    max-height: 408px;
  }
  .cid-teNxbMGUmt .fourth {
    max-height: 323px;
  }
  .cid-teNxbMGUmt .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNxbMGUmt .first {
    max-height: 200px;
  }
  .cid-teNxbMGUmt .second {
    max-height: 270px;
  }
  .cid-teNxbMGUmt .third {
    max-height: 350px;
  }
  .cid-teNxbMGUmt .fourth {
    max-height: 270px;
  }
  .cid-teNxbMGUmt .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNxbMGUmt .first {
    display: none;
  }
  .cid-teNxbMGUmt .second {
    max-height: 323px;
  }
  .cid-teNxbMGUmt .third {
    max-height: 408px;
  }
  .cid-teNxbMGUmt .fourth {
    max-height: 323px;
  }
  .cid-teNxbMGUmt .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNxbMGUmt .second {
    max-height: 250px;
  }
  .cid-teNxbMGUmt .third {
    max-height: 340px;
  }
  .cid-teNxbMGUmt .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNxbMGUmt .second {
    max-height: 180px;
  }
  .cid-teNxbMGUmt .third {
    max-height: 270px;
  }
  .cid-teNxbMGUmt .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNxbMGUmt .second {
    display: none;
  }
  .cid-teNxbMGUmt .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNxbMGUmt .fourth {
    display: none;
  }
}
.cid-teNxbN1HfC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNxbN1HfC .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNxbN1HfC .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNxbN1HfC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNxbN1HfC .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNxbN1HfC .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNxbN1HfC .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNxbN1HfC .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNxbN1HfC .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNxbN1HfC .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNxbN1HfC .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNxbN1HfC .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNxbN1HfC .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNxbN1HfC .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNxbN1HfC .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNxbN1HfC .button {
    max-width: 1200px;
  }
}
.cid-teNxbN1HfC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNxbN1HfC .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNxbN1HfC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNxbN1HfC .embla__button--next,
.cid-teNxbN1HfC .embla__button--prev {
  display: flex;
}
.cid-teNxbN1HfC .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNxbN1HfC .embla__button {
    display: none;
  }
}
.cid-teNxbN1HfC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNxbN1HfC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNxbN1HfC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNxbN1HfC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNxbN1HfC .embla__button {
    top: auto;
  }
}
.cid-teNxbN1HfC .embla {
  position: relative;
  width: 100%;
}
.cid-teNxbN1HfC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNxbN1HfC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNxbN1HfC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNxbN1HfC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNxbN1HfC .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNxbN1HfC .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNxbN1HfC .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNxbN1HfC .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-teNxbN1HfC .btn:hover,
.cid-teNxbN1HfC .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNxbN1HfC .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNxbN1HfC .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-teNxbN1HfC .btn:hover:before,
.cid-teNxbN1HfC .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNxbN1HfC .btn-secondary {
  color: #000000 !important;
}
.cid-teNxbN1HfC .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNxbN1HfC .icon {
    display: none;
  }
}
.cid-teNxbN1HfC .mbr-info {
  color: #ffffff;
}
.cid-teNxbNCA3r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNxbNCA3r .card-1 {
  background-color: #ff9966;
}
.cid-teNxbNCA3r .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNxbNCA3r .first-cont {
    margin-top: -1rem;
  }
  .cid-teNxbNCA3r .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNxbNCA3r .mbr-section-btn {
  position: relative;
}
.cid-teNxbNCA3r .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNxbNCA3r .card-body {
    padding: 50px 20px;
  }
}
.cid-teNxbNCA3r .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNxbNCA3r .card-img {
    height: 300px;
  }
}
.cid-teNxbNCA3r .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNxbNCA3r .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNxbNCA3r .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNxbNCA3r .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNxbNCA3r .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNxbNCA3r .decor.first svg {
  fill: #569f00;
}
.cid-teNxbNCA3r .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNxbNCA3r .decor.second svg {
  fill: #f5e74c;
}
.cid-teNxbNCA3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNxbNCA3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNxbNCA3r .mbr-section-subtitle {
  text-align: left;
}
.cid-teNxbO6DOG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNxbO6DOG .card-1 {
  background-color: #f5e74c;
}
.cid-teNxbO6DOG .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNxbO6DOG .first-cont {
    margin-top: -1rem;
  }
  .cid-teNxbO6DOG .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNxbO6DOG .mbr-section-btn {
  position: relative;
}
.cid-teNxbO6DOG .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNxbO6DOG .card-body {
    padding: 50px 20px;
  }
}
.cid-teNxbO6DOG .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNxbO6DOG .card-img {
    height: 300px;
  }
}
.cid-teNxbO6DOG .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNxbO6DOG .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNxbO6DOG .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNxbO6DOG .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNxbO6DOG .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNxbO6DOG .decor.first svg {
  fill: #bc5dec;
}
.cid-teNxbO6DOG .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNxbO6DOG .decor.second svg {
  fill: #f5e74c;
}
.cid-teNxbO6DOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNxbO6DOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNxbO6DOG .mbr-section-subtitle {
  text-align: left;
}
.cid-teNxbOxCFV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNxbOxCFV .mbr-media {
  position: relative;
}
.cid-teNxbOxCFV .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNxbOxCFV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNxbOxCFV .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNxbOxCFV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNxbOxCFV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNxbOxCFV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNxbOxCFV .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-teNxbOxCFV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNxbOxCFV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNxbOxCFV .mbr-section-subtitle {
  text-align: center;
}
.cid-teNxbPiAY1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNxbPiAY1 p {
  margin: 0;
}
.cid-teNxbPiAY1 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNxbPiAY1 .mbr-section-title {
  text-align: center;
}
.cid-teNxbPiAY1 .mbr-section-subtitle {
  text-align: center;
}
.cid-teNxbPiAY1 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNxbPiAY1 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNxbPiAY1 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNxbPiAY1 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNxbPiAY1 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNxbPiAY1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNxbPiAY1 .google-map {
  height: 100%;
  position: relative;
}
.cid-teNxbPiAY1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNxbPiAY1 .google-map [data-state-details] {
  color: #1f1437;
  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-teNxbPiAY1 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNxbPiAY1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNxbPiAY1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNxbPT7hw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNxbPT7hw .fb-page,
.cid-teNxbPT7hw span,
.cid-teNxbPT7hw iframe {
  width: 500px;
  height: 620px;
}
.cid-teNxbPT7hw blockquote {
  display: none;
}
.cid-teNxbPT7hw .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNxbQlT4A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNxbQlT4A .carousel,
.cid-teNxbQlT4A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNxbQlT4A .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNxbQlT4A .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNxbQlT4A .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNxbQlT4A .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNxbQlT4A .wrapper {
    width: 100%;
  }
}
.cid-teNxbQlT4A .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNxbQlT4A .carousel-caption {
  bottom: 40px;
}
.cid-teNxbQlT4A .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNxbQlT4A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNxbQlT4A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNxbQlT4A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNxbQlT4A H5 {
  text-align: center;
}
.cid-teNxbQlT4A .mbr-info {
  text-align: center;
}
.cid-teNxbR5fyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNxbR5fyQ .wrapper {
  background-color: #f5e74c;
}
.cid-teNxbR5fyQ li {
  list-style-type: none;
}
.cid-teNxbR5fyQ .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNxbR5fyQ .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNxbR5fyQ .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNxbR5fyQ .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNxbR5fyQ .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNxbR5fyQ ul {
  margin: 0;
}
.cid-teNxbR5fyQ .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNxbR5fyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNxbR5fyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNySemOJE .navbar-dropdown {
  position: relative !important;
}
.cid-teNySemOJE .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNySemOJE .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNySemOJE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNySemOJE .navbar-caption {
  font-weight: 500;
}
.cid-teNySemOJE .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-teNySemOJE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNySemOJE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNySemOJE .dropdown-item:hover,
.cid-teNySemOJE .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNySemOJE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNySemOJE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNySemOJE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNySemOJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNySemOJE .nav-link {
  position: relative;
}
.cid-teNySemOJE .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNySemOJE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNySemOJE .container,
  .cid-teNySemOJE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNySemOJE .dropdown-menu,
.cid-teNySemOJE .navbar.opened {
  background: #ffffff !important;
}
.cid-teNySemOJE .nav-item:focus,
.cid-teNySemOJE .nav-link:focus {
  outline: none;
}
.cid-teNySemOJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNySemOJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNySemOJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNySemOJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNySemOJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNySemOJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNySemOJE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNySemOJE .navbar.opened {
  transition: all 0.3s;
}
.cid-teNySemOJE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNySemOJE .navbar .navbar-logo img {
  width: auto;
}
.cid-teNySemOJE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNySemOJE .navbar.collapsed {
  justify-content: center;
}
.cid-teNySemOJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNySemOJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNySemOJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNySemOJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNySemOJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNySemOJE .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-teNySemOJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNySemOJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNySemOJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNySemOJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNySemOJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNySemOJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNySemOJE .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-teNySemOJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNySemOJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNySemOJE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNySemOJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNySemOJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNySemOJE .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNySemOJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNySemOJE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNySemOJE .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-teNySemOJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNySemOJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNySemOJE .dropdown-item.active,
.cid-teNySemOJE .dropdown-item:active {
  background-color: transparent;
}
.cid-teNySemOJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNySemOJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNySemOJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNySemOJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNySemOJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNySemOJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNySemOJE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNySemOJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNySemOJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNySemOJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNySemOJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNySemOJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNySemOJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNySemOJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNySemOJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNySemOJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNySemOJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNySemOJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNySemOJE .navbar {
    height: 70px;
  }
  .cid-teNySemOJE .navbar.opened {
    height: auto;
  }
  .cid-teNySemOJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNySemOJE .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNySemOJE .addr {
    margin: 0 auto;
  }
}
.cid-teNySemOJE .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNySemOJE .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNySeQQht {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNySeQQht .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNySeQQht .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNySeQQht .mbr-text {
  color: #1d1d1b;
}
.cid-teNySeQQht .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNySeQQht .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNySeQQht .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNySeQQht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNySfqvdT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNySfqvdT img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNySfqvdT .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNySfqvdT .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNySfqvdT .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNySfqvdT .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNySfqvdT .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNySfqvdT .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNySfqvdT .first {
    max-height: 250px;
  }
  .cid-teNySfqvdT .second {
    max-height: 323px;
  }
  .cid-teNySfqvdT .third {
    max-height: 408px;
  }
  .cid-teNySfqvdT .fourth {
    max-height: 323px;
  }
  .cid-teNySfqvdT .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNySfqvdT .first {
    max-height: 200px;
  }
  .cid-teNySfqvdT .second {
    max-height: 270px;
  }
  .cid-teNySfqvdT .third {
    max-height: 350px;
  }
  .cid-teNySfqvdT .fourth {
    max-height: 270px;
  }
  .cid-teNySfqvdT .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNySfqvdT .first {
    display: none;
  }
  .cid-teNySfqvdT .second {
    max-height: 323px;
  }
  .cid-teNySfqvdT .third {
    max-height: 408px;
  }
  .cid-teNySfqvdT .fourth {
    max-height: 323px;
  }
  .cid-teNySfqvdT .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNySfqvdT .second {
    max-height: 250px;
  }
  .cid-teNySfqvdT .third {
    max-height: 340px;
  }
  .cid-teNySfqvdT .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNySfqvdT .second {
    max-height: 180px;
  }
  .cid-teNySfqvdT .third {
    max-height: 270px;
  }
  .cid-teNySfqvdT .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNySfqvdT .second {
    display: none;
  }
  .cid-teNySfqvdT .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNySfqvdT .fourth {
    display: none;
  }
}
.cid-teNySfMf2T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNySfMf2T .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNySfMf2T .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNySfMf2T .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNySfMf2T .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNySfMf2T .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNySfMf2T .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNySfMf2T .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNySfMf2T .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNySfMf2T .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNySfMf2T .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNySfMf2T .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNySfMf2T .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNySfMf2T .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNySfMf2T .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNySfMf2T .button {
    max-width: 1200px;
  }
}
.cid-teNySfMf2T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNySfMf2T .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNySfMf2T .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNySfMf2T .embla__button--next,
.cid-teNySfMf2T .embla__button--prev {
  display: flex;
}
.cid-teNySfMf2T .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNySfMf2T .embla__button {
    display: none;
  }
}
.cid-teNySfMf2T .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNySfMf2T .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNySfMf2T .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNySfMf2T .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNySfMf2T .embla__button {
    top: auto;
  }
}
.cid-teNySfMf2T .embla {
  position: relative;
  width: 100%;
}
.cid-teNySfMf2T .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNySfMf2T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNySfMf2T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNySfMf2T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNySfMf2T .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNySfMf2T .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNySfMf2T .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNySfMf2T .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-teNySfMf2T .btn:hover,
.cid-teNySfMf2T .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNySfMf2T .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNySfMf2T .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-teNySfMf2T .btn:hover:before,
.cid-teNySfMf2T .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNySfMf2T .btn-secondary {
  color: #000000 !important;
}
.cid-teNySfMf2T .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNySfMf2T .icon {
    display: none;
  }
}
.cid-teNySfMf2T .mbr-info {
  color: #ffffff;
}
.cid-teNySgKAh7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNySgKAh7 .card-1 {
  background-color: #ff9966;
}
.cid-teNySgKAh7 .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNySgKAh7 .first-cont {
    margin-top: -1rem;
  }
  .cid-teNySgKAh7 .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNySgKAh7 .mbr-section-btn {
  position: relative;
}
.cid-teNySgKAh7 .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNySgKAh7 .card-body {
    padding: 50px 20px;
  }
}
.cid-teNySgKAh7 .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNySgKAh7 .card-img {
    height: 300px;
  }
}
.cid-teNySgKAh7 .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNySgKAh7 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNySgKAh7 .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNySgKAh7 .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNySgKAh7 .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNySgKAh7 .decor.first svg {
  fill: #569f00;
}
.cid-teNySgKAh7 .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNySgKAh7 .decor.second svg {
  fill: #f5e74c;
}
.cid-teNySgKAh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNySgKAh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNySgKAh7 .mbr-section-subtitle {
  text-align: left;
}
.cid-teNySheaoL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNySheaoL .card-1 {
  background-color: #f5e74c;
}
.cid-teNySheaoL .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNySheaoL .first-cont {
    margin-top: -1rem;
  }
  .cid-teNySheaoL .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNySheaoL .mbr-section-btn {
  position: relative;
}
.cid-teNySheaoL .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNySheaoL .card-body {
    padding: 50px 20px;
  }
}
.cid-teNySheaoL .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNySheaoL .card-img {
    height: 300px;
  }
}
.cid-teNySheaoL .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNySheaoL .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNySheaoL .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNySheaoL .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNySheaoL .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNySheaoL .decor.first svg {
  fill: #bc5dec;
}
.cid-teNySheaoL .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNySheaoL .decor.second svg {
  fill: #f5e74c;
}
.cid-teNySheaoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNySheaoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNySheaoL .mbr-section-subtitle {
  text-align: left;
}
.cid-teNyShJrjJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNyShJrjJ .mbr-media {
  position: relative;
}
.cid-teNyShJrjJ .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNyShJrjJ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNyShJrjJ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNyShJrjJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNyShJrjJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNyShJrjJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNyShJrjJ .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-teNyShJrjJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNyShJrjJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNyShJrjJ .mbr-section-subtitle {
  text-align: center;
}
.cid-teNySivrQT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNySivrQT p {
  margin: 0;
}
.cid-teNySivrQT .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNySivrQT .mbr-section-title {
  text-align: center;
}
.cid-teNySivrQT .mbr-section-subtitle {
  text-align: center;
}
.cid-teNySivrQT .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNySivrQT .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNySivrQT .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNySivrQT .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNySivrQT .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNySivrQT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNySivrQT .google-map {
  height: 100%;
  position: relative;
}
.cid-teNySivrQT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNySivrQT .google-map [data-state-details] {
  color: #1f1437;
  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-teNySivrQT .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNySivrQT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNySivrQT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNySj7R0N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNySj7R0N .fb-page,
.cid-teNySj7R0N span,
.cid-teNySj7R0N iframe {
  width: 500px;
  height: 620px;
}
.cid-teNySj7R0N blockquote {
  display: none;
}
.cid-teNySj7R0N .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNySjGXfO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNySjGXfO .carousel,
.cid-teNySjGXfO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNySjGXfO .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNySjGXfO .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNySjGXfO .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNySjGXfO .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNySjGXfO .wrapper {
    width: 100%;
  }
}
.cid-teNySjGXfO .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNySjGXfO .carousel-caption {
  bottom: 40px;
}
.cid-teNySjGXfO .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNySjGXfO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNySjGXfO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNySjGXfO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNySjGXfO H5 {
  text-align: center;
}
.cid-teNySjGXfO .mbr-info {
  text-align: center;
}
.cid-teNySko6Wa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNySko6Wa .wrapper {
  background-color: #f5e74c;
}
.cid-teNySko6Wa li {
  list-style-type: none;
}
.cid-teNySko6Wa .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNySko6Wa .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNySko6Wa .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNySko6Wa .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNySko6Wa .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNySko6Wa ul {
  margin: 0;
}
.cid-teNySko6Wa .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNySko6Wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNySko6Wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNCcbZ4y6 .navbar-dropdown {
  position: relative !important;
}
.cid-teNCcbZ4y6 .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNCcbZ4y6 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNCcbZ4y6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNCcbZ4y6 .navbar-caption {
  font-weight: 500;
}
.cid-teNCcbZ4y6 .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-teNCcbZ4y6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNCcbZ4y6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNCcbZ4y6 .dropdown-item:hover,
.cid-teNCcbZ4y6 .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNCcbZ4y6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNCcbZ4y6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNCcbZ4y6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNCcbZ4y6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNCcbZ4y6 .nav-link {
  position: relative;
}
.cid-teNCcbZ4y6 .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNCcbZ4y6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNCcbZ4y6 .container,
  .cid-teNCcbZ4y6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNCcbZ4y6 .dropdown-menu,
.cid-teNCcbZ4y6 .navbar.opened {
  background: #ffffff !important;
}
.cid-teNCcbZ4y6 .nav-item:focus,
.cid-teNCcbZ4y6 .nav-link:focus {
  outline: none;
}
.cid-teNCcbZ4y6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNCcbZ4y6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNCcbZ4y6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNCcbZ4y6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNCcbZ4y6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNCcbZ4y6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNCcbZ4y6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNCcbZ4y6 .navbar.opened {
  transition: all 0.3s;
}
.cid-teNCcbZ4y6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNCcbZ4y6 .navbar .navbar-logo img {
  width: auto;
}
.cid-teNCcbZ4y6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNCcbZ4y6 .navbar.collapsed {
  justify-content: center;
}
.cid-teNCcbZ4y6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNCcbZ4y6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNCcbZ4y6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNCcbZ4y6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNCcbZ4y6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNCcbZ4y6 .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-teNCcbZ4y6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNCcbZ4y6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNCcbZ4y6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNCcbZ4y6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNCcbZ4y6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNCcbZ4y6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNCcbZ4y6 .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-teNCcbZ4y6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNCcbZ4y6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNCcbZ4y6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNCcbZ4y6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNCcbZ4y6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNCcbZ4y6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNCcbZ4y6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNCcbZ4y6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNCcbZ4y6 .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-teNCcbZ4y6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNCcbZ4y6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNCcbZ4y6 .dropdown-item.active,
.cid-teNCcbZ4y6 .dropdown-item:active {
  background-color: transparent;
}
.cid-teNCcbZ4y6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNCcbZ4y6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNCcbZ4y6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNCcbZ4y6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNCcbZ4y6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNCcbZ4y6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNCcbZ4y6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNCcbZ4y6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNCcbZ4y6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNCcbZ4y6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNCcbZ4y6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNCcbZ4y6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNCcbZ4y6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNCcbZ4y6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNCcbZ4y6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNCcbZ4y6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNCcbZ4y6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNCcbZ4y6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNCcbZ4y6 .navbar {
    height: 70px;
  }
  .cid-teNCcbZ4y6 .navbar.opened {
    height: auto;
  }
  .cid-teNCcbZ4y6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNCcbZ4y6 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNCcbZ4y6 .addr {
    margin: 0 auto;
  }
}
.cid-teNCcbZ4y6 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNCcbZ4y6 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNCccsn5t {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNCccsn5t .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNCccsn5t .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNCccsn5t .mbr-text {
  color: #1d1d1b;
}
.cid-teNCccsn5t .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNCccsn5t .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNCccsn5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNCccsn5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNCcd2O7Q {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNCcd2O7Q img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNCcd2O7Q .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNCcd2O7Q .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNCcd2O7Q .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNCcd2O7Q .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNCcd2O7Q .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNCcd2O7Q .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNCcd2O7Q .first {
    max-height: 250px;
  }
  .cid-teNCcd2O7Q .second {
    max-height: 323px;
  }
  .cid-teNCcd2O7Q .third {
    max-height: 408px;
  }
  .cid-teNCcd2O7Q .fourth {
    max-height: 323px;
  }
  .cid-teNCcd2O7Q .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNCcd2O7Q .first {
    max-height: 200px;
  }
  .cid-teNCcd2O7Q .second {
    max-height: 270px;
  }
  .cid-teNCcd2O7Q .third {
    max-height: 350px;
  }
  .cid-teNCcd2O7Q .fourth {
    max-height: 270px;
  }
  .cid-teNCcd2O7Q .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNCcd2O7Q .first {
    display: none;
  }
  .cid-teNCcd2O7Q .second {
    max-height: 323px;
  }
  .cid-teNCcd2O7Q .third {
    max-height: 408px;
  }
  .cid-teNCcd2O7Q .fourth {
    max-height: 323px;
  }
  .cid-teNCcd2O7Q .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNCcd2O7Q .second {
    max-height: 250px;
  }
  .cid-teNCcd2O7Q .third {
    max-height: 340px;
  }
  .cid-teNCcd2O7Q .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNCcd2O7Q .second {
    max-height: 180px;
  }
  .cid-teNCcd2O7Q .third {
    max-height: 270px;
  }
  .cid-teNCcd2O7Q .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNCcd2O7Q .second {
    display: none;
  }
  .cid-teNCcd2O7Q .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNCcd2O7Q .fourth {
    display: none;
  }
}
.cid-teNCcdlouQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNCcdlouQ .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNCcdlouQ .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNCcdlouQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNCcdlouQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNCcdlouQ .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNCcdlouQ .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNCcdlouQ .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNCcdlouQ .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNCcdlouQ .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNCcdlouQ .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNCcdlouQ .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNCcdlouQ .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNCcdlouQ .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNCcdlouQ .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNCcdlouQ .button {
    max-width: 1200px;
  }
}
.cid-teNCcdlouQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNCcdlouQ .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNCcdlouQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNCcdlouQ .embla__button--next,
.cid-teNCcdlouQ .embla__button--prev {
  display: flex;
}
.cid-teNCcdlouQ .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNCcdlouQ .embla__button {
    display: none;
  }
}
.cid-teNCcdlouQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNCcdlouQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNCcdlouQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNCcdlouQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNCcdlouQ .embla__button {
    top: auto;
  }
}
.cid-teNCcdlouQ .embla {
  position: relative;
  width: 100%;
}
.cid-teNCcdlouQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNCcdlouQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNCcdlouQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNCcdlouQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNCcdlouQ .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNCcdlouQ .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNCcdlouQ .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNCcdlouQ .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-teNCcdlouQ .btn:hover,
.cid-teNCcdlouQ .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNCcdlouQ .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNCcdlouQ .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-teNCcdlouQ .btn:hover:before,
.cid-teNCcdlouQ .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNCcdlouQ .btn-secondary {
  color: #000000 !important;
}
.cid-teNCcdlouQ .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNCcdlouQ .icon {
    display: none;
  }
}
.cid-teNCcdlouQ .mbr-info {
  color: #ffffff;
}
.cid-teNCcdZPLQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNCcdZPLQ .card-1 {
  background-color: #ff9966;
}
.cid-teNCcdZPLQ .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNCcdZPLQ .first-cont {
    margin-top: -1rem;
  }
  .cid-teNCcdZPLQ .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNCcdZPLQ .mbr-section-btn {
  position: relative;
}
.cid-teNCcdZPLQ .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNCcdZPLQ .card-body {
    padding: 50px 20px;
  }
}
.cid-teNCcdZPLQ .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNCcdZPLQ .card-img {
    height: 300px;
  }
}
.cid-teNCcdZPLQ .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNCcdZPLQ .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNCcdZPLQ .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNCcdZPLQ .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNCcdZPLQ .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNCcdZPLQ .decor.first svg {
  fill: #569f00;
}
.cid-teNCcdZPLQ .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNCcdZPLQ .decor.second svg {
  fill: #f5e74c;
}
.cid-teNCcdZPLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNCcdZPLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNCcdZPLQ .mbr-section-subtitle {
  text-align: left;
}
.cid-teNCcerw1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNCcerw1s .card-1 {
  background-color: #f5e74c;
}
.cid-teNCcerw1s .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNCcerw1s .first-cont {
    margin-top: -1rem;
  }
  .cid-teNCcerw1s .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNCcerw1s .mbr-section-btn {
  position: relative;
}
.cid-teNCcerw1s .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNCcerw1s .card-body {
    padding: 50px 20px;
  }
}
.cid-teNCcerw1s .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNCcerw1s .card-img {
    height: 300px;
  }
}
.cid-teNCcerw1s .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNCcerw1s .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNCcerw1s .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNCcerw1s .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNCcerw1s .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNCcerw1s .decor.first svg {
  fill: #bc5dec;
}
.cid-teNCcerw1s .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNCcerw1s .decor.second svg {
  fill: #f5e74c;
}
.cid-teNCcerw1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNCcerw1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNCcerw1s .mbr-section-subtitle {
  text-align: left;
}
.cid-teNCceWI1H {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNCceWI1H .mbr-media {
  position: relative;
}
.cid-teNCceWI1H .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNCceWI1H .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNCceWI1H .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNCceWI1H .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNCceWI1H .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNCceWI1H .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNCceWI1H .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-teNCceWI1H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNCceWI1H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNCceWI1H .mbr-section-subtitle {
  text-align: center;
}
.cid-teNCcfK1Aa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNCcfK1Aa p {
  margin: 0;
}
.cid-teNCcfK1Aa .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNCcfK1Aa .mbr-section-title {
  text-align: center;
}
.cid-teNCcfK1Aa .mbr-section-subtitle {
  text-align: center;
}
.cid-teNCcfK1Aa .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNCcfK1Aa .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNCcfK1Aa .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNCcfK1Aa .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNCcfK1Aa .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNCcfK1Aa .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNCcfK1Aa .google-map {
  height: 100%;
  position: relative;
}
.cid-teNCcfK1Aa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNCcfK1Aa .google-map [data-state-details] {
  color: #1f1437;
  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-teNCcfK1Aa .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNCcfK1Aa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNCcfK1Aa .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNCcgl8nn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNCcgl8nn .fb-page,
.cid-teNCcgl8nn span,
.cid-teNCcgl8nn iframe {
  width: 500px;
  height: 620px;
}
.cid-teNCcgl8nn blockquote {
  display: none;
}
.cid-teNCcgl8nn .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNCcgPmF3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNCcgPmF3 .carousel,
.cid-teNCcgPmF3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNCcgPmF3 .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNCcgPmF3 .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNCcgPmF3 .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNCcgPmF3 .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNCcgPmF3 .wrapper {
    width: 100%;
  }
}
.cid-teNCcgPmF3 .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNCcgPmF3 .carousel-caption {
  bottom: 40px;
}
.cid-teNCcgPmF3 .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNCcgPmF3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNCcgPmF3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNCcgPmF3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNCcgPmF3 H5 {
  text-align: center;
}
.cid-teNCcgPmF3 .mbr-info {
  text-align: center;
}
.cid-teNCchtY54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNCchtY54 .wrapper {
  background-color: #f5e74c;
}
.cid-teNCchtY54 li {
  list-style-type: none;
}
.cid-teNCchtY54 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNCchtY54 .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNCchtY54 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNCchtY54 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNCchtY54 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNCchtY54 ul {
  margin: 0;
}
.cid-teNCchtY54 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNCchtY54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNCchtY54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNQ6ymC5 .navbar-dropdown {
  position: relative !important;
}
.cid-teNNQ6ymC5 .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNNQ6ymC5 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNNQ6ymC5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNNQ6ymC5 .navbar-caption {
  font-weight: 500;
}
.cid-teNNQ6ymC5 .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-teNNQ6ymC5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNNQ6ymC5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNNQ6ymC5 .dropdown-item:hover,
.cid-teNNQ6ymC5 .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNNQ6ymC5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNNQ6ymC5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNNQ6ymC5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNNQ6ymC5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNNQ6ymC5 .nav-link {
  position: relative;
}
.cid-teNNQ6ymC5 .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNNQ6ymC5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNNQ6ymC5 .container,
  .cid-teNNQ6ymC5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNNQ6ymC5 .dropdown-menu,
.cid-teNNQ6ymC5 .navbar.opened {
  background: #ffffff !important;
}
.cid-teNNQ6ymC5 .nav-item:focus,
.cid-teNNQ6ymC5 .nav-link:focus {
  outline: none;
}
.cid-teNNQ6ymC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNNQ6ymC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNNQ6ymC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNNQ6ymC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNNQ6ymC5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNNQ6ymC5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNNQ6ymC5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNNQ6ymC5 .navbar.opened {
  transition: all 0.3s;
}
.cid-teNNQ6ymC5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNNQ6ymC5 .navbar .navbar-logo img {
  width: auto;
}
.cid-teNNQ6ymC5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNNQ6ymC5 .navbar.collapsed {
  justify-content: center;
}
.cid-teNNQ6ymC5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNNQ6ymC5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNNQ6ymC5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNNQ6ymC5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNNQ6ymC5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNNQ6ymC5 .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-teNNQ6ymC5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNNQ6ymC5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNNQ6ymC5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNNQ6ymC5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNNQ6ymC5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNNQ6ymC5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNNQ6ymC5 .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-teNNQ6ymC5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNNQ6ymC5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNNQ6ymC5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNNQ6ymC5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNNQ6ymC5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNNQ6ymC5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNNQ6ymC5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNNQ6ymC5 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNNQ6ymC5 .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-teNNQ6ymC5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNNQ6ymC5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNNQ6ymC5 .dropdown-item.active,
.cid-teNNQ6ymC5 .dropdown-item:active {
  background-color: transparent;
}
.cid-teNNQ6ymC5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNNQ6ymC5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNNQ6ymC5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNNQ6ymC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNNQ6ymC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNNQ6ymC5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNNQ6ymC5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNNQ6ymC5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNNQ6ymC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNNQ6ymC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNNQ6ymC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNNQ6ymC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNNQ6ymC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNNQ6ymC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNNQ6ymC5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNNQ6ymC5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNNQ6ymC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNNQ6ymC5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNNQ6ymC5 .navbar {
    height: 70px;
  }
  .cid-teNNQ6ymC5 .navbar.opened {
    height: auto;
  }
  .cid-teNNQ6ymC5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNNQ6ymC5 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNNQ6ymC5 .addr {
    margin: 0 auto;
  }
}
.cid-teNNQ6ymC5 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNNQ6ymC5 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNNQ738sd {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNNQ738sd .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNNQ738sd .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNNQ738sd .mbr-text {
  color: #1d1d1b;
}
.cid-teNNQ738sd .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNNQ738sd .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNNQ738sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNQ738sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNNQ7ELuM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNNQ7ELuM img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNNQ7ELuM .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNNQ7ELuM .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNNQ7ELuM .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNNQ7ELuM .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNNQ7ELuM .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNNQ7ELuM .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNNQ7ELuM .first {
    max-height: 250px;
  }
  .cid-teNNQ7ELuM .second {
    max-height: 323px;
  }
  .cid-teNNQ7ELuM .third {
    max-height: 408px;
  }
  .cid-teNNQ7ELuM .fourth {
    max-height: 323px;
  }
  .cid-teNNQ7ELuM .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNNQ7ELuM .first {
    max-height: 200px;
  }
  .cid-teNNQ7ELuM .second {
    max-height: 270px;
  }
  .cid-teNNQ7ELuM .third {
    max-height: 350px;
  }
  .cid-teNNQ7ELuM .fourth {
    max-height: 270px;
  }
  .cid-teNNQ7ELuM .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNNQ7ELuM .first {
    display: none;
  }
  .cid-teNNQ7ELuM .second {
    max-height: 323px;
  }
  .cid-teNNQ7ELuM .third {
    max-height: 408px;
  }
  .cid-teNNQ7ELuM .fourth {
    max-height: 323px;
  }
  .cid-teNNQ7ELuM .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNNQ7ELuM .second {
    max-height: 250px;
  }
  .cid-teNNQ7ELuM .third {
    max-height: 340px;
  }
  .cid-teNNQ7ELuM .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNNQ7ELuM .second {
    max-height: 180px;
  }
  .cid-teNNQ7ELuM .third {
    max-height: 270px;
  }
  .cid-teNNQ7ELuM .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNNQ7ELuM .second {
    display: none;
  }
  .cid-teNNQ7ELuM .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNNQ7ELuM .fourth {
    display: none;
  }
}
.cid-teNNQ7ZXOX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNNQ7ZXOX .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNNQ7ZXOX .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNNQ7ZXOX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNNQ7ZXOX .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNNQ7ZXOX .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNNQ7ZXOX .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNNQ7ZXOX .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNNQ7ZXOX .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNNQ7ZXOX .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNNQ7ZXOX .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNNQ7ZXOX .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNNQ7ZXOX .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNNQ7ZXOX .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNNQ7ZXOX .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNNQ7ZXOX .button {
    max-width: 1200px;
  }
}
.cid-teNNQ7ZXOX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNNQ7ZXOX .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNNQ7ZXOX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNNQ7ZXOX .embla__button--next,
.cid-teNNQ7ZXOX .embla__button--prev {
  display: flex;
}
.cid-teNNQ7ZXOX .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNNQ7ZXOX .embla__button {
    display: none;
  }
}
.cid-teNNQ7ZXOX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNNQ7ZXOX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNNQ7ZXOX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNNQ7ZXOX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNNQ7ZXOX .embla__button {
    top: auto;
  }
}
.cid-teNNQ7ZXOX .embla {
  position: relative;
  width: 100%;
}
.cid-teNNQ7ZXOX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNNQ7ZXOX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNNQ7ZXOX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNNQ7ZXOX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNNQ7ZXOX .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNNQ7ZXOX .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNNQ7ZXOX .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNNQ7ZXOX .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-teNNQ7ZXOX .btn:hover,
.cid-teNNQ7ZXOX .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNNQ7ZXOX .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNNQ7ZXOX .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-teNNQ7ZXOX .btn:hover:before,
.cid-teNNQ7ZXOX .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNNQ7ZXOX .btn-secondary {
  color: #000000 !important;
}
.cid-teNNQ7ZXOX .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNNQ7ZXOX .icon {
    display: none;
  }
}
.cid-teNNQ7ZXOX .mbr-info {
  color: #ffffff;
}
.cid-teNNQ8E8o3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNNQ8E8o3 .card-1 {
  background-color: #ff9966;
}
.cid-teNNQ8E8o3 .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNNQ8E8o3 .first-cont {
    margin-top: -1rem;
  }
  .cid-teNNQ8E8o3 .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNNQ8E8o3 .mbr-section-btn {
  position: relative;
}
.cid-teNNQ8E8o3 .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNNQ8E8o3 .card-body {
    padding: 50px 20px;
  }
}
.cid-teNNQ8E8o3 .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNNQ8E8o3 .card-img {
    height: 300px;
  }
}
.cid-teNNQ8E8o3 .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNNQ8E8o3 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNNQ8E8o3 .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNNQ8E8o3 .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNNQ8E8o3 .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNNQ8E8o3 .decor.first svg {
  fill: #569f00;
}
.cid-teNNQ8E8o3 .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNNQ8E8o3 .decor.second svg {
  fill: #f5e74c;
}
.cid-teNNQ8E8o3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNQ8E8o3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNQ8E8o3 .mbr-section-subtitle {
  text-align: left;
}
.cid-teNNQ985WA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNNQ985WA .card-1 {
  background-color: #f5e74c;
}
.cid-teNNQ985WA .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNNQ985WA .first-cont {
    margin-top: -1rem;
  }
  .cid-teNNQ985WA .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNNQ985WA .mbr-section-btn {
  position: relative;
}
.cid-teNNQ985WA .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNNQ985WA .card-body {
    padding: 50px 20px;
  }
}
.cid-teNNQ985WA .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNNQ985WA .card-img {
    height: 300px;
  }
}
.cid-teNNQ985WA .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNNQ985WA .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNNQ985WA .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNNQ985WA .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNNQ985WA .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNNQ985WA .decor.first svg {
  fill: #bc5dec;
}
.cid-teNNQ985WA .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNNQ985WA .decor.second svg {
  fill: #f5e74c;
}
.cid-teNNQ985WA .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNQ985WA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNQ985WA .mbr-section-subtitle {
  text-align: left;
}
.cid-teNNQ9CFjB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNNQ9CFjB .mbr-media {
  position: relative;
}
.cid-teNNQ9CFjB .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNNQ9CFjB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNNQ9CFjB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNNQ9CFjB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNNQ9CFjB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNNQ9CFjB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNNQ9CFjB .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-teNNQ9CFjB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNNQ9CFjB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNNQ9CFjB .mbr-section-subtitle {
  text-align: center;
}
.cid-teNNQapWk3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNNQapWk3 p {
  margin: 0;
}
.cid-teNNQapWk3 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNNQapWk3 .mbr-section-title {
  text-align: center;
}
.cid-teNNQapWk3 .mbr-section-subtitle {
  text-align: center;
}
.cid-teNNQapWk3 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNNQapWk3 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNNQapWk3 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNNQapWk3 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNNQapWk3 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNNQapWk3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNNQapWk3 .google-map {
  height: 100%;
  position: relative;
}
.cid-teNNQapWk3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNNQapWk3 .google-map [data-state-details] {
  color: #1f1437;
  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-teNNQapWk3 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNNQapWk3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNNQapWk3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNNQb3ccu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNNQb3ccu .fb-page,
.cid-teNNQb3ccu span,
.cid-teNNQb3ccu iframe {
  width: 500px;
  height: 620px;
}
.cid-teNNQb3ccu blockquote {
  display: none;
}
.cid-teNNQb3ccu .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNNQbyng5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNNQbyng5 .carousel,
.cid-teNNQbyng5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNNQbyng5 .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNNQbyng5 .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNNQbyng5 .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNNQbyng5 .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNQbyng5 .wrapper {
    width: 100%;
  }
}
.cid-teNNQbyng5 .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNNQbyng5 .carousel-caption {
  bottom: 40px;
}
.cid-teNNQbyng5 .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNNQbyng5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNNQbyng5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNNQbyng5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNNQbyng5 H5 {
  text-align: center;
}
.cid-teNNQbyng5 .mbr-info {
  text-align: center;
}
.cid-teNNQcgiHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNNQcgiHM .wrapper {
  background-color: #f5e74c;
}
.cid-teNNQcgiHM li {
  list-style-type: none;
}
.cid-teNNQcgiHM .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNNQcgiHM .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNNQcgiHM .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNNQcgiHM .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNNQcgiHM .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNNQcgiHM ul {
  margin: 0;
}
.cid-teNNQcgiHM .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNNQcgiHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNQcgiHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNR7WFUc4 .navbar-dropdown {
  position: relative !important;
}
.cid-teNR7WFUc4 .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNR7WFUc4 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNR7WFUc4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNR7WFUc4 .navbar-caption {
  font-weight: 500;
}
.cid-teNR7WFUc4 .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-teNR7WFUc4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNR7WFUc4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNR7WFUc4 .dropdown-item:hover,
.cid-teNR7WFUc4 .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNR7WFUc4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNR7WFUc4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNR7WFUc4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNR7WFUc4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNR7WFUc4 .nav-link {
  position: relative;
}
.cid-teNR7WFUc4 .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNR7WFUc4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNR7WFUc4 .container,
  .cid-teNR7WFUc4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNR7WFUc4 .dropdown-menu,
.cid-teNR7WFUc4 .navbar.opened {
  background: #ffffff !important;
}
.cid-teNR7WFUc4 .nav-item:focus,
.cid-teNR7WFUc4 .nav-link:focus {
  outline: none;
}
.cid-teNR7WFUc4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNR7WFUc4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNR7WFUc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNR7WFUc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNR7WFUc4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNR7WFUc4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNR7WFUc4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNR7WFUc4 .navbar.opened {
  transition: all 0.3s;
}
.cid-teNR7WFUc4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNR7WFUc4 .navbar .navbar-logo img {
  width: auto;
}
.cid-teNR7WFUc4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNR7WFUc4 .navbar.collapsed {
  justify-content: center;
}
.cid-teNR7WFUc4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNR7WFUc4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNR7WFUc4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNR7WFUc4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNR7WFUc4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNR7WFUc4 .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-teNR7WFUc4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNR7WFUc4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNR7WFUc4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNR7WFUc4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNR7WFUc4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNR7WFUc4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNR7WFUc4 .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-teNR7WFUc4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNR7WFUc4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNR7WFUc4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNR7WFUc4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNR7WFUc4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNR7WFUc4 .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNR7WFUc4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNR7WFUc4 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNR7WFUc4 .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-teNR7WFUc4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNR7WFUc4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNR7WFUc4 .dropdown-item.active,
.cid-teNR7WFUc4 .dropdown-item:active {
  background-color: transparent;
}
.cid-teNR7WFUc4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNR7WFUc4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNR7WFUc4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNR7WFUc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNR7WFUc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNR7WFUc4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNR7WFUc4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNR7WFUc4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNR7WFUc4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNR7WFUc4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNR7WFUc4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNR7WFUc4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNR7WFUc4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNR7WFUc4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNR7WFUc4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNR7WFUc4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNR7WFUc4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNR7WFUc4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNR7WFUc4 .navbar {
    height: 70px;
  }
  .cid-teNR7WFUc4 .navbar.opened {
    height: auto;
  }
  .cid-teNR7WFUc4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNR7WFUc4 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNR7WFUc4 .addr {
    margin: 0 auto;
  }
}
.cid-teNR7WFUc4 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNR7WFUc4 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNR7XhzsB {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNR7XhzsB .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNR7XhzsB .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNR7XhzsB .mbr-text {
  color: #1d1d1b;
}
.cid-teNR7XhzsB .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNR7XhzsB .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNR7XhzsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNR7XhzsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNR7XXLVX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNR7XXLVX img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNR7XXLVX .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNR7XXLVX .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNR7XXLVX .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNR7XXLVX .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNR7XXLVX .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNR7XXLVX .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNR7XXLVX .first {
    max-height: 250px;
  }
  .cid-teNR7XXLVX .second {
    max-height: 323px;
  }
  .cid-teNR7XXLVX .third {
    max-height: 408px;
  }
  .cid-teNR7XXLVX .fourth {
    max-height: 323px;
  }
  .cid-teNR7XXLVX .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNR7XXLVX .first {
    max-height: 200px;
  }
  .cid-teNR7XXLVX .second {
    max-height: 270px;
  }
  .cid-teNR7XXLVX .third {
    max-height: 350px;
  }
  .cid-teNR7XXLVX .fourth {
    max-height: 270px;
  }
  .cid-teNR7XXLVX .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNR7XXLVX .first {
    display: none;
  }
  .cid-teNR7XXLVX .second {
    max-height: 323px;
  }
  .cid-teNR7XXLVX .third {
    max-height: 408px;
  }
  .cid-teNR7XXLVX .fourth {
    max-height: 323px;
  }
  .cid-teNR7XXLVX .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNR7XXLVX .second {
    max-height: 250px;
  }
  .cid-teNR7XXLVX .third {
    max-height: 340px;
  }
  .cid-teNR7XXLVX .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNR7XXLVX .second {
    max-height: 180px;
  }
  .cid-teNR7XXLVX .third {
    max-height: 270px;
  }
  .cid-teNR7XXLVX .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNR7XXLVX .second {
    display: none;
  }
  .cid-teNR7XXLVX .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNR7XXLVX .fourth {
    display: none;
  }
}
.cid-teNR7YoBA1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNR7YoBA1 .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNR7YoBA1 .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNR7YoBA1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNR7YoBA1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNR7YoBA1 .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNR7YoBA1 .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNR7YoBA1 .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNR7YoBA1 .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNR7YoBA1 .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNR7YoBA1 .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNR7YoBA1 .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNR7YoBA1 .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNR7YoBA1 .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNR7YoBA1 .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNR7YoBA1 .button {
    max-width: 1200px;
  }
}
.cid-teNR7YoBA1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNR7YoBA1 .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNR7YoBA1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNR7YoBA1 .embla__button--next,
.cid-teNR7YoBA1 .embla__button--prev {
  display: flex;
}
.cid-teNR7YoBA1 .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNR7YoBA1 .embla__button {
    display: none;
  }
}
.cid-teNR7YoBA1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNR7YoBA1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNR7YoBA1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNR7YoBA1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNR7YoBA1 .embla__button {
    top: auto;
  }
}
.cid-teNR7YoBA1 .embla {
  position: relative;
  width: 100%;
}
.cid-teNR7YoBA1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNR7YoBA1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNR7YoBA1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNR7YoBA1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNR7YoBA1 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNR7YoBA1 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNR7YoBA1 .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNR7YoBA1 .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-teNR7YoBA1 .btn:hover,
.cid-teNR7YoBA1 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNR7YoBA1 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNR7YoBA1 .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-teNR7YoBA1 .btn:hover:before,
.cid-teNR7YoBA1 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNR7YoBA1 .btn-secondary {
  color: #000000 !important;
}
.cid-teNR7YoBA1 .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNR7YoBA1 .icon {
    display: none;
  }
}
.cid-teNR7YoBA1 .mbr-info {
  color: #ffffff;
}
.cid-teNR7Z07z4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNR7Z07z4 .card-1 {
  background-color: #ff9966;
}
.cid-teNR7Z07z4 .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNR7Z07z4 .first-cont {
    margin-top: -1rem;
  }
  .cid-teNR7Z07z4 .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNR7Z07z4 .mbr-section-btn {
  position: relative;
}
.cid-teNR7Z07z4 .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNR7Z07z4 .card-body {
    padding: 50px 20px;
  }
}
.cid-teNR7Z07z4 .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNR7Z07z4 .card-img {
    height: 300px;
  }
}
.cid-teNR7Z07z4 .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNR7Z07z4 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNR7Z07z4 .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNR7Z07z4 .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNR7Z07z4 .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNR7Z07z4 .decor.first svg {
  fill: #569f00;
}
.cid-teNR7Z07z4 .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNR7Z07z4 .decor.second svg {
  fill: #f5e74c;
}
.cid-teNR7Z07z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNR7Z07z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNR7Z07z4 .mbr-section-subtitle {
  text-align: left;
}
.cid-teNR7ZvTBF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNR7ZvTBF .card-1 {
  background-color: #f5e74c;
}
.cid-teNR7ZvTBF .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNR7ZvTBF .first-cont {
    margin-top: -1rem;
  }
  .cid-teNR7ZvTBF .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNR7ZvTBF .mbr-section-btn {
  position: relative;
}
.cid-teNR7ZvTBF .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNR7ZvTBF .card-body {
    padding: 50px 20px;
  }
}
.cid-teNR7ZvTBF .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNR7ZvTBF .card-img {
    height: 300px;
  }
}
.cid-teNR7ZvTBF .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNR7ZvTBF .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNR7ZvTBF .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNR7ZvTBF .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNR7ZvTBF .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNR7ZvTBF .decor.first svg {
  fill: #bc5dec;
}
.cid-teNR7ZvTBF .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNR7ZvTBF .decor.second svg {
  fill: #f5e74c;
}
.cid-teNR7ZvTBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNR7ZvTBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNR7ZvTBF .mbr-section-subtitle {
  text-align: left;
}
.cid-teNR801hE4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNR801hE4 .mbr-media {
  position: relative;
}
.cid-teNR801hE4 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNR801hE4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNR801hE4 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNR801hE4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNR801hE4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNR801hE4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNR801hE4 .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-teNR801hE4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNR801hE4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNR801hE4 .mbr-section-subtitle {
  text-align: center;
}
.cid-teNR80V3P3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNR80V3P3 p {
  margin: 0;
}
.cid-teNR80V3P3 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNR80V3P3 .mbr-section-title {
  text-align: center;
}
.cid-teNR80V3P3 .mbr-section-subtitle {
  text-align: center;
}
.cid-teNR80V3P3 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNR80V3P3 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNR80V3P3 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNR80V3P3 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNR80V3P3 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNR80V3P3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNR80V3P3 .google-map {
  height: 100%;
  position: relative;
}
.cid-teNR80V3P3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNR80V3P3 .google-map [data-state-details] {
  color: #1f1437;
  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-teNR80V3P3 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNR80V3P3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNR80V3P3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNR81KTxx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNR81KTxx .fb-page,
.cid-teNR81KTxx span,
.cid-teNR81KTxx iframe {
  width: 500px;
  height: 620px;
}
.cid-teNR81KTxx blockquote {
  display: none;
}
.cid-teNR81KTxx .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNR82kX96 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNR82kX96 .carousel,
.cid-teNR82kX96 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNR82kX96 .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNR82kX96 .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNR82kX96 .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNR82kX96 .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNR82kX96 .wrapper {
    width: 100%;
  }
}
.cid-teNR82kX96 .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNR82kX96 .carousel-caption {
  bottom: 40px;
}
.cid-teNR82kX96 .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNR82kX96 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNR82kX96 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNR82kX96 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNR82kX96 H5 {
  text-align: center;
}
.cid-teNR82kX96 .mbr-info {
  text-align: center;
}
.cid-teNR837E0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNR837E0Z .wrapper {
  background-color: #f5e74c;
}
.cid-teNR837E0Z li {
  list-style-type: none;
}
.cid-teNR837E0Z .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNR837E0Z .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNR837E0Z .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNR837E0Z .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNR837E0Z .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNR837E0Z ul {
  margin: 0;
}
.cid-teNR837E0Z .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNR837E0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNR837E0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNTvnY8La .navbar-dropdown {
  position: relative !important;
}
.cid-teNTvnY8La .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-teNTvnY8La .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-teNTvnY8La .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-teNTvnY8La .navbar-caption {
  font-weight: 500;
}
.cid-teNTvnY8La .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-teNTvnY8La .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-teNTvnY8La .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNTvnY8La .dropdown-item:hover,
.cid-teNTvnY8La .dropdown-item:focus {
  color: #e10831 !important;
}
.cid-teNTvnY8La .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNTvnY8La .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNTvnY8La .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teNTvnY8La .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNTvnY8La .nav-link {
  position: relative;
}
.cid-teNTvnY8La .nav-link:hover {
  color: #e10831 !important;
}
.cid-teNTvnY8La .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-teNTvnY8La .container,
  .cid-teNTvnY8La .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-teNTvnY8La .dropdown-menu,
.cid-teNTvnY8La .navbar.opened {
  background: #ffffff !important;
}
.cid-teNTvnY8La .nav-item:focus,
.cid-teNTvnY8La .nav-link:focus {
  outline: none;
}
.cid-teNTvnY8La .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNTvnY8La .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNTvnY8La .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teNTvnY8La .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNTvnY8La .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNTvnY8La .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNTvnY8La .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-teNTvnY8La .navbar.opened {
  transition: all 0.3s;
}
.cid-teNTvnY8La .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNTvnY8La .navbar .navbar-logo img {
  width: auto;
}
.cid-teNTvnY8La .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNTvnY8La .navbar.collapsed {
  justify-content: center;
}
.cid-teNTvnY8La .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNTvnY8La .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNTvnY8La .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teNTvnY8La .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNTvnY8La .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNTvnY8La .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-teNTvnY8La .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNTvnY8La .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teNTvnY8La .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNTvnY8La .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNTvnY8La .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNTvnY8La .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNTvnY8La .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-teNTvnY8La .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNTvnY8La .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNTvnY8La .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNTvnY8La .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNTvnY8La .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-teNTvnY8La .navbar.navbar-short {
  min-height: 80px;
}
.cid-teNTvnY8La .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teNTvnY8La .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-teNTvnY8La .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-teNTvnY8La .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNTvnY8La .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNTvnY8La .dropdown-item.active,
.cid-teNTvnY8La .dropdown-item:active {
  background-color: transparent;
}
.cid-teNTvnY8La .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNTvnY8La .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNTvnY8La .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNTvnY8La .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teNTvnY8La .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNTvnY8La .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNTvnY8La ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNTvnY8La button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNTvnY8La button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teNTvnY8La button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNTvnY8La button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNTvnY8La button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNTvnY8La button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNTvnY8La nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNTvnY8La nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNTvnY8La nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNTvnY8La nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNTvnY8La a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNTvnY8La .navbar {
    height: 70px;
  }
  .cid-teNTvnY8La .navbar.opened {
    height: auto;
  }
  .cid-teNTvnY8La .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNTvnY8La .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-teNTvnY8La .addr {
    margin: 0 auto;
  }
}
.cid-teNTvnY8La .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-teNTvnY8La .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-teNTvotanE {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-teNTvotanE .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-teNTvotanE .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #000000;
  transform: rotate(210deg) scale(1, -1);
}
.cid-teNTvotanE .mbr-text {
  color: #1d1d1b;
}
.cid-teNTvotanE .mbr-section-title {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNTvotanE .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: center;
}
.cid-teNTvotanE .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNTvotanE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-bg.jpg");
}
.cid-teNTvp8ORs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5e74c;
}
.cid-teNTvp8ORs img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-teNTvp8ORs .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-teNTvp8ORs .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-teNTvp8ORs .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNTvp8ORs .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-teNTvp8ORs .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-teNTvp8ORs .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-teNTvp8ORs .first {
    max-height: 250px;
  }
  .cid-teNTvp8ORs .second {
    max-height: 323px;
  }
  .cid-teNTvp8ORs .third {
    max-height: 408px;
  }
  .cid-teNTvp8ORs .fourth {
    max-height: 323px;
  }
  .cid-teNTvp8ORs .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-teNTvp8ORs .first {
    max-height: 200px;
  }
  .cid-teNTvp8ORs .second {
    max-height: 270px;
  }
  .cid-teNTvp8ORs .third {
    max-height: 350px;
  }
  .cid-teNTvp8ORs .fourth {
    max-height: 270px;
  }
  .cid-teNTvp8ORs .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-teNTvp8ORs .first {
    display: none;
  }
  .cid-teNTvp8ORs .second {
    max-height: 323px;
  }
  .cid-teNTvp8ORs .third {
    max-height: 408px;
  }
  .cid-teNTvp8ORs .fourth {
    max-height: 323px;
  }
  .cid-teNTvp8ORs .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-teNTvp8ORs .second {
    max-height: 250px;
  }
  .cid-teNTvp8ORs .third {
    max-height: 340px;
  }
  .cid-teNTvp8ORs .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-teNTvp8ORs .second {
    max-height: 180px;
  }
  .cid-teNTvp8ORs .third {
    max-height: 270px;
  }
  .cid-teNTvp8ORs .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-teNTvp8ORs .second {
    display: none;
  }
  .cid-teNTvp8ORs .third {
    max-height: initial;
    width: 90%;
  }
  .cid-teNTvp8ORs .fourth {
    display: none;
  }
}
.cid-teNTvpuVTs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background: #f5e74c;
}
.cid-teNTvpuVTs .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-teNTvpuVTs .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-teNTvpuVTs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNTvpuVTs .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNTvpuVTs .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-teNTvpuVTs .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-teNTvpuVTs .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teNTvpuVTs .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-teNTvpuVTs .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-teNTvpuVTs .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-teNTvpuVTs .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teNTvpuVTs .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-teNTvpuVTs .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-teNTvpuVTs .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-teNTvpuVTs .button {
    max-width: 1200px;
  }
}
.cid-teNTvpuVTs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-teNTvpuVTs .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-teNTvpuVTs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-teNTvpuVTs .embla__button--next,
.cid-teNTvpuVTs .embla__button--prev {
  display: flex;
}
.cid-teNTvpuVTs .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-teNTvpuVTs .embla__button {
    display: none;
  }
}
.cid-teNTvpuVTs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-teNTvpuVTs .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-teNTvpuVTs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teNTvpuVTs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teNTvpuVTs .embla__button {
    top: auto;
  }
}
.cid-teNTvpuVTs .embla {
  position: relative;
  width: 100%;
}
.cid-teNTvpuVTs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-teNTvpuVTs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-teNTvpuVTs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-teNTvpuVTs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-teNTvpuVTs .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-teNTvpuVTs .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-teNTvpuVTs .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-teNTvpuVTs .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-teNTvpuVTs .btn:hover,
.cid-teNTvpuVTs .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-teNTvpuVTs .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-teNTvpuVTs .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-teNTvpuVTs .btn:hover:before,
.cid-teNTvpuVTs .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-teNTvpuVTs .btn-secondary {
  color: #000000 !important;
}
.cid-teNTvpuVTs .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-teNTvpuVTs .icon {
    display: none;
  }
}
.cid-teNTvpuVTs .mbr-info {
  color: #ffffff;
}
.cid-teNTvq9Scq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNTvq9Scq .card-1 {
  background-color: #ff9966;
}
.cid-teNTvq9Scq .card-2 {
  background-color: #a8d657;
}
@media (min-width: 992px) {
  .cid-teNTvq9Scq .first-cont {
    margin-top: -1rem;
  }
  .cid-teNTvq9Scq .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNTvq9Scq .mbr-section-btn {
  position: relative;
}
.cid-teNTvq9Scq .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNTvq9Scq .card-body {
    padding: 50px 20px;
  }
}
.cid-teNTvq9Scq .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNTvq9Scq .card-img {
    height: 300px;
  }
}
.cid-teNTvq9Scq .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNTvq9Scq .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNTvq9Scq .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNTvq9Scq .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNTvq9Scq .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNTvq9Scq .decor.first svg {
  fill: #569f00;
}
.cid-teNTvq9Scq .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNTvq9Scq .decor.second svg {
  fill: #f5e74c;
}
.cid-teNTvq9Scq .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNTvq9Scq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNTvq9Scq .mbr-section-subtitle {
  text-align: left;
}
.cid-teNTvqCRZm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNTvqCRZm .card-1 {
  background-color: #f5e74c;
}
.cid-teNTvqCRZm .card-2 {
  background-color: #2ee6fa;
}
@media (min-width: 992px) {
  .cid-teNTvqCRZm .first-cont {
    margin-top: -1rem;
  }
  .cid-teNTvqCRZm .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-teNTvqCRZm .mbr-section-btn {
  position: relative;
}
.cid-teNTvqCRZm .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-teNTvqCRZm .card-body {
    padding: 50px 20px;
  }
}
.cid-teNTvqCRZm .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-teNTvqCRZm .card-img {
    height: 300px;
  }
}
.cid-teNTvqCRZm .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-teNTvqCRZm .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-teNTvqCRZm .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-teNTvqCRZm .decor svg {
  width: 100%;
  height: 100%;
}
.cid-teNTvqCRZm .decor.first {
  bottom: 0;
  right: 0;
}
.cid-teNTvqCRZm .decor.first svg {
  fill: #bc5dec;
}
.cid-teNTvqCRZm .decor.second {
  top: 10%;
  left: 0;
}
.cid-teNTvqCRZm .decor.second svg {
  fill: #f5e74c;
}
.cid-teNTvqCRZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNTvqCRZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNTvqCRZm .mbr-section-subtitle {
  text-align: left;
}
.cid-teNTvr6DYp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teNTvr6DYp .mbr-media {
  position: relative;
}
.cid-teNTvr6DYp .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-teNTvr6DYp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-teNTvr6DYp .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-teNTvr6DYp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-teNTvr6DYp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-teNTvr6DYp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-teNTvr6DYp .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-teNTvr6DYp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teNTvr6DYp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-teNTvr6DYp .mbr-section-subtitle {
  text-align: center;
}
.cid-teNTvrXY43 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f5e74c;
}
.cid-teNTvrXY43 p {
  margin: 0;
}
.cid-teNTvrXY43 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNTvrXY43 .mbr-section-title {
  text-align: center;
}
.cid-teNTvrXY43 .mbr-section-subtitle {
  text-align: center;
}
.cid-teNTvrXY43 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNTvrXY43 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNTvrXY43 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNTvrXY43 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNTvrXY43 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNTvrXY43 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNTvrXY43 .google-map {
  height: 100%;
  position: relative;
}
.cid-teNTvrXY43 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNTvrXY43 .google-map [data-state-details] {
  color: #1f1437;
  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-teNTvrXY43 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNTvrXY43 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNTvrXY43 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNTvszU2J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5e74c;
}
.cid-teNTvszU2J .fb-page,
.cid-teNTvszU2J span,
.cid-teNTvszU2J iframe {
  width: 500px;
  height: 620px;
}
.cid-teNTvszU2J blockquote {
  display: none;
}
.cid-teNTvszU2J .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-teNTvt4UXh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffcc1a;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-teNTvt4UXh .carousel,
.cid-teNTvt4UXh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teNTvt4UXh .carousel {
  border: 3px solid #000000;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-teNTvt4UXh .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-teNTvt4UXh .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-teNTvt4UXh .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teNTvt4UXh .wrapper {
    width: 100%;
  }
}
.cid-teNTvt4UXh .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-teNTvt4UXh .carousel-caption {
  bottom: 40px;
}
.cid-teNTvt4UXh .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #000;
  opacity: 1;
}
.cid-teNTvt4UXh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-teNTvt4UXh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-teNTvt4UXh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teNTvt4UXh H5 {
  text-align: center;
}
.cid-teNTvt4UXh .mbr-info {
  text-align: center;
}
.cid-teNTvtLFWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNTvtLFWm .wrapper {
  background-color: #f5e74c;
}
.cid-teNTvtLFWm li {
  list-style-type: none;
}
.cid-teNTvtLFWm .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-teNTvtLFWm .list-1 li {
  margin-bottom: 1rem;
}
.cid-teNTvtLFWm .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-teNTvtLFWm .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-teNTvtLFWm .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-teNTvtLFWm ul {
  margin: 0;
}
.cid-teNTvtLFWm .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-teNTvtLFWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNTvtLFWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
