body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.7rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e4d295 !important;
}
.bg-success {
  background-color: #ed1c24 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #6aaa0b !important;
}
.bg-danger {
  background-color: #6f68cf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #e4d295 !important;
  background-color: transparent !important;
  border-color: #e4d295 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e1103 !important;
  border-color: #7e1103 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #7e1103 !important;
  background-color: transparent !important;
  border-color: #7e1103 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #330701 !important;
  border-color: #330701 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ed1c24 !important;
  background-color: transparent !important;
  border-color: #ed1c24 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #af0e14 !important;
  border-color: #af0e14 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6aaa0b !important;
  border-color: #6aaa0b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6aaa0b !important;
  background-color: transparent !important;
  border-color: #6aaa0b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3d6206 !important;
  border-color: #3d6206 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6f68cf !important;
  border-color: #6f68cf !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #6f68cf !important;
  background-color: transparent !important;
  border-color: #6f68cf !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4139b2 !important;
  border-color: #4139b2 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1a0401;
  color: #1a0401;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e1103;
  border-color: #7e1103;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1103 !important;
  border-color: #7e1103 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #970c11;
  color: #970c11;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2e4a05;
  color: #2e4a05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #6aaa0b;
  border-color: #6aaa0b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6aaa0b !important;
  border-color: #6aaa0b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #3a329f;
  color: #3a329f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #6f68cf;
  border-color: #6f68cf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6f68cf !important;
  border-color: #6f68cf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e4d295 !important;
}
.text-secondary {
  color: #7e1103 !important;
}
.text-success {
  color: #ed1c24 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #6aaa0b !important;
}
.text-danger {
  color: #6f68cf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7e1103 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1a0401 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7e1103 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e1103 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #7e1103 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7e1103 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #7e1103 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #7e1103 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #6aaa0b;
}
.alert-danger {
  background-color: #6f68cf;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4d295;
  border-color: #e4d295;
  color: #76621e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e4d295;
}
.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: #fcd9da;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #acf342;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Old Standard TT', serif;
  font-size: 1.3rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #e4d295;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4d295;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4d295;
  border-bottom-color: #e4d295;
}
.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: #e4d295 !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: #7e1103 !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%;
}
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='%23e4d295' %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;
}
.cid-ry1HiBzwy8 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-ry1HiBzwy8 .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-ry1HiBzwy8 .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ry1HiBzwy8 .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ry1HiBzwy8 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ry1HiBzwy8 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ry1HiBzwy8 H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ry1HiBzwy8 H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-rytgYup9Mw {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rytgYup9Mw .media-content .btn-bgr {
  z-index: 0;
}
.cid-rytgYup9Mw .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rytgYup9Mw h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rytgYup9Mw p {
  color: #464646;
}
.cid-rytgYup9Mw h2 {
  color: #000000;
}
.cid-rytgYup9Mw .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rytgYup9Mw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rytgYup9Mw .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rytgYup9Mw .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rytgYup9Mw .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rytgYup9Mw .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rytgYup9Mw .mbr-text {
    text-align: center;
  }
}
.cid-rytgYup9Mw .mbr-section-title,
.cid-rytgYup9Mw .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-rytgYup9Mw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rytgYup9Mw P {
  color: #464646;
  text-align: left;
}
.cid-udddw2sdex {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udddw2sdex .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udddw2sdex H2 {
  color: #6aaa0b;
}
.cid-udddw2sdex H3 {
  color: #36404c;
}
.cid-udddw2sdex .mbr-text,
.cid-udddw2sdex .mbr-section-btn {
  color: #464646;
}
@media (max-width: 992px) {
  .cid-udddw2sdex .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-udddw2sdex img {
  filter: invert(0.5);
  width: auto;
}
.cid-udddw2sdex .mbr-fallback-image.disabled {
  display: none;
}
.cid-udddw2sdex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udeRoxKzc8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udeRoxKzc8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udeRoxKzc8 H2 {
  color: #6aaa0b;
}
.cid-udeRoxKzc8 H3 {
  color: #36404c;
}
.cid-udeRoxKzc8 .mbr-text,
.cid-udeRoxKzc8 .mbr-section-btn {
  color: #464646;
}
@media (max-width: 992px) {
  .cid-udeRoxKzc8 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-udeRoxKzc8 img {
  filter: invert(0.5);
  width: auto;
}
.cid-udeRoxKzc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udeRoxKzc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rythv1BNrK {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rythv1BNrK .media-content .btn-bgr {
  z-index: 0;
}
.cid-rythv1BNrK .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rythv1BNrK h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rythv1BNrK p {
  color: #464646;
}
.cid-rythv1BNrK h2 {
  color: #000000;
}
.cid-rythv1BNrK .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rythv1BNrK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rythv1BNrK .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rythv1BNrK .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rythv1BNrK .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rythv1BNrK .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rythv1BNrK .mbr-text {
    text-align: center;
  }
}
.cid-rythv1BNrK .mbr-section-title,
.cid-rythv1BNrK .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-rythv1BNrK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rythv1BNrK P {
  color: #464646;
}
.cid-rwI9wAStSq {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/ola-argentinskega-tanga-2000x1045.webp");
}
.cid-rwI9wAStSq .mbr-text,
.cid-rwI9wAStSq .mbr-section-btn {
  color: #962f28;
}
.cid-rwI9wAStSq H1 {
  color: #962f28;
}
.cid-ry8yA8hj7d {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ry8yA8hj7d .media-content .btn-bgr {
  z-index: 0;
}
.cid-ry8yA8hj7d .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ry8yA8hj7d h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ry8yA8hj7d p {
  color: #464646;
}
.cid-ry8yA8hj7d h2 {
  color: #000000;
}
.cid-ry8yA8hj7d .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ry8yA8hj7d .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ry8yA8hj7d .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-ry8yA8hj7d .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ry8yA8hj7d .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ry8yA8hj7d .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ry8yA8hj7d .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ry8yA8hj7d .mbr-text {
    text-align: center;
  }
}
.cid-ry8yA8hj7d .mbr-section-title,
.cid-ry8yA8hj7d .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-ry8yA8hj7d .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry8yA8hj7d P {
  color: #464646;
}
.cid-ry8yxn7lO6 {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ry8yxn7lO6 .media-content .btn-bgr {
  z-index: 0;
}
.cid-ry8yxn7lO6 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ry8yxn7lO6 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ry8yxn7lO6 p {
  color: #464646;
}
.cid-ry8yxn7lO6 h2 {
  color: #000000;
}
.cid-ry8yxn7lO6 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-ry8yxn7lO6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ry8yxn7lO6 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-ry8yxn7lO6 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ry8yxn7lO6 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ry8yxn7lO6 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-ry8yxn7lO6 .mbr-text {
    text-align: center;
  }
}
.cid-ry8yxn7lO6 .mbr-section-title,
.cid-ry8yxn7lO6 .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-ry8yxn7lO6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry8yxn7lO6 P {
  color: #464646;
}
.cid-rwIguA2Vxf {
  padding-top: 90px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/shutterstock-605495633-2000x1333.webp");
}
.cid-rwIguA2Vxf H1 {
  color: #e4d295;
  text-shadow: 1px 1px 1px #000000;
}
.cid-uer0x8HUDU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uer0x8HUDU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
  margin-center: 5rem;
}
.cid-uer0x8HUDU H2 {
  color: #6aaa0b;
  text-align: center;
}
.cid-uer0x8HUDU H3 {
  color: #36404c;
}
.cid-uer0x8HUDU .mbr-text,
.cid-uer0x8HUDU .mbr-section-btn {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uer0x8HUDU .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uer0x8HUDU img {
  filter: invert(0.5);
  width: auto;
}
.cid-uer0x8HUDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uer0x8HUDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uereQurOWS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uereQurOWS .img-container {
  position: relative;
}
.cid-uereQurOWS .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uereQurOWS .image-wrapper img {
  width: 100%;
  height: 36vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uereQurOWS .image-wrapper img {
    height: auto;
  }
}
.cid-uereQurOWS .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uereQurOWS .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uereQurOWS .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-rAQ739XJwY {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ739XJwY section {
  position: relative;
}
.cid-rAQ739XJwY h4 {
  margin: 0;
}
.cid-rAQ739XJwY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ739XJwY a {
  font-weight: 300;
}
.cid-rAQ739XJwY .img1 {
  color: #e4d295;
}
.cid-rAQ739XJwY .img2 {
  color: #6aaa0b;
}
.cid-rAQ739XJwY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ739XJwY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ739XJwY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ739XJwY .item,
.cid-rAQ739XJwY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ739XJwY .item h4,
.cid-rAQ739XJwY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ739XJwY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ739XJwY .item {
    justify-content: center;
  }
}
.cid-rAQ739XJwY .item-title {
  color: #ffffff;
}
.cid-rAQ739XJwY .text1 {
  color: #ebeced;
}
.cid-rAQ739XJwY .items-title,
.cid-rAQ739XJwY .line-wrap {
  color: #ffffff;
}
.cid-rAQ739XJwY .links-title,
.cid-rAQ739XJwY .line-wrap {
  color: #ffffff;
}
.cid-rAQ739XJwY .link-title {
  color: #ffffff;
}
.cid-ry7xL64oqo.popup-builder {
  background-color: #ffffff;
}
.cid-ry7xL64oqo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ry7xL64oqo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ry7xL64oqo .modal-content,
.cid-ry7xL64oqo .modal-dialog {
  height: auto;
}
.cid-ry7xL64oqo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ry7xL64oqo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ry7xL64oqo .form-wrapper .mbr-form .form-group,
  .cid-ry7xL64oqo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ry7xL64oqo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ry7xL64oqo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ry7xL64oqo .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ry7xL64oqo .pt-0 {
  padding-top: 0 !important;
}
.cid-ry7xL64oqo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ry7xL64oqo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ry7xL64oqo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ry7xL64oqo .modal-open {
  overflow: hidden;
}
.cid-ry7xL64oqo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ry7xL64oqo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ry7xL64oqo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ry7xL64oqo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ry7xL64oqo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ry7xL64oqo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ry7xL64oqo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ry7xL64oqo .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ry7xL64oqo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ry7xL64oqo .modal-backdrop.fade {
  opacity: 0;
}
.cid-ry7xL64oqo .modal-backdrop.show {
  opacity: .5;
}
.cid-ry7xL64oqo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ry7xL64oqo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ry7xL64oqo .modal-header .close:hover {
  opacity: 1;
}
.cid-ry7xL64oqo .modal-header .close:focus {
  outline: none;
}
.cid-ry7xL64oqo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ry7xL64oqo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ry7xL64oqo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ry7xL64oqo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ry7xL64oqo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ry7xL64oqo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ry7xL64oqo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ry7xL64oqo .modal-sm {
    max-width: 300px;
  }
  .cid-ry7xL64oqo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ry7xL64oqo .modal-lg,
  .cid-ry7xL64oqo .modal-xl {
    max-width: 800px;
  }
  .cid-ry7xL64oqo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ry7xL64oqo .modal-xl {
    max-width: 1140px;
  }
  .cid-ry7xL64oqo .container {
    max-width: 1140px;
  }
}
.cid-ry7xL64oqo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ry7xL64oqo .container {
    max-width: 720px;
  }
}
.cid-ry7xL64oqo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ry7xL64oqo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ry7xL64oqo .form-group {
  margin-bottom: 1rem;
}
.cid-ry7xL64oqo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ry7xL64oqo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ry7xL64oqo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ry2KzlER4p {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-ry2KzlER4p .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-ry2KzlER4p .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ry2KzlER4p .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ry2KzlER4p img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ry2KzlER4p .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ry2KzlER4p H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ry2KzlER4p H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-rysHVzTNN8 {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rysHVzTNN8 .media-content .btn-bgr {
  z-index: 0;
}
.cid-rysHVzTNN8 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rysHVzTNN8 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rysHVzTNN8 p {
  color: #464646;
}
.cid-rysHVzTNN8 h2 {
  color: #000000;
}
.cid-rysHVzTNN8 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rysHVzTNN8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rysHVzTNN8 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rysHVzTNN8 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rysHVzTNN8 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rysHVzTNN8 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rysHVzTNN8 .mbr-text {
    text-align: center;
  }
}
.cid-rysHVzTNN8 .mbr-section-title,
.cid-rysHVzTNN8 .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-rysHVzTNN8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rysHVzTNN8 P {
  color: #434343;
}
.cid-rAQ703zA3T {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ703zA3T section {
  position: relative;
}
.cid-rAQ703zA3T h4 {
  margin: 0;
}
.cid-rAQ703zA3T img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ703zA3T a {
  font-weight: 300;
}
.cid-rAQ703zA3T .img1 {
  color: #e4d295;
}
.cid-rAQ703zA3T .img2 {
  color: #6aaa0b;
}
.cid-rAQ703zA3T .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ703zA3T .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ703zA3T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ703zA3T .item,
.cid-rAQ703zA3T .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ703zA3T .item h4,
.cid-rAQ703zA3T .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ703zA3T .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ703zA3T .item {
    justify-content: center;
  }
}
.cid-rAQ703zA3T .item-title {
  color: #ffffff;
}
.cid-rAQ703zA3T .text1 {
  color: #ebeced;
}
.cid-rAQ703zA3T .items-title,
.cid-rAQ703zA3T .line-wrap {
  color: #ffffff;
}
.cid-rAQ703zA3T .links-title,
.cid-rAQ703zA3T .line-wrap {
  color: #ffffff;
}
.cid-rAQ703zA3T .link-title {
  color: #ffffff;
}
.cid-rypVQqvXZQ.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqvXZQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqvXZQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqvXZQ .modal-content,
.cid-rypVQqvXZQ .modal-dialog {
  height: auto;
}
.cid-rypVQqvXZQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqvXZQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqvXZQ .form-wrapper .mbr-form .form-group,
  .cid-rypVQqvXZQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqvXZQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqvXZQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqvXZQ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqvXZQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqvXZQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqvXZQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqvXZQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqvXZQ .modal-open {
  overflow: hidden;
}
.cid-rypVQqvXZQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqvXZQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqvXZQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqvXZQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqvXZQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqvXZQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqvXZQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqvXZQ .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqvXZQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqvXZQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqvXZQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqvXZQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqvXZQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqvXZQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqvXZQ .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqvXZQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqvXZQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqvXZQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqvXZQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqvXZQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqvXZQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqvXZQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqvXZQ .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqvXZQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqvXZQ .modal-lg,
  .cid-rypVQqvXZQ .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqvXZQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqvXZQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqvXZQ .container {
    max-width: 1140px;
  }
}
.cid-rypVQqvXZQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqvXZQ .container {
    max-width: 720px;
  }
}
.cid-rypVQqvXZQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqvXZQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqvXZQ .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqvXZQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqvXZQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqvXZQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-udePJ2X39F {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-udePJ2X39F .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-udePJ2X39F .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-udePJ2X39F .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-udePJ2X39F img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-udePJ2X39F .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-udePJ2X39F H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-udePJ2X39F H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-udeQhdhI2E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udeQhdhI2E .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udeQhdhI2E H2 {
  color: #6aaa0b;
}
.cid-udeQhdhI2E H3 {
  color: #36404c;
}
.cid-udeQhdhI2E .mbr-text,
.cid-udeQhdhI2E .mbr-section-btn {
  color: #464646;
}
@media (max-width: 992px) {
  .cid-udeQhdhI2E .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-udeQhdhI2E img {
  filter: invert(0.5);
  width: auto;
}
.cid-udeQhdhI2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-udeQhdhI2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udePJ3ADf7 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-udePJ3ADf7 section {
  position: relative;
}
.cid-udePJ3ADf7 h4 {
  margin: 0;
}
.cid-udePJ3ADf7 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-udePJ3ADf7 a {
  font-weight: 300;
}
.cid-udePJ3ADf7 .img1 {
  color: #e4d295;
}
.cid-udePJ3ADf7 .img2 {
  color: #6aaa0b;
}
.cid-udePJ3ADf7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udePJ3ADf7 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udePJ3ADf7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udePJ3ADf7 .item,
.cid-udePJ3ADf7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-udePJ3ADf7 .item h4,
.cid-udePJ3ADf7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-udePJ3ADf7 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-udePJ3ADf7 .item {
    justify-content: center;
  }
}
.cid-udePJ3ADf7 .item-title {
  color: #ffffff;
}
.cid-udePJ3ADf7 .text1 {
  color: #ebeced;
}
.cid-udePJ3ADf7 .items-title,
.cid-udePJ3ADf7 .line-wrap {
  color: #ffffff;
}
.cid-udePJ3ADf7 .links-title,
.cid-udePJ3ADf7 .line-wrap {
  color: #ffffff;
}
.cid-udePJ3ADf7 .link-title {
  color: #ffffff;
}
.cid-udePJ44SfY.popup-builder {
  background-color: #ffffff;
}
.cid-udePJ44SfY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udePJ44SfY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udePJ44SfY .modal-content,
.cid-udePJ44SfY .modal-dialog {
  height: auto;
}
.cid-udePJ44SfY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udePJ44SfY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udePJ44SfY .form-wrapper .mbr-form .form-group,
  .cid-udePJ44SfY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udePJ44SfY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udePJ44SfY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udePJ44SfY .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-udePJ44SfY .pt-0 {
  padding-top: 0 !important;
}
.cid-udePJ44SfY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udePJ44SfY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udePJ44SfY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udePJ44SfY .modal-open {
  overflow: hidden;
}
.cid-udePJ44SfY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udePJ44SfY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udePJ44SfY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udePJ44SfY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udePJ44SfY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udePJ44SfY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udePJ44SfY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udePJ44SfY .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udePJ44SfY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udePJ44SfY .modal-backdrop.fade {
  opacity: 0;
}
.cid-udePJ44SfY .modal-backdrop.show {
  opacity: .5;
}
.cid-udePJ44SfY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-udePJ44SfY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udePJ44SfY .modal-header .close:hover {
  opacity: 1;
}
.cid-udePJ44SfY .modal-header .close:focus {
  outline: none;
}
.cid-udePJ44SfY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-udePJ44SfY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-udePJ44SfY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-udePJ44SfY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udePJ44SfY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udePJ44SfY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udePJ44SfY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udePJ44SfY .modal-sm {
    max-width: 300px;
  }
  .cid-udePJ44SfY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-udePJ44SfY .modal-lg,
  .cid-udePJ44SfY .modal-xl {
    max-width: 800px;
  }
  .cid-udePJ44SfY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-udePJ44SfY .modal-xl {
    max-width: 1140px;
  }
  .cid-udePJ44SfY .container {
    max-width: 1140px;
  }
}
.cid-udePJ44SfY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-udePJ44SfY .container {
    max-width: 720px;
  }
}
.cid-udePJ44SfY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udePJ44SfY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udePJ44SfY .form-group {
  margin-bottom: 1rem;
}
.cid-udePJ44SfY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udePJ44SfY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udePJ44SfY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udePJ4rsHb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-udePJ4rsHb .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-udePJ4rsHb section {
  position: relative;
}
.cid-udePJ4rsHb h4 {
  margin: 0;
}
.cid-udePJ4rsHb a {
  font-weight: 300;
}
.cid-udePJ4rsHb .row {
  align-items: center;
}
.cid-udePJ4rsHb .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-udePJ4rsHb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-udePJ4rsHb .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-udePJ4rsHb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udePJ4rsHb .align-left {
    text-align: center;
  }
  .cid-udePJ4rsHb .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-udePJ4rsHb .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-udePJ4rsHb .item {
    padding-bottom: 0.5rem;
  }
}
.cid-udePJ4rsHb .item-title {
  color: #c1c1c1;
}
.cid-udePJ4rsHb H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uddVBdqITG {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-uddVBdqITG .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-uddVBdqITG .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-uddVBdqITG .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uddVBdqITG img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uddVBdqITG .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uddVBdqITG H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-uddVBdqITG H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-uddWGPaQbY {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ebeced;
}
.cid-uddWGPaQbY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed1c24;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uddWGPaQbY H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-uddWGPaQbY H3 {
  color: #36404c;
}
.cid-uddWGPaQbY .mbr-text,
.cid-uddWGPaQbY .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uddWGPaQbY .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uddWGPaQbY img {
  filter: invert(0.5);
}
.cid-uddVBfPww3 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-uddVBfPww3 section {
  position: relative;
}
.cid-uddVBfPww3 h4 {
  margin: 0;
}
.cid-uddVBfPww3 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-uddVBfPww3 a {
  font-weight: 300;
}
.cid-uddVBfPww3 .img1 {
  color: #e4d295;
}
.cid-uddVBfPww3 .img2 {
  color: #6aaa0b;
}
.cid-uddVBfPww3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uddVBfPww3 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uddVBfPww3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uddVBfPww3 .item,
.cid-uddVBfPww3 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uddVBfPww3 .item h4,
.cid-uddVBfPww3 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uddVBfPww3 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-uddVBfPww3 .item {
    justify-content: center;
  }
}
.cid-uddVBfPww3 .item-title {
  color: #ffffff;
}
.cid-uddVBfPww3 .text1 {
  color: #ebeced;
}
.cid-uddVBfPww3 .items-title,
.cid-uddVBfPww3 .line-wrap {
  color: #ffffff;
}
.cid-uddVBfPww3 .links-title,
.cid-uddVBfPww3 .line-wrap {
  color: #ffffff;
}
.cid-uddVBfPww3 .link-title {
  color: #ffffff;
}
.cid-uddVBgsWpI.popup-builder {
  background-color: #ffffff;
}
.cid-uddVBgsWpI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uddVBgsWpI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uddVBgsWpI .modal-content,
.cid-uddVBgsWpI .modal-dialog {
  height: auto;
}
.cid-uddVBgsWpI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uddVBgsWpI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uddVBgsWpI .form-wrapper .mbr-form .form-group,
  .cid-uddVBgsWpI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uddVBgsWpI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uddVBgsWpI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uddVBgsWpI .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uddVBgsWpI .pt-0 {
  padding-top: 0 !important;
}
.cid-uddVBgsWpI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uddVBgsWpI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uddVBgsWpI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uddVBgsWpI .modal-open {
  overflow: hidden;
}
.cid-uddVBgsWpI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uddVBgsWpI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uddVBgsWpI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uddVBgsWpI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uddVBgsWpI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uddVBgsWpI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uddVBgsWpI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uddVBgsWpI .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uddVBgsWpI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uddVBgsWpI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uddVBgsWpI .modal-backdrop.show {
  opacity: .5;
}
.cid-uddVBgsWpI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uddVBgsWpI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uddVBgsWpI .modal-header .close:hover {
  opacity: 1;
}
.cid-uddVBgsWpI .modal-header .close:focus {
  outline: none;
}
.cid-uddVBgsWpI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-uddVBgsWpI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uddVBgsWpI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uddVBgsWpI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uddVBgsWpI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uddVBgsWpI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uddVBgsWpI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uddVBgsWpI .modal-sm {
    max-width: 300px;
  }
  .cid-uddVBgsWpI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uddVBgsWpI .modal-lg,
  .cid-uddVBgsWpI .modal-xl {
    max-width: 800px;
  }
  .cid-uddVBgsWpI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uddVBgsWpI .modal-xl {
    max-width: 1140px;
  }
  .cid-uddVBgsWpI .container {
    max-width: 1140px;
  }
}
.cid-uddVBgsWpI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uddVBgsWpI .container {
    max-width: 720px;
  }
}
.cid-uddVBgsWpI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uddVBgsWpI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uddVBgsWpI .form-group {
  margin-bottom: 1rem;
}
.cid-uddVBgsWpI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uddVBgsWpI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uddVBgsWpI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uddVBh0uMb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uddVBh0uMb .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uddVBh0uMb section {
  position: relative;
}
.cid-uddVBh0uMb h4 {
  margin: 0;
}
.cid-uddVBh0uMb a {
  font-weight: 300;
}
.cid-uddVBh0uMb .row {
  align-items: center;
}
.cid-uddVBh0uMb .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uddVBh0uMb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uddVBh0uMb .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-uddVBh0uMb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uddVBh0uMb .align-left {
    text-align: center;
  }
  .cid-uddVBh0uMb .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uddVBh0uMb .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uddVBh0uMb .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uddVBh0uMb .item-title {
  color: #c1c1c1;
}
.cid-uddVBh0uMb H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udeq19eWXf {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-udeq19eWXf .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-udeq19eWXf .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-udeq19eWXf .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-udeq19eWXf img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-udeq19eWXf .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-udeq19eWXf H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-udeq19eWXf H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-udeq19QmqY {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-udeq19QmqY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed1c24;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udeq19QmqY H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-udeq19QmqY H3 {
  color: #36404c;
}
.cid-udeq19QmqY .mbr-text,
.cid-udeq19QmqY .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udeq19QmqY .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-udeq19QmqY img {
  filter: invert(0.5);
}
.cid-udeq1aiJ4r {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-udeq1aiJ4r section {
  position: relative;
}
.cid-udeq1aiJ4r h4 {
  margin: 0;
}
.cid-udeq1aiJ4r img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-udeq1aiJ4r a {
  font-weight: 300;
}
.cid-udeq1aiJ4r .img1 {
  color: #e4d295;
}
.cid-udeq1aiJ4r .img2 {
  color: #6aaa0b;
}
.cid-udeq1aiJ4r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udeq1aiJ4r .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udeq1aiJ4r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udeq1aiJ4r .item,
.cid-udeq1aiJ4r .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-udeq1aiJ4r .item h4,
.cid-udeq1aiJ4r .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-udeq1aiJ4r .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-udeq1aiJ4r .item {
    justify-content: center;
  }
}
.cid-udeq1aiJ4r .item-title {
  color: #ffffff;
}
.cid-udeq1aiJ4r .text1 {
  color: #ebeced;
}
.cid-udeq1aiJ4r .items-title,
.cid-udeq1aiJ4r .line-wrap {
  color: #ffffff;
}
.cid-udeq1aiJ4r .links-title,
.cid-udeq1aiJ4r .line-wrap {
  color: #ffffff;
}
.cid-udeq1aiJ4r .link-title {
  color: #ffffff;
}
.cid-udeq1aZsVM.popup-builder {
  background-color: #ffffff;
}
.cid-udeq1aZsVM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udeq1aZsVM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udeq1aZsVM .modal-content,
.cid-udeq1aZsVM .modal-dialog {
  height: auto;
}
.cid-udeq1aZsVM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udeq1aZsVM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udeq1aZsVM .form-wrapper .mbr-form .form-group,
  .cid-udeq1aZsVM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udeq1aZsVM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udeq1aZsVM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udeq1aZsVM .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-udeq1aZsVM .pt-0 {
  padding-top: 0 !important;
}
.cid-udeq1aZsVM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udeq1aZsVM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udeq1aZsVM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udeq1aZsVM .modal-open {
  overflow: hidden;
}
.cid-udeq1aZsVM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udeq1aZsVM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udeq1aZsVM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udeq1aZsVM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udeq1aZsVM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udeq1aZsVM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udeq1aZsVM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udeq1aZsVM .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udeq1aZsVM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udeq1aZsVM .modal-backdrop.fade {
  opacity: 0;
}
.cid-udeq1aZsVM .modal-backdrop.show {
  opacity: .5;
}
.cid-udeq1aZsVM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-udeq1aZsVM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udeq1aZsVM .modal-header .close:hover {
  opacity: 1;
}
.cid-udeq1aZsVM .modal-header .close:focus {
  outline: none;
}
.cid-udeq1aZsVM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-udeq1aZsVM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-udeq1aZsVM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-udeq1aZsVM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udeq1aZsVM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udeq1aZsVM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udeq1aZsVM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udeq1aZsVM .modal-sm {
    max-width: 300px;
  }
  .cid-udeq1aZsVM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-udeq1aZsVM .modal-lg,
  .cid-udeq1aZsVM .modal-xl {
    max-width: 800px;
  }
  .cid-udeq1aZsVM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-udeq1aZsVM .modal-xl {
    max-width: 1140px;
  }
  .cid-udeq1aZsVM .container {
    max-width: 1140px;
  }
}
.cid-udeq1aZsVM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-udeq1aZsVM .container {
    max-width: 720px;
  }
}
.cid-udeq1aZsVM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udeq1aZsVM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udeq1aZsVM .form-group {
  margin-bottom: 1rem;
}
.cid-udeq1aZsVM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udeq1aZsVM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udeq1aZsVM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udeq1bw7rB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-udeq1bw7rB .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-udeq1bw7rB section {
  position: relative;
}
.cid-udeq1bw7rB h4 {
  margin: 0;
}
.cid-udeq1bw7rB a {
  font-weight: 300;
}
.cid-udeq1bw7rB .row {
  align-items: center;
}
.cid-udeq1bw7rB .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-udeq1bw7rB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-udeq1bw7rB .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-udeq1bw7rB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udeq1bw7rB .align-left {
    text-align: center;
  }
  .cid-udeq1bw7rB .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-udeq1bw7rB .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-udeq1bw7rB .item {
    padding-bottom: 0.5rem;
  }
}
.cid-udeq1bw7rB .item-title {
  color: #c1c1c1;
}
.cid-udeq1bw7rB H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ude6GhJATU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-ude6GhJATU .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-ude6GhJATU .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ude6GhJATU .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ude6GhJATU img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ude6GhJATU .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ude6GhJATU H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ude6GhJATU H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ude6GioWqf {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ebeced;
}
.cid-ude6GioWqf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed1c24;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude6GioWqf H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-ude6GioWqf H3 {
  color: #36404c;
}
.cid-ude6GioWqf .mbr-text,
.cid-ude6GioWqf .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ude6GioWqf .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ude6GioWqf img {
  filter: invert(0.5);
}
.cid-ude6GiTRO6 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ude6GiTRO6 section {
  position: relative;
}
.cid-ude6GiTRO6 h4 {
  margin: 0;
}
.cid-ude6GiTRO6 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ude6GiTRO6 a {
  font-weight: 300;
}
.cid-ude6GiTRO6 .img1 {
  color: #e4d295;
}
.cid-ude6GiTRO6 .img2 {
  color: #6aaa0b;
}
.cid-ude6GiTRO6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude6GiTRO6 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ude6GiTRO6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ude6GiTRO6 .item,
.cid-ude6GiTRO6 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ude6GiTRO6 .item h4,
.cid-ude6GiTRO6 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude6GiTRO6 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ude6GiTRO6 .item {
    justify-content: center;
  }
}
.cid-ude6GiTRO6 .item-title {
  color: #ffffff;
}
.cid-ude6GiTRO6 .text1 {
  color: #ebeced;
}
.cid-ude6GiTRO6 .items-title,
.cid-ude6GiTRO6 .line-wrap {
  color: #ffffff;
}
.cid-ude6GiTRO6 .links-title,
.cid-ude6GiTRO6 .line-wrap {
  color: #ffffff;
}
.cid-ude6GiTRO6 .link-title {
  color: #ffffff;
}
.cid-ude6GjAq55.popup-builder {
  background-color: #ffffff;
}
.cid-ude6GjAq55.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ude6GjAq55.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ude6GjAq55 .modal-content,
.cid-ude6GjAq55 .modal-dialog {
  height: auto;
}
.cid-ude6GjAq55 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ude6GjAq55 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ude6GjAq55 .form-wrapper .mbr-form .form-group,
  .cid-ude6GjAq55 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ude6GjAq55 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ude6GjAq55 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ude6GjAq55 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ude6GjAq55 .pt-0 {
  padding-top: 0 !important;
}
.cid-ude6GjAq55 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ude6GjAq55 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ude6GjAq55 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ude6GjAq55 .modal-open {
  overflow: hidden;
}
.cid-ude6GjAq55 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ude6GjAq55 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ude6GjAq55 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ude6GjAq55 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ude6GjAq55 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ude6GjAq55 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ude6GjAq55 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ude6GjAq55 .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ude6GjAq55 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ude6GjAq55 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ude6GjAq55 .modal-backdrop.show {
  opacity: .5;
}
.cid-ude6GjAq55 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ude6GjAq55 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ude6GjAq55 .modal-header .close:hover {
  opacity: 1;
}
.cid-ude6GjAq55 .modal-header .close:focus {
  outline: none;
}
.cid-ude6GjAq55 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ude6GjAq55 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ude6GjAq55 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ude6GjAq55 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ude6GjAq55 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ude6GjAq55 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ude6GjAq55 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ude6GjAq55 .modal-sm {
    max-width: 300px;
  }
  .cid-ude6GjAq55 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ude6GjAq55 .modal-lg,
  .cid-ude6GjAq55 .modal-xl {
    max-width: 800px;
  }
  .cid-ude6GjAq55 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ude6GjAq55 .modal-xl {
    max-width: 1140px;
  }
  .cid-ude6GjAq55 .container {
    max-width: 1140px;
  }
}
.cid-ude6GjAq55 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ude6GjAq55 .container {
    max-width: 720px;
  }
}
.cid-ude6GjAq55 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ude6GjAq55 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ude6GjAq55 .form-group {
  margin-bottom: 1rem;
}
.cid-ude6GjAq55 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ude6GjAq55 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ude6GjAq55 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ude6GkeggN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ude6GkeggN .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ude6GkeggN section {
  position: relative;
}
.cid-ude6GkeggN h4 {
  margin: 0;
}
.cid-ude6GkeggN a {
  font-weight: 300;
}
.cid-ude6GkeggN .row {
  align-items: center;
}
.cid-ude6GkeggN .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ude6GkeggN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude6GkeggN .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ude6GkeggN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ude6GkeggN .align-left {
    text-align: center;
  }
  .cid-ude6GkeggN .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ude6GkeggN .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ude6GkeggN .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ude6GkeggN .item-title {
  color: #c1c1c1;
}
.cid-ude6GkeggN H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ues2PilI1I {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-ues2PilI1I .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-ues2PilI1I .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ues2PilI1I .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ues2PilI1I img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ues2PilI1I .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ues2PilI1I H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ues2PilI1I H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ues2Pj1yT1 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ebeced;
}
.cid-ues2Pj1yT1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed1c24;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues2Pj1yT1 H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-ues2Pj1yT1 H3 {
  color: #36404c;
}
.cid-ues2Pj1yT1 .mbr-text,
.cid-ues2Pj1yT1 .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ues2Pj1yT1 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ues2Pj1yT1 img {
  filter: invert(0.5);
}
.cid-ues2PjxVER {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ues2PjxVER section {
  position: relative;
}
.cid-ues2PjxVER h4 {
  margin: 0;
}
.cid-ues2PjxVER img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ues2PjxVER a {
  font-weight: 300;
}
.cid-ues2PjxVER .img1 {
  color: #e4d295;
}
.cid-ues2PjxVER .img2 {
  color: #6aaa0b;
}
.cid-ues2PjxVER .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues2PjxVER .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ues2PjxVER .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ues2PjxVER .item,
.cid-ues2PjxVER .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ues2PjxVER .item h4,
.cid-ues2PjxVER .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ues2PjxVER .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ues2PjxVER .item {
    justify-content: center;
  }
}
.cid-ues2PjxVER .item-title {
  color: #ffffff;
}
.cid-ues2PjxVER .text1 {
  color: #ebeced;
}
.cid-ues2PjxVER .items-title,
.cid-ues2PjxVER .line-wrap {
  color: #ffffff;
}
.cid-ues2PjxVER .links-title,
.cid-ues2PjxVER .line-wrap {
  color: #ffffff;
}
.cid-ues2PjxVER .link-title {
  color: #ffffff;
}
.cid-ues2Pkg2A1.popup-builder {
  background-color: #ffffff;
}
.cid-ues2Pkg2A1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ues2Pkg2A1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ues2Pkg2A1 .modal-content,
.cid-ues2Pkg2A1 .modal-dialog {
  height: auto;
}
.cid-ues2Pkg2A1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ues2Pkg2A1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ues2Pkg2A1 .form-wrapper .mbr-form .form-group,
  .cid-ues2Pkg2A1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ues2Pkg2A1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ues2Pkg2A1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ues2Pkg2A1 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ues2Pkg2A1 .pt-0 {
  padding-top: 0 !important;
}
.cid-ues2Pkg2A1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ues2Pkg2A1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ues2Pkg2A1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ues2Pkg2A1 .modal-open {
  overflow: hidden;
}
.cid-ues2Pkg2A1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ues2Pkg2A1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ues2Pkg2A1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ues2Pkg2A1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ues2Pkg2A1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ues2Pkg2A1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ues2Pkg2A1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ues2Pkg2A1 .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ues2Pkg2A1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ues2Pkg2A1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ues2Pkg2A1 .modal-backdrop.show {
  opacity: .5;
}
.cid-ues2Pkg2A1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ues2Pkg2A1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ues2Pkg2A1 .modal-header .close:hover {
  opacity: 1;
}
.cid-ues2Pkg2A1 .modal-header .close:focus {
  outline: none;
}
.cid-ues2Pkg2A1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ues2Pkg2A1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ues2Pkg2A1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ues2Pkg2A1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ues2Pkg2A1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ues2Pkg2A1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ues2Pkg2A1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ues2Pkg2A1 .modal-sm {
    max-width: 300px;
  }
  .cid-ues2Pkg2A1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ues2Pkg2A1 .modal-lg,
  .cid-ues2Pkg2A1 .modal-xl {
    max-width: 800px;
  }
  .cid-ues2Pkg2A1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ues2Pkg2A1 .modal-xl {
    max-width: 1140px;
  }
  .cid-ues2Pkg2A1 .container {
    max-width: 1140px;
  }
}
.cid-ues2Pkg2A1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ues2Pkg2A1 .container {
    max-width: 720px;
  }
}
.cid-ues2Pkg2A1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ues2Pkg2A1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ues2Pkg2A1 .form-group {
  margin-bottom: 1rem;
}
.cid-ues2Pkg2A1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ues2Pkg2A1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ues2Pkg2A1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ues2PkY65E {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ues2PkY65E .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ues2PkY65E section {
  position: relative;
}
.cid-ues2PkY65E h4 {
  margin: 0;
}
.cid-ues2PkY65E a {
  font-weight: 300;
}
.cid-ues2PkY65E .row {
  align-items: center;
}
.cid-ues2PkY65E .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ues2PkY65E .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ues2PkY65E .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ues2PkY65E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ues2PkY65E .align-left {
    text-align: center;
  }
  .cid-ues2PkY65E .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ues2PkY65E .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ues2PkY65E .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ues2PkY65E .item-title {
  color: #c1c1c1;
}
.cid-ues2PkY65E H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ry2y1UwyIk {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/shutterstock-605495633-2000x1333.webp");
}
.cid-ry2y1UwyIk H1 {
  color: #e4d295;
  text-shadow: 1px 1px 1px #000000;
}
.cid-uddk1ZASae {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uddk1ZASae .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-uddk1ZASae .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uddk1ZASae .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uddk1ZASae .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-uddk1ZASae .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-uddk1ZASae .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-uddk1ZASae .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-uddk1ZASae .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-uddk1ZASae .dot {
  display: none;
}
.cid-uddk1ZASae .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uddk1ZASae .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-uddk1ZASae .number-wrap {
    min-width: auto;
  }
  .cid-uddk1ZASae .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-uddk1ZASae .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uddk1ZASae .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-uddk1ZASae .number {
    font-size: 25px;
  }
  .cid-uddk1ZASae .period {
    font-size: 0.8rem;
  }
}
.cid-uddk1ZASae .mbr-section-title,
.cid-uddk1ZASae .line-wrap {
  text-align: center;
}
.cid-uddk1ZASae .mbr-section-title,
.cid-uddk1ZASae .line-wrap,
.cid-uddk1ZASae .logo {
  color: #232323;
  text-align: center;
}
.cid-uddk1ZASae .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uddk1ZASae H4 {
  text-align: center;
  color: #ed1c24;
}
.cid-udduPT0idz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-udduPT0idz .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-udduPT0idz .container-fluid {
  padding: 0;
}
.cid-udduPT0idz img {
  width: 100%;
}
.cid-udduPT0idz .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-udduPT0idz .content {
    padding: 3rem;
  }
}
.cid-udduPT0idz .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-udduPT0idz .img-col {
  padding: 0;
  margin: auto;
}
.cid-udduPT0idz .mbr-text,
.cid-udduPT0idz .mbr-section-btn {
  text-align: left;
}
.cid-udduPT0idz .mbr-section-title {
  text-align: left;
}
.cid-udduMrig6g {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-udduMrig6g .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-udduMrig6g h4 {
  margin: 0;
}
.cid-udduMrig6g .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-udduMrig6g .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-udduMrig6g .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-udduMrig6g .plan-body {
  padding-bottom: 2rem;
}
.cid-udduMrig6g .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udduMrig6g .line1 {
  background: #ed4266;
}
.cid-udduMrig6g .line2 {
  background: #da2c16;
}
.cid-udduMrig6g .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-udduMrig6g .plan {
  word-break: break-word;
  position: relative;
}
.cid-udduMrig6g .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-udduMrig6g .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-udduMrig6g .plan .list-group-item:last-child::after {
  display: none;
}
.cid-udduMrig6g .plan-header,
.cid-udduMrig6g .plan-body {
  background-color: #fff;
}
.cid-udduMrig6g .price-figure {
  font-weight: 700;
}
.cid-udduMrig6g .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-udduMrig6g .md-pb {
    margin-bottom: 2rem;
  }
  .cid-udduMrig6g .price-figure {
    font-size: 3rem;
  }
}
.cid-udduMrig6g .color1 {
  color: #da2c16;
}
.cid-udduMrig6g .color2 {
  color: #ed4266;
}
.cid-udduMrig6g LI {
  color: #767676;
}
.cid-udduMrig6g .price-term {
  color: #767676;
}
.cid-udduMrig6g .mbr-text,
.cid-udduMrig6g .mbr-section-btn {
  color: #000000;
}
.cid-udduMrig6g H2 {
  color: #6aaa0b;
}
.cid-udduMrig6g UL {
  color: #000000;
}
.cid-uddDtQKgLv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uddDtQKgLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uddDtQKgLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uddDtQKgLv .container {
    padding: 0 30px;
  }
}
.cid-uddDtQKgLv .card {
  justify-content: center;
}
.cid-uddDtQKgLv .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uddDtQKgLv .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uddDtQKgLv .content-wrapper {
    padding: 0;
  }
}
.cid-uddDtQKgLv .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uddDtQKgLv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uddDtQKgLv .mbr-section-title {
  color: #bee0d6;
}
.cid-uddDtQKgLv .mbr-section-title,
.cid-uddDtQKgLv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ryATTPvj3W {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ryATTPvj3W .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ryATTPvj3W .form-control,
.cid-ryATTPvj3W .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ryATTPvj3W .form-control input::-webkit-input-placeholder,
.cid-ryATTPvj3W .field-input input::-webkit-input-placeholder,
.cid-ryATTPvj3W .form-control textarea::-webkit-input-placeholder,
.cid-ryATTPvj3W .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ryATTPvj3W .form-control input:-moz-placeholder,
.cid-ryATTPvj3W .field-input input:-moz-placeholder,
.cid-ryATTPvj3W .form-control textarea:-moz-placeholder,
.cid-ryATTPvj3W .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ryATTPvj3W .form-control:hover,
.cid-ryATTPvj3W .field-input:hover,
.cid-ryATTPvj3W .form-control:focus,
.cid-ryATTPvj3W .field-input:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ryATTPvj3W .form-control:hover input::-webkit-input-placeholder,
.cid-ryATTPvj3W .field-input:hover input::-webkit-input-placeholder,
.cid-ryATTPvj3W .form-control:focus input::-webkit-input-placeholder,
.cid-ryATTPvj3W .field-input:focus input::-webkit-input-placeholder,
.cid-ryATTPvj3W .form-control:hover textarea::-webkit-input-placeholder,
.cid-ryATTPvj3W .field-input:hover textarea::-webkit-input-placeholder,
.cid-ryATTPvj3W .form-control:focus textarea::-webkit-input-placeholder,
.cid-ryATTPvj3W .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ryATTPvj3W .form-control:hover input:-moz-placeholder,
.cid-ryATTPvj3W .field-input:hover input:-moz-placeholder,
.cid-ryATTPvj3W .form-control:focus input:-moz-placeholder,
.cid-ryATTPvj3W .field-input:focus input:-moz-placeholder,
.cid-ryATTPvj3W .form-control:hover textarea:-moz-placeholder,
.cid-ryATTPvj3W .field-input:hover textarea:-moz-placeholder,
.cid-ryATTPvj3W .form-control:focus textarea:-moz-placeholder,
.cid-ryATTPvj3W .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-ryATTPvj3W .jq-number__spin:hover,
.cid-ryATTPvj3W .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ryATTPvj3W .jq-number__spin {
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ryATTPvj3W .jq-selectbox li,
.cid-ryATTPvj3W .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ryATTPvj3W .jq-selectbox li:hover,
.cid-ryATTPvj3W .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-ryATTPvj3W .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ryATTPvj3W .jq-number__spin.minus:hover:after,
.cid-ryATTPvj3W .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ryATTPvj3W .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ryATTPvj3W .jq-number__spin.minus:after,
.cid-ryATTPvj3W .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-ryATTPvj3W input::-webkit-clear-button {
  display: none;
}
.cid-ryATTPvj3W input::-webkit-inner-spin-button {
  display: none;
}
.cid-ryATTPvj3W input::-webkit-outer-spin-button {
  display: none;
}
.cid-ryATTPvj3W input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ryATTPvj3W H4 {
  color: #6aaa0b;
}
.cid-ryATTPvj3W .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uddx1TCUSf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uddx1TCUSf .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-uddx1TCUSf .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uddx1TCUSf H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-uddx1TCUSf h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uddx1TCUSf .title {
    margin-bottom: 2rem;
  }
  .cid-uddx1TCUSf .align-left,
  .cid-uddx1TCUSf .align-right {
    text-align: center;
  }
}
.cid-uddxmCLGl1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uddxmCLGl1 .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-uddxmCLGl1 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uddxmCLGl1 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uddxmCLGl1 .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-uddxmCLGl1 .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-uddxmCLGl1 .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-uddxmCLGl1 .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-uddxmCLGl1 .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-uddxmCLGl1 .dot {
  display: none;
}
.cid-uddxmCLGl1 .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uddxmCLGl1 .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-uddxmCLGl1 .number-wrap {
    min-width: auto;
  }
  .cid-uddxmCLGl1 .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-uddxmCLGl1 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uddxmCLGl1 .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-uddxmCLGl1 .number {
    font-size: 25px;
  }
  .cid-uddxmCLGl1 .period {
    font-size: 0.8rem;
  }
}
.cid-uddxmCLGl1 .mbr-section-title,
.cid-uddxmCLGl1 .line-wrap {
  text-align: center;
}
.cid-uddxmCLGl1 .mbr-section-title,
.cid-uddxmCLGl1 .line-wrap,
.cid-uddxmCLGl1 .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-uddxmCLGl1 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rAQ6WIaGdi {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ6WIaGdi section {
  position: relative;
}
.cid-rAQ6WIaGdi h4 {
  margin: 0;
}
.cid-rAQ6WIaGdi img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ6WIaGdi a {
  font-weight: 300;
}
.cid-rAQ6WIaGdi .img1 {
  color: #e4d295;
}
.cid-rAQ6WIaGdi .img2 {
  color: #6aaa0b;
}
.cid-rAQ6WIaGdi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ6WIaGdi .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ6WIaGdi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ6WIaGdi .item,
.cid-rAQ6WIaGdi .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ6WIaGdi .item h4,
.cid-rAQ6WIaGdi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6WIaGdi .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ6WIaGdi .item {
    justify-content: center;
  }
}
.cid-rAQ6WIaGdi .item-title {
  color: #ffffff;
}
.cid-rAQ6WIaGdi .text1 {
  color: #ebeced;
}
.cid-rAQ6WIaGdi .items-title,
.cid-rAQ6WIaGdi .line-wrap {
  color: #ffffff;
}
.cid-rAQ6WIaGdi .links-title,
.cid-rAQ6WIaGdi .line-wrap {
  color: #ffffff;
}
.cid-rAQ6WIaGdi .link-title {
  color: #ffffff;
}
.cid-rypVQquzPB.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQquzPB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQquzPB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQquzPB .modal-content,
.cid-rypVQquzPB .modal-dialog {
  height: auto;
}
.cid-rypVQquzPB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQquzPB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQquzPB .form-wrapper .mbr-form .form-group,
  .cid-rypVQquzPB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQquzPB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQquzPB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQquzPB .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQquzPB .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQquzPB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQquzPB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQquzPB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQquzPB .modal-open {
  overflow: hidden;
}
.cid-rypVQquzPB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQquzPB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQquzPB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQquzPB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQquzPB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQquzPB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQquzPB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQquzPB .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQquzPB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQquzPB .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQquzPB .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQquzPB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQquzPB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQquzPB .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQquzPB .modal-header .close:focus {
  outline: none;
}
.cid-rypVQquzPB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQquzPB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQquzPB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQquzPB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQquzPB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQquzPB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQquzPB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQquzPB .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQquzPB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQquzPB .modal-lg,
  .cid-rypVQquzPB .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQquzPB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQquzPB .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQquzPB .container {
    max-width: 1140px;
  }
}
.cid-rypVQquzPB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQquzPB .container {
    max-width: 720px;
  }
}
.cid-rypVQquzPB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQquzPB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQquzPB .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQquzPB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQquzPB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQquzPB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uerRVAGgw7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uerRVAGgw7 .img-container {
  position: relative;
}
.cid-uerRVAGgw7 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uerRVAGgw7 .image-wrapper img {
  width: 100%;
  height: 42vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uerRVAGgw7 .image-wrapper img {
    height: auto;
  }
}
.cid-uerRVAGgw7 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uerRVAGgw7 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uerRVAGgw7 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uddKGdrNVt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uddKGdrNVt .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-uddKGdrNVt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uddKGdrNVt .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ed1c24;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uddKGdrNVt .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-uddKGdrNVt .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-uddKGdrNVt .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-uddKGdrNVt .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-uddKGdrNVt .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-uddKGdrNVt .dot {
  display: none;
}
.cid-uddKGdrNVt .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uddKGdrNVt .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-uddKGdrNVt .number-wrap {
    min-width: auto;
  }
  .cid-uddKGdrNVt .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-uddKGdrNVt .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uddKGdrNVt .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-uddKGdrNVt .number {
    font-size: 25px;
  }
  .cid-uddKGdrNVt .period {
    font-size: 0.8rem;
  }
}
.cid-uddKGdrNVt .mbr-section-title,
.cid-uddKGdrNVt .line-wrap {
  text-align: center;
}
.cid-uddKGdrNVt .mbr-section-title,
.cid-uddKGdrNVt .line-wrap,
.cid-uddKGdrNVt .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-uddKGdrNVt .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uddKGdrNVt H4 {
  text-align: center;
  color: #7f1933;
}
.cid-uerNnECIWZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uerNnECIWZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uerNnECIWZ H2 {
  color: #6aaa0b;
  text-align: center;
}
.cid-uerNnECIWZ H3 {
  color: #36404c;
}
.cid-uerNnECIWZ .mbr-text,
.cid-uerNnECIWZ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uerNnECIWZ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uerNnECIWZ img {
  filter: invert(0.5);
  width: auto;
}
.cid-uerNnECIWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uerNnECIWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uddKGf0rMW {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uddKGf0rMW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uddKGf0rMW .form-control,
.cid-uddKGf0rMW .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uddKGf0rMW .form-control input::-webkit-input-placeholder,
.cid-uddKGf0rMW .field-input input::-webkit-input-placeholder,
.cid-uddKGf0rMW .form-control textarea::-webkit-input-placeholder,
.cid-uddKGf0rMW .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uddKGf0rMW .form-control input:-moz-placeholder,
.cid-uddKGf0rMW .field-input input:-moz-placeholder,
.cid-uddKGf0rMW .form-control textarea:-moz-placeholder,
.cid-uddKGf0rMW .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uddKGf0rMW .form-control:hover,
.cid-uddKGf0rMW .field-input:hover,
.cid-uddKGf0rMW .form-control:focus,
.cid-uddKGf0rMW .field-input:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uddKGf0rMW .form-control:hover input::-webkit-input-placeholder,
.cid-uddKGf0rMW .field-input:hover input::-webkit-input-placeholder,
.cid-uddKGf0rMW .form-control:focus input::-webkit-input-placeholder,
.cid-uddKGf0rMW .field-input:focus input::-webkit-input-placeholder,
.cid-uddKGf0rMW .form-control:hover textarea::-webkit-input-placeholder,
.cid-uddKGf0rMW .field-input:hover textarea::-webkit-input-placeholder,
.cid-uddKGf0rMW .form-control:focus textarea::-webkit-input-placeholder,
.cid-uddKGf0rMW .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-uddKGf0rMW .form-control:hover input:-moz-placeholder,
.cid-uddKGf0rMW .field-input:hover input:-moz-placeholder,
.cid-uddKGf0rMW .form-control:focus input:-moz-placeholder,
.cid-uddKGf0rMW .field-input:focus input:-moz-placeholder,
.cid-uddKGf0rMW .form-control:hover textarea:-moz-placeholder,
.cid-uddKGf0rMW .field-input:hover textarea:-moz-placeholder,
.cid-uddKGf0rMW .form-control:focus textarea:-moz-placeholder,
.cid-uddKGf0rMW .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-uddKGf0rMW .jq-number__spin:hover,
.cid-uddKGf0rMW .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uddKGf0rMW .jq-number__spin {
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uddKGf0rMW .jq-selectbox li,
.cid-uddKGf0rMW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uddKGf0rMW .jq-selectbox li:hover,
.cid-uddKGf0rMW .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-uddKGf0rMW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uddKGf0rMW .jq-number__spin.minus:hover:after,
.cid-uddKGf0rMW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uddKGf0rMW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uddKGf0rMW .jq-number__spin.minus:after,
.cid-uddKGf0rMW .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-uddKGf0rMW input::-webkit-clear-button {
  display: none;
}
.cid-uddKGf0rMW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uddKGf0rMW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uddKGf0rMW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uddKGf0rMW H4 {
  color: #ed1c24;
}
.cid-uddKGf0rMW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uddKGfoOCx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uddKGfoOCx .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-uddKGfoOCx .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uddKGfoOCx H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-uddKGfoOCx h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uddKGfoOCx .title {
    margin-bottom: 2rem;
  }
  .cid-uddKGfoOCx .align-left,
  .cid-uddKGfoOCx .align-right {
    text-align: center;
  }
}
.cid-uddPgmaz2I {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uddPgmaz2I .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uddPgmaz2I H2 {
  color: #6aaa0b;
}
.cid-uddPgmaz2I H3 {
  color: #36404c;
}
.cid-uddPgmaz2I .mbr-text,
.cid-uddPgmaz2I .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uddPgmaz2I .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uddPgmaz2I img {
  filter: invert(0.5);
  width: auto;
}
.cid-uddPgmaz2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uddPgmaz2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uddKGfNtWC {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uddKGfNtWC .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-uddKGfNtWC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uddKGfNtWC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uddKGfNtWC .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-uddKGfNtWC .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-uddKGfNtWC .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-uddKGfNtWC .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-uddKGfNtWC .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-uddKGfNtWC .dot {
  display: none;
}
.cid-uddKGfNtWC .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-uddKGfNtWC .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-uddKGfNtWC .number-wrap {
    min-width: auto;
  }
  .cid-uddKGfNtWC .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-uddKGfNtWC .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uddKGfNtWC .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-uddKGfNtWC .number {
    font-size: 25px;
  }
  .cid-uddKGfNtWC .period {
    font-size: 0.8rem;
  }
}
.cid-uddKGfNtWC .mbr-section-title,
.cid-uddKGfNtWC .line-wrap {
  text-align: center;
}
.cid-uddKGfNtWC .mbr-section-title,
.cid-uddKGfNtWC .line-wrap,
.cid-uddKGfNtWC .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-uddKGfNtWC .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uddKGgcFej {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-uddKGgcFej section {
  position: relative;
}
.cid-uddKGgcFej h4 {
  margin: 0;
}
.cid-uddKGgcFej img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-uddKGgcFej a {
  font-weight: 300;
}
.cid-uddKGgcFej .img1 {
  color: #e4d295;
}
.cid-uddKGgcFej .img2 {
  color: #6aaa0b;
}
.cid-uddKGgcFej .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uddKGgcFej .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uddKGgcFej .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uddKGgcFej .item,
.cid-uddKGgcFej .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uddKGgcFej .item h4,
.cid-uddKGgcFej .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uddKGgcFej .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-uddKGgcFej .item {
    justify-content: center;
  }
}
.cid-uddKGgcFej .item-title {
  color: #ffffff;
}
.cid-uddKGgcFej .text1 {
  color: #ebeced;
}
.cid-uddKGgcFej .items-title,
.cid-uddKGgcFej .line-wrap {
  color: #ffffff;
}
.cid-uddKGgcFej .links-title,
.cid-uddKGgcFej .line-wrap {
  color: #ffffff;
}
.cid-uddKGgcFej .link-title {
  color: #ffffff;
}
.cid-uddKGgPwpV.popup-builder {
  background-color: #ffffff;
}
.cid-uddKGgPwpV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uddKGgPwpV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uddKGgPwpV .modal-content,
.cid-uddKGgPwpV .modal-dialog {
  height: auto;
}
.cid-uddKGgPwpV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uddKGgPwpV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uddKGgPwpV .form-wrapper .mbr-form .form-group,
  .cid-uddKGgPwpV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uddKGgPwpV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uddKGgPwpV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uddKGgPwpV .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uddKGgPwpV .pt-0 {
  padding-top: 0 !important;
}
.cid-uddKGgPwpV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uddKGgPwpV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uddKGgPwpV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uddKGgPwpV .modal-open {
  overflow: hidden;
}
.cid-uddKGgPwpV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uddKGgPwpV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uddKGgPwpV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uddKGgPwpV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uddKGgPwpV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uddKGgPwpV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uddKGgPwpV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uddKGgPwpV .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uddKGgPwpV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uddKGgPwpV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uddKGgPwpV .modal-backdrop.show {
  opacity: .5;
}
.cid-uddKGgPwpV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uddKGgPwpV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uddKGgPwpV .modal-header .close:hover {
  opacity: 1;
}
.cid-uddKGgPwpV .modal-header .close:focus {
  outline: none;
}
.cid-uddKGgPwpV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-uddKGgPwpV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uddKGgPwpV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uddKGgPwpV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uddKGgPwpV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uddKGgPwpV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uddKGgPwpV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uddKGgPwpV .modal-sm {
    max-width: 300px;
  }
  .cid-uddKGgPwpV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uddKGgPwpV .modal-lg,
  .cid-uddKGgPwpV .modal-xl {
    max-width: 800px;
  }
  .cid-uddKGgPwpV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uddKGgPwpV .modal-xl {
    max-width: 1140px;
  }
  .cid-uddKGgPwpV .container {
    max-width: 1140px;
  }
}
.cid-uddKGgPwpV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uddKGgPwpV .container {
    max-width: 720px;
  }
}
.cid-uddKGgPwpV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uddKGgPwpV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uddKGgPwpV .form-group {
  margin-bottom: 1rem;
}
.cid-uddKGgPwpV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uddKGgPwpV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uddKGgPwpV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uddKGhl3GD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uddKGhl3GD .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uddKGhl3GD section {
  position: relative;
}
.cid-uddKGhl3GD h4 {
  margin: 0;
}
.cid-uddKGhl3GD a {
  font-weight: 300;
}
.cid-uddKGhl3GD .row {
  align-items: center;
}
.cid-uddKGhl3GD .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uddKGhl3GD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uddKGhl3GD .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-uddKGhl3GD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uddKGhl3GD .align-left {
    text-align: center;
  }
  .cid-uddKGhl3GD .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uddKGhl3GD .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uddKGhl3GD .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uddKGhl3GD .item-title {
  color: #c1c1c1;
}
.cid-uddKGhl3GD H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ude1bAFwMs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cebfaf;
}
.cid-ude1bAFwMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ude1bAFwMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ude1bAFwMs .col-12 {
  position: relative;
}
.cid-ude1bAFwMs img {
  margin: auto;
}
.cid-ude1bAFwMs .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ude1bAFwMs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ude1bAFwMs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ude1bAFwMs .image-wrapper {
    padding: 1rem;
  }
}
.cid-ude1bAFwMs .mbr-section-title {
  color: #ffffff;
}
.cid-ude1bAFwMs .mbr-text,
.cid-ude1bAFwMs .mbr-section-btn {
  color: #ffffff;
}
.cid-ude1bBl7Lu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ude1bBl7Lu .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ude1bBl7Lu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ude1bBl7Lu .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ude1bBl7Lu .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ude1bBl7Lu .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ude1bBl7Lu .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ude1bBl7Lu .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ude1bBl7Lu .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ude1bBl7Lu .dot {
  display: none;
}
.cid-ude1bBl7Lu .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ude1bBl7Lu .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ude1bBl7Lu .number-wrap {
    min-width: auto;
  }
  .cid-ude1bBl7Lu .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ude1bBl7Lu .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ude1bBl7Lu .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ude1bBl7Lu .number {
    font-size: 25px;
  }
  .cid-ude1bBl7Lu .period {
    font-size: 0.8rem;
  }
}
.cid-ude1bBl7Lu .mbr-section-title,
.cid-ude1bBl7Lu .line-wrap {
  text-align: center;
}
.cid-ude1bBl7Lu .mbr-section-title,
.cid-ude1bBl7Lu .line-wrap,
.cid-ude1bBl7Lu .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ude1bBl7Lu .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ude1bBl7Lu H4 {
  text-align: center;
  color: #232323;
}
.cid-ude1bBLVl7 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ude1bBLVl7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ude1bBLVl7 .form-control,
.cid-ude1bBLVl7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ude1bBLVl7 .form-control input::-webkit-input-placeholder,
.cid-ude1bBLVl7 .field-input input::-webkit-input-placeholder,
.cid-ude1bBLVl7 .form-control textarea::-webkit-input-placeholder,
.cid-ude1bBLVl7 .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ude1bBLVl7 .form-control input:-moz-placeholder,
.cid-ude1bBLVl7 .field-input input:-moz-placeholder,
.cid-ude1bBLVl7 .form-control textarea:-moz-placeholder,
.cid-ude1bBLVl7 .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ude1bBLVl7 .form-control:hover,
.cid-ude1bBLVl7 .field-input:hover,
.cid-ude1bBLVl7 .form-control:focus,
.cid-ude1bBLVl7 .field-input:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ude1bBLVl7 .form-control:hover input::-webkit-input-placeholder,
.cid-ude1bBLVl7 .field-input:hover input::-webkit-input-placeholder,
.cid-ude1bBLVl7 .form-control:focus input::-webkit-input-placeholder,
.cid-ude1bBLVl7 .field-input:focus input::-webkit-input-placeholder,
.cid-ude1bBLVl7 .form-control:hover textarea::-webkit-input-placeholder,
.cid-ude1bBLVl7 .field-input:hover textarea::-webkit-input-placeholder,
.cid-ude1bBLVl7 .form-control:focus textarea::-webkit-input-placeholder,
.cid-ude1bBLVl7 .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ude1bBLVl7 .form-control:hover input:-moz-placeholder,
.cid-ude1bBLVl7 .field-input:hover input:-moz-placeholder,
.cid-ude1bBLVl7 .form-control:focus input:-moz-placeholder,
.cid-ude1bBLVl7 .field-input:focus input:-moz-placeholder,
.cid-ude1bBLVl7 .form-control:hover textarea:-moz-placeholder,
.cid-ude1bBLVl7 .field-input:hover textarea:-moz-placeholder,
.cid-ude1bBLVl7 .form-control:focus textarea:-moz-placeholder,
.cid-ude1bBLVl7 .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-ude1bBLVl7 .jq-number__spin:hover,
.cid-ude1bBLVl7 .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ude1bBLVl7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ude1bBLVl7 .jq-selectbox li,
.cid-ude1bBLVl7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ude1bBLVl7 .jq-selectbox li:hover,
.cid-ude1bBLVl7 .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-ude1bBLVl7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ude1bBLVl7 .jq-number__spin.minus:hover:after,
.cid-ude1bBLVl7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ude1bBLVl7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ude1bBLVl7 .jq-number__spin.minus:after,
.cid-ude1bBLVl7 .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-ude1bBLVl7 input::-webkit-clear-button {
  display: none;
}
.cid-ude1bBLVl7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ude1bBLVl7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ude1bBLVl7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ude1bBLVl7 H4 {
  color: #ed1c24;
}
.cid-ude1bBLVl7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude1bCdUvh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ude1bCdUvh .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-ude1bCdUvh .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ude1bCdUvh H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-ude1bCdUvh h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ude1bCdUvh .title {
    margin-bottom: 2rem;
  }
  .cid-ude1bCdUvh .align-left,
  .cid-ude1bCdUvh .align-right {
    text-align: center;
  }
}
.cid-ude1bCEDXG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ude1bCEDXG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude1bCEDXG H2 {
  color: #6aaa0b;
}
.cid-ude1bCEDXG H3 {
  color: #36404c;
}
.cid-ude1bCEDXG .mbr-text,
.cid-ude1bCEDXG .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-ude1bCEDXG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ude1bCEDXG img {
  filter: invert(0.5);
  width: auto;
}
.cid-ude1bCEDXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ude1bCEDXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ude1bD8cSw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ude1bD8cSw .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ude1bD8cSw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ude1bD8cSw .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ude1bD8cSw .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ude1bD8cSw .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ude1bD8cSw .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ude1bD8cSw .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ude1bD8cSw .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ude1bD8cSw .dot {
  display: none;
}
.cid-ude1bD8cSw .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ude1bD8cSw .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ude1bD8cSw .number-wrap {
    min-width: auto;
  }
  .cid-ude1bD8cSw .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ude1bD8cSw .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ude1bD8cSw .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ude1bD8cSw .number {
    font-size: 25px;
  }
  .cid-ude1bD8cSw .period {
    font-size: 0.8rem;
  }
}
.cid-ude1bD8cSw .mbr-section-title,
.cid-ude1bD8cSw .line-wrap {
  text-align: center;
}
.cid-ude1bD8cSw .mbr-section-title,
.cid-ude1bD8cSw .line-wrap,
.cid-ude1bD8cSw .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ude1bD8cSw .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ude1bDzqKy {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ude1bDzqKy section {
  position: relative;
}
.cid-ude1bDzqKy h4 {
  margin: 0;
}
.cid-ude1bDzqKy img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ude1bDzqKy a {
  font-weight: 300;
}
.cid-ude1bDzqKy .img1 {
  color: #e4d295;
}
.cid-ude1bDzqKy .img2 {
  color: #6aaa0b;
}
.cid-ude1bDzqKy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude1bDzqKy .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ude1bDzqKy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ude1bDzqKy .item,
.cid-ude1bDzqKy .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ude1bDzqKy .item h4,
.cid-ude1bDzqKy .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude1bDzqKy .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ude1bDzqKy .item {
    justify-content: center;
  }
}
.cid-ude1bDzqKy .item-title {
  color: #ffffff;
}
.cid-ude1bDzqKy .text1 {
  color: #ebeced;
}
.cid-ude1bDzqKy .items-title,
.cid-ude1bDzqKy .line-wrap {
  color: #ffffff;
}
.cid-ude1bDzqKy .links-title,
.cid-ude1bDzqKy .line-wrap {
  color: #ffffff;
}
.cid-ude1bDzqKy .link-title {
  color: #ffffff;
}
.cid-ude1bEfgvj.popup-builder {
  background-color: #ffffff;
}
.cid-ude1bEfgvj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ude1bEfgvj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ude1bEfgvj .modal-content,
.cid-ude1bEfgvj .modal-dialog {
  height: auto;
}
.cid-ude1bEfgvj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ude1bEfgvj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ude1bEfgvj .form-wrapper .mbr-form .form-group,
  .cid-ude1bEfgvj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ude1bEfgvj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ude1bEfgvj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ude1bEfgvj .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ude1bEfgvj .pt-0 {
  padding-top: 0 !important;
}
.cid-ude1bEfgvj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ude1bEfgvj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ude1bEfgvj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ude1bEfgvj .modal-open {
  overflow: hidden;
}
.cid-ude1bEfgvj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ude1bEfgvj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ude1bEfgvj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ude1bEfgvj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ude1bEfgvj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ude1bEfgvj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ude1bEfgvj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ude1bEfgvj .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ude1bEfgvj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ude1bEfgvj .modal-backdrop.fade {
  opacity: 0;
}
.cid-ude1bEfgvj .modal-backdrop.show {
  opacity: .5;
}
.cid-ude1bEfgvj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ude1bEfgvj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ude1bEfgvj .modal-header .close:hover {
  opacity: 1;
}
.cid-ude1bEfgvj .modal-header .close:focus {
  outline: none;
}
.cid-ude1bEfgvj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ude1bEfgvj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ude1bEfgvj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ude1bEfgvj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ude1bEfgvj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ude1bEfgvj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ude1bEfgvj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ude1bEfgvj .modal-sm {
    max-width: 300px;
  }
  .cid-ude1bEfgvj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ude1bEfgvj .modal-lg,
  .cid-ude1bEfgvj .modal-xl {
    max-width: 800px;
  }
  .cid-ude1bEfgvj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ude1bEfgvj .modal-xl {
    max-width: 1140px;
  }
  .cid-ude1bEfgvj .container {
    max-width: 1140px;
  }
}
.cid-ude1bEfgvj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ude1bEfgvj .container {
    max-width: 720px;
  }
}
.cid-ude1bEfgvj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ude1bEfgvj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ude1bEfgvj .form-group {
  margin-bottom: 1rem;
}
.cid-ude1bEfgvj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ude1bEfgvj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ude1bEfgvj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ude1bETW0V {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ude1bETW0V .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ude1bETW0V section {
  position: relative;
}
.cid-ude1bETW0V h4 {
  margin: 0;
}
.cid-ude1bETW0V a {
  font-weight: 300;
}
.cid-ude1bETW0V .row {
  align-items: center;
}
.cid-ude1bETW0V .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ude1bETW0V .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude1bETW0V .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ude1bETW0V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ude1bETW0V .align-left {
    text-align: center;
  }
  .cid-ude1bETW0V .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ude1bETW0V .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ude1bETW0V .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ude1bETW0V .item-title {
  color: #c1c1c1;
}
.cid-ude1bETW0V H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ues0ZEuQvr {
  background-color: #fffcee;
}
.cid-ues0ZEuQvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ues0ZEuQvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ues0ZEuQvr .row {
  flex-direction: row-reverse;
}
.cid-ude9tauehw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ude9tauehw .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ude9tauehw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ude9tauehw .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ude9tauehw .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ude9tauehw .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ude9tauehw .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ude9tauehw .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ude9tauehw .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ude9tauehw .dot {
  display: none;
}
.cid-ude9tauehw .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ude9tauehw .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ude9tauehw .number-wrap {
    min-width: auto;
  }
  .cid-ude9tauehw .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ude9tauehw .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ude9tauehw .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ude9tauehw .number {
    font-size: 25px;
  }
  .cid-ude9tauehw .period {
    font-size: 0.8rem;
  }
}
.cid-ude9tauehw .mbr-section-title,
.cid-ude9tauehw .line-wrap {
  text-align: center;
}
.cid-ude9tauehw .mbr-section-title,
.cid-ude9tauehw .line-wrap,
.cid-ude9tauehw .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ude9tauehw .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ude9tauehw H4 {
  text-align: center;
  color: #7f1933;
}
.cid-ues2dGQnNe {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ues2dGQnNe .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues2dGQnNe H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-ues2dGQnNe H3 {
  color: #36404c;
}
.cid-ues2dGQnNe .mbr-text,
.cid-ues2dGQnNe .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-ues2dGQnNe .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ues2dGQnNe img {
  filter: invert(0.5);
  width: auto;
}
.cid-ues2dGQnNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ues2dGQnNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ude9taVX7f {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ude9taVX7f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ude9taVX7f .form-control,
.cid-ude9taVX7f .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ude9taVX7f .form-control input::-webkit-input-placeholder,
.cid-ude9taVX7f .field-input input::-webkit-input-placeholder,
.cid-ude9taVX7f .form-control textarea::-webkit-input-placeholder,
.cid-ude9taVX7f .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ude9taVX7f .form-control input:-moz-placeholder,
.cid-ude9taVX7f .field-input input:-moz-placeholder,
.cid-ude9taVX7f .form-control textarea:-moz-placeholder,
.cid-ude9taVX7f .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ude9taVX7f .form-control:hover,
.cid-ude9taVX7f .field-input:hover,
.cid-ude9taVX7f .form-control:focus,
.cid-ude9taVX7f .field-input:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ude9taVX7f .form-control:hover input::-webkit-input-placeholder,
.cid-ude9taVX7f .field-input:hover input::-webkit-input-placeholder,
.cid-ude9taVX7f .form-control:focus input::-webkit-input-placeholder,
.cid-ude9taVX7f .field-input:focus input::-webkit-input-placeholder,
.cid-ude9taVX7f .form-control:hover textarea::-webkit-input-placeholder,
.cid-ude9taVX7f .field-input:hover textarea::-webkit-input-placeholder,
.cid-ude9taVX7f .form-control:focus textarea::-webkit-input-placeholder,
.cid-ude9taVX7f .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ude9taVX7f .form-control:hover input:-moz-placeholder,
.cid-ude9taVX7f .field-input:hover input:-moz-placeholder,
.cid-ude9taVX7f .form-control:focus input:-moz-placeholder,
.cid-ude9taVX7f .field-input:focus input:-moz-placeholder,
.cid-ude9taVX7f .form-control:hover textarea:-moz-placeholder,
.cid-ude9taVX7f .field-input:hover textarea:-moz-placeholder,
.cid-ude9taVX7f .form-control:focus textarea:-moz-placeholder,
.cid-ude9taVX7f .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-ude9taVX7f .jq-number__spin:hover,
.cid-ude9taVX7f .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ude9taVX7f .jq-number__spin {
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ude9taVX7f .jq-selectbox li,
.cid-ude9taVX7f .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ude9taVX7f .jq-selectbox li:hover,
.cid-ude9taVX7f .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-ude9taVX7f .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ude9taVX7f .jq-number__spin.minus:hover:after,
.cid-ude9taVX7f .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ude9taVX7f .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ude9taVX7f .jq-number__spin.minus:after,
.cid-ude9taVX7f .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-ude9taVX7f input::-webkit-clear-button {
  display: none;
}
.cid-ude9taVX7f input::-webkit-inner-spin-button {
  display: none;
}
.cid-ude9taVX7f input::-webkit-outer-spin-button {
  display: none;
}
.cid-ude9taVX7f input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ude9taVX7f H4 {
  color: #ed1c24;
}
.cid-ude9taVX7f .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude9tbnJ3D {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ude9tbnJ3D .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-ude9tbnJ3D .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ude9tbnJ3D H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-ude9tbnJ3D h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ude9tbnJ3D .title {
    margin-bottom: 2rem;
  }
  .cid-ude9tbnJ3D .align-left,
  .cid-ude9tbnJ3D .align-right {
    text-align: center;
  }
}
.cid-ude9tcgHAJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ude9tcgHAJ .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ude9tcgHAJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ude9tcgHAJ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ude9tcgHAJ .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ude9tcgHAJ .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ude9tcgHAJ .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ude9tcgHAJ .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ude9tcgHAJ .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ude9tcgHAJ .dot {
  display: none;
}
.cid-ude9tcgHAJ .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ude9tcgHAJ .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ude9tcgHAJ .number-wrap {
    min-width: auto;
  }
  .cid-ude9tcgHAJ .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ude9tcgHAJ .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ude9tcgHAJ .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ude9tcgHAJ .number {
    font-size: 25px;
  }
  .cid-ude9tcgHAJ .period {
    font-size: 0.8rem;
  }
}
.cid-ude9tcgHAJ .mbr-section-title,
.cid-ude9tcgHAJ .line-wrap {
  text-align: center;
}
.cid-ude9tcgHAJ .mbr-section-title,
.cid-ude9tcgHAJ .line-wrap,
.cid-ude9tcgHAJ .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ude9tcgHAJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ude9tcJbXJ {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ude9tcJbXJ section {
  position: relative;
}
.cid-ude9tcJbXJ h4 {
  margin: 0;
}
.cid-ude9tcJbXJ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ude9tcJbXJ a {
  font-weight: 300;
}
.cid-ude9tcJbXJ .img1 {
  color: #e4d295;
}
.cid-ude9tcJbXJ .img2 {
  color: #6aaa0b;
}
.cid-ude9tcJbXJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude9tcJbXJ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ude9tcJbXJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ude9tcJbXJ .item,
.cid-ude9tcJbXJ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ude9tcJbXJ .item h4,
.cid-ude9tcJbXJ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude9tcJbXJ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ude9tcJbXJ .item {
    justify-content: center;
  }
}
.cid-ude9tcJbXJ .item-title {
  color: #ffffff;
}
.cid-ude9tcJbXJ .text1 {
  color: #ebeced;
}
.cid-ude9tcJbXJ .items-title,
.cid-ude9tcJbXJ .line-wrap {
  color: #ffffff;
}
.cid-ude9tcJbXJ .links-title,
.cid-ude9tcJbXJ .line-wrap {
  color: #ffffff;
}
.cid-ude9tcJbXJ .link-title {
  color: #ffffff;
}
.cid-ude9tdqv5J.popup-builder {
  background-color: #ffffff;
}
.cid-ude9tdqv5J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ude9tdqv5J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ude9tdqv5J .modal-content,
.cid-ude9tdqv5J .modal-dialog {
  height: auto;
}
.cid-ude9tdqv5J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ude9tdqv5J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ude9tdqv5J .form-wrapper .mbr-form .form-group,
  .cid-ude9tdqv5J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ude9tdqv5J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ude9tdqv5J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ude9tdqv5J .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ude9tdqv5J .pt-0 {
  padding-top: 0 !important;
}
.cid-ude9tdqv5J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ude9tdqv5J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ude9tdqv5J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ude9tdqv5J .modal-open {
  overflow: hidden;
}
.cid-ude9tdqv5J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ude9tdqv5J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ude9tdqv5J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ude9tdqv5J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ude9tdqv5J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ude9tdqv5J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ude9tdqv5J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ude9tdqv5J .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ude9tdqv5J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ude9tdqv5J .modal-backdrop.fade {
  opacity: 0;
}
.cid-ude9tdqv5J .modal-backdrop.show {
  opacity: .5;
}
.cid-ude9tdqv5J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ude9tdqv5J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ude9tdqv5J .modal-header .close:hover {
  opacity: 1;
}
.cid-ude9tdqv5J .modal-header .close:focus {
  outline: none;
}
.cid-ude9tdqv5J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ude9tdqv5J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ude9tdqv5J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ude9tdqv5J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ude9tdqv5J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ude9tdqv5J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ude9tdqv5J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ude9tdqv5J .modal-sm {
    max-width: 300px;
  }
  .cid-ude9tdqv5J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ude9tdqv5J .modal-lg,
  .cid-ude9tdqv5J .modal-xl {
    max-width: 800px;
  }
  .cid-ude9tdqv5J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ude9tdqv5J .modal-xl {
    max-width: 1140px;
  }
  .cid-ude9tdqv5J .container {
    max-width: 1140px;
  }
}
.cid-ude9tdqv5J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ude9tdqv5J .container {
    max-width: 720px;
  }
}
.cid-ude9tdqv5J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ude9tdqv5J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ude9tdqv5J .form-group {
  margin-bottom: 1rem;
}
.cid-ude9tdqv5J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ude9tdqv5J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ude9tdqv5J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ude9te3Uqw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ude9te3Uqw .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ude9te3Uqw section {
  position: relative;
}
.cid-ude9te3Uqw h4 {
  margin: 0;
}
.cid-ude9te3Uqw a {
  font-weight: 300;
}
.cid-ude9te3Uqw .row {
  align-items: center;
}
.cid-ude9te3Uqw .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ude9te3Uqw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude9te3Uqw .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ude9te3Uqw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ude9te3Uqw .align-left {
    text-align: center;
  }
  .cid-ude9te3Uqw .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ude9te3Uqw .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ude9te3Uqw .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ude9te3Uqw .item-title {
  color: #c1c1c1;
}
.cid-ude9te3Uqw H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ues8xpjJLH {
  background-color: #fffcee;
}
.cid-ues8xpjJLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ues8xpjJLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ues8xpjJLH .row {
  flex-direction: row-reverse;
}
.cid-ues9mWKLXw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ues9mWKLXw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues9mWKLXw H2 {
  color: #6aaa0b;
}
.cid-ues9mWKLXw H3 {
  color: #36404c;
}
.cid-ues9mWKLXw .mbr-text,
.cid-ues9mWKLXw .mbr-section-btn {
  color: #464646;
}
@media (max-width: 992px) {
  .cid-ues9mWKLXw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ues9mWKLXw img {
  filter: invert(0.5);
  width: auto;
}
.cid-ues9mWKLXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ues9mWKLXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ues9mWKLXw DIV {
  text-align: center;
}
.cid-ues8xqxelh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ues8xqxelh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues8xqxelh H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-ues8xqxelh H3 {
  color: #36404c;
}
.cid-ues8xqxelh .mbr-text,
.cid-ues8xqxelh .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-ues8xqxelh .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ues8xqxelh img {
  filter: invert(0.5);
  width: auto;
}
.cid-ues8xqxelh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ues8xqxelh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uescoass6B {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uescoass6B .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uescoass6B H2 {
  color: #6aaa0b;
  text-align: center;
}
.cid-uescoass6B H3 {
  color: #36404c;
}
.cid-uescoass6B .mbr-text,
.cid-uescoass6B .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uescoass6B .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uescoass6B img {
  filter: invert(0.5);
  width: auto;
}
.cid-uescoass6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uescoass6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ues8xr1mCO {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ues8xr1mCO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ues8xr1mCO .form-control,
.cid-ues8xr1mCO .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ues8xr1mCO .form-control input::-webkit-input-placeholder,
.cid-ues8xr1mCO .field-input input::-webkit-input-placeholder,
.cid-ues8xr1mCO .form-control textarea::-webkit-input-placeholder,
.cid-ues8xr1mCO .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ues8xr1mCO .form-control input:-moz-placeholder,
.cid-ues8xr1mCO .field-input input:-moz-placeholder,
.cid-ues8xr1mCO .form-control textarea:-moz-placeholder,
.cid-ues8xr1mCO .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ues8xr1mCO .form-control:hover,
.cid-ues8xr1mCO .field-input:hover,
.cid-ues8xr1mCO .form-control:focus,
.cid-ues8xr1mCO .field-input:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ues8xr1mCO .form-control:hover input::-webkit-input-placeholder,
.cid-ues8xr1mCO .field-input:hover input::-webkit-input-placeholder,
.cid-ues8xr1mCO .form-control:focus input::-webkit-input-placeholder,
.cid-ues8xr1mCO .field-input:focus input::-webkit-input-placeholder,
.cid-ues8xr1mCO .form-control:hover textarea::-webkit-input-placeholder,
.cid-ues8xr1mCO .field-input:hover textarea::-webkit-input-placeholder,
.cid-ues8xr1mCO .form-control:focus textarea::-webkit-input-placeholder,
.cid-ues8xr1mCO .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ues8xr1mCO .form-control:hover input:-moz-placeholder,
.cid-ues8xr1mCO .field-input:hover input:-moz-placeholder,
.cid-ues8xr1mCO .form-control:focus input:-moz-placeholder,
.cid-ues8xr1mCO .field-input:focus input:-moz-placeholder,
.cid-ues8xr1mCO .form-control:hover textarea:-moz-placeholder,
.cid-ues8xr1mCO .field-input:hover textarea:-moz-placeholder,
.cid-ues8xr1mCO .form-control:focus textarea:-moz-placeholder,
.cid-ues8xr1mCO .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-ues8xr1mCO .jq-number__spin:hover,
.cid-ues8xr1mCO .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ues8xr1mCO .jq-number__spin {
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ues8xr1mCO .jq-selectbox li,
.cid-ues8xr1mCO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ues8xr1mCO .jq-selectbox li:hover,
.cid-ues8xr1mCO .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-ues8xr1mCO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ues8xr1mCO .jq-number__spin.minus:hover:after,
.cid-ues8xr1mCO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ues8xr1mCO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ues8xr1mCO .jq-number__spin.minus:after,
.cid-ues8xr1mCO .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-ues8xr1mCO input::-webkit-clear-button {
  display: none;
}
.cid-ues8xr1mCO input::-webkit-inner-spin-button {
  display: none;
}
.cid-ues8xr1mCO input::-webkit-outer-spin-button {
  display: none;
}
.cid-ues8xr1mCO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ues8xr1mCO H4 {
  color: #ed1c24;
}
.cid-ues8xr1mCO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues8xryXqX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ues8xryXqX .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-ues8xryXqX .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ues8xryXqX H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-ues8xryXqX h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ues8xryXqX .title {
    margin-bottom: 2rem;
  }
  .cid-ues8xryXqX .align-left,
  .cid-ues8xryXqX .align-right {
    text-align: center;
  }
}
.cid-ues8xs4KOV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ues8xs4KOV .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ues8xs4KOV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ues8xs4KOV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ues8xs4KOV .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ues8xs4KOV .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ues8xs4KOV .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ues8xs4KOV .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ues8xs4KOV .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ues8xs4KOV .dot {
  display: none;
}
.cid-ues8xs4KOV .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ues8xs4KOV .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ues8xs4KOV .number-wrap {
    min-width: auto;
  }
  .cid-ues8xs4KOV .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ues8xs4KOV .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ues8xs4KOV .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ues8xs4KOV .number {
    font-size: 25px;
  }
  .cid-ues8xs4KOV .period {
    font-size: 0.8rem;
  }
}
.cid-ues8xs4KOV .mbr-section-title,
.cid-ues8xs4KOV .line-wrap {
  text-align: center;
}
.cid-ues8xs4KOV .mbr-section-title,
.cid-ues8xs4KOV .line-wrap,
.cid-ues8xs4KOV .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ues8xs4KOV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ues8xsFoSa {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ues8xsFoSa section {
  position: relative;
}
.cid-ues8xsFoSa h4 {
  margin: 0;
}
.cid-ues8xsFoSa img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ues8xsFoSa a {
  font-weight: 300;
}
.cid-ues8xsFoSa .img1 {
  color: #e4d295;
}
.cid-ues8xsFoSa .img2 {
  color: #6aaa0b;
}
.cid-ues8xsFoSa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ues8xsFoSa .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ues8xsFoSa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ues8xsFoSa .item,
.cid-ues8xsFoSa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ues8xsFoSa .item h4,
.cid-ues8xsFoSa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ues8xsFoSa .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ues8xsFoSa .item {
    justify-content: center;
  }
}
.cid-ues8xsFoSa .item-title {
  color: #ffffff;
}
.cid-ues8xsFoSa .text1 {
  color: #ebeced;
}
.cid-ues8xsFoSa .items-title,
.cid-ues8xsFoSa .line-wrap {
  color: #ffffff;
}
.cid-ues8xsFoSa .links-title,
.cid-ues8xsFoSa .line-wrap {
  color: #ffffff;
}
.cid-ues8xsFoSa .link-title {
  color: #ffffff;
}
.cid-ues8xtqqE2.popup-builder {
  background-color: #ffffff;
}
.cid-ues8xtqqE2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ues8xtqqE2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ues8xtqqE2 .modal-content,
.cid-ues8xtqqE2 .modal-dialog {
  height: auto;
}
.cid-ues8xtqqE2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ues8xtqqE2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ues8xtqqE2 .form-wrapper .mbr-form .form-group,
  .cid-ues8xtqqE2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ues8xtqqE2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ues8xtqqE2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ues8xtqqE2 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ues8xtqqE2 .pt-0 {
  padding-top: 0 !important;
}
.cid-ues8xtqqE2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ues8xtqqE2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ues8xtqqE2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ues8xtqqE2 .modal-open {
  overflow: hidden;
}
.cid-ues8xtqqE2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ues8xtqqE2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ues8xtqqE2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ues8xtqqE2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ues8xtqqE2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ues8xtqqE2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ues8xtqqE2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ues8xtqqE2 .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ues8xtqqE2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ues8xtqqE2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ues8xtqqE2 .modal-backdrop.show {
  opacity: .5;
}
.cid-ues8xtqqE2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ues8xtqqE2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ues8xtqqE2 .modal-header .close:hover {
  opacity: 1;
}
.cid-ues8xtqqE2 .modal-header .close:focus {
  outline: none;
}
.cid-ues8xtqqE2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ues8xtqqE2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ues8xtqqE2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ues8xtqqE2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ues8xtqqE2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ues8xtqqE2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ues8xtqqE2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ues8xtqqE2 .modal-sm {
    max-width: 300px;
  }
  .cid-ues8xtqqE2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ues8xtqqE2 .modal-lg,
  .cid-ues8xtqqE2 .modal-xl {
    max-width: 800px;
  }
  .cid-ues8xtqqE2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ues8xtqqE2 .modal-xl {
    max-width: 1140px;
  }
  .cid-ues8xtqqE2 .container {
    max-width: 1140px;
  }
}
.cid-ues8xtqqE2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ues8xtqqE2 .container {
    max-width: 720px;
  }
}
.cid-ues8xtqqE2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ues8xtqqE2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ues8xtqqE2 .form-group {
  margin-bottom: 1rem;
}
.cid-ues8xtqqE2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ues8xtqqE2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ues8xtqqE2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ues8xu70tU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ues8xu70tU .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ues8xu70tU section {
  position: relative;
}
.cid-ues8xu70tU h4 {
  margin: 0;
}
.cid-ues8xu70tU a {
  font-weight: 300;
}
.cid-ues8xu70tU .row {
  align-items: center;
}
.cid-ues8xu70tU .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ues8xu70tU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ues8xu70tU .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ues8xu70tU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ues8xu70tU .align-left {
    text-align: center;
  }
  .cid-ues8xu70tU .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ues8xu70tU .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ues8xu70tU .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ues8xu70tU .item-title {
  color: #c1c1c1;
}
.cid-ues8xu70tU H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ude7u1puBv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cebfaf;
}
.cid-ude7u1puBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ude7u1puBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ude7u1puBv .col-12 {
  position: relative;
}
.cid-ude7u1puBv img {
  margin: auto;
}
.cid-ude7u1puBv .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ude7u1puBv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ude7u1puBv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ude7u1puBv .image-wrapper {
    padding: 1rem;
  }
}
.cid-ude7u1puBv .mbr-section-title {
  color: #ffffff;
}
.cid-ude7u1puBv .mbr-text,
.cid-ude7u1puBv .mbr-section-btn {
  color: #ffffff;
}
.cid-ude7u2gVIA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ude7u2gVIA .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ude7u2gVIA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ude7u2gVIA .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ude7u2gVIA .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ude7u2gVIA .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ude7u2gVIA .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ude7u2gVIA .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ude7u2gVIA .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ude7u2gVIA .dot {
  display: none;
}
.cid-ude7u2gVIA .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ude7u2gVIA .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ude7u2gVIA .number-wrap {
    min-width: auto;
  }
  .cid-ude7u2gVIA .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ude7u2gVIA .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ude7u2gVIA .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ude7u2gVIA .number {
    font-size: 25px;
  }
  .cid-ude7u2gVIA .period {
    font-size: 0.8rem;
  }
}
.cid-ude7u2gVIA .mbr-section-title,
.cid-ude7u2gVIA .line-wrap {
  text-align: center;
}
.cid-ude7u2gVIA .mbr-section-title,
.cid-ude7u2gVIA .line-wrap,
.cid-ude7u2gVIA .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ude7u2gVIA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ude7u2gVIA H4 {
  text-align: center;
  color: #7f1933;
}
.cid-ude7u2UlsS {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ude7u2UlsS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ude7u2UlsS .form-control,
.cid-ude7u2UlsS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ude7u2UlsS .form-control input::-webkit-input-placeholder,
.cid-ude7u2UlsS .field-input input::-webkit-input-placeholder,
.cid-ude7u2UlsS .form-control textarea::-webkit-input-placeholder,
.cid-ude7u2UlsS .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ude7u2UlsS .form-control input:-moz-placeholder,
.cid-ude7u2UlsS .field-input input:-moz-placeholder,
.cid-ude7u2UlsS .form-control textarea:-moz-placeholder,
.cid-ude7u2UlsS .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ude7u2UlsS .form-control:hover,
.cid-ude7u2UlsS .field-input:hover,
.cid-ude7u2UlsS .form-control:focus,
.cid-ude7u2UlsS .field-input:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ude7u2UlsS .form-control:hover input::-webkit-input-placeholder,
.cid-ude7u2UlsS .field-input:hover input::-webkit-input-placeholder,
.cid-ude7u2UlsS .form-control:focus input::-webkit-input-placeholder,
.cid-ude7u2UlsS .field-input:focus input::-webkit-input-placeholder,
.cid-ude7u2UlsS .form-control:hover textarea::-webkit-input-placeholder,
.cid-ude7u2UlsS .field-input:hover textarea::-webkit-input-placeholder,
.cid-ude7u2UlsS .form-control:focus textarea::-webkit-input-placeholder,
.cid-ude7u2UlsS .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ude7u2UlsS .form-control:hover input:-moz-placeholder,
.cid-ude7u2UlsS .field-input:hover input:-moz-placeholder,
.cid-ude7u2UlsS .form-control:focus input:-moz-placeholder,
.cid-ude7u2UlsS .field-input:focus input:-moz-placeholder,
.cid-ude7u2UlsS .form-control:hover textarea:-moz-placeholder,
.cid-ude7u2UlsS .field-input:hover textarea:-moz-placeholder,
.cid-ude7u2UlsS .form-control:focus textarea:-moz-placeholder,
.cid-ude7u2UlsS .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-ude7u2UlsS .jq-number__spin:hover,
.cid-ude7u2UlsS .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #6aaa0b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ude7u2UlsS .jq-number__spin {
  background-color: #ffffff;
  border-color: #f5f5f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ude7u2UlsS .jq-selectbox li,
.cid-ude7u2UlsS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ude7u2UlsS .jq-selectbox li:hover,
.cid-ude7u2UlsS .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-ude7u2UlsS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ude7u2UlsS .jq-number__spin.minus:hover:after,
.cid-ude7u2UlsS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ude7u2UlsS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ude7u2UlsS .jq-number__spin.minus:after,
.cid-ude7u2UlsS .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-ude7u2UlsS input::-webkit-clear-button {
  display: none;
}
.cid-ude7u2UlsS input::-webkit-inner-spin-button {
  display: none;
}
.cid-ude7u2UlsS input::-webkit-outer-spin-button {
  display: none;
}
.cid-ude7u2UlsS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ude7u2UlsS H4 {
  color: #ed1c24;
}
.cid-ude7u2UlsS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude7u3zuMY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ude7u3zuMY .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-ude7u3zuMY .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ude7u3zuMY H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-ude7u3zuMY h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ude7u3zuMY .title {
    margin-bottom: 2rem;
  }
  .cid-ude7u3zuMY .align-left,
  .cid-ude7u3zuMY .align-right {
    text-align: center;
  }
}
.cid-ude7u4BFEw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ude7u4BFEw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude7u4BFEw H2 {
  color: #6aaa0b;
}
.cid-ude7u4BFEw H3 {
  color: #36404c;
}
.cid-ude7u4BFEw .mbr-text,
.cid-ude7u4BFEw .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-ude7u4BFEw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ude7u4BFEw img {
  filter: invert(0.5);
  width: auto;
}
.cid-ude7u4BFEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ude7u4BFEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ude7u51V6K {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ude7u51V6K .mbr-section-subtitle {
  color: #da2c16;
  text-align: center;
}
.cid-ude7u51V6K .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ude7u51V6K .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #7e1103;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ude7u51V6K .logo > * {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cid-ude7u51V6K .logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-ude7u51V6K .col-md-3 {
    margin-bottom: 2rem;
  }
}
.cid-ude7u51V6K .number {
  color: #da2c16;
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid #e9e9e9;
  margin: auto;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  line-height: 1.3;
}
.cid-ude7u51V6K .period {
  display: block;
  padding-top: 2px;
  font-weight: 700;
}
.cid-ude7u51V6K .dot {
  display: none;
}
.cid-ude7u51V6K .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
.cid-ude7u51V6K .countdown-cont .countdown {
  color: #000000;
}
@media (max-width: 550px) {
  .cid-ude7u51V6K .number-wrap {
    min-width: auto;
  }
  .cid-ude7u51V6K .number {
    width: auto;
    height: auto;
    border: none;
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-ude7u51V6K .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ude7u51V6K .period {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .cid-ude7u51V6K .number {
    font-size: 25px;
  }
  .cid-ude7u51V6K .period {
    font-size: 0.8rem;
  }
}
.cid-ude7u51V6K .mbr-section-title,
.cid-ude7u51V6K .line-wrap {
  text-align: center;
}
.cid-ude7u51V6K .mbr-section-title,
.cid-ude7u51V6K .line-wrap,
.cid-ude7u51V6K .logo {
  color: #6aaa0b;
  text-align: center;
}
.cid-ude7u51V6K .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ude7u5sc06 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ude7u5sc06 section {
  position: relative;
}
.cid-ude7u5sc06 h4 {
  margin: 0;
}
.cid-ude7u5sc06 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ude7u5sc06 a {
  font-weight: 300;
}
.cid-ude7u5sc06 .img1 {
  color: #e4d295;
}
.cid-ude7u5sc06 .img2 {
  color: #6aaa0b;
}
.cid-ude7u5sc06 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ude7u5sc06 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ude7u5sc06 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ude7u5sc06 .item,
.cid-ude7u5sc06 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ude7u5sc06 .item h4,
.cid-ude7u5sc06 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude7u5sc06 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ude7u5sc06 .item {
    justify-content: center;
  }
}
.cid-ude7u5sc06 .item-title {
  color: #ffffff;
}
.cid-ude7u5sc06 .text1 {
  color: #ebeced;
}
.cid-ude7u5sc06 .items-title,
.cid-ude7u5sc06 .line-wrap {
  color: #ffffff;
}
.cid-ude7u5sc06 .links-title,
.cid-ude7u5sc06 .line-wrap {
  color: #ffffff;
}
.cid-ude7u5sc06 .link-title {
  color: #ffffff;
}
.cid-ude7u67V4D.popup-builder {
  background-color: #ffffff;
}
.cid-ude7u67V4D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ude7u67V4D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ude7u67V4D .modal-content,
.cid-ude7u67V4D .modal-dialog {
  height: auto;
}
.cid-ude7u67V4D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ude7u67V4D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ude7u67V4D .form-wrapper .mbr-form .form-group,
  .cid-ude7u67V4D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ude7u67V4D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ude7u67V4D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ude7u67V4D .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ude7u67V4D .pt-0 {
  padding-top: 0 !important;
}
.cid-ude7u67V4D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ude7u67V4D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ude7u67V4D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ude7u67V4D .modal-open {
  overflow: hidden;
}
.cid-ude7u67V4D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ude7u67V4D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ude7u67V4D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ude7u67V4D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ude7u67V4D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ude7u67V4D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ude7u67V4D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ude7u67V4D .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ude7u67V4D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ude7u67V4D .modal-backdrop.fade {
  opacity: 0;
}
.cid-ude7u67V4D .modal-backdrop.show {
  opacity: .5;
}
.cid-ude7u67V4D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ude7u67V4D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ude7u67V4D .modal-header .close:hover {
  opacity: 1;
}
.cid-ude7u67V4D .modal-header .close:focus {
  outline: none;
}
.cid-ude7u67V4D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-ude7u67V4D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ude7u67V4D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ude7u67V4D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ude7u67V4D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ude7u67V4D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ude7u67V4D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ude7u67V4D .modal-sm {
    max-width: 300px;
  }
  .cid-ude7u67V4D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ude7u67V4D .modal-lg,
  .cid-ude7u67V4D .modal-xl {
    max-width: 800px;
  }
  .cid-ude7u67V4D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ude7u67V4D .modal-xl {
    max-width: 1140px;
  }
  .cid-ude7u67V4D .container {
    max-width: 1140px;
  }
}
.cid-ude7u67V4D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ude7u67V4D .container {
    max-width: 720px;
  }
}
.cid-ude7u67V4D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ude7u67V4D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ude7u67V4D .form-group {
  margin-bottom: 1rem;
}
.cid-ude7u67V4D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ude7u67V4D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ude7u67V4D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ude7u6OTli {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ude7u6OTli .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ude7u6OTli section {
  position: relative;
}
.cid-ude7u6OTli h4 {
  margin: 0;
}
.cid-ude7u6OTli a {
  font-weight: 300;
}
.cid-ude7u6OTli .row {
  align-items: center;
}
.cid-ude7u6OTli .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ude7u6OTli .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ude7u6OTli .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ude7u6OTli .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ude7u6OTli .align-left {
    text-align: center;
  }
  .cid-ude7u6OTli .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ude7u6OTli .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ude7u6OTli .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ude7u6OTli .item-title {
  color: #c1c1c1;
}
.cid-ude7u6OTli H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ry2peA3BrK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-ry2peA3BrK .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-ry2peA3BrK .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ry2peA3BrK .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ry2peA3BrK img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ry2peA3BrK .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ry2peA3BrK H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ry2peA3BrK H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-rytjl8EV97 {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rytjl8EV97 .media-content .btn-bgr {
  z-index: 0;
}
.cid-rytjl8EV97 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rytjl8EV97 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rytjl8EV97 p {
  color: #464646;
}
.cid-rytjl8EV97 h2 {
  color: #000000;
}
.cid-rytjl8EV97 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rytjl8EV97 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rytjl8EV97 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rytjl8EV97 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rytjl8EV97 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rytjl8EV97 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rytjl8EV97 .mbr-text {
    text-align: center;
  }
}
.cid-rytjl8EV97 .mbr-section-title,
.cid-rytjl8EV97 .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-rytjl8EV97 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rytjl8EV97 P {
  color: #000000;
}
.cid-rwUqQiREzv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-rwUqQiREzv .container-fluid {
  padding: 0;
}
.cid-rwUqQiREzv img {
  width: 100%;
}
.cid-rwUqQiREzv .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rwUqQiREzv .content {
    padding: 3rem;
  }
}
.cid-rwUqQiREzv .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rwUqQiREzv .img-col {
  padding: 0;
  margin: auto;
}
.cid-rwUqQiREzv .mbr-text,
.cid-rwUqQiREzv .mbr-section-btn {
  text-align: left;
}
.cid-rwUqQiREzv .mbr-section-title {
  text-align: left;
}
.cid-rwUs6dzQpd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-rwUs6dzQpd .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rwUs6dzQpd .container-fluid {
  padding: 0;
}
.cid-rwUs6dzQpd img {
  width: 100%;
}
.cid-rwUs6dzQpd .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rwUs6dzQpd .content {
    padding: 3rem;
  }
}
.cid-rwUs6dzQpd .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rwUs6dzQpd .img-col {
  padding: 0;
  margin: auto;
}
.cid-rwUs6dzQpd .mbr-text,
.cid-rwUs6dzQpd .mbr-section-btn {
  text-align: left;
}
.cid-rwUs6dzQpd .mbr-section-title {
  text-align: left;
}
.cid-unqbbrBJ47 {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-unqbbrBJ47 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-unqbbrBJ47 h4 {
  margin: 0;
}
.cid-unqbbrBJ47 .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-unqbbrBJ47 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-unqbbrBJ47 .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-unqbbrBJ47 .plan-body {
  padding-bottom: 2rem;
}
.cid-unqbbrBJ47 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unqbbrBJ47 .line1 {
  background: #ed4266;
}
.cid-unqbbrBJ47 .line2 {
  background: #da2c16;
}
.cid-unqbbrBJ47 .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqbbrBJ47 .plan {
  word-break: break-word;
  position: relative;
}
.cid-unqbbrBJ47 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-unqbbrBJ47 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-unqbbrBJ47 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-unqbbrBJ47 .plan-header,
.cid-unqbbrBJ47 .plan-body {
  background-color: #fff;
}
.cid-unqbbrBJ47 .price-figure {
  font-weight: 700;
}
.cid-unqbbrBJ47 .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-unqbbrBJ47 .md-pb {
    margin-bottom: 2rem;
  }
  .cid-unqbbrBJ47 .price-figure {
    font-size: 3rem;
  }
}
.cid-unqbbrBJ47 .color1 {
  color: #da2c16;
}
.cid-unqbbrBJ47 .color2 {
  color: #ed4266;
}
.cid-unqbbrBJ47 LI {
  color: #767676;
}
.cid-unqbbrBJ47 .price-term {
  color: #767676;
}
.cid-unqbbrBJ47 .mbr-text,
.cid-unqbbrBJ47 .mbr-section-btn {
  color: #000000;
}
.cid-unqbbrBJ47 H2 {
  color: #6aaa0b;
}
.cid-unqbbrBJ47 UL {
  color: #000000;
}
.cid-unqc8f3o3O {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unqc8f3o3O .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-unqc8f3o3O .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-unqc8f3o3O H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-unqc8f3o3O h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unqc8f3o3O .title {
    margin-bottom: 2rem;
  }
  .cid-unqc8f3o3O .align-left,
  .cid-unqc8f3o3O .align-right {
    text-align: center;
  }
}
.cid-rAQ6Tr0gwY {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ6Tr0gwY section {
  position: relative;
}
.cid-rAQ6Tr0gwY h4 {
  margin: 0;
}
.cid-rAQ6Tr0gwY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ6Tr0gwY a {
  font-weight: 300;
}
.cid-rAQ6Tr0gwY .img1 {
  color: #e4d295;
}
.cid-rAQ6Tr0gwY .img2 {
  color: #6aaa0b;
}
.cid-rAQ6Tr0gwY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ6Tr0gwY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ6Tr0gwY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ6Tr0gwY .item,
.cid-rAQ6Tr0gwY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ6Tr0gwY .item h4,
.cid-rAQ6Tr0gwY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6Tr0gwY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ6Tr0gwY .item {
    justify-content: center;
  }
}
.cid-rAQ6Tr0gwY .item-title {
  color: #ffffff;
}
.cid-rAQ6Tr0gwY .text1 {
  color: #ebeced;
}
.cid-rAQ6Tr0gwY .items-title,
.cid-rAQ6Tr0gwY .line-wrap {
  color: #ffffff;
}
.cid-rAQ6Tr0gwY .links-title,
.cid-rAQ6Tr0gwY .line-wrap {
  color: #ffffff;
}
.cid-rAQ6Tr0gwY .link-title {
  color: #ffffff;
}
.cid-rypVQquklN.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQquklN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQquklN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQquklN .modal-content,
.cid-rypVQquklN .modal-dialog {
  height: auto;
}
.cid-rypVQquklN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQquklN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQquklN .form-wrapper .mbr-form .form-group,
  .cid-rypVQquklN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQquklN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQquklN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQquklN .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQquklN .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQquklN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQquklN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQquklN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQquklN .modal-open {
  overflow: hidden;
}
.cid-rypVQquklN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQquklN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQquklN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQquklN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQquklN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQquklN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQquklN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQquklN .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQquklN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQquklN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQquklN .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQquklN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQquklN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQquklN .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQquklN .modal-header .close:focus {
  outline: none;
}
.cid-rypVQquklN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQquklN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQquklN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQquklN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQquklN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQquklN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQquklN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQquklN .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQquklN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQquklN .modal-lg,
  .cid-rypVQquklN .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQquklN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQquklN .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQquklN .container {
    max-width: 1140px;
  }
}
.cid-rypVQquklN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQquklN .container {
    max-width: 720px;
  }
}
.cid-rypVQquklN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQquklN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQquklN .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQquklN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQquklN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQquklN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unqfn0b4vq {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-2-2000x1333.webp");
  background-position: right;
}
.cid-unqfn0b4vq .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-unqfn0b4vq .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-unqfn0b4vq .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-unqfn0b4vq img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-unqfn0b4vq .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-unqfn0b4vq H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unqfn0b4vq H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ry2Tegyg86 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ry2Tegyg86 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry2Tegyg86 H2 {
  color: #6aaa0b;
}
.cid-ry2Tegyg86 H3 {
  color: #36404c;
}
.cid-ry2Tegyg86 .mbr-text,
.cid-ry2Tegyg86 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ry2Tegyg86 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ry2Tegyg86 img {
  filter: invert(0.5);
}
.cid-ry2PB6C3Nw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ry2PB6C3Nw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ry2PB6C3Nw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ry2PB6C3Nw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ry2PB6C3Nw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ry2PB6C3Nw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ry2PB6C3Nw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ry2PB6C3Nw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ry2PB6C3Nw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ry2PB6C3Nw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rAQ6MDBgQQ {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ6MDBgQQ section {
  position: relative;
}
.cid-rAQ6MDBgQQ h4 {
  margin: 0;
}
.cid-rAQ6MDBgQQ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ6MDBgQQ a {
  font-weight: 300;
}
.cid-rAQ6MDBgQQ .img1 {
  color: #e4d295;
}
.cid-rAQ6MDBgQQ .img2 {
  color: #6aaa0b;
}
.cid-rAQ6MDBgQQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ6MDBgQQ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ6MDBgQQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ6MDBgQQ .item,
.cid-rAQ6MDBgQQ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ6MDBgQQ .item h4,
.cid-rAQ6MDBgQQ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6MDBgQQ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ6MDBgQQ .item {
    justify-content: center;
  }
}
.cid-rAQ6MDBgQQ .item-title {
  color: #ffffff;
}
.cid-rAQ6MDBgQQ .text1 {
  color: #ebeced;
}
.cid-rAQ6MDBgQQ .items-title,
.cid-rAQ6MDBgQQ .line-wrap {
  color: #ffffff;
}
.cid-rAQ6MDBgQQ .links-title,
.cid-rAQ6MDBgQQ .line-wrap {
  color: #ffffff;
}
.cid-rAQ6MDBgQQ .link-title {
  color: #ffffff;
}
.cid-rypVQqvpXb.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqvpXb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqvpXb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqvpXb .modal-content,
.cid-rypVQqvpXb .modal-dialog {
  height: auto;
}
.cid-rypVQqvpXb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqvpXb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqvpXb .form-wrapper .mbr-form .form-group,
  .cid-rypVQqvpXb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqvpXb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqvpXb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqvpXb .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqvpXb .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqvpXb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqvpXb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqvpXb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqvpXb .modal-open {
  overflow: hidden;
}
.cid-rypVQqvpXb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqvpXb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqvpXb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqvpXb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqvpXb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqvpXb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqvpXb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqvpXb .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqvpXb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqvpXb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqvpXb .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqvpXb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqvpXb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqvpXb .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqvpXb .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqvpXb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqvpXb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqvpXb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqvpXb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqvpXb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqvpXb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqvpXb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqvpXb .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqvpXb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqvpXb .modal-lg,
  .cid-rypVQqvpXb .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqvpXb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqvpXb .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqvpXb .container {
    max-width: 1140px;
  }
}
.cid-rypVQqvpXb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqvpXb .container {
    max-width: 720px;
  }
}
.cid-rypVQqvpXb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqvpXb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqvpXb .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqvpXb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqvpXb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqvpXb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unqfquwW5e {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-2-2000x1333.webp");
  background-position: right;
}
.cid-unqfquwW5e .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-unqfquwW5e .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-unqfquwW5e .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-unqfquwW5e img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-unqfquwW5e .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-unqfquwW5e H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unqfquwW5e H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-udf4DMhihd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udf4DMhihd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udf4DMhihd H2 {
  color: #6aaa0b;
}
.cid-udf4DMhihd H3 {
  color: #36404c;
}
.cid-udf4DMhihd .mbr-text,
.cid-udf4DMhihd .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-udf4DMhihd .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-udf4DMhihd img {
  filter: invert(0.5);
}
.cid-udf4DNNttD {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-udf4DNNttD section {
  position: relative;
}
.cid-udf4DNNttD h4 {
  margin: 0;
}
.cid-udf4DNNttD img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-udf4DNNttD a {
  font-weight: 300;
}
.cid-udf4DNNttD .img1 {
  color: #e4d295;
}
.cid-udf4DNNttD .img2 {
  color: #6aaa0b;
}
.cid-udf4DNNttD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udf4DNNttD .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udf4DNNttD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udf4DNNttD .item,
.cid-udf4DNNttD .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-udf4DNNttD .item h4,
.cid-udf4DNNttD .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-udf4DNNttD .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-udf4DNNttD .item {
    justify-content: center;
  }
}
.cid-udf4DNNttD .item-title {
  color: #ffffff;
}
.cid-udf4DNNttD .text1 {
  color: #ebeced;
}
.cid-udf4DNNttD .items-title,
.cid-udf4DNNttD .line-wrap {
  color: #ffffff;
}
.cid-udf4DNNttD .links-title,
.cid-udf4DNNttD .line-wrap {
  color: #ffffff;
}
.cid-udf4DNNttD .link-title {
  color: #ffffff;
}
.cid-udf4DOoWdj.popup-builder {
  background-color: #ffffff;
}
.cid-udf4DOoWdj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udf4DOoWdj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udf4DOoWdj .modal-content,
.cid-udf4DOoWdj .modal-dialog {
  height: auto;
}
.cid-udf4DOoWdj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udf4DOoWdj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udf4DOoWdj .form-wrapper .mbr-form .form-group,
  .cid-udf4DOoWdj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udf4DOoWdj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udf4DOoWdj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udf4DOoWdj .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-udf4DOoWdj .pt-0 {
  padding-top: 0 !important;
}
.cid-udf4DOoWdj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udf4DOoWdj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udf4DOoWdj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udf4DOoWdj .modal-open {
  overflow: hidden;
}
.cid-udf4DOoWdj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udf4DOoWdj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udf4DOoWdj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udf4DOoWdj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udf4DOoWdj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udf4DOoWdj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udf4DOoWdj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udf4DOoWdj .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udf4DOoWdj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udf4DOoWdj .modal-backdrop.fade {
  opacity: 0;
}
.cid-udf4DOoWdj .modal-backdrop.show {
  opacity: .5;
}
.cid-udf4DOoWdj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-udf4DOoWdj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udf4DOoWdj .modal-header .close:hover {
  opacity: 1;
}
.cid-udf4DOoWdj .modal-header .close:focus {
  outline: none;
}
.cid-udf4DOoWdj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-udf4DOoWdj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-udf4DOoWdj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-udf4DOoWdj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udf4DOoWdj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udf4DOoWdj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udf4DOoWdj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udf4DOoWdj .modal-sm {
    max-width: 300px;
  }
  .cid-udf4DOoWdj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-udf4DOoWdj .modal-lg,
  .cid-udf4DOoWdj .modal-xl {
    max-width: 800px;
  }
  .cid-udf4DOoWdj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-udf4DOoWdj .modal-xl {
    max-width: 1140px;
  }
  .cid-udf4DOoWdj .container {
    max-width: 1140px;
  }
}
.cid-udf4DOoWdj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-udf4DOoWdj .container {
    max-width: 720px;
  }
}
.cid-udf4DOoWdj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udf4DOoWdj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udf4DOoWdj .form-group {
  margin-bottom: 1rem;
}
.cid-udf4DOoWdj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udf4DOoWdj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udf4DOoWdj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udf4DOVdQl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-udf4DOVdQl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-udf4DOVdQl section {
  position: relative;
}
.cid-udf4DOVdQl h4 {
  margin: 0;
}
.cid-udf4DOVdQl a {
  font-weight: 300;
}
.cid-udf4DOVdQl .row {
  align-items: center;
}
.cid-udf4DOVdQl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-udf4DOVdQl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-udf4DOVdQl .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-udf4DOVdQl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udf4DOVdQl .align-left {
    text-align: center;
  }
  .cid-udf4DOVdQl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-udf4DOVdQl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-udf4DOVdQl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-udf4DOVdQl .item-title {
  color: #c1c1c1;
}
.cid-udf4DOVdQl H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uerrmGbaHy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uerrmGbaHy .img-container {
  position: relative;
}
.cid-uerrmGbaHy .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uerrmGbaHy .image-wrapper img {
  width: 100%;
  height: 28vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uerrmGbaHy .image-wrapper img {
    height: auto;
  }
}
.cid-uerrmGbaHy .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uerrmGbaHy .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uerrmGbaHy .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-rwO5nKKjlO {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwO5nKKjlO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rwO5nKKjlO H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-rwO5nKKjlO H3 {
  color: #36404c;
}
.cid-rwO5nKKjlO .mbr-text,
.cid-rwO5nKKjlO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rwO5nKKjlO .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rwO5nKKjlO img {
  filter: invert(0.5);
}
.cid-rAQ6tq9P4a {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ6tq9P4a section {
  position: relative;
}
.cid-rAQ6tq9P4a h4 {
  margin: 0;
}
.cid-rAQ6tq9P4a img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ6tq9P4a a {
  font-weight: 300;
}
.cid-rAQ6tq9P4a .img1 {
  color: #e4d295;
}
.cid-rAQ6tq9P4a .img2 {
  color: #6aaa0b;
}
.cid-rAQ6tq9P4a .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ6tq9P4a .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ6tq9P4a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ6tq9P4a .item,
.cid-rAQ6tq9P4a .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ6tq9P4a .item h4,
.cid-rAQ6tq9P4a .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6tq9P4a .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ6tq9P4a .item {
    justify-content: center;
  }
}
.cid-rAQ6tq9P4a .item-title {
  color: #ffffff;
}
.cid-rAQ6tq9P4a .text1 {
  color: #ebeced;
}
.cid-rAQ6tq9P4a .items-title,
.cid-rAQ6tq9P4a .line-wrap {
  color: #ffffff;
}
.cid-rAQ6tq9P4a .links-title,
.cid-rAQ6tq9P4a .line-wrap {
  color: #ffffff;
}
.cid-rAQ6tq9P4a .link-title {
  color: #ffffff;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-rypVQqvdTb.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqvdTb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqvdTb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqvdTb .modal-content,
.cid-rypVQqvdTb .modal-dialog {
  height: auto;
}
.cid-rypVQqvdTb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqvdTb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqvdTb .form-wrapper .mbr-form .form-group,
  .cid-rypVQqvdTb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqvdTb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqvdTb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqvdTb .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqvdTb .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqvdTb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqvdTb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqvdTb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqvdTb .modal-open {
  overflow: hidden;
}
.cid-rypVQqvdTb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqvdTb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqvdTb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqvdTb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqvdTb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqvdTb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqvdTb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqvdTb .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqvdTb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqvdTb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqvdTb .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqvdTb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqvdTb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqvdTb .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqvdTb .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqvdTb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqvdTb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqvdTb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqvdTb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqvdTb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqvdTb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqvdTb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqvdTb .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqvdTb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqvdTb .modal-lg,
  .cid-rypVQqvdTb .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqvdTb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqvdTb .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqvdTb .container {
    max-width: 1140px;
  }
}
.cid-rypVQqvdTb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqvdTb .container {
    max-width: 720px;
  }
}
.cid-rypVQqvdTb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqvdTb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqvdTb .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqvdTb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqvdTb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqvdTb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uerj4YVxzN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uerj4YVxzN .img-container {
  position: relative;
}
.cid-uerj4YVxzN .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uerj4YVxzN .image-wrapper img {
  width: 100%;
  height: 38vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uerj4YVxzN .image-wrapper img {
    height: auto;
  }
}
.cid-uerj4YVxzN .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uerj4YVxzN .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uerj4YVxzN .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-rwO1UlBOJK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwO1UlBOJK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rwO1UlBOJK H2 {
  color: #588711;
  text-align: left;
}
.cid-rwO1UlBOJK H3 {
  color: #36404c;
}
.cid-rwO1UlBOJK .mbr-text,
.cid-rwO1UlBOJK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rwO1UlBOJK .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rwO1UlBOJK img {
  filter: invert(0.5);
}
.cid-rypULutkiO {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rypULutkiO section {
  position: relative;
}
.cid-rypULutkiO h4 {
  margin: 0;
}
.cid-rypULutkiO img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rypULutkiO a {
  font-weight: 300;
}
.cid-rypULutkiO .img1 {
  color: #e4d295;
}
.cid-rypULutkiO .img2 {
  color: #6aaa0b;
}
.cid-rypULutkiO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rypULutkiO .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rypULutkiO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rypULutkiO .item,
.cid-rypULutkiO .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rypULutkiO .item h4,
.cid-rypULutkiO .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rypULutkiO .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rypULutkiO .item {
    justify-content: center;
  }
}
.cid-rypULutkiO .item-title {
  color: #ffffff;
}
.cid-rypULutkiO .text1 {
  color: #ebeced;
}
.cid-rypULutkiO .items-title,
.cid-rypULutkiO .line-wrap {
  color: #ffffff;
}
.cid-rypULutkiO .links-title,
.cid-rypULutkiO .line-wrap {
  color: #ffffff;
}
.cid-rypULutkiO .link-title {
  color: #ffffff;
}
.cid-rypVQqubNe.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqubNe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqubNe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqubNe .modal-content,
.cid-rypVQqubNe .modal-dialog {
  height: auto;
}
.cid-rypVQqubNe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqubNe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqubNe .form-wrapper .mbr-form .form-group,
  .cid-rypVQqubNe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqubNe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqubNe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqubNe .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqubNe .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqubNe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqubNe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqubNe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqubNe .modal-open {
  overflow: hidden;
}
.cid-rypVQqubNe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqubNe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqubNe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqubNe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqubNe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqubNe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqubNe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqubNe .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqubNe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqubNe .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqubNe .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqubNe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqubNe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqubNe .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqubNe .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqubNe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqubNe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqubNe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqubNe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqubNe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqubNe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqubNe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqubNe .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqubNe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqubNe .modal-lg,
  .cid-rypVQqubNe .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqubNe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqubNe .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqubNe .container {
    max-width: 1140px;
  }
}
.cid-rypVQqubNe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqubNe .container {
    max-width: 720px;
  }
}
.cid-rypVQqubNe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqubNe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqubNe .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqubNe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqubNe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqubNe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ry7Z97ihvp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ry7Z97ihvp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry7Z97ihvp H2 {
  color: #6aaa0b;
  text-align: left;
}
.cid-ry7Z97ihvp H3 {
  color: #36404c;
}
.cid-ry7Z97ihvp .mbr-text,
.cid-ry7Z97ihvp .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-ry7Z97ihvp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ry7Z97ihvp img {
  filter: invert(0.5);
}
.cid-ry7Wg5Iyir {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-ry7Wg5Iyir section {
  position: relative;
}
.cid-ry7Wg5Iyir h4 {
  margin: 0;
}
.cid-ry7Wg5Iyir img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ry7Wg5Iyir a {
  font-weight: 300;
}
.cid-ry7Wg5Iyir .img1 {
  color: #e4d295;
}
.cid-ry7Wg5Iyir .img2 {
  color: #6aaa0b;
}
.cid-ry7Wg5Iyir .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry7Wg5Iyir .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ry7Wg5Iyir .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ry7Wg5Iyir .item,
.cid-ry7Wg5Iyir .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ry7Wg5Iyir .item h4,
.cid-ry7Wg5Iyir .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ry7Wg5Iyir .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ry7Wg5Iyir .item {
    justify-content: center;
  }
}
.cid-ry7Wg5Iyir .item-title {
  color: #ffffff;
}
.cid-ry7Wg5Iyir .text1 {
  color: #ebeced;
}
.cid-ry7Wg5Iyir .items-title,
.cid-ry7Wg5Iyir .line-wrap {
  color: #e4d295;
}
.cid-ry7Wg5Iyir .links-title,
.cid-ry7Wg5Iyir .line-wrap {
  color: #e4d295;
}
.cid-ry7Wg5Iyir .link-title {
  color: #ffffff;
}
.cid-rypVQqwEfA.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqwEfA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqwEfA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqwEfA .modal-content,
.cid-rypVQqwEfA .modal-dialog {
  height: auto;
}
.cid-rypVQqwEfA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqwEfA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqwEfA .form-wrapper .mbr-form .form-group,
  .cid-rypVQqwEfA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqwEfA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqwEfA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqwEfA .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqwEfA .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqwEfA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqwEfA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqwEfA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqwEfA .modal-open {
  overflow: hidden;
}
.cid-rypVQqwEfA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqwEfA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqwEfA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqwEfA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqwEfA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqwEfA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqwEfA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqwEfA .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqwEfA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqwEfA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqwEfA .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqwEfA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqwEfA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqwEfA .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqwEfA .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqwEfA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqwEfA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqwEfA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqwEfA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqwEfA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqwEfA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqwEfA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqwEfA .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqwEfA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqwEfA .modal-lg,
  .cid-rypVQqwEfA .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqwEfA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqwEfA .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqwEfA .container {
    max-width: 1140px;
  }
}
.cid-rypVQqwEfA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqwEfA .container {
    max-width: 720px;
  }
}
.cid-rypVQqwEfA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqwEfA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqwEfA .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqwEfA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqwEfA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqwEfA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ry81KD2MXs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ry81KD2MXs .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry81KD2MXs H2 {
  color: #6aaa0b;
}
.cid-ry81KD2MXs H3 {
  color: #36404c;
}
.cid-ry81KD2MXs .mbr-text,
.cid-ry81KD2MXs .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ry81KD2MXs .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ry81KD2MXs img {
  filter: invert(0.5);
}
.cid-ry81KD2MXs P {
  text-align: left;
}
.cid-rAQ6HEsJwY {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ6HEsJwY section {
  position: relative;
}
.cid-rAQ6HEsJwY h4 {
  margin: 0;
}
.cid-rAQ6HEsJwY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ6HEsJwY a {
  font-weight: 300;
}
.cid-rAQ6HEsJwY .img1 {
  color: #e4d295;
}
.cid-rAQ6HEsJwY .img2 {
  color: #6aaa0b;
}
.cid-rAQ6HEsJwY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ6HEsJwY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ6HEsJwY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ6HEsJwY .item,
.cid-rAQ6HEsJwY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ6HEsJwY .item h4,
.cid-rAQ6HEsJwY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6HEsJwY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ6HEsJwY .item {
    justify-content: center;
  }
}
.cid-rAQ6HEsJwY .item-title {
  color: #ffffff;
}
.cid-rAQ6HEsJwY .text1 {
  color: #ebeced;
}
.cid-rAQ6HEsJwY .items-title,
.cid-rAQ6HEsJwY .line-wrap {
  color: #ffffff;
}
.cid-rAQ6HEsJwY .links-title,
.cid-rAQ6HEsJwY .line-wrap {
  color: #ffffff;
}
.cid-rAQ6HEsJwY .link-title {
  color: #ffffff;
}
.cid-rypVQqvFNe.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqvFNe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqvFNe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqvFNe .modal-content,
.cid-rypVQqvFNe .modal-dialog {
  height: auto;
}
.cid-rypVQqvFNe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqvFNe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqvFNe .form-wrapper .mbr-form .form-group,
  .cid-rypVQqvFNe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqvFNe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqvFNe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqvFNe .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqvFNe .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqvFNe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqvFNe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqvFNe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqvFNe .modal-open {
  overflow: hidden;
}
.cid-rypVQqvFNe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqvFNe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqvFNe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqvFNe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqvFNe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqvFNe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqvFNe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqvFNe .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqvFNe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqvFNe .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqvFNe .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqvFNe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqvFNe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqvFNe .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqvFNe .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqvFNe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqvFNe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqvFNe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqvFNe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqvFNe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqvFNe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqvFNe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqvFNe .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqvFNe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqvFNe .modal-lg,
  .cid-rypVQqvFNe .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqvFNe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqvFNe .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqvFNe .container {
    max-width: 1140px;
  }
}
.cid-rypVQqvFNe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqvFNe .container {
    max-width: 720px;
  }
}
.cid-rypVQqvFNe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqvFNe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqvFNe .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqvFNe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqvFNe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqvFNe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tfTNg593G1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfTNg593G1 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
  min-height: 400px;
}
.cid-tfTNg593G1 .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tfTNg593G1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfTNg593G1 .main_header {
  position: relative;
}
.cid-tfTNg593G1 .content_box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tfTNg593G1 .content_box {
    padding: 1rem;
    text-align: center;
  }
}
.cid-tfTKnVIAGt {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfTKnVIAGt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tfTKnVIAGt H2 {
  color: #6aaa0b;
  text-align: center;
}
.cid-tfTKnVIAGt H3 {
  color: #36404c;
}
.cid-tfTKnVIAGt .mbr-text,
.cid-tfTKnVIAGt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tfTKnVIAGt .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tfTKnVIAGt img {
  filter: invert(0.5);
}
.cid-tfTKnWRFFx {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-tfTKnWRFFx section {
  position: relative;
}
.cid-tfTKnWRFFx h4 {
  margin: 0;
}
.cid-tfTKnWRFFx img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-tfTKnWRFFx a {
  font-weight: 300;
}
.cid-tfTKnWRFFx .img1 {
  color: #e4d295;
}
.cid-tfTKnWRFFx .img2 {
  color: #6aaa0b;
}
.cid-tfTKnWRFFx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tfTKnWRFFx .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tfTKnWRFFx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tfTKnWRFFx .item,
.cid-tfTKnWRFFx .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tfTKnWRFFx .item h4,
.cid-tfTKnWRFFx .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tfTKnWRFFx .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-tfTKnWRFFx .item {
    justify-content: center;
  }
}
.cid-tfTKnWRFFx .item-title {
  color: #ffffff;
}
.cid-tfTKnWRFFx .text1 {
  color: #ebeced;
}
.cid-tfTKnWRFFx .items-title,
.cid-tfTKnWRFFx .line-wrap {
  color: #ffffff;
}
.cid-tfTKnWRFFx .links-title,
.cid-tfTKnWRFFx .line-wrap {
  color: #ffffff;
}
.cid-tfTKnWRFFx .link-title {
  color: #ffffff;
}
.cid-tfTKnZ7rw7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tfTKnZ7rw7 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tfTKnZ7rw7 section {
  position: relative;
}
.cid-tfTKnZ7rw7 h4 {
  margin: 0;
}
.cid-tfTKnZ7rw7 a {
  font-weight: 300;
}
.cid-tfTKnZ7rw7 .row {
  align-items: center;
}
.cid-tfTKnZ7rw7 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tfTKnZ7rw7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tfTKnZ7rw7 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-tfTKnZ7rw7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tfTKnZ7rw7 .align-left {
    text-align: center;
  }
  .cid-tfTKnZ7rw7 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tfTKnZ7rw7 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tfTKnZ7rw7 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tfTKnZ7rw7 .item-title {
  color: #c1c1c1;
}
.cid-tfTKnZ7rw7 H4 {
  color: #c1c1c1;
}
.cid-tfTKo0AMSH.popup-builder {
  background-color: #ffffff;
}
.cid-tfTKo0AMSH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tfTKo0AMSH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tfTKo0AMSH .modal-content,
.cid-tfTKo0AMSH .modal-dialog {
  height: auto;
}
.cid-tfTKo0AMSH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tfTKo0AMSH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tfTKo0AMSH .form-wrapper .mbr-form .form-group,
  .cid-tfTKo0AMSH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tfTKo0AMSH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tfTKo0AMSH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfTKo0AMSH .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tfTKo0AMSH .pt-0 {
  padding-top: 0 !important;
}
.cid-tfTKo0AMSH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tfTKo0AMSH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tfTKo0AMSH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tfTKo0AMSH .modal-open {
  overflow: hidden;
}
.cid-tfTKo0AMSH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tfTKo0AMSH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tfTKo0AMSH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tfTKo0AMSH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tfTKo0AMSH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tfTKo0AMSH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tfTKo0AMSH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tfTKo0AMSH .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tfTKo0AMSH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tfTKo0AMSH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tfTKo0AMSH .modal-backdrop.show {
  opacity: .5;
}
.cid-tfTKo0AMSH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tfTKo0AMSH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tfTKo0AMSH .modal-header .close:hover {
  opacity: 1;
}
.cid-tfTKo0AMSH .modal-header .close:focus {
  outline: none;
}
.cid-tfTKo0AMSH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-tfTKo0AMSH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tfTKo0AMSH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tfTKo0AMSH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tfTKo0AMSH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tfTKo0AMSH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tfTKo0AMSH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tfTKo0AMSH .modal-sm {
    max-width: 300px;
  }
  .cid-tfTKo0AMSH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tfTKo0AMSH .modal-lg,
  .cid-tfTKo0AMSH .modal-xl {
    max-width: 800px;
  }
  .cid-tfTKo0AMSH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tfTKo0AMSH .modal-xl {
    max-width: 1140px;
  }
  .cid-tfTKo0AMSH .container {
    max-width: 1140px;
  }
}
.cid-tfTKo0AMSH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tfTKo0AMSH .container {
    max-width: 720px;
  }
}
.cid-tfTKo0AMSH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tfTKo0AMSH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tfTKo0AMSH .form-group {
  margin-bottom: 1rem;
}
.cid-tfTKo0AMSH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tfTKo0AMSH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tfTKo0AMSH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unrpNhGa1b {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-unrpNhGa1b .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-unrpNhGa1b .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-unrpNhGa1b .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-unrpNhGa1b img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-unrpNhGa1b .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-unrpNhGa1b H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unrpNhGa1b H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unrpNi6GmX {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unrpNi6GmX .media-content .btn-bgr {
  z-index: 0;
}
.cid-unrpNi6GmX .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-unrpNi6GmX h3 {
  color: #000000;
  font-weight: 300;
}
.cid-unrpNi6GmX p {
  color: #464646;
}
.cid-unrpNi6GmX h2 {
  color: #000000;
}
.cid-unrpNi6GmX .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-unrpNi6GmX .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-unrpNi6GmX .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-unrpNi6GmX .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-unrpNi6GmX .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unrpNi6GmX .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-unrpNi6GmX .mbr-text {
    text-align: center;
  }
}
.cid-unrpNi6GmX .mbr-section-title,
.cid-unrpNi6GmX .mbr-section-btn {
  color: #6aaa0b;
  text-align: left;
}
.cid-unrpNi6GmX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unrpNi6GmX P {
  color: #000000;
}
.cid-unrpNiqZi9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-unrpNiqZi9 .container-fluid {
  padding: 0;
}
.cid-unrpNiqZi9 img {
  width: 100%;
}
.cid-unrpNiqZi9 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-unrpNiqZi9 .content {
    padding: 3rem;
  }
}
.cid-unrpNiqZi9 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-unrpNiqZi9 .img-col {
  padding: 0;
  margin: auto;
}
.cid-unrpNiqZi9 .mbr-text,
.cid-unrpNiqZi9 .mbr-section-btn {
  text-align: left;
}
.cid-unrpNiqZi9 .mbr-section-title {
  text-align: left;
}
.cid-unrpNiHN9e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-unrpNiHN9e .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-unrpNiHN9e .container-fluid {
  padding: 0;
}
.cid-unrpNiHN9e img {
  width: 100%;
}
.cid-unrpNiHN9e .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-unrpNiHN9e .content {
    padding: 3rem;
  }
}
.cid-unrpNiHN9e .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-unrpNiHN9e .img-col {
  padding: 0;
  margin: auto;
}
.cid-unrpNiHN9e .mbr-text,
.cid-unrpNiHN9e .mbr-section-btn {
  text-align: left;
}
.cid-unrpNiHN9e .mbr-section-title {
  text-align: left;
}
.cid-unrpNiXbhR {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-unrpNiXbhR .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-unrpNiXbhR h4 {
  margin: 0;
}
.cid-unrpNiXbhR .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-unrpNiXbhR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-unrpNiXbhR .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-unrpNiXbhR .plan-body {
  padding-bottom: 2rem;
}
.cid-unrpNiXbhR .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unrpNiXbhR .line1 {
  background: #ed4266;
}
.cid-unrpNiXbhR .line2 {
  background: #da2c16;
}
.cid-unrpNiXbhR .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-unrpNiXbhR .plan {
  word-break: break-word;
  position: relative;
}
.cid-unrpNiXbhR .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-unrpNiXbhR .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-unrpNiXbhR .plan .list-group-item:last-child::after {
  display: none;
}
.cid-unrpNiXbhR .plan-header,
.cid-unrpNiXbhR .plan-body {
  background-color: #fff;
}
.cid-unrpNiXbhR .price-figure {
  font-weight: 700;
}
.cid-unrpNiXbhR .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-unrpNiXbhR .md-pb {
    margin-bottom: 2rem;
  }
  .cid-unrpNiXbhR .price-figure {
    font-size: 3rem;
  }
}
.cid-unrpNiXbhR .color1 {
  color: #da2c16;
}
.cid-unrpNiXbhR .color2 {
  color: #ed4266;
}
.cid-unrpNiXbhR LI {
  color: #767676;
}
.cid-unrpNiXbhR .price-term {
  color: #767676;
}
.cid-unrpNiXbhR .mbr-text,
.cid-unrpNiXbhR .mbr-section-btn {
  color: #000000;
}
.cid-unrpNiXbhR H2 {
  color: #6aaa0b;
}
.cid-unrpNiXbhR UL {
  color: #000000;
}
.cid-unrpNjhE4s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrpNjhE4s .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: left;
}
.cid-unrpNjhE4s .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-unrpNjhE4s H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: left;
}
.cid-unrpNjhE4s h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unrpNjhE4s .title {
    margin-bottom: 2rem;
  }
  .cid-unrpNjhE4s .align-left,
  .cid-unrpNjhE4s .align-right {
    text-align: center;
  }
}
.cid-unrpNjxg3s {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-unrpNjxg3s section {
  position: relative;
}
.cid-unrpNjxg3s h4 {
  margin: 0;
}
.cid-unrpNjxg3s img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-unrpNjxg3s a {
  font-weight: 300;
}
.cid-unrpNjxg3s .img1 {
  color: #e4d295;
}
.cid-unrpNjxg3s .img2 {
  color: #6aaa0b;
}
.cid-unrpNjxg3s .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unrpNjxg3s .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unrpNjxg3s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unrpNjxg3s .item,
.cid-unrpNjxg3s .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unrpNjxg3s .item h4,
.cid-unrpNjxg3s .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unrpNjxg3s .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-unrpNjxg3s .item {
    justify-content: center;
  }
}
.cid-unrpNjxg3s .item-title {
  color: #ffffff;
}
.cid-unrpNjxg3s .text1 {
  color: #ebeced;
}
.cid-unrpNjxg3s .items-title,
.cid-unrpNjxg3s .line-wrap {
  color: #ffffff;
}
.cid-unrpNjxg3s .links-title,
.cid-unrpNjxg3s .line-wrap {
  color: #ffffff;
}
.cid-unrpNjxg3s .link-title {
  color: #ffffff;
}
.cid-unrpNk5MPG.popup-builder {
  background-color: #ffffff;
}
.cid-unrpNk5MPG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unrpNk5MPG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unrpNk5MPG .modal-content,
.cid-unrpNk5MPG .modal-dialog {
  height: auto;
}
.cid-unrpNk5MPG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unrpNk5MPG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unrpNk5MPG .form-wrapper .mbr-form .form-group,
  .cid-unrpNk5MPG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unrpNk5MPG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unrpNk5MPG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrpNk5MPG .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-unrpNk5MPG .pt-0 {
  padding-top: 0 !important;
}
.cid-unrpNk5MPG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unrpNk5MPG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unrpNk5MPG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unrpNk5MPG .modal-open {
  overflow: hidden;
}
.cid-unrpNk5MPG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unrpNk5MPG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unrpNk5MPG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unrpNk5MPG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-unrpNk5MPG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unrpNk5MPG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unrpNk5MPG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unrpNk5MPG .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-unrpNk5MPG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unrpNk5MPG .modal-backdrop.fade {
  opacity: 0;
}
.cid-unrpNk5MPG .modal-backdrop.show {
  opacity: .5;
}
.cid-unrpNk5MPG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-unrpNk5MPG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unrpNk5MPG .modal-header .close:hover {
  opacity: 1;
}
.cid-unrpNk5MPG .modal-header .close:focus {
  outline: none;
}
.cid-unrpNk5MPG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-unrpNk5MPG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-unrpNk5MPG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-unrpNk5MPG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unrpNk5MPG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unrpNk5MPG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unrpNk5MPG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unrpNk5MPG .modal-sm {
    max-width: 300px;
  }
  .cid-unrpNk5MPG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-unrpNk5MPG .modal-lg,
  .cid-unrpNk5MPG .modal-xl {
    max-width: 800px;
  }
  .cid-unrpNk5MPG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-unrpNk5MPG .modal-xl {
    max-width: 1140px;
  }
  .cid-unrpNk5MPG .container {
    max-width: 1140px;
  }
}
.cid-unrpNk5MPG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-unrpNk5MPG .container {
    max-width: 720px;
  }
}
.cid-unrpNk5MPG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unrpNk5MPG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-unrpNk5MPG .form-group {
  margin-bottom: 1rem;
}
.cid-unrpNk5MPG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unrpNk5MPG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unrpNk5MPG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-unrpNku4tt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-unrpNku4tt .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-unrpNku4tt section {
  position: relative;
}
.cid-unrpNku4tt h4 {
  margin: 0;
}
.cid-unrpNku4tt a {
  font-weight: 300;
}
.cid-unrpNku4tt .row {
  align-items: center;
}
.cid-unrpNku4tt .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-unrpNku4tt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unrpNku4tt .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-unrpNku4tt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-unrpNku4tt .align-left {
    text-align: center;
  }
  .cid-unrpNku4tt .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-unrpNku4tt .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-unrpNku4tt .item {
    padding-bottom: 0.5rem;
  }
}
.cid-unrpNku4tt .item-title {
  color: #c1c1c1;
}
.cid-unrpNku4tt H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unrrBgbdbW {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-2-2000x1333.webp");
  background-position: right;
}
.cid-unrrBgbdbW .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-unrrBgbdbW .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-unrrBgbdbW .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-unrrBgbdbW img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-unrrBgbdbW .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-unrrBgbdbW H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unrrBgbdbW H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unrrBgAG8g {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrrBgAG8g .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unrrBgAG8g .carousel-item.active,
.cid-unrrBgAG8g .carousel-item-next,
.cid-unrrBgAG8g .carousel-item-prev {
  display: flex;
}
.cid-unrrBgAG8g .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-unrrBgAG8g .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unrrBgAG8g .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-unrrBgAG8g .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-unrrBgAG8g .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-unrrBgAG8g .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-unrrBgAG8g H1 {
  color: #6aaa0b;
}
.cid-unrrBgAG8g .mbr-text,
.cid-unrrBgAG8g .mbr-section-btn {
  color: #232323;
}
.cid-unrrBgAG8g .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-unrrBgAG8g .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-unrrBgAG8g .author {
  margin: auto 0;
}
.cid-unrrBgAG8g h3,
.cid-unrrBgAG8g h4 {
  margin: 0;
  padding: 0;
}
.cid-unrrBgAG8g H3 {
  color: #36404c;
}
.cid-unrrBgAG8g H4 {
  color: #767676;
}
.cid-unrrBgAG8g .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-unrrBgAG8g .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-unrrBgAG8g .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-unrrBh6CCa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrrBh6CCa .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: center;
}
.cid-unrrBh6CCa .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-unrrBh6CCa H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: center;
}
.cid-unrrBh6CCa h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unrrBh6CCa .title {
    margin-bottom: 2rem;
  }
  .cid-unrrBh6CCa .align-left,
  .cid-unrrBh6CCa .align-right {
    text-align: center;
  }
}
.cid-unrrBhlAup {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-unrrBhlAup section {
  position: relative;
}
.cid-unrrBhlAup h4 {
  margin: 0;
}
.cid-unrrBhlAup img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-unrrBhlAup a {
  font-weight: 300;
}
.cid-unrrBhlAup .img1 {
  color: #e4d295;
}
.cid-unrrBhlAup .img2 {
  color: #6aaa0b;
}
.cid-unrrBhlAup .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unrrBhlAup .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unrrBhlAup .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unrrBhlAup .item,
.cid-unrrBhlAup .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unrrBhlAup .item h4,
.cid-unrrBhlAup .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unrrBhlAup .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-unrrBhlAup .item {
    justify-content: center;
  }
}
.cid-unrrBhlAup .item-title {
  color: #ffffff;
}
.cid-unrrBhlAup .text1 {
  color: #ebeced;
}
.cid-unrrBhlAup .items-title,
.cid-unrrBhlAup .line-wrap {
  color: #ffffff;
}
.cid-unrrBhlAup .links-title,
.cid-unrrBhlAup .line-wrap {
  color: #ffffff;
}
.cid-unrrBhlAup .link-title {
  color: #ffffff;
}
.cid-unrrBhRBWb.popup-builder {
  background-color: #ffffff;
}
.cid-unrrBhRBWb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unrrBhRBWb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unrrBhRBWb .modal-content,
.cid-unrrBhRBWb .modal-dialog {
  height: auto;
}
.cid-unrrBhRBWb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unrrBhRBWb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unrrBhRBWb .form-wrapper .mbr-form .form-group,
  .cid-unrrBhRBWb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unrrBhRBWb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unrrBhRBWb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrrBhRBWb .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-unrrBhRBWb .pt-0 {
  padding-top: 0 !important;
}
.cid-unrrBhRBWb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unrrBhRBWb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unrrBhRBWb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unrrBhRBWb .modal-open {
  overflow: hidden;
}
.cid-unrrBhRBWb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unrrBhRBWb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unrrBhRBWb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unrrBhRBWb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-unrrBhRBWb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unrrBhRBWb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unrrBhRBWb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unrrBhRBWb .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-unrrBhRBWb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unrrBhRBWb .modal-backdrop.fade {
  opacity: 0;
}
.cid-unrrBhRBWb .modal-backdrop.show {
  opacity: .5;
}
.cid-unrrBhRBWb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-unrrBhRBWb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unrrBhRBWb .modal-header .close:hover {
  opacity: 1;
}
.cid-unrrBhRBWb .modal-header .close:focus {
  outline: none;
}
.cid-unrrBhRBWb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-unrrBhRBWb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-unrrBhRBWb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-unrrBhRBWb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unrrBhRBWb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unrrBhRBWb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unrrBhRBWb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unrrBhRBWb .modal-sm {
    max-width: 300px;
  }
  .cid-unrrBhRBWb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-unrrBhRBWb .modal-lg,
  .cid-unrrBhRBWb .modal-xl {
    max-width: 800px;
  }
  .cid-unrrBhRBWb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-unrrBhRBWb .modal-xl {
    max-width: 1140px;
  }
  .cid-unrrBhRBWb .container {
    max-width: 1140px;
  }
}
.cid-unrrBhRBWb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-unrrBhRBWb .container {
    max-width: 720px;
  }
}
.cid-unrrBhRBWb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unrrBhRBWb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-unrrBhRBWb .form-group {
  margin-bottom: 1rem;
}
.cid-unrrBhRBWb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unrrBhRBWb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unrrBhRBWb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-unrrBigsTN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-unrrBigsTN .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-unrrBigsTN section {
  position: relative;
}
.cid-unrrBigsTN h4 {
  margin: 0;
}
.cid-unrrBigsTN a {
  font-weight: 300;
}
.cid-unrrBigsTN .row {
  align-items: center;
}
.cid-unrrBigsTN .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-unrrBigsTN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unrrBigsTN .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-unrrBigsTN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-unrrBigsTN .align-left {
    text-align: center;
  }
  .cid-unrrBigsTN .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-unrrBigsTN .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-unrrBigsTN .item {
    padding-bottom: 0.5rem;
  }
}
.cid-unrrBigsTN .item-title {
  color: #c1c1c1;
}
.cid-unrrBigsTN H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unrtmjgMTR {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-2-2000x1333.webp");
  background-position: right;
}
.cid-unrtmjgMTR .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-unrtmjgMTR .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-unrtmjgMTR .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-unrtmjgMTR img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-unrtmjgMTR .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-unrtmjgMTR H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unrtmjgMTR H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unrtmjCYgL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unrtmjCYgL .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unrtmjCYgL H2 {
  color: #6aaa0b;
}
.cid-unrtmjCYgL H3 {
  color: #36404c;
}
.cid-unrtmjCYgL .mbr-text,
.cid-unrtmjCYgL .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-unrtmjCYgL .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-unrtmjCYgL img {
  filter: invert(0.5);
}
.cid-unrtmjRnE4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unrtmjRnE4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unrtmjRnE4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unrtmjRnE4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unrtmjRnE4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unrtmjRnE4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-unrtmjRnE4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-unrtmjRnE4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-unrtmjRnE4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-unrtmjRnE4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-unrtmkCwVC {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-unrtmkCwVC section {
  position: relative;
}
.cid-unrtmkCwVC h4 {
  margin: 0;
}
.cid-unrtmkCwVC img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-unrtmkCwVC a {
  font-weight: 300;
}
.cid-unrtmkCwVC .img1 {
  color: #e4d295;
}
.cid-unrtmkCwVC .img2 {
  color: #6aaa0b;
}
.cid-unrtmkCwVC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unrtmkCwVC .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unrtmkCwVC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unrtmkCwVC .item,
.cid-unrtmkCwVC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unrtmkCwVC .item h4,
.cid-unrtmkCwVC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unrtmkCwVC .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-unrtmkCwVC .item {
    justify-content: center;
  }
}
.cid-unrtmkCwVC .item-title {
  color: #ffffff;
}
.cid-unrtmkCwVC .text1 {
  color: #ebeced;
}
.cid-unrtmkCwVC .items-title,
.cid-unrtmkCwVC .line-wrap {
  color: #ffffff;
}
.cid-unrtmkCwVC .links-title,
.cid-unrtmkCwVC .line-wrap {
  color: #ffffff;
}
.cid-unrtmkCwVC .link-title {
  color: #ffffff;
}
.cid-unrtml9Wk4.popup-builder {
  background-color: #ffffff;
}
.cid-unrtml9Wk4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unrtml9Wk4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unrtml9Wk4 .modal-content,
.cid-unrtml9Wk4 .modal-dialog {
  height: auto;
}
.cid-unrtml9Wk4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unrtml9Wk4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unrtml9Wk4 .form-wrapper .mbr-form .form-group,
  .cid-unrtml9Wk4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unrtml9Wk4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unrtml9Wk4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unrtml9Wk4 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-unrtml9Wk4 .pt-0 {
  padding-top: 0 !important;
}
.cid-unrtml9Wk4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unrtml9Wk4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unrtml9Wk4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unrtml9Wk4 .modal-open {
  overflow: hidden;
}
.cid-unrtml9Wk4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unrtml9Wk4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unrtml9Wk4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unrtml9Wk4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-unrtml9Wk4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unrtml9Wk4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unrtml9Wk4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unrtml9Wk4 .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-unrtml9Wk4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unrtml9Wk4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-unrtml9Wk4 .modal-backdrop.show {
  opacity: .5;
}
.cid-unrtml9Wk4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-unrtml9Wk4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unrtml9Wk4 .modal-header .close:hover {
  opacity: 1;
}
.cid-unrtml9Wk4 .modal-header .close:focus {
  outline: none;
}
.cid-unrtml9Wk4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-unrtml9Wk4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-unrtml9Wk4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-unrtml9Wk4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unrtml9Wk4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unrtml9Wk4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unrtml9Wk4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unrtml9Wk4 .modal-sm {
    max-width: 300px;
  }
  .cid-unrtml9Wk4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-unrtml9Wk4 .modal-lg,
  .cid-unrtml9Wk4 .modal-xl {
    max-width: 800px;
  }
  .cid-unrtml9Wk4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-unrtml9Wk4 .modal-xl {
    max-width: 1140px;
  }
  .cid-unrtml9Wk4 .container {
    max-width: 1140px;
  }
}
.cid-unrtml9Wk4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-unrtml9Wk4 .container {
    max-width: 720px;
  }
}
.cid-unrtml9Wk4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unrtml9Wk4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-unrtml9Wk4 .form-group {
  margin-bottom: 1rem;
}
.cid-unrtml9Wk4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unrtml9Wk4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unrtml9Wk4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-unrtmlBbOr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-unrtmlBbOr .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-unrtmlBbOr section {
  position: relative;
}
.cid-unrtmlBbOr h4 {
  margin: 0;
}
.cid-unrtmlBbOr a {
  font-weight: 300;
}
.cid-unrtmlBbOr .row {
  align-items: center;
}
.cid-unrtmlBbOr .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-unrtmlBbOr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unrtmlBbOr .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-unrtmlBbOr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-unrtmlBbOr .align-left {
    text-align: center;
  }
  .cid-unrtmlBbOr .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-unrtmlBbOr .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-unrtmlBbOr .item {
    padding-bottom: 0.5rem;
  }
}
.cid-unrtmlBbOr .item-title {
  color: #c1c1c1;
}
.cid-unrtmlBbOr H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unru4RZGWP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-2-2000x1333.webp");
  background-position: right;
}
.cid-unru4RZGWP .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-unru4RZGWP .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-unru4RZGWP .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-unru4RZGWP img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-unru4RZGWP .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-unru4RZGWP H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unru4RZGWP H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-unru4SCEnO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unru4SCEnO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unru4SCEnO H2 {
  color: #6aaa0b;
}
.cid-unru4SCEnO H3 {
  color: #36404c;
}
.cid-unru4SCEnO .mbr-text,
.cid-unru4SCEnO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-unru4SCEnO .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-unru4SCEnO img {
  filter: invert(0.5);
}
.cid-unru4T3dHw {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-unru4T3dHw section {
  position: relative;
}
.cid-unru4T3dHw h4 {
  margin: 0;
}
.cid-unru4T3dHw img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-unru4T3dHw a {
  font-weight: 300;
}
.cid-unru4T3dHw .img1 {
  color: #e4d295;
}
.cid-unru4T3dHw .img2 {
  color: #6aaa0b;
}
.cid-unru4T3dHw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unru4T3dHw .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unru4T3dHw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unru4T3dHw .item,
.cid-unru4T3dHw .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unru4T3dHw .item h4,
.cid-unru4T3dHw .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unru4T3dHw .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-unru4T3dHw .item {
    justify-content: center;
  }
}
.cid-unru4T3dHw .item-title {
  color: #ffffff;
}
.cid-unru4T3dHw .text1 {
  color: #ebeced;
}
.cid-unru4T3dHw .items-title,
.cid-unru4T3dHw .line-wrap {
  color: #ffffff;
}
.cid-unru4T3dHw .links-title,
.cid-unru4T3dHw .line-wrap {
  color: #ffffff;
}
.cid-unru4T3dHw .link-title {
  color: #ffffff;
}
.cid-unru4TzUF9.popup-builder {
  background-color: #ffffff;
}
.cid-unru4TzUF9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unru4TzUF9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unru4TzUF9 .modal-content,
.cid-unru4TzUF9 .modal-dialog {
  height: auto;
}
.cid-unru4TzUF9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unru4TzUF9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unru4TzUF9 .form-wrapper .mbr-form .form-group,
  .cid-unru4TzUF9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unru4TzUF9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unru4TzUF9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unru4TzUF9 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-unru4TzUF9 .pt-0 {
  padding-top: 0 !important;
}
.cid-unru4TzUF9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unru4TzUF9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unru4TzUF9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unru4TzUF9 .modal-open {
  overflow: hidden;
}
.cid-unru4TzUF9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unru4TzUF9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unru4TzUF9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unru4TzUF9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-unru4TzUF9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unru4TzUF9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unru4TzUF9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unru4TzUF9 .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-unru4TzUF9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unru4TzUF9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-unru4TzUF9 .modal-backdrop.show {
  opacity: .5;
}
.cid-unru4TzUF9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-unru4TzUF9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unru4TzUF9 .modal-header .close:hover {
  opacity: 1;
}
.cid-unru4TzUF9 .modal-header .close:focus {
  outline: none;
}
.cid-unru4TzUF9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-unru4TzUF9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-unru4TzUF9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-unru4TzUF9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unru4TzUF9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unru4TzUF9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unru4TzUF9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unru4TzUF9 .modal-sm {
    max-width: 300px;
  }
  .cid-unru4TzUF9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-unru4TzUF9 .modal-lg,
  .cid-unru4TzUF9 .modal-xl {
    max-width: 800px;
  }
  .cid-unru4TzUF9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-unru4TzUF9 .modal-xl {
    max-width: 1140px;
  }
  .cid-unru4TzUF9 .container {
    max-width: 1140px;
  }
}
.cid-unru4TzUF9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-unru4TzUF9 .container {
    max-width: 720px;
  }
}
.cid-unru4TzUF9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unru4TzUF9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-unru4TzUF9 .form-group {
  margin-bottom: 1rem;
}
.cid-unru4TzUF9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unru4TzUF9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unru4TzUF9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-unru4TX59c {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-unru4TX59c .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-unru4TX59c section {
  position: relative;
}
.cid-unru4TX59c h4 {
  margin: 0;
}
.cid-unru4TX59c a {
  font-weight: 300;
}
.cid-unru4TX59c .row {
  align-items: center;
}
.cid-unru4TX59c .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-unru4TX59c .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unru4TX59c .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-unru4TX59c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-unru4TX59c .align-left {
    text-align: center;
  }
  .cid-unru4TX59c .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-unru4TX59c .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-unru4TX59c .item {
    padding-bottom: 0.5rem;
  }
}
.cid-unru4TX59c .item-title {
  color: #c1c1c1;
}
.cid-unru4TX59c H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ry2zuzDzEJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shutterstock-1310293780-1-2000x1333.webp");
  background-position: right;
}
.cid-ry2zuzDzEJ .wrapper {
  position: relative;
  border-top: 3px solid #7f1933;
  border-right: 3px solid #7f1933;
  border-left: 3px solid #7f1933;
  padding: 2.5rem 2.5rem;
}
.cid-ry2zuzDzEJ .wrapper:before {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ry2zuzDzEJ .wrapper:after {
  content: "";
  background: #7f1933;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ry2zuzDzEJ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ry2zuzDzEJ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ry2zuzDzEJ H3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ry2zuzDzEJ H1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.cid-ry2Amk7T2r {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ry2Amk7T2r .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ry2Amk7T2r .carousel-item.active,
.cid-ry2Amk7T2r .carousel-item-next,
.cid-ry2Amk7T2r .carousel-item-prev {
  display: flex;
}
.cid-ry2Amk7T2r .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-ry2Amk7T2r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #7e1103;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ry2Amk7T2r .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-ry2Amk7T2r .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-ry2Amk7T2r .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-ry2Amk7T2r .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ry2Amk7T2r H1 {
  color: #6aaa0b;
}
.cid-ry2Amk7T2r .mbr-text,
.cid-ry2Amk7T2r .mbr-section-btn {
  color: #232323;
}
.cid-ry2Amk7T2r .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ry2Amk7T2r .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-ry2Amk7T2r .author {
  margin: auto 0;
}
.cid-ry2Amk7T2r h3,
.cid-ry2Amk7T2r h4 {
  margin: 0;
  padding: 0;
}
.cid-ry2Amk7T2r H3 {
  color: #36404c;
}
.cid-ry2Amk7T2r H4 {
  color: #767676;
}
.cid-ry2Amk7T2r .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-ry2Amk7T2r .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-ry2Amk7T2r .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-unqeKfNLtq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unqeKfNLtq .mbr-section-subtitle {
  color: #6aaa0b;
  text-align: center;
}
.cid-unqeKfNLtq .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-unqeKfNLtq H2 {
  margin: 0;
  width: 100%;
  color: #232323;
  text-align: center;
}
.cid-unqeKfNLtq h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unqeKfNLtq .title {
    margin-bottom: 2rem;
  }
  .cid-unqeKfNLtq .align-left,
  .cid-unqeKfNLtq .align-right {
    text-align: center;
  }
}
.cid-rAQ6PZuSRF {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tango-sola-maribor-2000x909.webp");
}
.cid-rAQ6PZuSRF section {
  position: relative;
}
.cid-rAQ6PZuSRF h4 {
  margin: 0;
}
.cid-rAQ6PZuSRF img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-rAQ6PZuSRF a {
  font-weight: 300;
}
.cid-rAQ6PZuSRF .img1 {
  color: #e4d295;
}
.cid-rAQ6PZuSRF .img2 {
  color: #6aaa0b;
}
.cid-rAQ6PZuSRF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rAQ6PZuSRF .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rAQ6PZuSRF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rAQ6PZuSRF .item,
.cid-rAQ6PZuSRF .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rAQ6PZuSRF .item h4,
.cid-rAQ6PZuSRF .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6PZuSRF .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-rAQ6PZuSRF .item {
    justify-content: center;
  }
}
.cid-rAQ6PZuSRF .item-title {
  color: #ffffff;
}
.cid-rAQ6PZuSRF .text1 {
  color: #ebeced;
}
.cid-rAQ6PZuSRF .items-title,
.cid-rAQ6PZuSRF .line-wrap {
  color: #ffffff;
}
.cid-rAQ6PZuSRF .links-title,
.cid-rAQ6PZuSRF .line-wrap {
  color: #ffffff;
}
.cid-rAQ6PZuSRF .link-title {
  color: #ffffff;
}
.cid-rypVQqvHX5.popup-builder {
  background-color: #ffffff;
}
.cid-rypVQqvHX5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rypVQqvHX5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rypVQqvHX5 .modal-content,
.cid-rypVQqvHX5 .modal-dialog {
  height: auto;
}
.cid-rypVQqvHX5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rypVQqvHX5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rypVQqvHX5 .form-wrapper .mbr-form .form-group,
  .cid-rypVQqvHX5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rypVQqvHX5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rypVQqvHX5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rypVQqvHX5 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rypVQqvHX5 .pt-0 {
  padding-top: 0 !important;
}
.cid-rypVQqvHX5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rypVQqvHX5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rypVQqvHX5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rypVQqvHX5 .modal-open {
  overflow: hidden;
}
.cid-rypVQqvHX5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rypVQqvHX5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rypVQqvHX5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rypVQqvHX5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rypVQqvHX5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rypVQqvHX5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rypVQqvHX5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rypVQqvHX5 .modal-content {
  background: #cebfaf;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rypVQqvHX5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rypVQqvHX5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rypVQqvHX5 .modal-backdrop.show {
  opacity: .5;
}
.cid-rypVQqvHX5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rypVQqvHX5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rypVQqvHX5 .modal-header .close:hover {
  opacity: 1;
}
.cid-rypVQqvHX5 .modal-header .close:focus {
  outline: none;
}
.cid-rypVQqvHX5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7e1103;
}
.cid-rypVQqvHX5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rypVQqvHX5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rypVQqvHX5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rypVQqvHX5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rypVQqvHX5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rypVQqvHX5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rypVQqvHX5 .modal-sm {
    max-width: 300px;
  }
  .cid-rypVQqvHX5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rypVQqvHX5 .modal-lg,
  .cid-rypVQqvHX5 .modal-xl {
    max-width: 800px;
  }
  .cid-rypVQqvHX5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rypVQqvHX5 .modal-xl {
    max-width: 1140px;
  }
  .cid-rypVQqvHX5 .container {
    max-width: 1140px;
  }
}
.cid-rypVQqvHX5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rypVQqvHX5 .container {
    max-width: 720px;
  }
}
.cid-rypVQqvHX5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rypVQqvHX5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rypVQqvHX5 .form-group {
  margin-bottom: 1rem;
}
.cid-rypVQqvHX5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rypVQqvHX5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rypVQqvHX5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rAQ6B1UGk5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rAQ6B1UGk5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rAQ6B1UGk5 section {
  position: relative;
}
.cid-rAQ6B1UGk5 h4 {
  margin: 0;
}
.cid-rAQ6B1UGk5 a {
  font-weight: 300;
}
.cid-rAQ6B1UGk5 .row {
  align-items: center;
}
.cid-rAQ6B1UGk5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rAQ6B1UGk5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rAQ6B1UGk5 .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rAQ6B1UGk5 .align-left {
    text-align: center;
  }
  .cid-rAQ6B1UGk5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rAQ6B1UGk5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rAQ6B1UGk5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rAQ6B1UGk5 .item-title {
  color: #c1c1c1;
}
.cid-rAQ6B1UGk5 H4 {
  color: #c1c1c1;
}
.cid-uxPjhbckeu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxPjhbckeu .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;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxPjhbckeu .btn {
  font-weight: 400;
}
.cid-uxPjhbckeu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxPjhbckeu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPjhbckeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPjhbckeu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uxPjhbckeu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxPjhbckeu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxPjhbckeu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxPjhbckeu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxPjhbckeu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxPjhbckeu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxPjhbckeu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #e4d8cc;
  border-radius: 4px !important;
}
.cid-uxPjhbckeu .nav-item:focus,
.cid-uxPjhbckeu .nav-link:focus {
  outline: none;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxPjhbckeu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxPjhbckeu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxPjhbckeu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxPjhbckeu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uxPjhbckeu .navbar.opened {
  transition: all 0.25s;
}
.cid-uxPjhbckeu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxPjhbckeu .navbar .navbar-logo img {
  width: auto;
}
.cid-uxPjhbckeu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxPjhbckeu .navbar.collapsed {
  justify-content: center;
}
.cid-uxPjhbckeu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxPjhbckeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxPjhbckeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPjhbckeu .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-uxPjhbckeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPjhbckeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxPjhbckeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxPjhbckeu .navbar {
    min-height: 72px;
  }
  .cid-uxPjhbckeu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxPjhbckeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPjhbckeu .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-uxPjhbckeu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxPjhbckeu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxPjhbckeu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxPjhbckeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxPjhbckeu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxPjhbckeu .dropdown-item.active,
.cid-uxPjhbckeu .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPjhbckeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPjhbckeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4d8cc;
}
.cid-uxPjhbckeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxPjhbckeu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxPjhbckeu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .navbar-buttons {
    text-align: left;
  }
}
.cid-uxPjhbckeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxPjhbckeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxPjhbckeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxPjhbckeu .navbar-dropdown {
  padding: 0;
  background-color: #e4d8cc !important;
}
.cid-uxPjhbckeu .opacityScroll {
  background: #e4d8cc !important;
}
.cid-uxPjhbckeu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxPjhbckeu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxPjhbckeu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPjhbckeu .navbar {
    height: 70px;
  }
  .cid-uxPjhbckeu .navbar.opened {
    height: auto;
  }
  .cid-uxPjhbckeu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxPjhbckeu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxPjhbckeu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-brand {
    margin-right: auto;
  }
  .cid-uxPjhbckeu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e4d8cc;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uxPjhbckeu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxPjhbckeu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxPjhbckeu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uxPjhbckeu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxPjhbckeu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxPjhbckeu .navbar-collapse {
    padding: 1rem;
  }
}
