body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Concert One', display;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Carter One', display;
  font-size: 1.6rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #fce13c !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #fffcd9 !important;
}
.bg-danger {
  background-color: #00b15c !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fce13c !important;
  border-color: #fce13c !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fffcd9 !important;
  border-color: #fffcd9 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #fce13c;
  color: #fce13c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #383001 !important;
  background-color: #fce13c;
  border-color: #fce13c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #383001 !important;
  background-color: #fce13c !important;
  border-color: #fce13c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #dd1c1a;
  color: #dd1c1a !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #dd1c1a;
  border-color: #dd1c1a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd1c1a !important;
  border-color: #dd1c1a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fffcd9;
  color: #fffcd9 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #d9c800 !important;
  background-color: #fffcd9;
  border-color: #fffcd9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #d9c800 !important;
  background-color: #fffcd9 !important;
  border-color: #fffcd9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fce13c !important;
}
.text-secondary {
  color: #dd1c1a !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #fffcd9 !important;
}
.text-danger {
  color: #00b15c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #000000;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fce13c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fffcd9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fffcd9 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fffcd9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #00b15c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #fffcd9;
}
.alert-danger {
  background-color: #00b15c;
}
.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: #fce13c;
  border-color: #fce13c;
  color: #514601;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #31ff9c;
}
/* Scroll to top button*/
#scrollToTop a {
  background: #fce13c;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #fce13c;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #ffffff;
}
.mbr-arrow a {
  color: #000000;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #fce13c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fce13c;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fce13c;
  border-bottom-color: #fce13c;
}
.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: #fce13c !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: #dd1c1a !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 252, 217, 0.5), rgba(255, 252, 217, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(252, 225, 60, 0.5), rgba(252, 225, 60, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-seySXPWyfA .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seySXPWyfA .nav-item:focus,
.cid-seySXPWyfA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-seySXPWyfA .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-seySXPWyfA .nav-item .nav-link {
    position: relative;
  }
  .cid-seySXPWyfA .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fce13c, #dd1c1a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-seySXPWyfA .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-seySXPWyfA .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seySXPWyfA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-seySXPWyfA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seySXPWyfA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seySXPWyfA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seySXPWyfA .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-seySXPWyfA .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #dd1c1a;
}
.cid-seySXPWyfA .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #dd1c1a !important;
}
.cid-seySXPWyfA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-seySXPWyfA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-seySXPWyfA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seySXPWyfA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.show,
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seySXPWyfA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seySXPWyfA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seySXPWyfA .navbar.collapsed .right-menu,
.cid-seySXPWyfA .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA .navbar .navbar-collapse.show,
  .cid-seySXPWyfA .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seySXPWyfA .navbar .navbar-collapse.show .brand-container,
  .cid-seySXPWyfA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-seySXPWyfA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seySXPWyfA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seySXPWyfA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seySXPWyfA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-seySXPWyfA .navbar .right-menu,
  .cid-seySXPWyfA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-seySXPWyfA .navbar.navbar-short {
  min-height: 60px;
}
.cid-seySXPWyfA .navbar.navbar-short .mbr-overlay {
  background: #dd1c1a !important;
}
.cid-seySXPWyfA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seySXPWyfA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seySXPWyfA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seySXPWyfA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seySXPWyfA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seySXPWyfA .dropdown-item.active,
.cid-seySXPWyfA .dropdown-item:active {
  background-color: transparent;
}
.cid-seySXPWyfA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seySXPWyfA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seySXPWyfA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seySXPWyfA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd1c1a;
}
.cid-seySXPWyfA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seySXPWyfA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seySXPWyfA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-seySXPWyfA .navbar-buttons {
  margin-left: auto;
}
.cid-seySXPWyfA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd1c1a;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seySXPWyfA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seySXPWyfA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seySXPWyfA .right-menu,
.cid-seySXPWyfA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-seySXPWyfA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-seySXPWyfA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-seySXPWyfA .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-seySXPWyfA .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fce13c;
  padding: .5rem 0;
  color: #dd1c1a;
}
.cid-seySXPWyfA .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seySXPWyfA .card-wrapper {
  z-index: 3;
}
.cid-seySXPWyfA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seySXPWyfA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMiNB0xrej {
  background-image: url("../../../assets/images/sinterklaas-ursem-feest-intocht-3-2000x2000.webp");
  overflow: hidden;
}
.cid-sMiNB0xrej svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sMiNB0xrej #e2_shape {
  fill: #faf0ca !important;
}
.cid-sMiNB0xrej img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 67, 65, 0.35);
}
@media (max-width: 576px) {
  .cid-sMiNB0xrej img {
    width: 90%!important;
  }
}
.cid-sMiNB0xrej H1 {
  color: #ffffff;
}
.cid-sMiNB0xrej .mbr-text,
.cid-sMiNB0xrej .mbr-section-btn {
  color: #ffffff;
}
.cid-sMiNB0xrej H3 {
  color: #ffffff;
}
.cid-sMiNB0xrej H2 {
  color: #ffffff;
}
.cid-sMiJvD1uIb {
  background-color: #ffffff;
}
.cid-sMiJvD1uIb .wrapper {
  background-color: #faf0ca;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sMiJvD1uIb .wrapper {
    padding: 3rem;
  }
}
.cid-sMiJvD1uIb .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sMiJvD1uIb .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sMiJvD1uIb .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
  color: #dd1c1a;
}
@media (max-width: 992px) {
  .cid-sMiJvD1uIb .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-seztVjNEwT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seztVjNEwT .mbr-text {
  position: relative;
  color: #dd1c1a;
}
.cid-seztVjNEwT .mbr-text:before {
  color: #dd1c1a;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-seztVjNEwT img {
  object-fit: contain;
}
.cid-seztVjNEwT .mbr-text:after {
  color: #dd1c1a;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-seztVjNEwT .mbr-text:after,
  .cid-seztVjNEwT .mbr-text:before {
    display: none;
  }
}
.cid-seztVjNEwT .mbr-section-title,
.cid-seztVjNEwT .logo {
  color: #dd1c1a;
  letter-spacing: 0.1em;
}
.cid-sez8nX8gES {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #fffcd9;
}
.cid-sez8nX8gES .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #dd1c1a;
}
.cid-sez8nX8gES .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sez8nX8gES .card-img {
  margin-bottom: 1rem;
}
.cid-sez8nX8gES .card-img span {
  font-size: 60px;
}
.cid-sez8nX8gES H1 {
  color: #dd1c1a;
}
.cid-sez8nX8gES .mbr-text,
.cid-sez8nX8gES .mbr-section-btn {
  color: #dd1c1a;
}
.cid-seyQwBlaSe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fffcd9;
}
.cid-seyQwBlaSe .box1 {
  background-image: url("../../../assets/images/sint1-1505x774.webp");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-seyQwBlaSe .box2 {
  background-image: url("../../../assets/images/sint-2-2000x1077.webp");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-seyQwBlaSe .icon-wrap {
  background-color: #ff0000 !important;
  border-radius: 0%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-seyQwBlaSe .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-seyQwBlaSe .icon-wrap span {
  padding-left: 8px;
}
.cid-seyQwBlaSe .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #fce13c !important;
}
.cid-seyQwBlaSe .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-seyQwBlaSe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seyQwBlaSe .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-seyQwBlaSe .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-seyQwBlaSe a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seyQwBlaSe a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-seyQwBlaSe {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-seyQwBlaSe .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-seyQwBlaSe {
    padding-top: 0px;
    padding-bottom: 7px;
  }
  .cid-seyQwBlaSe .box1,
  .cid-seyQwBlaSe .box2 {
    height: 250px;
  }
}
.cid-sgSmwruGFz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fffcd9;
}
@media (max-width: 992px) {
  .cid-sgSmwruGFz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sgSmwruGFz .text {
  padding: 0;
}
.cid-sgSmwruGFz section {
  position: relative;
}
.cid-sgSmwruGFz h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sgSmwruGFz .mbr-iconfont {
  padding: 0!important;
}
.cid-sgSmwruGFz .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fffcd9;
}
.cid-sgSmwruGFz .box {
  background-image: url("../../../assets/images/sint4-2000x1053.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgSmwruGFz .icon-wrap {
  background-color: #ff0000 !important;
  width: 80px;
  height: 80px;
  color: #dbad54;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sgSmwruGFz .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sgSmwruGFz .icon-wrap span {
  padding-left: 8px;
}
.cid-sgSmwruGFz .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #fce13c !important;
}
.cid-sgSmwruGFz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sgSmwruGFz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgSmwruGFz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgSmwruGFz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgSmwruGFz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgSmwruGFz a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgSmwruGFz {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sgSmwruGFz .box {
    height: 250px;
  }
  .cid-sgSmwruGFz .row {
    padding: 1rem!important;
  }
}
.cid-seyM1PryJi {
  padding-top: 255px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ursem-sinterklaas-tekening-1684x1191.webp");
  position: relative;
  overflow: hidden;
}
.cid-seyM1PryJi .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-seyM1PryJi #e1_circle,
.cid-seyM1PryJi #e3_circle,
.cid-seyM1PryJi #e4_circle,
.cid-seyM1PryJi #e5_circle {
  fill: #dd1c1a !important;
}
.cid-seyM1PryJi #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-seyM1PryJi .round {
  border-radius: 100%;
  position: absolute;
  background-color: #dd1c1a;
  animation: orbit 4s linear infinite;
}
.cid-seyM1PryJi .rev {
  animation: rev 4s linear infinite;
}
.cid-seyM1PryJi .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-seyM1PryJi .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-seyM1PryJi .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-seyM1PryJi .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-seyM1PryJi .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-seyM1PryJi .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-seyM1PryJi .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-seyM1PryJi .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-seyM1PryJi .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-seyM1PryJi .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-seyM1PryJi .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-seyM1PryJi H1 {
  color: #000000;
}
.cid-seyM1PryJi .mbr-text,
.cid-seyM1PryJi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seyM1PryJi .mbr-text,
.cid-seyM1PryJi .mbr-section-title {
  color: #000000;
  letter-spacing: 0.0em;
}
.cid-seyM1PryJi .mbr-section-title1,
.cid-seyM1PryJi .mbr-section-title {
  color: #000000;
  letter-spacing: 0.1em;
}
.cid-seyM1PryJi img {
  width: 100%;
  margin: 0 auto;
}
.cid-seyM1PryJi H3 {
  color: #000000;
}
.cid-sezwNR9ACS {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #dd1c1a;
}
.cid-sezwNR9ACS svg {
  position: absolute;
  top: 0;
}
.cid-sezwNR9ACS .svg-1 {
  fill: #fce13c;
}
.cid-sezwNR9ACS .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sezwNR9ACS {
    padding-top: 55px;
    padding-bottom: 0px;
  }
}
.cid-sezwNR9ACS .mbr-text {
  color: #000000;
}
.cid-sezwNR9ACS a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-seySXPWyfA .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seySXPWyfA .nav-item:focus,
.cid-seySXPWyfA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-seySXPWyfA .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-seySXPWyfA .nav-item .nav-link {
    position: relative;
  }
  .cid-seySXPWyfA .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #fce13c, #dd1c1a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-seySXPWyfA .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-seySXPWyfA .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seySXPWyfA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-seySXPWyfA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seySXPWyfA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seySXPWyfA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seySXPWyfA .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-seySXPWyfA .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #dd1c1a;
}
.cid-seySXPWyfA .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #dd1c1a !important;
}
.cid-seySXPWyfA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-seySXPWyfA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-seySXPWyfA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-seySXPWyfA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.show,
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-seySXPWyfA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seySXPWyfA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seySXPWyfA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seySXPWyfA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seySXPWyfA .navbar.collapsed .right-menu,
.cid-seySXPWyfA .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA .navbar .navbar-collapse.show,
  .cid-seySXPWyfA .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seySXPWyfA .navbar .navbar-collapse.show .brand-container,
  .cid-seySXPWyfA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-seySXPWyfA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seySXPWyfA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seySXPWyfA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seySXPWyfA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seySXPWyfA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-seySXPWyfA .navbar .right-menu,
  .cid-seySXPWyfA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-seySXPWyfA .navbar.navbar-short {
  min-height: 60px;
}
.cid-seySXPWyfA .navbar.navbar-short .mbr-overlay {
  background: #dd1c1a !important;
}
.cid-seySXPWyfA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seySXPWyfA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seySXPWyfA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seySXPWyfA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seySXPWyfA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seySXPWyfA .dropdown-item.active,
.cid-seySXPWyfA .dropdown-item:active {
  background-color: transparent;
}
.cid-seySXPWyfA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seySXPWyfA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seySXPWyfA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seySXPWyfA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd1c1a;
}
.cid-seySXPWyfA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seySXPWyfA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seySXPWyfA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-seySXPWyfA .navbar-buttons {
  margin-left: auto;
}
.cid-seySXPWyfA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd1c1a;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seySXPWyfA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-seySXPWyfA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seySXPWyfA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seySXPWyfA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seySXPWyfA .right-menu,
.cid-seySXPWyfA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-seySXPWyfA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-seySXPWyfA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-seySXPWyfA .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-seySXPWyfA .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fce13c;
  padding: .5rem 0;
  color: #dd1c1a;
}
.cid-seySXPWyfA .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seySXPWyfA .card-wrapper {
  z-index: 3;
}
.cid-seySXPWyfA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-seySXPWyfA .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seySXPWyfA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sf6EOcbESE {
  background-image: url("../../../assets/images/dutch-holiday-sinterklaas-background-with-traditional-food-pepernoten-chocolate-letter-sweets-strooigoed-carrots-horse-1-groot-1-1620x1080.webp");
}
.cid-sf6EOcbESE .slider-text-two {
  background: rgba(252, 225, 60, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sf6EOcbESE .mbr-section-title {
  color: #dd1c1a;
}
.cid-sf6EOcbESE .mbr-text {
  color: #dd1c1a;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sf6EOcbESE .slider-text-two {
    outline: 15px solid rgba(252, 225, 60, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tSdCGLSQwB {
  padding-top: 75px;
  padding-bottom: 270px;
  background-color: #fff4e8;
  position: relative;
  overflow: hidden;
}
.cid-tSdCGLSQwB svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-tSdCGLSQwB #e12_areaS3 {
  fill: #ffdbc9 !important;
}
.cid-tSdCGLSQwB #e19_areaS3 {
  fill: #ffbe9d !important;
}
.cid-tSdCGLSQwB .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-tSdCGLSQwB .carousel {
  width: 80%;
  margin: auto;
}
.cid-tSdCGLSQwB .mbr-section-subtitle {
  color: #716c80;
}
.cid-tSdCGLSQwB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSdCGLSQwB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tSdCGLSQwB .carousel-item .wrap-img {
  text-align: center;
}
.cid-tSdCGLSQwB .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tSdCGLSQwB .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSdCGLSQwB .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tSdCGLSQwB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tSdCGLSQwB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tSdCGLSQwB .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tSdCGLSQwB .cloneditem-1,
.cid-tSdCGLSQwB .cloneditem-2,
.cid-tSdCGLSQwB .cloneditem-3,
.cid-tSdCGLSQwB .cloneditem-4,
.cid-tSdCGLSQwB .cloneditem-5 {
  display: none;
}
.cid-tSdCGLSQwB .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tSdCGLSQwB .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tSdCGLSQwB .carousel-inner {
    opacity: 0.8;
  }
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides2 .cloneditem-1,
  .cid-tSdCGLSQwB .carousel-inner.slides2 .cloneditem-2,
  .cid-tSdCGLSQwB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides3 .cloneditem-1,
  .cid-tSdCGLSQwB .carousel-inner.slides3 .cloneditem-2,
  .cid-tSdCGLSQwB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides4 .cloneditem-1,
  .cid-tSdCGLSQwB .carousel-inner.slides4 .cloneditem-2,
  .cid-tSdCGLSQwB .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides5 .cloneditem-1,
  .cid-tSdCGLSQwB .carousel-inner.slides5 .cloneditem-2,
  .cid-tSdCGLSQwB .carousel-inner.slides5 .cloneditem-3,
  .cid-tSdCGLSQwB .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSdCGLSQwB .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tSdCGLSQwB .carousel-inner.slides6 .cloneditem-1,
  .cid-tSdCGLSQwB .carousel-inner.slides6 .cloneditem-2,
  .cid-tSdCGLSQwB .carousel-inner.slides6 .cloneditem-3,
  .cid-tSdCGLSQwB .carousel-inner.slides6 .cloneditem-4,
  .cid-tSdCGLSQwB .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tSdCGLSQwB H2 {
  color: #57468b;
}
.cid-tSdCGLSQwB .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-tSdCGLSQwB .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-tSdCGLSQwB .carousel-control-prev {
    left: -10px !important;
  }
  .cid-tSdCGLSQwB .carousel-control-next {
    right: -10px !important;
  }
}
.cid-sezwNR9ACS {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #dd1c1a;
}
.cid-sezwNR9ACS svg {
  position: absolute;
  top: 0;
}
.cid-sezwNR9ACS .svg-1 {
  fill: #fce13c;
}
.cid-sezwNR9ACS .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sezwNR9ACS {
    padding-top: 55px;
    padding-bottom: 0px;
  }
}
.cid-sezwNR9ACS .mbr-text {
  color: #000000;
}
.cid-sezwNR9ACS a {
  text-decoration: underline;
  font-weight: 400 !important;
}
