/* Subsite Opcura //////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body.subsite.opcura {
  /* Vars //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  color: #000;
  background-color: #f7f4f8;
  font-size: 1.125rem;
  overflow-y: scroll !important;
  /* General vocabulary /////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Content types //////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Sections ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Components ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Cookie banner /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Form Elements /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /* Other /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*** provisional workaround - main menu - old way until backend solution subsite module ***/
}
@keyframes animInNavItems {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes clipPathOver {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
  100% {
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(90% - 20px), 0% calc(100% - 20px));
  }
}
@keyframes clipPathOut {
  0% {
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(90% - 20px), 0% calc(100% - 20px));
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
}
body.subsite.opcura .page-wrapper-container a:link,
body.subsite.opcura .page-wrapper-container a:visited {
  color: #000;
  text-decoration: underline;
}
body.subsite.opcura .page-wrapper-container a:hover,
body.subsite.opcura .page-wrapper-container a:active {
  color: #000;
  text-decoration: none;
}
body.subsite.opcura .page-wrapper-container h1 {
  font-size: 3.125rem;
  font-weight: bold;
  text-transform: none;
  color: #000;
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0;
  padding-bottom: 1.25rem;
  line-height: 1.1;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container h1 {
    margin-bottom: 0.625rem;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  body.subsite.opcura .page-wrapper-container h1 {
    font-size: 11.66vw;
  }
}
body.subsite.opcura .page-wrapper-container h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #6b3278;
  margin-top: 2rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container h2 {
    font-size: 2.9375rem;
  }
}
body.subsite.opcura .page-wrapper-container h3 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 0.6875rem;
  text-transform: none;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container h3 {
    font-size: 1.9375rem;
  }
}
body.subsite.opcura .page-wrapper-container h4 {
  font-size: 1.5rem;
  color: #6b3278;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container h4 {
    font-size: 1.75rem;
  }
}
body.subsite.opcura .page-wrapper-container h5 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container h5 {
    font-size: 1.4375rem;
  }
}
body.subsite.opcura .page-wrapper-container h6 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container h6 {
    font-size: 1.4375rem;
  }
}
body.subsite.opcura .page-wrapper-container header {
  padding-top: 1.5625rem !important;
  padding-bottom: 2.1875rem !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper {
  justify-content: space-between !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .logo {
  order: 1;
  max-width: 140px !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .logo img {
  width: 26vw;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-inner,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-inner::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-inner::before,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=true] .hamburger-inner,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=true] .hamburger-inner::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=true] .hamburger-inner::before {
  /* background-color: white; */
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-inner,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-inner::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-inner::before,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=false] .hamburger-inner,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=false] .hamburger-inner::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=false] .hamburger-inner::before {
  height: 0.125rem;
  width: 1rem;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger {
  z-index: 501;
  position: relative;
  order: 3;
  width: 119px;
  height: 141px;
  margin-right: 8px;
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger {
    order: 2;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger::before {
  content: "";
  position: absolute;
  top: 3.9375rem;
  left: 3.125rem;
  background: url(/sites/default/files/2025-06/back.svg) no-repeat;
  width: 1.3125rem;
  height: 0.875rem;
  opacity: 0;
  transition: all 0.1s linear;
  z-index: 1;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger.active::before {
  opacity: 1;
  left: 0.75rem;
  transition: all 0.35s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-text {
  display: block !important;
  text-transform: uppercase;
  padding-left: 1.0625rem;
  width: 4.5rem;
  z-index: 2;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-box {
  background-color: transparent !important;
  z-index: 1;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger .hamburger-box::after {
  background-color: #c9d300 !important;
  width: 2.875rem;
  transition: all 0.15s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger:hover .hamburger-box::after {
  background-color: #c9d300 !important;
  width: 8.25rem !important;
  transition: all 0.35s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=true]::after {
  content: "";
  display: block;
  background-color: #c9d300;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=false]::after {
  content: "";
  display: block;
  background-color: #c9d300;
  position: fixed;
  width: 0;
  height: 0;
  z-index: -1;
  top: 0;
  right: 0;
  transition: all 0.2s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=false] .hamburger-inner::before {
  top: -6px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger[aria-expanded=false] .hamburger-inner::after {
  bottom: -6px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar {
  z-index: 503;
  order: 4;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar::after {
  content: none;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse {
  opacity: 0;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse.collapsing {
  display: block !important;
  height: 100% !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse.show {
  opacity: 1;
  transition: opacity 1s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse #block-mainnavigation ul.navbar-nav.menu--main {
  background-color: transparent;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse #block-mainnavigation ul.navbar-nav.menu--main li.nav-item:hover {
  box-shadow: unset;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse #block-mainnavigation ul.navbar-nav.menu--main li.nav-item:hover ul.dropdown-menu {
  display: none;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse #block-mainnavigation ul.navbar-nav.menu--main li.nav-item.menu-item--expanded a.dropdown-toggle.nav-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: 14px;
  height: 14px;
  background-image: url(/sites/default/files/2025-04/arrow_toptask_off.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.35s;
  border-left: unset;
  border-top: unset !important;
  transform: unset;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse #block-mainnavigation ul.navbar-nav.menu--main li.nav-item.menu-item--expanded a.dropdown-toggle.nav-link:hover::after {
  transition: 0.35s;
  right: -5px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .navbar .navbar-collapse #block-mainnavigation ul.navbar-nav.menu--main li.nav-item a.nav-link span {
  padding-left: 0;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item {
  position: relative;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item::before {
  content: "";
  width: calc(100% - 30px);
  display: block !important;
  height: 1px;
  left: 15px;
  bottom: 0;
  background-color: #000 !important;
  position: absolute;
  transition: 0.35s;
  border: 0;
  transform: none;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item::after {
  content: "";
  width: 0px;
  display: block !important;
  height: 2px;
  left: 15px;
  bottom: 0;
  background-color: #000 !important;
  position: absolute;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  border: 0;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item:hover::after {
  width: calc(100% - 30px);
  transition: width 0.2s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item a.nav-link::before {
  content: none !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item a.nav-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 14px;
  height: 14px;
  background-image: url(/sites/default/files/2025-04/arrow_toptask_off.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item a.nav-link:hover::before {
  content: none !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper ul.menu--subsite li.nav-item a.nav-link:hover::after {
  transition: right 0.2s ease-out;
  right: -5px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform {
  z-index: 501;
  order: 2;
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper {
  margin-top: 0.8125rem;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search {
  position: relative;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search::after {
  content: none;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3 {
  height: 2.125rem !important;
  background-color: rgba(255, 255, 255, 0.7);
  transition: height 0.5s ease-out, background-color 0.5s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3:hover {
  background-color: #fff;
  transition: height 0.25s ease-out, background-color 0.25s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3::-moz-placeholder {
  color: #000;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3::placeholder {
  color: #000;
  transition: all 0.5s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search:hover::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2:hover::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3:hover::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search:hover::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2:hover::-moz-placeholder, body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3:hover::-moz-placeholder {
  color: #fff;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search:hover::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2:hover::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3:hover::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search:hover::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2:hover::placeholder,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3:hover::placeholder {
  color: #fff;
  transition: all 0.25s ease-out;
}
@media (max-width: 440px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 400px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3 {
    font-size: 0.75rem;
  }
}
@media (max-width: 380px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--3,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .form-item-search #edit-search--3 {
    font-size: 0.6875rem;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper #edit-submit,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper #edit-submit {
  margin-left: 0 !important;
  background: url(/sites/default/files/2025-06/search_off.png) no-repeat center center !important;
  transition: background 0.5s ease-out;
  background-size: 17px 17px !important;
  background-position-y: 9px !important;
  background-position-x: 27px !important;
  height: 46px;
  width: 70px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper #edit-submit:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper #edit-submit:hover {
  margin-left: 0 !important;
  background: url(/sites/default/files/2025-06/search_on.png) no-repeat center center !important;
  background-position-y: 0.625rem !important;
  transition: background 0.25s ease-out;
  background-size: 17px 17px !important;
  background-position-y: 9px !important;
  background-position-x: 27px !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper {
  position: relative;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  background-color: #fff;
  width: 2.125rem;
  height: 2.125rem;
  display: block;
  border-radius: 50%;
  right: unset;
  left: 18px;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s ease-out, background-color 0.5s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper:hover::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper:hover::after {
  background-color: #6b3278;
  transform: scale(1.177);
  transition: transform 0.25s ease-out, background-color 0.25s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper #edit-submit--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper #edit-submit--3,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper #edit-submit--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper #edit-submit--3 {
  margin-left: 0 !important;
  background: url(/sites/default/files/2025-06/search_off.png) no-repeat center center !important;
  transition: background 0.5s ease-out;
  background-size: 17px 17px !important;
  background-position-y: 9px !important;
  background-position-x: 27px !important;
  height: 46px;
  width: 70px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper #edit-submit--2:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper .input-wrapper #edit-submit--3:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper #edit-submit--2:hover,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper .input-wrapper #edit-submit--3:hover {
  margin-left: 0 !important;
  background: url(/sites/default/files/2025-06/search_on.png) no-repeat center center !important;
  transition: background 0.25s ease-out;
  background-size: 17px 17px !important;
  background-position-y: 9px !important;
  background-position-x: 27px !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper:has(.form-item-search:hover) .input-wrapper::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper:has(.form-item-search:hover) .input-wrapper::after {
  background-color: #6b3278;
  transform: scale(1.177);
  transition: transform 0.25s ease-out, background-color 0.25s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper:has(.form-item-search:hover) .input-wrapper #edit-submit,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper:has(.form-item-search:hover) .input-wrapper #edit-submit {
  margin-left: 0 !important;
  background: url(/sites/default/files/2025-06/search_on.png) no-repeat center center !important;
  transition: all 0.25s ease-out;
  background-size: 17px 17px !important;
  background-position-y: 9px !important;
  background-position-x: 27px !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper:has(.form-item-search:hover) .input-wrapper::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper:has(.form-item-search:hover) .input-wrapper::after {
  background-color: #6b3278;
  transform: scale(1.177);
  transition: transform 0.25s ease-out, background-color 0.25s ease-out;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper:has(.form-item-search:hover) .input-wrapper #edit-submit--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block .search-wrapper:has(.form-item-search:hover) .input-wrapper #edit-submit--3,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper:has(.form-item-search:hover) .input-wrapper #edit-submit--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform .search-wrapper:has(.form-item-search:hover) .input-wrapper #edit-submit--3 {
  margin-left: 0 !important;
  background: url(/sites/default/files/2025-06/search_on.png) no-repeat center center !important;
  transition: all 0.25s ease-out;
  background-size: 17px 17px !important;
  background-position-y: 9px !important;
  background-position-x: 27px !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) {
  justify-content: space-between !important;
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .logo {
    max-width: 0 !important;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform {
  animation-name: animInNavItems;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  margin-left: 0;
  flex: unset;
  justify-content: center;
  z-index: 502;
  transform: translateY(100px);
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform {
    order: 3;
    max-width: unset;
    flex: 0 0 100%;
    transform: unset;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper {
  transform: scale(1.5) translate3d(0, 0, 1px);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  width: 412px;
}
@media (max-width: 992px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper {
    width: 100%;
  }
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper {
    transform-origin: left;
    width: 68%;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper .form-item-search #edit-search,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper .form-item-search #edit-search--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper .form-item-search #edit-submit--3,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper .form-item-search #edit-search,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper .form-item-search #edit-search--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper .form-item-search #edit-submit--3 {
  display: block !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper .form-item-search::after,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper .form-item-search::after {
  right: -47px;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper #edit-submit,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper #edit-submit--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper #edit-submit--3,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper #edit-submit,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper #edit-submit--2,
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper #edit-submit--3 {
  height: 46px;
  width: 70px;
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper #edit-submit,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper #edit-submit--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block .search-wrapper #edit-submit--3,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper #edit-submit,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper #edit-submit--2,
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#block-searchform .search-wrapper #edit-submit--3 {
    width: 59px;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .hamburger {
  height: 141px;
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .hamburger {
    order: 2;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .hamburger .hamburger-text {
  display: block !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .navbar {
  top: 17.6875rem;
}
@media (max-width: 992px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .navbar {
    order: 3;
    top: 66px;
  }
}
@media (max-width: 600px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) .navbar {
    top: -25px;
  }
}
body.subsite.opcura .page-wrapper-container main {
  /*.social-media-sharing {
    border-top: 1px solid rgba($clr-sub-opcura-primary, 0.5);

    &::before {
      color: $clr-sub-opcura-primary;
    }

    ul {
      display: flex;
      gap: 30px;

      li {
        display: block;
        position: relative;

        // Hide the original imgs
        a {
          img {
            display: none;
          }
        }

        // Facebook
        &:nth-child(1) {
          a {
            &::before {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/fb_content_off.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 1;
              transition: all 0.5s ease-out;
            }
            &::after {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/fb_content_on.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::before {
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::after {
              opacity: 1;
              transition: all 0.25s ease-out;
            }
          }
        }

        // LinkedIn
        &:nth-child(2) {
          a {
            &::before {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/linkedin_content_off.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 1;
              transition: all 0.5s ease-out;
            }
            &::after {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/linkedin_content_on.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::before {
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::after {
              opacity: 1;
              transition: all 0.25s ease-out;
            }
          }
        }

        // Mail
        &:nth-child(3) {
          a {
            &::before {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/mail_content_off.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 1;
              transition: all 0.5s ease-out;
            }
            &::after {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/mail_content_on.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::before {
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::after {
              opacity: 1;
              transition: all 0.25s ease-out;
            }
          }
        }

        // Print
        &:nth-child(4) {
          a {
            &::before {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/print_content_off.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 1;
              transition: all 0.5s ease-out;
            }
            &::after {
              content: "";
              display: block;
              position: absolute;
              top: -16px;
              left: 0;
              width: 2.125rem; // 34px;
              height: 2.125rem; // 34px;
              background: url("/sites/default/files/2025-05/print_content_on.svg");
              transform: translate3d(0, 0, 1px);
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::before {
              opacity: 0;
              transition: all 0.25s ease-out;
            }
            &:hover::after {
              opacity: 1;
              transition: all 0.25s ease-out;
            }
          }
        }

        // Download
        // &:nth-child(5) {
        //   a {
        //     &::before {
        //       content: "";
        //       display: block;
        //       position: absolute;
        //       top: -16px;
        //       left: 0;
        //       width: 2.125rem; // 34px;
        //       height: 2.125rem; // 34px;
        //       background: url("/sites/default/files/2025-05/download_content_off.svg");
        //       transform: translate3d(0, 0, 1px);
        //       opacity: 1;
        //       transition: all 0.5s ease-out;
        //     }
        //     &::after {
        //       content: "";
        //       display: block;
        //       position: absolute;
        //       top: -16px;
        //       left: 0;
        //       width: 2.125rem; // 34px;
        //       height: 2.125rem; // 34px;
        //       background: url("/sites/default/files/2025-05/download_content_on.svg");
        //       transform: translate3d(0, 0, 1px);
        //       opacity: 0;
        //       transition: all 0.25s ease-out;
        //     }
        //     &:hover::before {
        //       opacity: 0;
        //       transition: all 0.25s ease-out;
        //     }
        //     &:hover::after {
        //       opacity: 1;
        //       transition: all 0.25s ease-out;
        //     }
        //   }
        // }
      }
    }
  }

  p {
    margin-bottom: 2rem;
  }

  .field-paddle_timestamp {
    margin-bottom: 0;
    h2 {
      font-size: 1rem !important;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  */
}
body.subsite.opcura .page-wrapper-container main ul li,
body.subsite.opcura .page-wrapper-container main ol li {
  margin-bottom: 0.625rem;
  padding-left: 0.5rem;
}
body.subsite.opcura .page-wrapper-container main ul li::marker,
body.subsite.opcura .page-wrapper-container main ol li::marker {
  color: #000;
}
body.subsite.opcura .page-wrapper-container main ul li {
  padding-left: 0.25rem;
}
body.subsite.opcura .page-wrapper-container main ul li::marker {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
body.subsite.opcura .page-wrapper-container main ol li {
  padding-left: 0.25rem;
}
body.subsite.opcura .page-wrapper-container main ol li::marker {
  font-size: 0.938rem;
  font-weight: bold;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table,
body.subsite.opcura .page-wrapper-container main .form-type-webform-table tr,
body.subsite.opcura .page-wrapper-container main .form-type-webform-table th,
body.subsite.opcura .page-wrapper-container main .form-type-webform-table td,
body.subsite.opcura .page-wrapper-container main .form-type-webform-table thead,
body.subsite.opcura .page-wrapper-container main .form-type-webform-table tbody,
body.subsite.opcura .page-wrapper-container main .responsive-table table,
body.subsite.opcura .page-wrapper-container main .responsive-table tr,
body.subsite.opcura .page-wrapper-container main .responsive-table th,
body.subsite.opcura .page-wrapper-container main .responsive-table td,
body.subsite.opcura .page-wrapper-container main .responsive-table thead,
body.subsite.opcura .page-wrapper-container main .responsive-table tbody {
  border: 0;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table,
body.subsite.opcura .page-wrapper-container main .responsive-table table {
  clip-path: polygon(0 0, 100% 0, 100% 95.5%, 0% 100%);
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table thead,
body.subsite.opcura .page-wrapper-container main .responsive-table table thead {
  background-color: #c9d300;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table thead th,
body.subsite.opcura .page-wrapper-container main .responsive-table table thead th {
  background-color: transparent;
  padding: 1.375rem 2.5rem 1.375rem 2.5rem;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table tbody tr td,
body.subsite.opcura .page-wrapper-container main .responsive-table table tbody tr td {
  padding: 1.375rem 2.5rem 1.375rem 2.5rem;
  position: relative;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table tbody tr td::after,
body.subsite.opcura .page-wrapper-container main .responsive-table table tbody tr td::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 2.5rem;
  width: calc(100% - 5rem);
  height: 0.0625rem;
  background-color: #000;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table tbody tr:last-of-type td,
body.subsite.opcura .page-wrapper-container main .responsive-table table tbody tr:last-of-type td {
  padding: 1.375rem 2.5rem 3.125rem 2.5rem;
}
body.subsite.opcura .page-wrapper-container main .form-type-webform-table table tbody tr:last-of-type td::after,
body.subsite.opcura .page-wrapper-container main .responsive-table table tbody tr:last-of-type td::after {
  content: none !important;
}
body.subsite.opcura .page-wrapper-container main .region-wrapper--content {
  padding-top: 2rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 610px) {
  body.subsite.opcura .page-wrapper-container main #block-ocelot-paddle-content {
    margin-top: 0px;
  }
}
body.subsite.opcura .page-wrapper-container main #region-breadcrumb {
  padding-top: 14px;
  padding-bottom: 14px;
}
body.subsite.opcura .page-wrapper-container main #region-breadcrumb #block-ocelot-paddle-breadcrumbs ol.breadcrumb .breadcrumb-item a {
  color: #000;
}
body.subsite.opcura .page-wrapper-container main #region-breadcrumb #block-ocelot-paddle-breadcrumbs ol.breadcrumb .breadcrumb-item a i {
  display: none;
}
body.subsite.opcura .page-wrapper-container main .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row:has(#region-breadcrumb) #region-breadcrumb {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content {
  background-color: #6b3278;
  clip-path: unset;
  padding-top: 0;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer::before {
  bottom: -7rem;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer {
  margin-top: 0;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--first {
  flex: 0 0 0%;
  padding: 0;
}
@media (min-width: 992px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--first {
    flex: 0 0 22%;
  }
}
@media (min-width: 1280px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--first {
    flex: 0 0 16%;
  }
}
@media (min-width: 1650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--first {
    flex: 0 0 0%;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second {
  flex: 0 0 100%;
}
@media (min-width: 650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second {
    flex: 0 0 60%;
  }
}
@media (min-width: 992px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second {
    flex: 0 0 39%;
  }
}
@media (min-width: 1280px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second {
    flex: 0 0 42%;
  }
}
@media (min-width: 1650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second {
    flex: 0 0 50%;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > h2 > a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  grid-column-gap: 4.625rem;
}
@media (max-width: 390px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) {
    grid-template-columns: 1fr;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--building .field-with-icon .items .item {
  color: #fff;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--address {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 390px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--address {
    grid-column: unset;
    grid-row: unset;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--address p {
  color: #fff;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--mail {
  grid-column: 2;
  grid-row: 1;
  margin-top: 2.125rem;
}
@media (max-width: 390px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--mail {
    grid-column: unset;
    grid-row: unset;
    margin-top: 2.125rem;
    margin-bottom: 0.5rem;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--mail a {
  color: #fff;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--phone {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 390px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--phone {
    grid-column: unset;
    grid-row: unset;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--phone a {
  color: #fff;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--second .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--phone a span.fa {
  color: #fff;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third {
  align-self: flex-end;
  flex: 0 0 100%;
}
@media (min-width: 650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third {
    flex: 0 0 40%;
  }
}
@media (min-width: 992px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third {
    flex: 0 0 39%;
  }
}
@media (min-width: 1280px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third {
    flex: 0 0 42%;
  }
}
@media (min-width: 1650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third {
    flex: 0 0 50%;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section p {
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section p {
    text-align: right;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section p a:link,
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section p a:visited {
  color: #fff !important;
  font-size: 0.875rem !important;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section p a:hover,
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section p a:active {
  color: #fff !important;
  font-size: 0.875rem !important;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-top: 1.3125rem;
}
@media (max-width: 650px) {
  body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block {
    align-items: flex-start;
    margin-top: 0;
  }
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block h2 {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block ul.social-media-links--platforms li {
  padding-left: 0;
  padding-right: 0;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block ul.social-media-links--platforms li::before {
  content: none;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block ul.social-media-links--platforms li a.social-media-link-icon--facebook span span span.fab::before {
  transition: all 0.5s ease-out;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .region-wrapper--footer .region.region--footer > .container-max-xxl #block-richfooter .layout.layout--threecol-section.layout--threecol-section--33-34-33.layout-builder__custom.container_region.layout-builder.layout--threecol.row .layout__region.layout__region--third #social_media_links_block ul.social-media-links--platforms li a.social-media-link-icon--facebook:hover span span span.fab::before {
  transition: all 0.25s ease-out;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .footer-copyright-wrapper .footer-copyright {
  border-top: 1px solid rgba(105, 105, 105, 0.5);
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .footer-copyright-wrapper .footer-copyright a img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-out;
}
body.subsite.opcura .page-wrapper-container footer .sticky-footer-content .footer-copyright-wrapper .footer-copyright a img:hover {
  filter: grayscale(0%);
}
body.subsite.opcura.opcura-body--homepage #block-ocelot-paddle-page-title,
body.subsite.opcura.opcura-body--homepage .region.region--breadcrumb {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
body.subsite.opcura.opcura-body--homepage header #paddle_search_form_block,
body.subsite.opcura.opcura-body--homepage header #block-searchform {
  opacity: 0;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 {
  flex: 0 0 37.5%;
}
@media (max-width: 1200px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 {
    flex: 0 0 100%;
  }
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form {
  margin-left: 0;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper {
  position: relative;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search {
  border: 0;
  border-radius: 426px;
  background-color: #fff;
  height: 52px;
  transition: all 0.35s ease-in-out;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding-right: 0;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search::-moz-placeholder {
  color: #000;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search::placeholder {
  color: #000;
  transition: all 0.5s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search:hover::-moz-placeholder {
  color: #fff;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search:hover::placeholder {
  color: #fff;
  transition: all 0.25s ease-out;
}
@media (max-width: 440px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search {
    font-size: 1.375rem;
  }
}
@media (max-width: 400px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search {
    font-size: 1.1875rem;
  }
}
@media (max-width: 380px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .form-item-search #edit-search {
    font-size: 1.0625rem;
  }
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .input-wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 50%;
  right: 5px;
  z-index: -1;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .input-wrapper:hover::after {
  background-color: #6b3278;
  transform: scale(1.177);
  transition: all 0.25s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .input-wrapper #edit-submit {
  position: relative;
  right: 0;
  background: url(/sites/default/files/2025-06/search_off.png) no-repeat center center !important;
  transition: all 0.5s ease-out;
  color: transparent !important;
  display: block;
  padding-left: 10px;
  background-size: 24px 24px !important;
  background-position-y: 15px !important;
  background-position-x: 28px !important;
  height: 54px;
  width: 70px;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper .input-wrapper #edit-submit:hover {
  transition: all 0.25s ease-out;
  color: transparent !important;
  background: url(/sites/default/files/2025-06/search_on.png) no-repeat center center !important;
  background-size: 24px 24px !important;
  background-position-y: 15px !important;
  background-position-x: 28px !important;
  height: 54px;
  width: 70px;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper::after {
  content: none;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper:has(#edit-search:hover) .input-wrapper::after {
  background-color: #6b3278;
  transform: scale(1.177);
  transition: all 0.25s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-search-form .search-wrapper:has(#edit-search:hover) .input-wrapper #edit-submit {
  background: url(/sites/default/files/2025-06/search_on.png) no-repeat center center !important;
  transition: all 0.25s ease-out !important;
  background-size: 24px 24px !important;
  background-position-y: 15px !important;
  background-position-x: 28px !important;
  height: 54px;
  width: 70px;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component.paddle-component--top-section h2.d-inline {
  color: #000;
  font-size: 1.625rem;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
  row-gap: 1.25rem;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--first.col-md-12 .inner-wrapper .paddle-components-text-block-wrapper .paddle-component--text-block .paddle-component--body-section ul li {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--second.col-md-12 {
  flex: 0 0 62.5%;
}
@media (max-width: 1200px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--second.col-md-12 {
    flex: 0 0 100%;
  }
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--second.col-md-12 .inner-wrapper {
  padding: 0;
  background-color: #f7f4f8;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--second.col-md-12 .inner-wrapper .paddle-components-image-grid-view-block-wrapper .paddle-component--image-grid-view-block .paddle-component--body-section .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--hero-banner .layout__region.layout__region--second.col-md-12 .inner-wrapper .paddle-components-image-grid-view-block-wrapper .paddle-component--image-grid-view-block .paddle-component--body-section .grid-wrapper {
    grid-template-columns: 1fr;
  }
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  row-gap: 0.625rem;
  height: 100%;
  align-items: stretch;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li {
  flex: 0 0 calc(25% - 22.5px);
  margin-bottom: 0;
  background-color: #fff;
  padding: 22px 3rem 22px 2.5rem;
  background-image: url(/sites/default/files/2025-04/arrow_toptask_off.svg);
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  background-position-y: calc(50% - 0.625rem);
  background-position-x: 90%;
  cursor: pointer;
  animation: clipPathOver 0.5s ease-out forwards;
  transition: background-position-x 0.5s ease-out;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1092px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li {
    flex: 0 0 100%;
  }
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-bottom: 1.25rem;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li:hover {
  animation: clipPathOut 0.2s ease-out forwards;
  background-position-x: 93%;
  background-image: url(/sites/default/files/2025-04/arrow_toptask_on.svg);
  transition: background-position-x 0.15s ease-out;
}
body.subsite.opcura.opcura-body--homepage main #block-ocelot-paddle-content > article > div:not(.contextual) .opcura-sec--navigation .layout__region.layout__region--content .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li:hover a {
  text-decoration: underline;
  color: #6b3278;
}
body.subsite.opcura.opcura-body--homepage .opcura-nieuwsbericht .field--type--text-with-summary {
  display: none;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul {
  list-style: none;
  padding-left: 0;
  align-items: stretch;
  row-gap: 0.625rem;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li > div {
  background-color: #fff;
  height: 100%;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li > div .field--featured-image {
  animation: clipPathOut 0.5s ease-out forwards;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li > div .field--featured-image .items .item article {
  overflow: hidden;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li > div .field--featured-image .items .item article img {
  transform: scale(1) translate3d(0, 0, 1px);
  transition: transform 0.5s ease-out;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li > div .field--title .items .item h2 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-top: 22px;
  cursor: pointer;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li > div .field--link {
  font-size: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li:hover .field--featured-image {
  animation: clipPathOver 0.25s ease-out forwards;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li:hover .field--featured-image .items .item article img {
  transform: scale(1.05) translate3d(0, 0, 1px);
  transition: transform 0.25s ease-out;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-with-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li:hover .field--title .items .item h2 {
  text-decoration: underline;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images header {
  position: absolute;
  width: 100%;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images header .header-content .header__wrapper .logo {
  z-index: 1;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images main .region-wrapper--content {
  padding-top: 0 !important;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images main .region-wrapper--content #region-content #block-ocelot-paddle-content > article > div:not(.contextual) .layout-builder__custom.page_wide.transparent {
  height: 30rem;
  margin-bottom: 2.625rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0px 18%;
  background-size: cover;
  transform: scale(1);
}
@media (max-width: 1434px) {
  body.subsite.opcura.opcura-body--overviewpage-type-1-without-images main .region-wrapper--content #region-content #block-ocelot-paddle-content > article > div:not(.contextual) .layout-builder__custom.page_wide.transparent {
    background-position-x: center;
  }
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul {
  list-style: none;
  padding-left: 0;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li::after {
  content: "";
  display: block;
  border-bottom: 1px dotted #000;
  margin-top: 26px;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a {
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background: none !important;
  border: 0 !important;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 45px 6px 30px;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: url(/sites/default/files/2025-04/small_arrow_off.svg) no-repeat;
  background-size: 11px 7px;
  margin-top: 0.5625rem;
  margin-left: -1.5625rem;
  transition: margin-left 0.5s ease-out;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a:hover::before {
  transition: all 0.25s ease-out;
  margin-left: -1.3125rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(3632%) hue-rotate(254deg) brightness(86%) contrast(89%);
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a:hover {
  color: #6b3278 !important;
  transition: all 0.25s ease-out;
  background-position: right 18px center;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a:hover .fa-ext .fa-external-link-alt {
  color: #6b3278 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a:active {
  color: #fff !important;
  background-color: #6b3278;
  border-color: #6b3278;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a .fa-ext {
  display: inline-block;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li a .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 1;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images.user-logged-in main .region-wrapper--content {
  display: flex;
  flex-flow: column;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images.user-logged-in main .region-wrapper--content .container-max-xxl:has(#block-ocelot-paddle-tabs) {
  order: 999;
}
body.subsite.opcura.opcura-body--overviewpage-type-1-without-images.user-logged-in main .region-wrapper--content .container-max-xxl:has(.alert-wrapper) {
  order: 998;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 {
  flex: unset !important;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper {
  background-color: #6b3278;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row label {
  color: #fff;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-submit-search {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #fff;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.75rem;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-submit-search:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #fff;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-submit-search:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-submit-search:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-submit-search .fa-ext {
  display: inline-block;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-submit-search .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-reset-search {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #fff;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-reset-search:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #fff;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-reset-search:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-reset-search:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-reset-search .fa-ext {
  display: inline-block;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--first.col-md-8 .inner-wrapper .views-exposed-form .views-exposed-form .form-row #edit-actions #edit-reset-search .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second.col-md-16 .inner-wrapper .views-element-container .views-element-container .view .pagination-wrapper ul.pagination li.page-item a {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #6b3278;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second.col-md-16 .inner-wrapper .views-element-container .views-element-container .view .pagination-wrapper ul.pagination li.page-item a:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second.col-md-16 .inner-wrapper .views-element-container .views-element-container .view .pagination-wrapper ul.pagination li.page-item a:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second.col-md-16 .inner-wrapper .views-element-container .views-element-container .view .pagination-wrapper ul.pagination li.page-item a:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second.col-md-16 .inner-wrapper .views-element-container .views-element-container .view .pagination-wrapper ul.pagination li.page-item a .fa-ext {
  display: inline-block;
}
body.subsite.opcura.page-node-type-search-page main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--33-67.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second.col-md-16 .inner-wrapper .views-element-container .views-element-container .view .pagination-wrapper ul.pagination li.page-item a .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura.page-node-type-news-item main #block-ocelot-paddle-content > article > div:not(.contextual) .field--publication-date .items .badge {
  border: 2px solid #6b3278;
  padding: 0.75rem 2rem;
}
body.subsite.opcura.page-node-type-news-item main #block-ocelot-paddle-content > article > div:not(.contextual) .field--publication-date .items .badge time {
  color: #6b3278;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout-builder__custom.container_region.layout-builder.layout.layout--onecol .layout__region.layout__region--content .field-activity_type .items {
  display: flex;
  gap: 0.75rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout-builder__custom.container_region.layout-builder.layout.layout--onecol .layout__region.layout__region--content .field-activity_type .items .item {
  border: 2px solid #6b3278;
  padding: 7px 32px;
  color: #6b3278;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper {
  padding: 2rem;
  background-color: #c9d300;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-ical {
  padding-bottom: 0.3125rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-ical .field--ical a {
  font-weight: 500;
  font-size: 1rem;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  background-repeat: no-repeat;
  padding: 6px 45px 6px 30px;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-ical .field--ical a::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: url(/sites/default/files/2025-04/small_arrow_off.svg) no-repeat;
  background-size: 11px 7px;
  margin-top: 0.5625rem;
  margin-left: 0.6875rem;
  transition: margin-left 0.5s ease-out;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-ical .field--ical a:hover::after {
  transition: all 0.25s ease-out;
  margin-left: 1rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-ical .field--ical a:hover {
  color: #fff !important;
  transition: all 0.25s ease-out;
  background-color: #6b3278;
  border-color: #6b3278;
  background-position: right 18px center;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-ical .field--ical a:active {
  color: #fff !important;
  background-color: #6b3278;
  border-color: #6b3278;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-address {
  margin-bottom: 0.75rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-address .field--type--address {
  margin-bottom: 0;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-address .field--type--address .field-with-icon .items .item p {
  color: #000;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-phone {
  margin-bottom: 0.75rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-phone .field--phone {
  margin-bottom: 0;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-phone .field--phone .field-with-icon .items .item a {
  color: #000;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-mail {
  margin-bottom: 0.75rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-mail .field--mail {
  margin-bottom: 0;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-mail .field--mail .field-with-icon .items .item a {
  color: #000;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-website {
  margin-bottom: 0.75rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-website .field--website {
  margin-bottom: 0;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-website .field--website .field-with-icon .items .item a {
  color: #000;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link {
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link {
  margin-bottom: 0;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link .items .item a {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #6b3278;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link .items .item a:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #fff;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link .items .item a:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link .items .item a:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link .items .item a .fa-ext {
  display: inline-block;
}
body.subsite.opcura.page-node-type-activity main #block-ocelot-paddle-content > article > div:not(.contextual) .layout.layout--twocol-section.layout--twocol-section--67-33.layout-builder__custom.container_region.layout-builder__layout--twocol.row .layout__region.layout__region--second .inner-wrapper .field-link .field--link .items .item a .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block {
  margin-bottom: 0;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--top-section h2 {
  font-weight: 700;
  font-size: 2.125rem;
  color: #000;
}
@media (max-width: 992px) {
  body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--top-section h2 {
    font-size: 2.5rem;
  }
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list {
  padding-left: 0;
  display: flex;
  row-gap: 1.25rem;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li {
  padding-left: 0;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article {
  background-color: #fff;
  height: 100%;
  cursor: pointer;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 {
  font-size: 1.25rem;
  order: 3;
  display: flex;
  flex-flow: column;
  margin: 0;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 a {
  text-decoration: none;
  order: 3;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--featured-image {
  order: 1;
  animation: clipPathOut 0.5s ease-out forwards;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--featured-image .items .item article picture {
  overflow: hidden;
  display: block;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--featured-image .items .item article picture img {
  width: 100% !important;
  transform: translate3d(0, 0, 1px) scale(1);
  transition: transform 0.5s ease-out;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--publication-date {
  order: 2;
  margin-bottom: 0.313rem;
  padding-left: 30px;
  padding-right: 30px;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--publication-date .items .badge {
  color: #6b3278;
  font-size: 0.875rem;
  background-color: #fff;
  transition: color 0.25s ease-out;
  padding-left: 0;
  padding-right: 0;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--publication-date .items .badge i {
  display: none;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li > article > h2 > .field--body {
  font-size: 1.125rem;
  color: #000;
  order: 4;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  font-weight: normal;
  line-height: 1.625rem;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li:hover > article > h2 a {
  text-decoration: underline;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li:hover > article > h2 > .field--featured-image {
  animation: clipPathOver 0.25s ease-out forwards;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--body-section ul.component--list > li:hover > article > h2 > .field--featured-image .items .item article picture img {
  transform: translate3d(0, 0, 1px) scale(1.05);
  transition: transform 0.25s ease-out;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section {
  margin-top: 1rem;
  margin-bottom: 0;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section a {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #6b3278;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section a:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section a:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section a:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section a .fa-ext {
  display: inline-block;
}
body.subsite.opcura .opcura-sec--news .layout__region.layout__region--content .paddle-component--list-block .paddle-component--bottom-section a .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block {
  margin-bottom: 0;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--top-section h2 {
  font-weight: 700;
  font-size: 2.125rem;
  color: #000;
}
@media (max-width: 992px) {
  body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--top-section h2 {
    font-size: 2.5rem;
  }
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list {
  padding-left: 0;
  display: flex;
  row-gap: 1.25rem;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 {
  padding-left: 0;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article {
  display: flex;
  flex-flow: column;
  background-color: #c9d300;
  height: 100%;
  cursor: pointer;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article:not(:has(.field--featured-image)) .field--date-time {
  margin-top: 11%;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > h2 {
  font-size: 1.25rem;
  order: 3;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 1.875rem;
  margin-top: 0.5rem;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > h2 a {
  text-decoration: none;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > h2 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  bottom: 0;
  right: 0;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > .field--featured-image {
  order: 1;
  animation: clipPathOut 0.25s ease-out forwards;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > .field--featured-image .items .item article picture {
  overflow: hidden;
  display: block;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > .field--featured-image .items .item article picture img {
  transform: translate3d(0, 0, 1px) scale(1);
  transition: transform 0.5s ease-out;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article .field--date-time {
  margin-bottom: 0;
  order: 2;
  padding-left: 28px;
  padding-right: 28px;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article .field--date-time .field-with-icon .field-with-icon__icon {
  display: none;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article .field--date-time .field-with-icon .items {
  background-color: transparent;
  padding-left: 0;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 0;
  color: #6b3278;
  transition: color 0.25s ease-out;
  display: flex;
  flex-flow: row wrap;
  row-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article .field--date-time .field-with-icon .items i {
  display: none;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6 > article > .field--type--text-with-summary {
  font-size: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6:hover > article > h2 a {
  text-decoration: underline;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6:hover > article > .field--featured-image {
  animation: clipPathOver 0.25s ease-out forwards;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--body-section ul.component--list > li.col-md-6:hover > article > .field--featured-image .items .item article picture img {
  transform: translate3d(0, 0, 1px) scale(1.05);
  transition: transform 0.25s ease-out;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section {
  margin-bottom: 0;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section a {
  font-weight: 600;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background-color: #c9d300;
  border-color: #c9d300;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section a:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section a:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section a:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section a .fa-ext {
  display: inline-block;
}
body.subsite.opcura .opcura-sec--activities .paddle-component--list-block .paddle-component--bottom-section a .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-primary {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #6b3278;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
}
body.subsite.opcura a.btn.btn-primary:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-primary:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-primary:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-primary .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-primary .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-secondary {
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background: none !important;
  border: 0 !important;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 45px 6px 30px;
}
body.subsite.opcura a.btn.btn-secondary::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: url(/sites/default/files/2025-04/small_arrow_off.svg) no-repeat;
  background-size: 11px 7px;
  margin-top: 0.5625rem;
  margin-left: -1.5625rem;
  transition: margin-left 0.5s ease-out;
}
body.subsite.opcura a.btn.btn-secondary:hover::before {
  transition: all 0.25s ease-out;
  margin-left: -1.3125rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(3632%) hue-rotate(254deg) brightness(86%) contrast(89%);
}
body.subsite.opcura a.btn.btn-secondary:hover {
  color: #6b3278 !important;
  transition: all 0.25s ease-out;
  background-position: right 18px center;
}
body.subsite.opcura a.btn.btn-secondary:hover .fa-ext .fa-external-link-alt {
  color: #6b3278 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-secondary:active {
  color: #fff !important;
  background-color: #6b3278;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-secondary .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-secondary .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-tertiary {
  font-weight: 600;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background-color: #c9d300;
  border-color: #c9d300;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
}
body.subsite.opcura a.btn.btn-tertiary:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-tertiary:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-tertiary:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-tertiary .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-tertiary .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-lg {
  font-weight: 600;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background-color: #c9d300;
  border-color: #c9d300;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  background-image: none !important;
  padding: 13px 30px 13px 30px;
}
body.subsite.opcura a.btn.btn-lg:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: transparent;
  border-color: #c9d300;
}
body.subsite.opcura a.btn.btn-lg:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-lg:active {
  color: #000 !important;
  background-color: #c9d300;
  border-color: #c9d300;
}
body.subsite.opcura a.btn.btn-lg .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-lg .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-sm {
  font-weight: 500;
  font-size: 1rem;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background-color: #c9d300;
  border-color: #c9d300;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  background-repeat: no-repeat;
  padding: 6px 45px 6px 30px;
}
body.subsite.opcura a.btn.btn-sm::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: url(/sites/default/files/2025-04/small_arrow_off.svg) no-repeat;
  background-size: 11px 7px;
  margin-top: 0.5625rem;
  margin-left: 0.6875rem;
  transition: margin-left 0.5s ease-out;
}
body.subsite.opcura a.btn.btn-sm:hover::after {
  transition: all 0.25s ease-out;
  margin-left: 1rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(108%) contrast(102%);
}
body.subsite.opcura a.btn.btn-sm:hover {
  color: #fff !important;
  transition: all 0.25s ease-out;
  background-color: #6b3278;
  border-color: #6b3278;
  background-position: right 18px center;
}
body.subsite.opcura a.btn.btn-sm:hover .fa-ext .fa-external-link-alt {
  color: #fff !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-sm:active {
  color: #fff !important;
  background-color: #6b3278;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-sm .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-sm .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-light {
  font-weight: 600;
  text-transform: none;
  color: #000 !important;
  text-decoration: none;
  background-color: transparent;
  border-color: #c9d300;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  background-image: none !important;
  padding: 9px 30px 9px 30px;
}
body.subsite.opcura a.btn.btn-light:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #c9d300;
  border-color: #c9d300;
}
body.subsite.opcura a.btn.btn-light:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-light:active {
  color: #000 !important;
  background-color: #c9d300;
  border-color: #c9d300;
}
body.subsite.opcura a.btn.btn-light .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-light .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 1;
}
body.subsite.opcura a.btn.btn-dark {
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  padding: 9.5px 30px 9.5px 30px;
}
body.subsite.opcura a.btn.btn-dark:hover {
  color: #fff !important;
  transition: all 0.25s ease-out;
  background-color: #6b3278;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-dark:hover .fa-ext .fa-external-link-alt {
  color: #fff !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura a.btn.btn-dark:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura a.btn.btn-dark .fa-ext {
  display: inline-block;
}
body.subsite.opcura a.btn.btn-dark .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) {
  background-color: #c9d300 !important;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) {
  position: relative;
  padding-top: 3.125rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual)::before {
  content: "Contactinformatie";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "marine", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--address {
  margin-bottom: 0.5rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--address p {
  font-size: 1rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--mail {
  margin-bottom: 0.5rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--mail a {
  font-size: 1rem;
  color: #000;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--mail i.fas {
  margin-top: 0.25rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--phone a {
  font-size: 1rem;
  color: #000;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--phone i.fas {
  margin-top: 0.25rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref {
  margin-top: 0;
  margin-bottom: 0;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .exception-warning {
  background: #fff;
  margin-top: 1.625rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours {
  box-shadow: unset;
  background: transparent;
  margin-bottom: 0;
  padding-top: 1.9375rem;
  position: relative;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours::before {
  content: "Openingsuren";
  display: block;
  font-family: "marine", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top {
  border-bottom: 1px solid #000;
  margin: 0;
  padding-top: 1.0625rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1) {
  position: relative;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 0.875rem;
  width: 1rem;
  background: url(/sites/default/files/2025-06/arrow_right_off.svg) no-repeat;
  background-size: 12px 8px;
  left: 0;
  top: 0.875rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(28%) hue-rotate(2deg) brightness(111%) contrast(96%);
  transition: filter 0.5s ease-out;
  transform: rotate(180deg);
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1):hover::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(10%) saturate(3433%) hue-rotate(243deg) brightness(90%) contrast(96%);
  transition: filter 0.25s ease-out;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1) i {
  display: none;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1) i::before {
  content: none;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top p.opening-hours-top__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top p.opening-hours-top__title i {
  display: none;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top p.opening-hours-top__title strong:nth-child(2)::before {
  content: "";
  display: block;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3) {
  position: relative;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3)::before {
  content: "";
  position: absolute;
  height: 0.875rem;
  width: 1rem;
  background: url(/sites/default/files/2025-06/arrow_right_off.svg) no-repeat;
  background-size: 12px 8px;
  right: 0;
  top: 1.25rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(28%) hue-rotate(2deg) brightness(111%) contrast(96%);
  transition: filter 0.5s ease-out;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3):hover::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(10%) saturate(3433%) hue-rotate(243deg) brightness(90%) contrast(96%);
  transition: filter 0.25s ease-out;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3) i {
  display: none;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3) i::before {
  content: none;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day {
  border-bottom: 1px dotted #000;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day:last-child {
  border-bottom: 0;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day.today {
  background: unset;
  position: relative;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day.today::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -32px;
  background-color: #fff;
  width: calc(100% + 64px);
  height: 100%;
  opacity: 0.4;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-label {
  font-size: 1rem;
  color: #000;
  margin-right: 0;
  z-index: 1;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours {
  z-index: 2;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour:nth-child(1) {
  margin-bottom: 0 !important;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour .time {
  margin: 0 !important;
  border: none;
  background: none;
  box-shadow: unset;
  font-weight: normal;
  font-size: 1rem;
  color: #000;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour .time::after {
  content: none;
}
body.subsite.opcura .inner-wrapper:has(.paddle-components-organisation-block-wrapper) .paddle-components-organisation-block-wrapper .paddle-component--organisation-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour .label {
  font-size: 1rem;
  color: #000;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper {
  background-color: #c9d300 !important;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  clip-path: polygon(0 0, 100% 0, 100% 95.5%, 0% 100%);
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > h2 {
  font-size: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref {
  margin-top: 0;
  margin-bottom: 0;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .exception-warning {
  background: #fff;
  margin-top: 0.1875rem;
  margin-bottom: 1.9375rem;
  padding-left: 1rem;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours {
  box-shadow: unset;
  background: transparent;
  margin-bottom: 0;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours::before {
  content: none !important;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top {
  border-bottom: 1px solid #000;
  margin: 0;
  position: relative;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top::before {
  content: "Openingsuren";
  display: block;
  position: absolute;
  top: -2.4375rem;
  left: 0;
  font-family: "marine", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1) {
  position: relative;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 0.875rem;
  width: 1rem;
  background: url(/sites/default/files/2025-06/arrow_right_off.svg) no-repeat;
  background-size: 12px 8px;
  left: 0;
  top: 0.875rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(28%) hue-rotate(2deg) brightness(111%) contrast(96%);
  transition: filter 0.5s ease-out;
  transform: rotate(180deg);
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1):hover::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(10%) saturate(3433%) hue-rotate(243deg) brightness(90%) contrast(96%);
  transition: filter 0.25s ease-out;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1) i {
  display: none;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(1) i::before {
  content: none;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top p.opening-hours-top__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top p.opening-hours-top__title i {
  display: none;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top p.opening-hours-top__title strong:nth-child(2)::before {
  content: "";
  display: block;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3) {
  position: relative;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3)::before {
  content: "";
  position: absolute;
  height: 0.875rem;
  width: 1rem;
  background: url(/sites/default/files/2025-06/arrow_right_off.svg) no-repeat;
  background-size: 12px 8px;
  right: 0;
  top: 1.25rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(28%) hue-rotate(2deg) brightness(111%) contrast(96%);
  transition: filter 0.5s ease-out;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3):hover::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(10%) saturate(3433%) hue-rotate(243deg) brightness(90%) contrast(96%);
  transition: filter 0.25s ease-out;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3) i {
  display: none;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .opening-hours-top a.next-previous:nth-child(3) i::before {
  content: none;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day {
  border-bottom: 1px dotted #000;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day:last-child {
  border-bottom: 0;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day.today {
  background: unset;
  position: relative;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day.today::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -32px;
  background-color: #fff;
  width: calc(100% + 64px);
  height: 100%;
  opacity: 0.4;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-label {
  font-size: 1rem;
  color: #000;
  margin-right: 0;
  z-index: 1;
  flex: 0 0 44%;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours {
  z-index: 2;
  flex: 0 0 56%;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour:nth-child(1) {
  margin-bottom: 0 !important;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour {
  display: flex;
  justify-content: space-between;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour .time {
  margin: 0 !important;
  border: none;
  background: none;
  box-shadow: unset;
  font-weight: normal;
  font-size: 1rem;
  color: #000;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour .time::after {
  content: none;
}
body.subsite.opcura .paddle-components-opening-hours-block-wrapper .paddle-component--opening-hours-block .paddle-component--body-section > article > div:not(.contextual) .field--opening-hours-ref .items .item > article div .field--opening-hours .items .item .vue-opening-hours-week .opening-hours-wrapper .opening-hours .day .day-opening-hours .opening-hour .label {
  font-size: 1rem;
  color: #000;
}
body.subsite.opcura .paddle-components-navigation-block-wrapper .paddle-component--navigation-block .paddle-component--body-section ul li .field--featured-image .items .item article img {
  width: 100%;
}
body.subsite.opcura #sliding-popup {
  font-size: 1.125rem;
  font-family: "marine", sans-serif;
  color: #000000 !important;
  background-color: rgba(107, 50, 120, 0.8) !important;
}
body.subsite.opcura #sliding-popup h2::after {
  content: none;
}
body.subsite.opcura #sliding-popup h2 {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
}
body.subsite.opcura #sliding-popup p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
}
body.subsite.opcura #sliding-popup button {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border: 2px solid #fff !important;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  padding: 11px 30px !important;
  border-radius: 60px;
}
body.subsite.opcura #sliding-popup button:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border: 2px solid #fff !important;
  border-color: #6b3278;
}
body.subsite.opcura #sliding-popup button:active {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border: 2px solid #fff !important;
  border-color: #6b3278;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-tab {
  color: #000 !important;
  font-weight: 600;
  text-transform: none;
  line-height: 1 !important;
  border: 0;
  padding: 0.625rem 1.25rem !important;
  border-radius: 0;
  background-color: #fff !important;
  border: 1px solid #fff;
  transition: color 0.5s ease-out;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-tab::before {
  content: none !important;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-tab::after {
  content: none !important;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-tab:hover {
  color: #000 !important;
  transition: color 0.25s ease-out;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner {
  padding: 1.5rem 2rem;
  background-color: rgba(107, 50, 120, 0.8) !important;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block !important;
}
@media screen and (max-width: 992px) {
  body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-message {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-message .find-more-button {
  text-decoration: none;
  margin-top: 1.25rem;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-message .find-more-button:hover {
  background-color: #fff !important;
  border: 2px solid #fff !important;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-categories {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons .cookie-compliance-save-preferences-button {
  background-color: #6b3278 !important;
  background: 0 !important;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons .cookie-compliance-save-preferences-button:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin-bottom: 0;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-categories .eu-cookie-compliance-category .form-check {
  align-items: center;
}
@media (max-width: 767px) {
  body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-categories .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons {
  position: absolute;
  right: 2.68rem;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons {
    right: 0.625rem;
  }
}
@media screen and (max-width: 550px) {
  body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons {
    position: relative;
    text-align: left;
    margin-left: 0.59rem;
    float: left;
  }
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons #cookie-compliance-agree-button {
  background-color: transparent !important;
  color: #000000;
  padding: 0.5rem 1.5rem;
  margin-top: 0;
  padding-right: 2.125rem;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons #cookie-compliance-agree-button::before {
  content: none;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons #cookie-compliance-agree-button:hover, body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons #cookie-compliance-agree-button:active {
  background-color: #fff !important;
  color: #000;
  top: 0 !important;
}
@media screen and (max-width: 550px) {
  body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-wrapper .eu-cookie-compliance-buttons #cookie-compliance-agree-button {
    margin-bottom: 1.25rem;
  }
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .form-check-input:disabled ~ .form-check-label,
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .form-check-input[disabled] ~ .form-check-label {
  color: #cacaca;
}
body.subsite.opcura #sliding-popup .eu-cookie-compliance-banner .form-check input[type=checkbox].form-check-input:checked::before {
  content: "";
  background-color: #6b3278;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner {
  background-color: rgba(107, 50, 120, 0.8) !important;
  padding: 1.5rem 2rem;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons {
  display: inline-block;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .eu-cookie-withdraw-button {
  top: 0 !important;
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border: 2px solid #fff !important;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
  padding: 11px 30px !important;
  border-radius: 60px;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .eu-cookie-withdraw-button:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border: 2px solid #fff !important;
  border-color: #6b3278;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .eu-cookie-withdraw-button:active {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border: 2px solid #fff !important;
  border-color: #6b3278;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content {
  max-width: 1600px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 992px) {
  body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
  max-width: unset;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
}
body.subsite.opcura #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
  color: #fff !important;
}
body.subsite.opcura .form-check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  position: relative;
}
body.subsite.opcura .form-check .form-check-label {
  cursor: pointer;
  position: absolute;
  color: #fff !important;
  font-size: 1rem;
  left: 1.5rem;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.9375rem;
  height: 0.9375rem;
  cursor: pointer;
  position: relative;
  border-radius: 0 !important;
  border: 1px solid #fff;
  outline: 0;
  background-color: unset !important;
  margin-top: 0;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input:hover .form-check-label {
  cursor: pointer;
  position: absolute;
  color: #fff;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input:hover + label {
  color: #fff !important;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #fff;
  opacity: 1 !important;
  transform: translate3d(0, 0, 1px) scale(0.01);
  transition: transform 0.25s ease-out;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input:hover::before {
  transform: translate3d(0, 0, 1px) scale(1);
  transition: transform 0.15s ease-in;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input:checked {
  background-color: #fff;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #fff;
  opacity: 1;
  transform: translate3d(0, 0, 1px) scale(1);
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input.is-invalid:checked,
body.subsite.opcura .form-check input[type=checkbox].form-check-input .was-validated .form-check-input:invalid:checked {
  background-color: #fff;
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input.form-check-input.is-invalid:focus,
body.subsite.opcura .form-check input[type=checkbox].form-check-input .was-validated .form-check-input:invalid:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
body.subsite.opcura .form-check input[type=checkbox].form-check-input:disabled {
  opacity: 0.7;
}
body.subsite.opcura .form-check input[type=radio].form-check-input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative;
  left: 0px;
  top: -0.125rem;
  width: 0;
  height: 0;
  visibility: hidden;
}
body.subsite.opcura .form-check input[type=radio].form-check-input:hover + label {
  color: #6b3278 !important;
}
body.subsite.opcura .form-check input[type=radio].form-check-input + label::before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border: 0.0625rem solid #000;
  position: absolute;
  left: -1.5rem;
  background-color: transparent;
  border-radius: 50%;
  top: 0.0625rem;
}
body.subsite.opcura .form-check input[type=radio].form-check-input + label::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #6b3278;
  position: absolute;
  left: -1.25rem;
  top: 0.3125rem;
  border-radius: 50%;
  transform: translate3d(0, 0, 1px) scale(0.01);
  transition: transform 0.25s ease-out;
}
body.subsite.opcura .form-check input[type=radio].form-check-input + label:hover::after {
  transform: translate3d(0, 0, 1px) scale(1);
  transition: transform 0.15s ease-in;
}
body.subsite.opcura .form-check input[type=radio].form-check-input:checked {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
body.subsite.opcura .form-check input[type=radio].form-check-input:checked + label::after {
  transform: translate3d(0, 0, 1px) scale(1);
}
body.subsite.opcura #region-content_top {
  position: relative;
  z-index: 500;
}
body.subsite.opcura #toolbar-administration {
  z-index: 501;
  position: relative;
}
body.subsite.opcura #block-ocelot-paddle-tabs ul li a {
  color: #fff;
}
body.subsite.opcura #block-mainnavigation .extra-title {
  text-wrap: wrap;
}
body.subsite.opcura main #block-ocelot-paddle-content .inner-wrapper:has(.paddle-components-image-block-wrapper) {
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
}
body.subsite.opcura .fa-file-pdf {
  display: inline-block !important;
}
body.subsite.opcura .search-field-opcura {
  display: none !important;
}
body.subsite.opcura #webform_block .webform-submission-form .form-check-label {
  color: #000 !important;
}
body.subsite.opcura #webform_block .webform-submission-form .form-item input {
  border-color: #67797d;
  border-style: solid;
  border-width: 1px;
}
body.subsite.opcura #webform_block .webform-submission-form .form-subit,
body.subsite.opcura #webform_block .webform-submission-form .webform-button--submit {
  background-color: unset;
  color: unset;
  padding: 1rem 1.5rem;
  border: unset;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #6b3278;
  border-color: #6b3278;
  transition: all 0.5s ease-out;
  width: -moz-max-content;
  width: max-content;
}
body.subsite.opcura #webform_block .webform-submission-form .form-subit:hover,
body.subsite.opcura #webform_block .webform-submission-form .webform-button--submit:hover {
  color: #000 !important;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura #webform_block .webform-submission-form .form-subit:hover .fa-ext .fa-external-link-alt,
body.subsite.opcura #webform_block .webform-submission-form .webform-button--submit:hover .fa-ext .fa-external-link-alt {
  color: #000 !important;
  transition: all 0.25s ease-out;
}
body.subsite.opcura #webform_block .webform-submission-form .form-subit:active,
body.subsite.opcura #webform_block .webform-submission-form .webform-button--submit:active {
  color: #000 !important;
  background-color: #fff;
  border-color: #6b3278;
}
body.subsite.opcura #webform_block .webform-submission-form .form-subit .fa-ext,
body.subsite.opcura #webform_block .webform-submission-form .webform-button--submit .fa-ext {
  display: inline-block;
}
body.subsite.opcura #webform_block .webform-submission-form .form-subit .fa-ext .fa-external-link-alt,
body.subsite.opcura #webform_block .webform-submission-form .webform-button--submit .fa-ext .fa-external-link-alt {
  transition: all 0.5s ease-out;
  color: #fff;
  line-height: 1;
}
body.subsite.opcura #webform_block .webform-submission-form legend {
  color: #000 !important;
}
body.subsite.opcura #block-mainnavigation ul.menu--main:not(.menu--subsite) {
  display: none !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#block-searchform {
  display: none !important;
}
@media (max-width: 640px) {
  body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block {
    display: none;
  }
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block form.paddle-search-form-487 {
  width: 340px;
  max-width: unset;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper div#paddle_search_form_block form.paddle-search-form-487 .search-wrapper {
  margin-top: 21px !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper .hamburger {
  margin-right: 0 !important;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block {
  display: block;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block form.paddle-search-form-487 {
  width: unset;
}
body.subsite.opcura .page-wrapper-container header .header__wrapper:has(.navbar-collapse.show) div#paddle_search_form_block form.paddle-search-form-487 .search-wrapper {
  margin-top: 3.375rem !important;
}/*# sourceMappingURL=opwijk_subsite_opcura.css.map */