body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'CormorantUpright-Regular';
  font-size: 8rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'CormorantUpright-Regular';
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.56rem;
  line-height: 35px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.375rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.4rem;
    font-size: calc( 4.85rem + (8 - 4.85) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.85rem + (8 - 4.85) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.05rem;
    font-size: calc( 2.925rem + (4.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.925rem + (4.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.954rem;
    font-size: calc( 1.033rem + (1.06 - 1.033) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.033rem + (1.06 - 1.033) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.404rem;
    font-size: calc( 1.308rem + (1.56 - 1.308) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.308rem + (1.56 - 1.308) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2375rem;
    font-size: calc( 1.20625rem + (1.375 - 1.20625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.20625rem + (1.375 - 1.20625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #d7919e !important;
}
.bg-success {
  background-color: #b8860b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d7919e !important;
  border-color: #d7919e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c05166 !important;
  border-color: #c05166 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c05166 !important;
  border-color: #c05166 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8860b !important;
  border-color: #b8860b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #664a06 !important;
  border-color: #664a06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #664a06 !important;
  border-color: #664a06 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b8860b !important;
  border-color: #b8860b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #664a06 !important;
  border-color: #664a06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #664a06 !important;
  border-color: #664a06 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7919e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c05166 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d7919e !important;
  border-color: #d7919e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8860b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #664a06 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b8860b !important;
  border-color: #b8860b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8860b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #664a06 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b8860b !important;
  border-color: #b8860b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d7919e !important;
}
.text-secondary {
  color: #b8860b !important;
}
.text-success {
  color: #b8860b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bc465c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #584005 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #584005 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a141d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d7919e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d7919e;
  border-color: #d7919e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d7919e;
}
.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: #f4c44e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d7919e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'CormorantUpright-Regular';
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #d7919e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d7919e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d7919e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d7919e;
  border-bottom-color: #d7919e;
}
.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: #d7919e !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: #b8860b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d7919e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #d7919e;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #d7919e;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #d7919e;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #d7919e !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #b8860b;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #b8860b !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #b8860b;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #b8860b !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-trf9qHYN75 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/poz-1251x2224.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-trf9qHYN75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9qHYN75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9qHYN75 .row {
  justify-content: space-between;
}
.cid-trf9qHYN75 .card-wrapper {
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.cid-trf9qHYN75 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .cid-trf9qHYN75 .card-wrapper .image-wrapper img:hover {
    transform: scale(1.15);
  }
}
.cid-trf9qHYN75 .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-trf9qHYN75 .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-trf9qHYN75 .mbr-section-title {
  color: #E0BDB6;
}
.cid-trf9qHYN75 .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-trf9qHYN75 .mbr-section-title,
.cid-trf9qHYN75 .image-wrapper {
  color: #e0bdb6;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-trf9qHYN75 {
    position: relative !important;
    background-image: url("file:///C:/Users/josef/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-07-20_185656/assets/images/poz-1251x2224.jpg") !important;
    background-position: right center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
  }
  .cid-trf9qHYN75 .jarallax-container img {
    object-position: right center !important;
  }
  .cid-trf9qHYN75 .jarallax-container div {
    background-position: right center !important;
  }
  .cid-trf9qHYN75::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45vw;
    height: 100%;
    background-image: url('https://uzasnakovi.wedding/assets/images/orn.png');
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
  }
  .cid-trf9qHYN75 > .container,
  .cid-trf9qHYN75 > .container-fluid {
    position: relative;
    z-index: 3;
  }
  .cid-trf9qHYN75 > .mbr-overlay,
  .cid-trf9qHYN75 > .mbr-fallback-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.cid-trf9qHYN75 .card-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}
.cid-vq0sidxDtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7919e;
}
.cid-vq0sidxDtD .item:focus,
.cid-vq0sidxDtD span:focus {
  outline: none;
}
.cid-vq0sidxDtD .item {
  cursor: pointer;
}
.cid-vq0sidxDtD .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vq0sidxDtD .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vq0sidxDtD .grid-container-1,
.cid-vq0sidxDtD .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vq0sidxDtD .grid-container-1,
  .cid-vq0sidxDtD .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vq0sidxDtD .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-vq0sidxDtD .content-head {
  max-width: 800px;
}
.cid-vq0sidxDtD .container,
.cid-vq0sidxDtD .container-fluid {
  overflow: hidden;
}
.cid-vq0sidxDtD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vq0sidxDtD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vq0sidxDtD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vq0sidxDtD .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vq0sidxDtD .grid-item img {
    height: 280px;
    min-width: 60vw;
  }
}
.cid-vq0sidxDtD .grid-container-1,
.cid-vq0sidxDtD .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vq0sidxDtD .grid-container-1 {
  align-items: flex-end;
}
.cid-vq0sidxDtD .grid-container-2 {
  align-items: flex-start;
}
.cid-vq0sidxDtD .image-wrapper {
  text-align: center;
}
.cid-vq0sidxDtD .image-wrapper img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}
.cid-vq0qZUS8zW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pozadc38d-1920x859.jpg");
}
.cid-vq0qZUS8zW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-vq0qZUS8zW H4 {
  color: #e0bdb6;
  text-align: center;
}
.cid-vq0qZUS8zW .image-wrapper {
  text-align: center;
}
.cid-vq0qZUS8zW .image-wrapper img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}
.cid-vq0wUrQn8s {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #d7919e;
}
.cid-vq0wUrQn8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq0wUrQn8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq0wUrQn8s .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-vq0wUrQn8s .number {
  color: #747474;
  font-weight: 400 !important;
}
.cid-vq0wUrQn8s .period {
  display: block;
}
.cid-vq0wUrQn8s .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vq0wUrQn8s .period {
    font-size: 0.8rem;
  }
}
.cid-vq0wUrQn8s .btn {
  height: 100%;
  margin: 0;
}
.cid-vq0wUrQn8s .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vq0wUrQn8s .mbr-section-title {
  color: #e0bdb6;
}
.cid-vq0wUrQn8s .countdown-cont .number b {
  font-weight: normal !important;
}
.cid-vq0wUrQn8s .image-wrapper {
  text-align: center;
}
.cid-vq0wUrQn8s .image-wrapper img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}
.cid-vq0cZiQXUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vq0cZiQXUg .google-map {
  height: 25rem;
  position: relative;
  filter: grayscale(90%);
}
.cid-vq0cZiQXUg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
}
.cid-vq0cZiQXUg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vq0cZiQXUg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vq0cZiQXUg .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-vq0qy4t23y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7919e;
}
.cid-vq0qy4t23y .media-container-row .mbr-text {
  color: #747474;
}
