body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1199x) {
  .display-1 {
    font-size: 3.818rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.45rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.886rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8e5e !important;
}
.bg-success {
  background-color: #8aae3d !important;
}
.bg-info {
  background-color: #35999a !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ff5107 !important;
  border-color: #ff5107 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #35999a !important;
  border-color: #35999a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f5959 !important;
  border-color: #1f5959 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #576e26 !important;
  border-color: #576e26 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afa79d !important;
  border-color: #afa79d !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #923812 !important;
  border-color: #923812 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ff8e5e;
  color: #ff8e5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff8e5e;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #1d1e22;
  color: #1d1e22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1e22;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #35999a;
  color: #35999a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #35999a;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #35999a !important;
  border-color: #35999a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #8aae3d;
  color: #8aae3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8aae3d;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6d2cd;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df561c;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff8e5e !important;
}
.text-secondary {
  color: #1d1e22 !important;
}
.text-success {
  color: #8aae3d !important;
}
.text-info {
  color: #35999a !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f74a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e6223 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b4e4e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !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]) {
  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]):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: #ff8e5e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #35999a;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e5e;
  border-color: #ff8e5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8e5e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2d992;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7cd1d2;
}
.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: #f9dbce;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  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: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8e5e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e5e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e5e;
}
.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: #ff8e5e;
  border-bottom-color: #ff8e5e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8e5e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d1e22 !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='%23ff8e5e' %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-scfzW1I84M {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.cid-scfzW1I84M .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-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #577515 !important;
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-scfzW1I84M .navbar .container {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M .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-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  background-color: transparent;
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scfzWk7EMZ {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-scfzWk7EMZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .mbr-text,
.cid-scfzWk7EMZ .mbr-section-btn {
  color: #ffffff;
}
.cid-scfzWk7EMZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scfzWk7EMZ .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scfzWk7EMZ .mbr-section-subtitle,
.cid-scfzWk7EMZ .mbr-section-btn {
  text-align: center;
}
.cid-scfzWwZQG1 {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scfzWwZQG1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-scfzWwZQG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scfzWwZQG1 li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-scfzWwZQG1 li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-scfzWwZQG1 li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-scfzWwZQG1 li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-scfzWwZQG1 li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-scfzWwZQG1 li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-scfzWwZQG1 li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-scfzWwZQG1 li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-scfzWwZQG1 ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-scfzWwZQG1 .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-scfzWwZQG1 .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-scfzWwZQG1 .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-scfzWwZQG1 .mbr-text,
.cid-scfzWwZQG1 .mbr-section-btn {
  color: #1d1e22;
}
.cid-scfzWwZQG1 .mbr-section-title DIV {
  text-align: center;
}
.cid-scfzX2R24e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #577515;
}
.cid-scfzX2R24e .card-wrapper {
  margin-top: 3rem;
}
.cid-scfzX2R24e .row {
  justify-content: center;
}
.cid-scfzX2R24e .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-scfzX2R24e .card-title,
.cid-scfzX2R24e .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-scfzX2R24e .mbr-section-title {
  color: #ffffff;
}
.cid-sJ19t9RjVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ19t9RjVF .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff8e5e;
  margin-left: 1rem;
}
.cid-sJ19t9RjVF .panel-group {
  border: none;
}
.cid-sJ19t9RjVF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJ19t9RjVF .panel-body,
.cid-sJ19t9RjVF .card-header {
  padding: 1rem 0;
}
.cid-sJ19t9RjVF .panel-title-edit {
  color: #000000;
}
.cid-sJ19t9RjVF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIZLMDEGsm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f6f4f2;
}
.cid-sIZLMDEGsm img,
.cid-sIZLMDEGsm .item-img {
  height: 100%;
  height: 420px;
  object-fit: cover;
}
.cid-sIZLMDEGsm .item:focus,
.cid-sIZLMDEGsm span:focus {
  outline: none;
}
.cid-sIZLMDEGsm .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-sIZLMDEGsm .item {
    margin-bottom: 3.25rem;
  }
}
.cid-sIZLMDEGsm .item-img {
  overflow: hidden;
}
.cid-sIZLMDEGsm .item img {
  transition: 0.5s;
}
.cid-sIZLMDEGsm .item:hover img {
  transform: scale(1.2);
}
.cid-sIZLMDEGsm .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIZLMDEGsm .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-sIZLMDEGsm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sIZLMDEGsm .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-sIZLMDEGsm .mbr-section-head {
  margin-bottom: 9.37rem;
}
.cid-sIZLMDEGsm .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-sIZLMDEGsm .item-title {
  margin-bottom: 0;
  color: #1d1e22;
  text-align: center;
}
.cid-sIZLMDEGsm .mbr-text,
.cid-sIZLMDEGsm .mbr-section-btn {
  color: #515258;
}
.cid-sIZLMDEGsm .mbr-section-title {
  text-align: center;
}
.cid-sIZLLTHHQY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sIZLLTHHQY .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-sIZLLTHHQY .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sIZLLTHHQY .image-block:hover:before {
  opacity: 0;
}
.cid-sIZLLTHHQY .image-block:hover .wrap {
  opacity: 1;
}
.cid-sIZLLTHHQY .image-block:hover img {
  transform: scale(1.05);
}
.cid-sIZLLTHHQY h4 {
  letter-spacing: 2px;
}
.cid-sIZLLTHHQY figcaption {
  position: relative;
}
.cid-sIZLLTHHQY figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sIZLLTHHQY img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sIZLLTHHQY .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sIZLLTHHQY .wrap {
    opacity: 1!important;
  }
  .cid-sIZLLTHHQY .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-scfzXKU5UZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scfzXKU5UZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .align-left {
    text-align: center;
  }
}
.cid-scfzXKU5UZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scfzXKU5UZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .social-media {
    justify-content: center !important;
  }
}
.cid-scfzXKU5UZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scfzXKU5UZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scfzXKU5UZ .content-text,
.cid-scfzXKU5UZ .inner-text {
  color: #f6f4f2;
}
.cid-scfzXKU5UZ .hidden {
  visibility: visible !important;
}
.cid-sJ3weC8j6F {
  z-index: 1000;
  width: 100%;
}
.cid-sJ3weC8j6F nav.navbar {
  position: fixed;
}
.cid-sJ3weC8j6F .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-sJ3weC8j6F .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJ3weC8j6F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ3weC8j6F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ3weC8j6F .nav-link {
  position: relative;
}
.cid-sJ3weC8j6F .container {
  display: flex;
  margin: auto;
}
.cid-sJ3weC8j6F .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sJ3weC8j6F .dropdown-menu,
.cid-sJ3weC8j6F .navbar.opened {
  background: #577515 !important;
}
.cid-sJ3weC8j6F .nav-item:focus,
.cid-sJ3weC8j6F .nav-link:focus {
  outline: none;
}
.cid-sJ3weC8j6F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ3weC8j6F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ3weC8j6F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sJ3weC8j6F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ3weC8j6F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ3weC8j6F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ3weC8j6F .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-sJ3weC8j6F .navbar .container {
  transition: all .3s;
}
.cid-sJ3weC8j6F .navbar.opened {
  transition: all .3s;
}
.cid-sJ3weC8j6F .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ3weC8j6F .navbar .navbar-logo img {
  width: auto;
}
.cid-sJ3weC8j6F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ3weC8j6F .navbar.collapsed {
  justify-content: center;
}
.cid-sJ3weC8j6F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ3weC8j6F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ3weC8j6F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ3weC8j6F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ3weC8j6F .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-sJ3weC8j6F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ3weC8j6F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ3weC8j6F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ3weC8j6F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ3weC8j6F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ3weC8j6F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ3weC8j6F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ3weC8j6F .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-sJ3weC8j6F .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sJ3weC8j6F .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sJ3weC8j6F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ3weC8j6F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ3weC8j6F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ3weC8j6F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJ3weC8j6F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ3weC8j6F .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sJ3weC8j6F .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sJ3weC8j6F .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-sJ3weC8j6F .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sJ3weC8j6F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJ3weC8j6F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJ3weC8j6F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ3weC8j6F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ3weC8j6F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ3weC8j6F .dropdown-item.active,
.cid-sJ3weC8j6F .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ3weC8j6F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ3weC8j6F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ3weC8j6F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ3weC8j6F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-sJ3weC8j6F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ3weC8j6F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ3weC8j6F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJ3weC8j6F .navbar-buttons {
  text-align: center;
}
.cid-sJ3weC8j6F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJ3weC8j6F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ3weC8j6F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ3weC8j6F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ3weC8j6F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ3weC8j6F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ3weC8j6F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ3weC8j6F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ3weC8j6F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ3weC8j6F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ3weC8j6F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJ3weC8j6F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ3weC8j6F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ3weC8j6F .navbar {
    height: 70px;
  }
  .cid-sJ3weC8j6F .navbar.opened {
    height: auto;
  }
  .cid-sJ3weC8j6F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ3weD8dIh {
  padding-top: 8.4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-sJ3weD8dIh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ3weD8dIh .mbr-text,
.cid-sJ3weD8dIh .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ3weD8dIh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sJ3weD8dIh .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sJ3weD8dIh .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ3weD8dIh .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sJ3weD8dIh .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sJ3weD8dIh .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sJ3weD8dIh .mbr-section-subtitle,
.cid-sJ3weD8dIh .mbr-section-btn {
  text-align: center;
}
.cid-sJ3ULUl1oK {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-sJ3ULUl1oK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ3ULUl1oK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sJ3ULUl1oK li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sJ3ULUl1oK li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-sJ3ULUl1oK li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-sJ3ULUl1oK li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-sJ3ULUl1oK li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-sJ3ULUl1oK li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-sJ3ULUl1oK li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-sJ3ULUl1oK li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sJ3ULUl1oK ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-sJ3ULUl1oK .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-sJ3ULUl1oK .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-sJ3ULUl1oK .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sJ3ULUl1oK .mbr-text,
.cid-sJ3ULUl1oK .mbr-section-btn {
  color: #1d1e22;
}
.cid-sJ3weDDBFJ {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-sJ3weDDBFJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ3weDDBFJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sJ3weDDBFJ li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sJ3weDDBFJ li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-sJ3weDDBFJ li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-sJ3weDDBFJ li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-sJ3weDDBFJ li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-sJ3weDDBFJ li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-sJ3weDDBFJ li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-sJ3weDDBFJ li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sJ3weDDBFJ ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-sJ3weDDBFJ .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-sJ3weDDBFJ .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-sJ3weDDBFJ .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sJ3weDDBFJ .mbr-text,
.cid-sJ3weDDBFJ .mbr-section-btn {
  color: #1d1e22;
}
.cid-sJ3weDDBFJ .mbr-section-title DIV {
  text-align: center;
}
.cid-sJ3S1yJhT4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #577515;
}
.cid-sJ3S1yJhT4 .card-wrapper {
  margin-top: 3rem;
}
.cid-sJ3S1yJhT4 .row {
  justify-content: center;
}
.cid-sJ3S1yJhT4 .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-sJ3S1yJhT4 .card-title,
.cid-sJ3S1yJhT4 .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-sJ3SmdRFDJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #577515;
}
.cid-sJ3SmdRFDJ .card-wrapper {
  margin-top: 3rem;
}
.cid-sJ3SmdRFDJ .row {
  justify-content: center;
}
.cid-sJ3SmdRFDJ .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-sJ3SmdRFDJ .card-title,
.cid-sJ3SmdRFDJ .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-sJ3NPELGlK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ3NPELGlK img,
.cid-sJ3NPELGlK .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJ3NPELGlK .item:focus,
.cid-sJ3NPELGlK span:focus {
  outline: none;
}
.cid-sJ3NPELGlK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sJ3NPELGlK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJ3NPELGlK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ3NPELGlK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJ3NPELGlK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJ3NPELGlK .mbr-section-title {
  color: #232323;
}
.cid-sJ3weGfM6L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sJ3weGfM6L a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJ3weGfM6L .align-left {
    text-align: center;
  }
}
.cid-sJ3weGfM6L .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJ3weGfM6L .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sJ3weGfM6L .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sJ3weGfM6L .social-media {
    justify-content: center !important;
  }
}
.cid-sJ3weGfM6L .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJ3weGfM6L .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJ3weGfM6L .content-text,
.cid-sJ3weGfM6L .inner-text {
  color: #f6f4f2;
}
.cid-sJ3weGfM6L .hidden {
  visibility: visible !important;
}
.cid-sJ44Ie2xm9 {
  z-index: 1000;
  width: 100%;
}
.cid-sJ44Ie2xm9 nav.navbar {
  position: fixed;
}
.cid-sJ44Ie2xm9 .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-sJ44Ie2xm9 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJ44Ie2xm9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ44Ie2xm9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ44Ie2xm9 .nav-link {
  position: relative;
}
.cid-sJ44Ie2xm9 .container {
  display: flex;
  margin: auto;
}
.cid-sJ44Ie2xm9 .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sJ44Ie2xm9 .dropdown-menu,
.cid-sJ44Ie2xm9 .navbar.opened {
  background: #577515 !important;
}
.cid-sJ44Ie2xm9 .nav-item:focus,
.cid-sJ44Ie2xm9 .nav-link:focus {
  outline: none;
}
.cid-sJ44Ie2xm9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ44Ie2xm9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ44Ie2xm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sJ44Ie2xm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ44Ie2xm9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ44Ie2xm9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ44Ie2xm9 .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-sJ44Ie2xm9 .navbar .container {
  transition: all .3s;
}
.cid-sJ44Ie2xm9 .navbar.opened {
  transition: all .3s;
}
.cid-sJ44Ie2xm9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ44Ie2xm9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sJ44Ie2xm9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ44Ie2xm9 .navbar.collapsed {
  justify-content: center;
}
.cid-sJ44Ie2xm9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ44Ie2xm9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ44Ie2xm9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ44Ie2xm9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ44Ie2xm9 .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-sJ44Ie2xm9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ44Ie2xm9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ44Ie2xm9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ44Ie2xm9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ44Ie2xm9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ44Ie2xm9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ44Ie2xm9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ44Ie2xm9 .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-sJ44Ie2xm9 .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sJ44Ie2xm9 .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sJ44Ie2xm9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ44Ie2xm9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ44Ie2xm9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ44Ie2xm9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJ44Ie2xm9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ44Ie2xm9 .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sJ44Ie2xm9 .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sJ44Ie2xm9 .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-sJ44Ie2xm9 .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sJ44Ie2xm9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJ44Ie2xm9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJ44Ie2xm9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ44Ie2xm9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ44Ie2xm9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ44Ie2xm9 .dropdown-item.active,
.cid-sJ44Ie2xm9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ44Ie2xm9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ44Ie2xm9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ44Ie2xm9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ44Ie2xm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-sJ44Ie2xm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ44Ie2xm9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ44Ie2xm9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJ44Ie2xm9 .navbar-buttons {
  text-align: center;
}
.cid-sJ44Ie2xm9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJ44Ie2xm9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ44Ie2xm9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ44Ie2xm9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ44Ie2xm9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ44Ie2xm9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ44Ie2xm9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ44Ie2xm9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ44Ie2xm9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ44Ie2xm9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ44Ie2xm9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJ44Ie2xm9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ44Ie2xm9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ44Ie2xm9 .navbar {
    height: 70px;
  }
  .cid-sJ44Ie2xm9 .navbar.opened {
    height: auto;
  }
  .cid-sJ44Ie2xm9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ44IeVxaY {
  padding-top: 8.4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-sJ44IeVxaY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ44IeVxaY .mbr-text,
.cid-sJ44IeVxaY .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ44IeVxaY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sJ44IeVxaY .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sJ44IeVxaY .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ44IeVxaY .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sJ44IeVxaY .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sJ44IeVxaY .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sJ44IeVxaY .mbr-section-subtitle,
.cid-sJ44IeVxaY .mbr-section-btn {
  text-align: center;
}
.cid-sJ44Ifr56o {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-sJ44Ifr56o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ44Ifr56o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sJ44Ifr56o li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sJ44Ifr56o li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-sJ44Ifr56o li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-sJ44Ifr56o li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-sJ44Ifr56o li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-sJ44Ifr56o li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-sJ44Ifr56o li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-sJ44Ifr56o li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sJ44Ifr56o ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-sJ44Ifr56o .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-sJ44Ifr56o .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-sJ44Ifr56o .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sJ44Ifr56o .mbr-text,
.cid-sJ44Ifr56o .mbr-section-btn {
  color: #1d1e22;
}
.cid-sJ44IhlFX2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ44IhlFX2 img,
.cid-sJ44IhlFX2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJ44IhlFX2 .item:focus,
.cid-sJ44IhlFX2 span:focus {
  outline: none;
}
.cid-sJ44IhlFX2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sJ44IhlFX2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f6f4f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJ44IhlFX2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ44IhlFX2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJ44IhlFX2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJ44IhlFX2 .mbr-section-title {
  color: #232323;
}
.cid-sJ47G33Npt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-sJ47G33Npt .mbr-section-subtitle {
  color: #577515;
}
.cid-sJ47G33Npt .mbr-text {
  color: #6c758f;
}
.cid-sJ44IiAo2z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sJ44IiAo2z a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJ44IiAo2z .align-left {
    text-align: center;
  }
}
.cid-sJ44IiAo2z .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJ44IiAo2z .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sJ44IiAo2z .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sJ44IiAo2z .social-media {
    justify-content: center !important;
  }
}
.cid-sJ44IiAo2z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJ44IiAo2z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJ44IiAo2z .content-text,
.cid-sJ44IiAo2z .inner-text {
  color: #f6f4f2;
}
.cid-sJ44IiAo2z .hidden {
  visibility: visible !important;
}
.cid-sJ48P3KVFK {
  z-index: 1000;
  width: 100%;
}
.cid-sJ48P3KVFK nav.navbar {
  position: fixed;
}
.cid-sJ48P3KVFK .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-sJ48P3KVFK .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJ48P3KVFK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ48P3KVFK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ48P3KVFK .nav-link {
  position: relative;
}
.cid-sJ48P3KVFK .container {
  display: flex;
  margin: auto;
}
.cid-sJ48P3KVFK .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sJ48P3KVFK .dropdown-menu,
.cid-sJ48P3KVFK .navbar.opened {
  background: #577515 !important;
}
.cid-sJ48P3KVFK .nav-item:focus,
.cid-sJ48P3KVFK .nav-link:focus {
  outline: none;
}
.cid-sJ48P3KVFK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ48P3KVFK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ48P3KVFK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sJ48P3KVFK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ48P3KVFK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ48P3KVFK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ48P3KVFK .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-sJ48P3KVFK .navbar .container {
  transition: all .3s;
}
.cid-sJ48P3KVFK .navbar.opened {
  transition: all .3s;
}
.cid-sJ48P3KVFK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ48P3KVFK .navbar .navbar-logo img {
  width: auto;
}
.cid-sJ48P3KVFK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ48P3KVFK .navbar.collapsed {
  justify-content: center;
}
.cid-sJ48P3KVFK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ48P3KVFK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ48P3KVFK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ48P3KVFK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ48P3KVFK .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-sJ48P3KVFK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ48P3KVFK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ48P3KVFK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ48P3KVFK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ48P3KVFK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ48P3KVFK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ48P3KVFK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ48P3KVFK .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-sJ48P3KVFK .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sJ48P3KVFK .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sJ48P3KVFK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ48P3KVFK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ48P3KVFK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ48P3KVFK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJ48P3KVFK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ48P3KVFK .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sJ48P3KVFK .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sJ48P3KVFK .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-sJ48P3KVFK .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sJ48P3KVFK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJ48P3KVFK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJ48P3KVFK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ48P3KVFK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ48P3KVFK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ48P3KVFK .dropdown-item.active,
.cid-sJ48P3KVFK .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ48P3KVFK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ48P3KVFK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ48P3KVFK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ48P3KVFK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-sJ48P3KVFK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ48P3KVFK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ48P3KVFK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJ48P3KVFK .navbar-buttons {
  text-align: center;
}
.cid-sJ48P3KVFK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJ48P3KVFK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ48P3KVFK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ48P3KVFK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ48P3KVFK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ48P3KVFK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ48P3KVFK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ48P3KVFK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ48P3KVFK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ48P3KVFK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ48P3KVFK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJ48P3KVFK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ48P3KVFK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ48P3KVFK .navbar {
    height: 70px;
  }
  .cid-sJ48P3KVFK .navbar.opened {
    height: auto;
  }
  .cid-sJ48P3KVFK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ48P4YPFb {
  padding-top: 8.4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-sJ48P4YPFb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ48P4YPFb .mbr-text,
.cid-sJ48P4YPFb .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ48P4YPFb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sJ48P4YPFb .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sJ48P4YPFb .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ48P4YPFb .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sJ48P4YPFb .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sJ48P4YPFb .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sJ48P4YPFb .mbr-section-subtitle,
.cid-sJ48P4YPFb .mbr-section-btn {
  text-align: center;
}
.cid-sJ48P5UFnD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-sJ48P5UFnD .mbr-section-subtitle {
  color: #577515;
}
.cid-sJ48P5UFnD .mbr-text {
  color: #6c758f;
}
.cid-sJ48P6VCZx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f6f4f2;
}
.cid-sJ48P6VCZx img,
.cid-sJ48P6VCZx .item-img {
  height: 100%;
  height: 420px;
  object-fit: cover;
}
.cid-sJ48P6VCZx .item:focus,
.cid-sJ48P6VCZx span:focus {
  outline: none;
}
.cid-sJ48P6VCZx .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-sJ48P6VCZx .item {
    margin-bottom: 3.25rem;
  }
}
.cid-sJ48P6VCZx .item-img {
  overflow: hidden;
}
.cid-sJ48P6VCZx .item img {
  transition: 0.5s;
}
.cid-sJ48P6VCZx .item:hover img {
  transform: scale(1.2);
}
.cid-sJ48P6VCZx .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJ48P6VCZx .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-sJ48P6VCZx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJ48P6VCZx .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-sJ48P6VCZx .mbr-section-head {
  margin-bottom: 9.37rem;
}
.cid-sJ48P6VCZx .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-sJ48P6VCZx .item-title {
  margin-bottom: 0;
  color: #1d1e22;
  text-align: center;
}
.cid-sJ48P6VCZx .mbr-text,
.cid-sJ48P6VCZx .mbr-section-btn {
  color: #515258;
}
.cid-sJ48P6VCZx .mbr-section-title {
  text-align: center;
}
.cid-sJ48P7xjPD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sJ48P7xjPD a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJ48P7xjPD .align-left {
    text-align: center;
  }
}
.cid-sJ48P7xjPD .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJ48P7xjPD .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sJ48P7xjPD .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sJ48P7xjPD .social-media {
    justify-content: center !important;
  }
}
.cid-sJ48P7xjPD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJ48P7xjPD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJ48P7xjPD .content-text,
.cid-sJ48P7xjPD .inner-text {
  color: #f6f4f2;
}
.cid-sJ48P7xjPD .hidden {
  visibility: visible !important;
}
.cid-sJ49pnSyeQ {
  z-index: 1000;
  width: 100%;
}
.cid-sJ49pnSyeQ nav.navbar {
  position: fixed;
}
.cid-sJ49pnSyeQ .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-sJ49pnSyeQ .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJ49pnSyeQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ49pnSyeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ49pnSyeQ .nav-link {
  position: relative;
}
.cid-sJ49pnSyeQ .container {
  display: flex;
  margin: auto;
}
.cid-sJ49pnSyeQ .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sJ49pnSyeQ .dropdown-menu,
.cid-sJ49pnSyeQ .navbar.opened {
  background: #577515 !important;
}
.cid-sJ49pnSyeQ .nav-item:focus,
.cid-sJ49pnSyeQ .nav-link:focus {
  outline: none;
}
.cid-sJ49pnSyeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ49pnSyeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ49pnSyeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sJ49pnSyeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ49pnSyeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ49pnSyeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ49pnSyeQ .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-sJ49pnSyeQ .navbar .container {
  transition: all .3s;
}
.cid-sJ49pnSyeQ .navbar.opened {
  transition: all .3s;
}
.cid-sJ49pnSyeQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ49pnSyeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sJ49pnSyeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ49pnSyeQ .navbar.collapsed {
  justify-content: center;
}
.cid-sJ49pnSyeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ49pnSyeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ49pnSyeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ49pnSyeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ49pnSyeQ .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-sJ49pnSyeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ49pnSyeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ49pnSyeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ49pnSyeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ49pnSyeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ49pnSyeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ49pnSyeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ49pnSyeQ .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-sJ49pnSyeQ .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sJ49pnSyeQ .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sJ49pnSyeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ49pnSyeQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ49pnSyeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ49pnSyeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJ49pnSyeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ49pnSyeQ .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sJ49pnSyeQ .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sJ49pnSyeQ .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-sJ49pnSyeQ .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sJ49pnSyeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJ49pnSyeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJ49pnSyeQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ49pnSyeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ49pnSyeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ49pnSyeQ .dropdown-item.active,
.cid-sJ49pnSyeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ49pnSyeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ49pnSyeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ49pnSyeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ49pnSyeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-sJ49pnSyeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ49pnSyeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ49pnSyeQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJ49pnSyeQ .navbar-buttons {
  text-align: center;
}
.cid-sJ49pnSyeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJ49pnSyeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ49pnSyeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ49pnSyeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ49pnSyeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ49pnSyeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ49pnSyeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ49pnSyeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ49pnSyeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ49pnSyeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ49pnSyeQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJ49pnSyeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ49pnSyeQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ49pnSyeQ .navbar {
    height: 70px;
  }
  .cid-sJ49pnSyeQ .navbar.opened {
    height: auto;
  }
  .cid-sJ49pnSyeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ49pouK76 {
  padding-top: 8.4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-sJ49pouK76 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ49pouK76 .mbr-text,
.cid-sJ49pouK76 .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ49pouK76 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sJ49pouK76 .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sJ49pouK76 .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ49pouK76 .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sJ49pouK76 .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sJ49pouK76 .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sJ49pouK76 .mbr-section-subtitle,
.cid-sJ49pouK76 .mbr-section-btn {
  text-align: center;
}
.cid-sJ49ppe4fK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJ49ppe4fK .mbr-section-subtitle {
  color: #577515;
}
.cid-sJ49ppe4fK .mbr-text {
  color: #6c758f;
}
.cid-sJ49pqKE18 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sJ49pqKE18 a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJ49pqKE18 .align-left {
    text-align: center;
  }
}
.cid-sJ49pqKE18 .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJ49pqKE18 .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sJ49pqKE18 .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sJ49pqKE18 .social-media {
    justify-content: center !important;
  }
}
.cid-sJ49pqKE18 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJ49pqKE18 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJ49pqKE18 .content-text,
.cid-sJ49pqKE18 .inner-text {
  color: #f6f4f2;
}
.cid-sJ49pqKE18 .hidden {
  visibility: visible !important;
}
.cid-sJ4bDu1P7T {
  z-index: 1000;
  width: 100%;
}
.cid-sJ4bDu1P7T nav.navbar {
  position: fixed;
}
.cid-sJ4bDu1P7T .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-sJ4bDu1P7T .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJ4bDu1P7T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ4bDu1P7T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ4bDu1P7T .nav-link {
  position: relative;
}
.cid-sJ4bDu1P7T .container {
  display: flex;
  margin: auto;
}
.cid-sJ4bDu1P7T .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sJ4bDu1P7T .dropdown-menu,
.cid-sJ4bDu1P7T .navbar.opened {
  background: #577515 !important;
}
.cid-sJ4bDu1P7T .nav-item:focus,
.cid-sJ4bDu1P7T .nav-link:focus {
  outline: none;
}
.cid-sJ4bDu1P7T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ4bDu1P7T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ4bDu1P7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sJ4bDu1P7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ4bDu1P7T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ4bDu1P7T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ4bDu1P7T .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-sJ4bDu1P7T .navbar .container {
  transition: all .3s;
}
.cid-sJ4bDu1P7T .navbar.opened {
  transition: all .3s;
}
.cid-sJ4bDu1P7T .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ4bDu1P7T .navbar .navbar-logo img {
  width: auto;
}
.cid-sJ4bDu1P7T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ4bDu1P7T .navbar.collapsed {
  justify-content: center;
}
.cid-sJ4bDu1P7T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ4bDu1P7T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ4bDu1P7T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ4bDu1P7T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ4bDu1P7T .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-sJ4bDu1P7T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ4bDu1P7T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ4bDu1P7T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ4bDu1P7T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ4bDu1P7T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ4bDu1P7T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ4bDu1P7T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ4bDu1P7T .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-sJ4bDu1P7T .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sJ4bDu1P7T .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sJ4bDu1P7T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ4bDu1P7T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ4bDu1P7T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ4bDu1P7T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJ4bDu1P7T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ4bDu1P7T .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sJ4bDu1P7T .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sJ4bDu1P7T .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-sJ4bDu1P7T .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sJ4bDu1P7T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJ4bDu1P7T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJ4bDu1P7T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ4bDu1P7T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ4bDu1P7T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ4bDu1P7T .dropdown-item.active,
.cid-sJ4bDu1P7T .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ4bDu1P7T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ4bDu1P7T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ4bDu1P7T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ4bDu1P7T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-sJ4bDu1P7T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ4bDu1P7T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ4bDu1P7T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJ4bDu1P7T .navbar-buttons {
  text-align: center;
}
.cid-sJ4bDu1P7T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJ4bDu1P7T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ4bDu1P7T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ4bDu1P7T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ4bDu1P7T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ4bDu1P7T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ4bDu1P7T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ4bDu1P7T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ4bDu1P7T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ4bDu1P7T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ4bDu1P7T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJ4bDu1P7T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ4bDu1P7T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ4bDu1P7T .navbar {
    height: 70px;
  }
  .cid-sJ4bDu1P7T .navbar.opened {
    height: auto;
  }
  .cid-sJ4bDu1P7T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ4bDuJZbn {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-sJ4bDuJZbn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ4bDuJZbn .mbr-text,
.cid-sJ4bDuJZbn .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ4bDuJZbn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sJ4bDuJZbn .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sJ4bDuJZbn .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ4bDuJZbn .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sJ4bDuJZbn .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sJ4bDuJZbn .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sJ4bDuJZbn .mbr-section-subtitle,
.cid-sJ4bDuJZbn .mbr-section-btn {
  text-align: center;
}
.cid-sJ4c8Khrct {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ4c8Khrct .video-wrapper iframe {
  width: 100%;
}
.cid-sJ4c8Khrct .mbr-section-title,
.cid-sJ4c8Khrct .mbr-section-subtitle,
.cid-sJ4c8Khrct .mbr-text {
  text-align: center;
}
.cid-sJ4cbwwtm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ4cbwwtm7 .video-wrapper iframe {
  width: 100%;
}
.cid-sJ4cbwwtm7 .mbr-section-title,
.cid-sJ4cbwwtm7 .mbr-section-subtitle,
.cid-sJ4cbwwtm7 .mbr-text {
  text-align: center;
}
.cid-sJ4cdLLqeI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ4cdLLqeI .video-wrapper iframe {
  width: 100%;
}
.cid-sJ4cdLLqeI .mbr-section-title,
.cid-sJ4cdLLqeI .mbr-section-subtitle,
.cid-sJ4cdLLqeI .mbr-text {
  text-align: center;
}
.cid-sJ4bDx2Zqp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sJ4bDx2Zqp .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-sJ4bDx2Zqp .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJ4bDx2Zqp .image-block:hover:before {
  opacity: 0;
}
.cid-sJ4bDx2Zqp .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJ4bDx2Zqp .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJ4bDx2Zqp h4 {
  letter-spacing: 2px;
}
.cid-sJ4bDx2Zqp figcaption {
  position: relative;
}
.cid-sJ4bDx2Zqp figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJ4bDx2Zqp img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJ4bDx2Zqp .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJ4bDx2Zqp .wrap {
    opacity: 1!important;
  }
  .cid-sJ4bDx2Zqp .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJ4bDxxJHM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sJ4bDxxJHM a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJ4bDxxJHM .align-left {
    text-align: center;
  }
}
.cid-sJ4bDxxJHM .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJ4bDxxJHM .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sJ4bDxxJHM .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sJ4bDxxJHM .social-media {
    justify-content: center !important;
  }
}
.cid-sJ4bDxxJHM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJ4bDxxJHM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJ4bDxxJHM .content-text,
.cid-sJ4bDxxJHM .inner-text {
  color: #f6f4f2;
}
.cid-sJ4bDxxJHM .hidden {
  visibility: visible !important;
}
.cid-sJ4dvJbOfm {
  z-index: 1000;
  width: 100%;
}
.cid-sJ4dvJbOfm nav.navbar {
  position: fixed;
}
.cid-sJ4dvJbOfm .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-sJ4dvJbOfm .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJ4dvJbOfm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ4dvJbOfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ4dvJbOfm .nav-link {
  position: relative;
}
.cid-sJ4dvJbOfm .container {
  display: flex;
  margin: auto;
}
.cid-sJ4dvJbOfm .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sJ4dvJbOfm .dropdown-menu,
.cid-sJ4dvJbOfm .navbar.opened {
  background: #577515 !important;
}
.cid-sJ4dvJbOfm .nav-item:focus,
.cid-sJ4dvJbOfm .nav-link:focus {
  outline: none;
}
.cid-sJ4dvJbOfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ4dvJbOfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ4dvJbOfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sJ4dvJbOfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ4dvJbOfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ4dvJbOfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ4dvJbOfm .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(87, 117, 21, 0.6);
}
.cid-sJ4dvJbOfm .navbar .container {
  transition: all .3s;
}
.cid-sJ4dvJbOfm .navbar.opened {
  transition: all .3s;
}
.cid-sJ4dvJbOfm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJ4dvJbOfm .navbar .navbar-logo img {
  width: auto;
}
.cid-sJ4dvJbOfm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ4dvJbOfm .navbar.collapsed {
  justify-content: center;
}
.cid-sJ4dvJbOfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ4dvJbOfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ4dvJbOfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ4dvJbOfm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ4dvJbOfm .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-sJ4dvJbOfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ4dvJbOfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ4dvJbOfm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ4dvJbOfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ4dvJbOfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ4dvJbOfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ4dvJbOfm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ4dvJbOfm .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-sJ4dvJbOfm .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sJ4dvJbOfm .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sJ4dvJbOfm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ4dvJbOfm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ4dvJbOfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ4dvJbOfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJ4dvJbOfm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ4dvJbOfm .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sJ4dvJbOfm .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sJ4dvJbOfm .navbar.navbar-short .container {
  background-color: #577515;
}
@media (max-width: 991.98px) {
  .cid-sJ4dvJbOfm .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sJ4dvJbOfm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJ4dvJbOfm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJ4dvJbOfm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ4dvJbOfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ4dvJbOfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ4dvJbOfm .dropdown-item.active,
.cid-sJ4dvJbOfm .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ4dvJbOfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ4dvJbOfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ4dvJbOfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ4dvJbOfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #577515;
}
.cid-sJ4dvJbOfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ4dvJbOfm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ4dvJbOfm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJ4dvJbOfm .navbar-buttons {
  text-align: center;
}
.cid-sJ4dvJbOfm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJ4dvJbOfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ4dvJbOfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ4dvJbOfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ4dvJbOfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ4dvJbOfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ4dvJbOfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ4dvJbOfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ4dvJbOfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ4dvJbOfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ4dvJbOfm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJ4dvJbOfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ4dvJbOfm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ4dvJbOfm .navbar {
    height: 70px;
  }
  .cid-sJ4dvJbOfm .navbar.opened {
    height: auto;
  }
  .cid-sJ4dvJbOfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ4dvKmUgB {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/krakow-park-1280x853.jpg");
}
.cid-sJ4dvKmUgB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ4dvKmUgB .mbr-text,
.cid-sJ4dvKmUgB .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ4dvKmUgB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sJ4dvKmUgB .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sJ4dvKmUgB .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ4dvKmUgB .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sJ4dvKmUgB .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sJ4dvKmUgB .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sJ4dvKmUgB .mbr-section-subtitle,
.cid-sJ4dvKmUgB .mbr-section-btn {
  text-align: center;
}
.cid-sJ4dRSW6H1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ4dRSW6H1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sJ4dRSW6H1 .img-item,
.cid-sJ4dRSW6H1 img {
  height: 100%;
  object-fit: cover;
}
.cid-sJ4dRSW6H1 .img-col {
  padding: 0;
}
.cid-sJ4dRSW6H1 .col-auto {
  width: 100%;
}
.cid-sJ4dRSW6H1 .wrapper {
  background: #577515;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sJ4dRSW6H1 .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sJ4dRSW6H1 textarea {
  min-height: 200px;
}
.cid-sJ4dRSW6H1 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sJ4dRSW6H1 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sJ4dRSW6H1 .form-control,
.cid-sJ4dRSW6H1 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJ4dRSW6H1 .form-control::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .field-input::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .form-control::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sJ4dRSW6H1 .form-control:-moz-placeholder,
.cid-sJ4dRSW6H1 .field-input:-moz-placeholder,
.cid-sJ4dRSW6H1 .form-control:-moz-placeholder,
.cid-sJ4dRSW6H1 .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sJ4dRSW6H1 .form-control:hover,
.cid-sJ4dRSW6H1 .field-input:hover,
.cid-sJ4dRSW6H1 .form-control:focus,
.cid-sJ4dRSW6H1 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sJ4dRSW6H1 .form-control:hover::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .field-input:hover::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .form-control:focus::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .field-input:focus::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .form-control:hover::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .field-input:hover::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .form-control:focus::-webkit-input-placeholder,
.cid-sJ4dRSW6H1 .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sJ4dRSW6H1 .form-control:hover:-moz-placeholder,
.cid-sJ4dRSW6H1 .field-input:hover:-moz-placeholder,
.cid-sJ4dRSW6H1 .form-control:focus:-moz-placeholder,
.cid-sJ4dRSW6H1 .field-input:focus:-moz-placeholder,
.cid-sJ4dRSW6H1 .form-control:hover:-moz-placeholder,
.cid-sJ4dRSW6H1 .field-input:hover:-moz-placeholder,
.cid-sJ4dRSW6H1 .form-control:focus:-moz-placeholder,
.cid-sJ4dRSW6H1 .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sJ4dRSW6H1 .jq-number__spin:hover,
.cid-sJ4dRSW6H1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sJ4dRSW6H1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJ4dRSW6H1 .jq-selectbox li,
.cid-sJ4dRSW6H1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJ4dRSW6H1 .jq-selectbox li:hover,
.cid-sJ4dRSW6H1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJ4dRSW6H1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sJ4dRSW6H1 .jq-number__spin.minus:hover:after,
.cid-sJ4dRSW6H1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJ4dRSW6H1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sJ4dRSW6H1 .jq-number__spin.minus:after,
.cid-sJ4dRSW6H1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJ4dRSW6H1 input::-webkit-clear-button {
  display: none;
}
.cid-sJ4dRSW6H1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sJ4dRSW6H1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sJ4dRSW6H1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sJ4dRSW6H1 H4 {
  color: #777777;
}
.cid-sJ4dRSW6H1 H3 {
  color: #ffffff;
}
.cid-sJ4dvMFsf8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sJ4dvMFsf8 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-sJ4dvMFsf8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJ4dvMFsf8 .image-block:hover:before {
  opacity: 0;
}
.cid-sJ4dvMFsf8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJ4dvMFsf8 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJ4dvMFsf8 h4 {
  letter-spacing: 2px;
}
.cid-sJ4dvMFsf8 figcaption {
  position: relative;
}
.cid-sJ4dvMFsf8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJ4dvMFsf8 img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJ4dvMFsf8 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJ4dvMFsf8 .wrap {
    opacity: 1!important;
  }
  .cid-sJ4dvMFsf8 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJ4dvNcSFf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sJ4dvNcSFf a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJ4dvNcSFf .align-left {
    text-align: center;
  }
}
.cid-sJ4dvNcSFf .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sJ4dvNcSFf .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sJ4dvNcSFf .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sJ4dvNcSFf .social-media {
    justify-content: center !important;
  }
}
.cid-sJ4dvNcSFf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sJ4dvNcSFf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sJ4dvNcSFf .content-text,
.cid-sJ4dvNcSFf .inner-text {
  color: #f6f4f2;
}
.cid-sJ4dvNcSFf .hidden {
  visibility: visible !important;
}
