/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-2.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./assets/_themes/default/theme.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;700&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-2.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./assets/_themes/default/theme.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-2.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./assets/_themes/default/theme.scss (2) ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Grandstander:wght@500;600;700&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-2.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./assets/_themes/default/theme.scss (3) ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap);
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/owl.carousel/dist/assets/owl.carousel.css ***!
  \****************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css ***!
  \*******************************************************************************************************************************************************************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-2.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./assets/_themes/default/theme.scss (4) ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
body:not(.shrek_page):not(.thewiz_page){margin:5px;overflow-x:hidden}:root{--blue: #007BFF;--indigo: #6610F2;--purple: #6F42C1;--pink: #E83E8C;--red: #DC3545;--orange: #FD7E14;--yellow: #FFC107;--green: #BBD331;--teal: #20C997;--cyan: #17A2B8;--white: #fff;--gray: #6C757D;--gray-dark: #343A40;--primary: #76bf43;--secondary: #00b5e9;--success: #BBD331;--info: #17A2B8;--warning: #FFC107;--danger: #DC3545;--light: #F8F9FA;--dark: #343A40;--tertiary: #ADB5BD;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#000;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#76bf43;text-decoration:none;background-color:transparent}a:hover{color:#53872e;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6C757D;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}@media (max-width: 1200px){legend{font-size:calc(1.275rem + .3vw) }}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:"Be Vietnam Pro",sans-serif;font-weight:700;line-height:1.2;color:#000}h1,.h1{font-size:3rem}@media (max-width: 1200px){h1,.h1{font-size:calc(1.425rem + 2.1vw) }}h2,.h2{font-size:2.25rem}@media (max-width: 1200px){h2,.h2{font-size:calc(1.35rem + 1.2vw) }}h3,.h3{font-size:1.75rem}@media (max-width: 1200px){h3,.h3{font-size:calc(1.3rem + .6vw) }}h4,.h4{font-size:1.5rem}@media (max-width: 1200px){h4,.h4{font-size:calc(1.275rem + .3vw) }}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media (max-width: 1200px){.display-1{font-size:calc(1.725rem + 5.7vw) }}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media (max-width: 1200px){.display-2{font-size:calc(1.675rem + 5.1vw) }}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media (max-width: 1200px){.display-3{font-size:calc(1.575rem + 3.9vw) }}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media (max-width: 1200px){.display-4{font-size:calc(1.475rem + 2.7vw) }}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,body:not(.shrek_page):not(.thewiz_page) .content ul.custom-list,body:not(.shrek_page):not(.thewiz_page) .content ol.custom-list,body:not(.shrek_page):not(.thewiz_page) .vocabulary_term_list,body.shrek_page .content ul.custom-list,body.shrek_page .content ol.custom-list,body.shrek_page .vocabulary_term_list,body.thewiz_page .content ul.custom-list,body.thewiz_page .content ol.custom-list,body.thewiz_page .vocabulary_term_list{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6C757D}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-img,body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-img,body.shrek_page .gallery .gallery-item .gallery-img,body.shrek_page .gallery-grid .gallery-item .gallery-img,body.thewiz_page .gallery .gallery-item .gallery-img,body.thewiz_page .gallery-grid .gallery-item .gallery-img{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #DEE2E6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6C757D}code{font-size:87.5%;color:#E83E8C;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#000}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #DEE2E6}.table thead th{vertical-align:bottom;border-bottom:2px solid #DEE2E6}.table tbody+tbody{border-top:2px solid #DEE2E6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #DEE2E6}.table-bordered th,.table-bordered td{border:1px solid #DEE2E6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.table-hover tbody tr:hover{color:#000;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#d9edca}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#b8de9d}.table-hover .table-primary:hover{background-color:#cbe7b7}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#cbe7b7}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#b8eaf9}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#7ad9f4}.table-hover .table-secondary:hover{background-color:#a0e3f7}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#a0e3f7}.table-success,.table-success>th,.table-success>td{background-color:#ecf3c5}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#dce894}.table-hover .table-success:hover{background-color:#e5efb0}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#e5efb0}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-tertiary,.table-tertiary>th,.table-tertiary>td{background-color:#e8eaed}.table-tertiary th,.table-tertiary td,.table-tertiary thead th,.table-tertiary tbody+tbody{border-color:#d4d9dd}.table-hover .table-tertiary:hover{background-color:#dadde2}.table-hover .table-tertiary:hover>td,.table-hover .table-tertiary:hover>th{background-color:#dadde2}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.table .thead-dark th{color:#fff;background-color:#343A40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#E9ECEF;border-color:#DEE2E6}.table-dark{color:#fff;background-color:#343A40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #CED4DA;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#bbdfa2;outline:0;box-shadow:0 0 0 .2rem rgba(118,191,67,0.25)}.form-control::placeholder{color:#6C757D;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#E9ECEF;opacity:1}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.125rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#000;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#6C757D}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#BBD331}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#212529;background-color:rgba(187,211,49,0.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*="col-"]>.valid-tooltip{left:5px}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#BBD331;padding-right:calc(1.5em + .75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23BBD331%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#BBD331;box-shadow:0 0 0 .2rem rgba(187,211,49,0.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#BBD331;padding-right:calc(.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343A40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23BBD331%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#BBD331;box-shadow:0 0 0 .2rem rgba(187,211,49,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#BBD331}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#BBD331}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#BBD331}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#c9dc5b;background-color:#c9dc5b}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(187,211,49,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#BBD331}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#BBD331}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#BBD331;box-shadow:0 0 0 .2rem rgba(187,211,49,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#DC3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,0.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*="col-"]>.invalid-tooltip{left:5px}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#DC3545;padding-right:calc(1.5em + .75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23DC3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23DC3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#DC3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#DC3545;padding-right:calc(.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343A40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23DC3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23DC3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#DC3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#DC3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#DC3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#DC3545}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#DC3545}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#DC3545}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#DC3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .card .card-btn,body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a,body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .card .card-btn,body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{display:inline-block;font-weight:400;color:#000;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .card .card-btn,body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a,body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .card .card-btn,body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{transition:none}}.btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .card .card-btn:hover,body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page.shrek_page .shrek-social-section p a:hover,body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .card .card-btn:hover,body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type{color:#000;text-decoration:none}.btn:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .card .card-btn:focus,body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page.shrek_page .shrek-social-section p a:focus,body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .card .card-btn:focus,body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,.btn.focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .focus.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .focus.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .focus.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .focus.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .focus.timeslot-item-navigation-btn,body.shrek_page .mini-sab .focus.btn-toggle-mini-sab,body.shrek_page .card .focus.card-btn,body.shrek_page .owl-carousel .item .focus.owl-btn,body.shrek_page .carousel .carousel-item .focus.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .focus.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a.focus,body.thewiz_page .mini-sab .focus.btn-toggle-mini-sab,body.thewiz_page .card .focus.card-btn,body.thewiz_page .owl-carousel .item .focus.owl-btn,body.thewiz_page .carousel .carousel-item .focus.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .focus.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.focus:last-of-type{outline:0;box-shadow:0 0 0 .2rem rgba(118,191,67,0.25)}.btn.disabled,body:not(.shrek_page):not(.thewiz_page) .mini-sab .disabled.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .disabled.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .disabled.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .disabled.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .disabled.timeslot-item-navigation-btn,body.shrek_page .mini-sab .disabled.btn-toggle-mini-sab,body.shrek_page .card .disabled.card-btn,body.shrek_page .owl-carousel .item .disabled.owl-btn,body.shrek_page .carousel .carousel-item .disabled.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .disabled.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a.disabled,body.thewiz_page .mini-sab .disabled.btn-toggle-mini-sab,body.thewiz_page .card .disabled.card-btn,body.thewiz_page .owl-carousel .item .disabled.owl-btn,body.thewiz_page .carousel .carousel-item .disabled.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .disabled.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.disabled:last-of-type,.btn:disabled,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:disabled,body:not(.shrek_page):not(.thewiz_page) .card .card-btn:disabled,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:disabled,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:disabled,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:disabled,body.shrek_page .mini-sab .btn-toggle-mini-sab:disabled,body.shrek_page .card .card-btn:disabled,body.shrek_page .owl-carousel .item .owl-btn:disabled,body.shrek_page .carousel .carousel-item .carousel-btn:disabled,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:disabled,body.shrek_page.shrek_page .shrek-social-section p a:disabled,body.thewiz_page .mini-sab .btn-toggle-mini-sab:disabled,body.thewiz_page .card .card-btn:disabled,body.thewiz_page .owl-carousel .item .owl-btn:disabled,body.thewiz_page .carousel .carousel-item .carousel-btn:disabled,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:disabled,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:disabled:last-of-type{opacity:.65}.btn:not(:disabled):not(.disabled),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled),body:not(.shrek_page):not(.thewiz_page) .card .card-btn:not(:disabled):not(.disabled),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:not(:disabled):not(.disabled),body.shrek_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled),body.shrek_page .card .card-btn:not(:disabled):not(.disabled),body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled),body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled),body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:not(:disabled):not(.disabled),body.shrek_page.shrek_page .shrek-social-section p a:not(:disabled):not(.disabled),body.thewiz_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled),body.thewiz_page .card .card-btn:not(:disabled):not(.disabled),body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled),body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled),body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:not(:disabled):not(.disabled),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:not(:disabled):not(.disabled):last-of-type{cursor:pointer}a.btn.disabled,body:not(.shrek_page):not(.thewiz_page) .mini-sab a.disabled.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card a.disabled.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a.disabled.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a.disabled.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a.disabled.timeslot-item-navigation-btn,body.shrek_page .mini-sab a.disabled.btn-toggle-mini-sab,body.shrek_page .card a.disabled.card-btn,body.shrek_page .owl-carousel .item a.disabled.owl-btn,body.shrek_page .carousel .carousel-item a.disabled.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation a.disabled.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a.disabled,body.thewiz_page .mini-sab a.disabled.btn-toggle-mini-sab,body.thewiz_page .card a.disabled.card-btn,body.thewiz_page .owl-carousel .item a.disabled.owl-btn,body.thewiz_page .carousel .carousel-item a.disabled.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation a.disabled.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.disabled:last-of-type,fieldset:disabled a.btn,fieldset:disabled body:not(.shrek_page):not(.thewiz_page) .mini-sab a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab fieldset:disabled a.btn-toggle-mini-sab,fieldset:disabled body:not(.shrek_page):not(.thewiz_page) .card a.card-btn,body:not(.shrek_page):not(.thewiz_page) .card fieldset:disabled a.card-btn,fieldset:disabled body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item fieldset:disabled a.owl-btn,fieldset:disabled body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item fieldset:disabled a.carousel-btn,fieldset:disabled body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation fieldset:disabled a.timeslot-item-navigation-btn,fieldset:disabled body.shrek_page .mini-sab a.btn-toggle-mini-sab,body.shrek_page .mini-sab fieldset:disabled a.btn-toggle-mini-sab,fieldset:disabled body.shrek_page .card a.card-btn,body.shrek_page .card fieldset:disabled a.card-btn,fieldset:disabled body.shrek_page .owl-carousel .item a.owl-btn,body.shrek_page .owl-carousel .item fieldset:disabled a.owl-btn,fieldset:disabled body.shrek_page .carousel .carousel-item a.carousel-btn,body.shrek_page .carousel .carousel-item fieldset:disabled a.carousel-btn,fieldset:disabled body.shrek_page .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation fieldset:disabled a.timeslot-item-navigation-btn,fieldset:disabled body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p fieldset:disabled a,fieldset:disabled body.thewiz_page .mini-sab a.btn-toggle-mini-sab,body.thewiz_page .mini-sab fieldset:disabled a.btn-toggle-mini-sab,fieldset:disabled body.thewiz_page .card a.card-btn,body.thewiz_page .card fieldset:disabled a.card-btn,fieldset:disabled body.thewiz_page .owl-carousel .item a.owl-btn,body.thewiz_page .owl-carousel .item fieldset:disabled a.owl-btn,fieldset:disabled body.thewiz_page .carousel .carousel-item a.carousel-btn,body.thewiz_page .carousel .carousel-item fieldset:disabled a.carousel-btn,fieldset:disabled body.thewiz_page .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation fieldset:disabled a.timeslot-item-navigation-btn,fieldset:disabled body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go fieldset:disabled a:last-of-type{pointer-events:none}.btn-primary,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item .carousel-btn,body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{color:#212529;background-color:#76bf43;border-color:#76bf43}.btn-primary:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type{color:#fff;background-color:#64a438;border-color:#5e9a35}.btn-primary:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:focus,body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,.btn-primary.focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .focus.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .focus.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .focus.carousel-btn,body.shrek_page .mini-sab .focus.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .focus.owl-btn,body.shrek_page .carousel .carousel-item .focus.carousel-btn,body.thewiz_page .mini-sab .focus.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .focus.owl-btn,body.thewiz_page .carousel .carousel-item .focus.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.focus:last-of-type{color:#fff;background-color:#64a438;border-color:#5e9a35;box-shadow:0 0 0 .2rem rgba(105,168,63,0.5)}.btn-primary.disabled,body:not(.shrek_page):not(.thewiz_page) .mini-sab .disabled.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .disabled.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .disabled.carousel-btn,body.shrek_page .mini-sab .disabled.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .disabled.owl-btn,body.shrek_page .carousel .carousel-item .disabled.carousel-btn,body.thewiz_page .mini-sab .disabled.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .disabled.owl-btn,body.thewiz_page .carousel .carousel-item .disabled.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.disabled:last-of-type,.btn-primary:disabled,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:disabled,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:disabled,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:disabled,body.shrek_page .mini-sab .btn-toggle-mini-sab:disabled,body.shrek_page .owl-carousel .item .owl-btn:disabled,body.shrek_page .carousel .carousel-item .carousel-btn:disabled,body.thewiz_page .mini-sab .btn-toggle-mini-sab:disabled,body.thewiz_page .owl-carousel .item .owl-btn:disabled,body.thewiz_page .carousel .carousel-item .carousel-btn:disabled,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:disabled:last-of-type{color:#212529;background-color:#76bf43;border-color:#76bf43}.btn-primary:not(:disabled):not(.disabled):active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled):active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active,body.shrek_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled):active,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active,body.thewiz_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled):active,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:not(:disabled):not(.disabled):active:last-of-type,.btn-primary:not(:disabled):not(.disabled).active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled).active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active,body.shrek_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled).active,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active,body.thewiz_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled).active,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:not(:disabled):not(.disabled).active:last-of-type,.show>.btn-primary.dropdown-toggle,body:not(.shrek_page):not(.thewiz_page) .mini-sab .show>.dropdown-toggle.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .show>.dropdown-toggle.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .show>.dropdown-toggle.carousel-btn,body.shrek_page .mini-sab .show>.dropdown-toggle.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .show>.dropdown-toggle.owl-btn,body.shrek_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn,body.thewiz_page .mini-sab .show>.dropdown-toggle.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .show>.dropdown-toggle.owl-btn,body.thewiz_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .show>a.dropdown-toggle:last-of-type{color:#fff;background-color:#5e9a35;border-color:#599131}.btn-primary:not(:disabled):not(.disabled):active:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled):active:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:focus,body.shrek_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled):active:focus,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:focus,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:focus,body.thewiz_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled):active:focus,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:focus,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:not(:disabled):not(.disabled):active:focus:last-of-type,.btn-primary:not(:disabled):not(.disabled).active:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled).active:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:focus,body.shrek_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled).active:focus,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:focus,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:focus,body.thewiz_page .mini-sab .btn-toggle-mini-sab:not(:disabled):not(.disabled).active:focus,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:focus,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:not(:disabled):not(.disabled).active:focus:last-of-type,.show>.btn-primary.dropdown-toggle:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .show>.dropdown-toggle.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .show>.dropdown-toggle.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:focus,body.shrek_page .mini-sab .show>.dropdown-toggle.btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item .show>.dropdown-toggle.owl-btn:focus,body.shrek_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:focus,body.thewiz_page .mini-sab .show>.dropdown-toggle.btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item .show>.dropdown-toggle.owl-btn:focus,body.thewiz_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .show>a.dropdown-toggle:focus:last-of-type{box-shadow:0 0 0 .2rem rgba(105,168,63,0.5)}.btn-secondary,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:hover{color:#fff;background-color:#00b5e9;border-color:#00b5e9}.btn-secondary:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:hover{color:#fff;background-color:#0097c3;border-color:#008db6}.btn-secondary:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:focus:hover,body.shrek_page .owl-carousel .item .owl-btn:focus:hover,body.shrek_page .carousel .carousel-item .carousel-btn:focus:hover,body.thewiz_page .owl-carousel .item .owl-btn:focus:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:focus:hover,.btn-secondary.focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .focus.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .focus.carousel-btn:hover,body.shrek_page .owl-carousel .item .focus.owl-btn:hover,body.shrek_page .carousel .carousel-item .focus.carousel-btn:hover,body.thewiz_page .owl-carousel .item .focus.owl-btn:hover,body.thewiz_page .carousel .carousel-item .focus.carousel-btn:hover{color:#fff;background-color:#0097c3;border-color:#008db6;box-shadow:0 0 0 .2rem rgba(38,192,236,0.5)}.btn-secondary.disabled,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .disabled.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .disabled.carousel-btn:hover,body.shrek_page .owl-carousel .item .disabled.owl-btn:hover,body.shrek_page .carousel .carousel-item .disabled.carousel-btn:hover,body.thewiz_page .owl-carousel .item .disabled.owl-btn:hover,body.thewiz_page .carousel .carousel-item .disabled.carousel-btn:hover,.btn-secondary:disabled,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:disabled:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:disabled:hover,body.shrek_page .owl-carousel .item .owl-btn:disabled:hover,body.shrek_page .carousel .carousel-item .carousel-btn:disabled:hover,body.thewiz_page .owl-carousel .item .owl-btn:disabled:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:disabled:hover{color:#fff;background-color:#00b5e9;border-color:#00b5e9}.btn-secondary:not(:disabled):not(.disabled):active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:hover,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:hover,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:hover,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:hover,.btn-secondary:not(:disabled):not(.disabled).active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:hover,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:hover,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:hover,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:hover,.show>.btn-secondary.dropdown-toggle,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .show>.dropdown-toggle.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:hover,body.shrek_page .owl-carousel .item .show>.dropdown-toggle.owl-btn:hover,body.shrek_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:hover,body.thewiz_page .owl-carousel .item .show>.dropdown-toggle.owl-btn:hover,body.thewiz_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:hover{color:#fff;background-color:#008db6;border-color:#0083a9}.btn-secondary:not(:disabled):not(.disabled):active:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:focus:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:focus:hover,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:focus:hover,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:focus:hover,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled):active:focus:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled):active:focus:hover,.btn-secondary:not(:disabled):not(.disabled).active:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:focus:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:focus:hover,body.shrek_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:focus:hover,body.shrek_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:focus:hover,body.thewiz_page .owl-carousel .item .owl-btn:not(:disabled):not(.disabled).active:focus:hover,body.thewiz_page .carousel .carousel-item .carousel-btn:not(:disabled):not(.disabled).active:focus:hover,.show>.btn-secondary.dropdown-toggle:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .show>.dropdown-toggle.owl-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:focus:hover,body.shrek_page .owl-carousel .item .show>.dropdown-toggle.owl-btn:focus:hover,body.shrek_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:focus:hover,body.thewiz_page .owl-carousel .item .show>.dropdown-toggle.owl-btn:focus:hover,body.thewiz_page .carousel .carousel-item .show>.dropdown-toggle.carousel-btn:focus:hover{box-shadow:0 0 0 .2rem rgba(38,192,236,0.5)}.btn-success{color:#212529;background-color:#BBD331;border-color:#BBD331}.btn-success:hover{color:#212529;background-color:#a1b727;border-color:#98ac25}.btn-success:focus,.btn-success.focus{color:#212529;background-color:#a1b727;border-color:#98ac25;box-shadow:0 0 0 .2rem rgba(164,185,48,0.5)}.btn-success.disabled,.btn-success:disabled{color:#212529;background-color:#BBD331;border-color:#BBD331}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#212529;background-color:#98ac25;border-color:#8fa223}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(164,185,48,0.5)}.btn-info{color:#fff;background-color:#17A2B8;border-color:#17A2B8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17A2B8;border-color:#17A2B8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#212529;background-color:#FFC107;border-color:#FFC107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#FFC107;border-color:#FFC107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-danger{color:#fff;background-color:#DC3545;border-color:#DC3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#DC3545;border-color:#DC3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-light{color:#212529;background-color:#F8F9FA;border-color:#F8F9FA}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#F8F9FA;border-color:#F8F9FA}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,0.5)}.btn-dark{color:#fff;background-color:#343A40;border-color:#343A40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343A40;border-color:#343A40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-tertiary{color:#212529;background-color:#ADB5BD;border-color:#ADB5BD}.btn-tertiary:hover{color:#212529;background-color:#98a2ac;border-color:#919ca6}.btn-tertiary:focus,.btn-tertiary.focus{color:#212529;background-color:#98a2ac;border-color:#919ca6;box-shadow:0 0 0 .2rem rgba(152,159,167,0.5)}.btn-tertiary.disabled,.btn-tertiary:disabled{color:#212529;background-color:#ADB5BD;border-color:#ADB5BD}.btn-tertiary:not(:disabled):not(.disabled):active,.btn-tertiary:not(:disabled):not(.disabled).active,.show>.btn-tertiary.dropdown-toggle{color:#212529;background-color:#919ca6;border-color:#8a95a1}.btn-tertiary:not(:disabled):not(.disabled):active:focus,.btn-tertiary:not(:disabled):not(.disabled).active:focus,.show>.btn-tertiary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(152,159,167,0.5)}.btn-outline-primary{color:#76bf43;border-color:#76bf43}.btn-outline-primary:hover{color:#212529;background-color:#76bf43;border-color:#76bf43}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(118,191,67,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#76bf43;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#212529;background-color:#76bf43;border-color:#76bf43}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(118,191,67,0.5)}.btn-outline-secondary{color:#00b5e9;border-color:#00b5e9}.btn-outline-secondary:hover{color:#fff;background-color:#00b5e9;border-color:#00b5e9}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(0,181,233,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#00b5e9;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#00b5e9;border-color:#00b5e9}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,181,233,0.5)}.btn-outline-success{color:#BBD331;border-color:#BBD331}.btn-outline-success:hover{color:#212529;background-color:#BBD331;border-color:#BBD331}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(187,211,49,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#BBD331;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#212529;background-color:#BBD331;border-color:#BBD331}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(187,211,49,0.5)}.btn-outline-info{color:#17A2B8;border-color:#17A2B8}.btn-outline-info:hover{color:#fff;background-color:#17A2B8;border-color:#17A2B8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17A2B8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17A2B8;border-color:#17A2B8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#FFC107;border-color:#FFC107}.btn-outline-warning:hover{color:#212529;background-color:#FFC107;border-color:#FFC107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#FFC107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#FFC107;border-color:#FFC107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#DC3545;border-color:#DC3545}.btn-outline-danger:hover{color:#fff;background-color:#DC3545;border-color:#DC3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#DC3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#DC3545;border-color:#DC3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#F8F9FA;border-color:#F8F9FA}.btn-outline-light:hover{color:#212529;background-color:#F8F9FA;border-color:#F8F9FA}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#F8F9FA;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#F8F9FA;border-color:#F8F9FA}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-dark{color:#343A40;border-color:#343A40}.btn-outline-dark:hover{color:#fff;background-color:#343A40;border-color:#343A40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343A40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343A40;border-color:#343A40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-tertiary{color:#ADB5BD;border-color:#ADB5BD}.btn-outline-tertiary:hover{color:#212529;background-color:#ADB5BD;border-color:#ADB5BD}.btn-outline-tertiary:focus,.btn-outline-tertiary.focus{box-shadow:0 0 0 .2rem rgba(173,181,189,0.5)}.btn-outline-tertiary.disabled,.btn-outline-tertiary:disabled{color:#ADB5BD;background-color:transparent}.btn-outline-tertiary:not(:disabled):not(.disabled):active,.btn-outline-tertiary:not(:disabled):not(.disabled).active,.show>.btn-outline-tertiary.dropdown-toggle{color:#212529;background-color:#ADB5BD;border-color:#ADB5BD}.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-tertiary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(173,181,189,0.5)}.btn-link{font-weight:400;color:#76bf43;text-decoration:none}.btn-link:hover{color:#53872e;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6C757D;pointer-events:none}.btn-lg,.btn-group-lg>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-lg>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-lg>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-lg>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-lg>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-lg>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-lg>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-lg>.card-btn,body.shrek_page .owl-carousel .item .btn-group-lg>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-lg>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-lg>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-lg>a,body.thewiz_page .mini-sab .btn-group-lg>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-lg>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-lg>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-lg>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-lg>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-lg>a:last-of-type{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-sm>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-sm>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-sm>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-sm>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-sm>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-sm>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-sm>.card-btn,body.shrek_page .owl-carousel .item .btn-group-sm>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-sm>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-sm>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-sm>a,body.thewiz_page .mini-sab .btn-group-sm>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-sm>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-sm>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-sm>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-sm>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-sm>a:last-of-type{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #E9ECEF}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#E9ECEF}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#76bf43}.dropdown-item.disabled,.dropdown-item:disabled{color:#ADB5BD;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6C757D;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab,body.shrek_page .card .btn-group>.card-btn,body.shrek_page .owl-carousel .item .btn-group>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group>a,body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group>.card-btn,body.thewiz_page .owl-carousel .item .btn-group>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:last-of-type,.btn-group-vertical>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-vertical>.card-btn,body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a,body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-vertical>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:last-of-type{position:relative;flex:1 1 auto}.btn-group>.btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab:hover,body.shrek_page .card .btn-group>.card-btn:hover,body.shrek_page .owl-carousel .item .btn-group>.owl-btn:hover,body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:hover,body.shrek_page.shrek_page .shrek-social-section p .btn-group>a:hover,body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab:hover,body.thewiz_page .card .btn-group>.card-btn:hover,body.thewiz_page .owl-carousel .item .btn-group>.owl-btn:hover,body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:hover,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:hover:last-of-type,.btn-group-vertical>.btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:hover,body.shrek_page .card .btn-group-vertical>.card-btn:hover,body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn:hover,body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:hover,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a:hover,body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:hover,body.thewiz_page .card .btn-group-vertical>.card-btn:hover,body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn:hover,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:hover,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:hover:last-of-type{z-index:1}.btn-group>.btn:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab:focus,body.shrek_page .card .btn-group>.card-btn:focus,body.shrek_page .owl-carousel .item .btn-group>.owl-btn:focus,body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:focus,body.shrek_page.shrek_page .shrek-social-section p .btn-group>a:focus,body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab:focus,body.thewiz_page .card .btn-group>.card-btn:focus,body.thewiz_page .owl-carousel .item .btn-group>.owl-btn:focus,body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:focus:last-of-type,.btn-group>.btn:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:active,body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab:active,body.shrek_page .card .btn-group>.card-btn:active,body.shrek_page .owl-carousel .item .btn-group>.owl-btn:active,body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:active,body.shrek_page.shrek_page .shrek-social-section p .btn-group>a:active,body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab:active,body.thewiz_page .card .btn-group>.card-btn:active,body.thewiz_page .owl-carousel .item .btn-group>.owl-btn:active,body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:active,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:active:last-of-type,.btn-group>.btn.active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.active.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.active.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.active.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.active.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.active.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group>.active.btn-toggle-mini-sab,body.shrek_page .card .btn-group>.active.card-btn,body.shrek_page .owl-carousel .item .btn-group>.active.owl-btn,body.shrek_page .carousel .carousel-item .btn-group>.active.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.active.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group>a.active,body.thewiz_page .mini-sab .btn-group>.active.btn-toggle-mini-sab,body.thewiz_page .card .btn-group>.active.card-btn,body.thewiz_page .owl-carousel .item .btn-group>.active.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group>.active.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.active.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a.active:last-of-type,.btn-group-vertical>.btn:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:focus,body.shrek_page .card .btn-group-vertical>.card-btn:focus,body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn:focus,body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:focus,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a:focus,body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:focus,body.thewiz_page .card .btn-group-vertical>.card-btn:focus,body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn:focus,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:focus,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:focus:last-of-type,.btn-group-vertical>.btn:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:active,body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:active,body.shrek_page .card .btn-group-vertical>.card-btn:active,body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn:active,body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:active,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a:active,body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:active,body.thewiz_page .card .btn-group-vertical>.card-btn:active,body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn:active,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:active,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:active:last-of-type,.btn-group-vertical>.btn.active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.active.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.active.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.active.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.active.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.active.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-vertical>.active.btn-toggle-mini-sab,body.shrek_page .card .btn-group-vertical>.active.card-btn,body.shrek_page .owl-carousel .item .btn-group-vertical>.active.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-vertical>.active.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.active.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a.active,body.thewiz_page .mini-sab .btn-group-vertical>.active.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-vertical>.active.card-btn,body.thewiz_page .owl-carousel .item .btn-group-vertical>.active.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.active.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.active.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a.active:last-of-type{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab:not(:first-child),body.shrek_page .card .btn-group>.card-btn:not(:first-child),body.shrek_page .owl-carousel .item .btn-group>.owl-btn:not(:first-child),body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn:not(:first-child),body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page.shrek_page .shrek-social-section p .btn-group>a:not(:first-child),body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab:not(:first-child),body.thewiz_page .card .btn-group>.card-btn:not(:first-child),body.thewiz_page .owl-carousel .item .btn-group>.owl-btn:not(:first-child),body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn:not(:first-child),body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:first-child),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:not(:first-child):last-of-type,.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body.shrek_page .card .btn-group>.card-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .owl-carousel .item .btn-group>.owl-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page.shrek_page .shrek-social-section p .btn-group>a:not(:last-child):not(.dropdown-toggle),body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body.thewiz_page .card .btn-group>.card-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .owl-carousel .item .btn-group>.owl-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:not(:last-child):not(.dropdown-toggle):last-of-type,.btn-group>.btn-group:not(:last-child)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-group:not(:last-child)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.btn-group:not(:last-child)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.btn-group:not(:last-child)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.btn-group:not(:last-child)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.btn-group:not(:last-child)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group>.btn-group:not(:last-child)>.btn-toggle-mini-sab,body.shrek_page .card .btn-group>.btn-group:not(:last-child)>.card-btn,body.shrek_page .owl-carousel .item .btn-group>.btn-group:not(:last-child)>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group>.btn-group:not(:last-child)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.btn-group:not(:last-child)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group>.btn-group:not(:last-child)>a,body.thewiz_page .mini-sab .btn-group>.btn-group:not(:last-child)>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group>.btn-group:not(:last-child)>.card-btn,body.thewiz_page .owl-carousel .item .btn-group>.btn-group:not(:last-child)>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group>.btn-group:not(:last-child)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.btn-group:not(:last-child)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>.btn-group:not(:last-child)>a:last-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-toggle-mini-sab:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.card-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.owl-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.carousel-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page .mini-sab .btn-group>.btn-toggle-mini-sab:not(:first-child),body.shrek_page .card .btn-group>.card-btn:not(:first-child),body.shrek_page .owl-carousel .item .btn-group>.owl-btn:not(:first-child),body.shrek_page .carousel .carousel-item .btn-group>.carousel-btn:not(:first-child),body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page.shrek_page .shrek-social-section p .btn-group>a:not(:first-child),body.thewiz_page .mini-sab .btn-group>.btn-toggle-mini-sab:not(:first-child),body.thewiz_page .card .btn-group>.card-btn:not(:first-child),body.thewiz_page .owl-carousel .item .btn-group>.owl-btn:not(:first-child),body.thewiz_page .carousel .carousel-item .btn-group>.carousel-btn:not(:first-child),body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.timeslot-item-navigation-btn:not(:first-child),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>a:not(:first-child):last-of-type,.btn-group>.btn-group:not(:first-child)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group>.btn-group:not(:first-child)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group>.btn-group:not(:first-child)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group>.btn-group:not(:first-child)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group>.btn-group:not(:first-child)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group>.btn-group:not(:first-child)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group>.btn-group:not(:first-child)>.btn-toggle-mini-sab,body.shrek_page .card .btn-group>.btn-group:not(:first-child)>.card-btn,body.shrek_page .owl-carousel .item .btn-group>.btn-group:not(:first-child)>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group>.btn-group:not(:first-child)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group>.btn-group:not(:first-child)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group>.btn-group:not(:first-child)>a,body.thewiz_page .mini-sab .btn-group>.btn-group:not(:first-child)>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group>.btn-group:not(:first-child)>.card-btn,body.thewiz_page .owl-carousel .item .btn-group>.btn-group:not(:first-child)>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group>.btn-group:not(:first-child)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group>.btn-group:not(:first-child)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group>.btn-group:not(:first-child)>a:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-sm>.btn-toggle-mini-sab+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-sm>.card-btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-sm>.owl-btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-sm>.carousel-btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-sm>.timeslot-item-navigation-btn+.dropdown-toggle-split,body.shrek_page .mini-sab .btn-group-sm>.btn-toggle-mini-sab+.dropdown-toggle-split,body.shrek_page .card .btn-group-sm>.card-btn+.dropdown-toggle-split,body.shrek_page .owl-carousel .item .btn-group-sm>.owl-btn+.dropdown-toggle-split,body.shrek_page .carousel .carousel-item .btn-group-sm>.carousel-btn+.dropdown-toggle-split,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-sm>.timeslot-item-navigation-btn+.dropdown-toggle-split,body.shrek_page.shrek_page .shrek-social-section p .btn-group-sm>a+.dropdown-toggle-split,body.thewiz_page .mini-sab .btn-group-sm>.btn-toggle-mini-sab+.dropdown-toggle-split,body.thewiz_page .card .btn-group-sm>.card-btn+.dropdown-toggle-split,body.thewiz_page .owl-carousel .item .btn-group-sm>.owl-btn+.dropdown-toggle-split,body.thewiz_page .carousel .carousel-item .btn-group-sm>.carousel-btn+.dropdown-toggle-split,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-sm>.timeslot-item-navigation-btn+.dropdown-toggle-split,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-sm>a:last-of-type+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-lg>.btn-toggle-mini-sab+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-lg>.card-btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-lg>.owl-btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-lg>.carousel-btn+.dropdown-toggle-split,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-lg>.timeslot-item-navigation-btn+.dropdown-toggle-split,body.shrek_page .mini-sab .btn-group-lg>.btn-toggle-mini-sab+.dropdown-toggle-split,body.shrek_page .card .btn-group-lg>.card-btn+.dropdown-toggle-split,body.shrek_page .owl-carousel .item .btn-group-lg>.owl-btn+.dropdown-toggle-split,body.shrek_page .carousel .carousel-item .btn-group-lg>.carousel-btn+.dropdown-toggle-split,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-lg>.timeslot-item-navigation-btn+.dropdown-toggle-split,body.shrek_page.shrek_page .shrek-social-section p .btn-group-lg>a+.dropdown-toggle-split,body.thewiz_page .mini-sab .btn-group-lg>.btn-toggle-mini-sab+.dropdown-toggle-split,body.thewiz_page .card .btn-group-lg>.card-btn+.dropdown-toggle-split,body.thewiz_page .owl-carousel .item .btn-group-lg>.owl-btn+.dropdown-toggle-split,body.thewiz_page .carousel .carousel-item .btn-group-lg>.carousel-btn+.dropdown-toggle-split,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-lg>.timeslot-item-navigation-btn+.dropdown-toggle-split,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-lg>a:last-of-type+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-vertical>.card-btn,body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a,body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-vertical>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:last-of-type,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:first-child),body.shrek_page .card .btn-group-vertical>.card-btn:not(:first-child),body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn:not(:first-child),body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:first-child),body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a:not(:first-child),body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:first-child),body.thewiz_page .card .btn-group-vertical>.card-btn:not(:first-child),body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn:not(:first-child),body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:first-child),body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:first-child),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:not(:first-child):last-of-type,.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body.shrek_page .card .btn-group-vertical>.card-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body.thewiz_page .card .btn-group-vertical>.card-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle):last-of-type,.btn-group-vertical>.btn-group:not(:last-child)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-group:not(:last-child)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.btn-group:not(:last-child)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.btn-group:not(:last-child)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.btn-group:not(:last-child)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.btn-group:not(:last-child)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-vertical>.btn-group:not(:last-child)>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-vertical>.btn-group:not(:last-child)>.card-btn,body.shrek_page .owl-carousel .item .btn-group-vertical>.btn-group:not(:last-child)>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-vertical>.btn-group:not(:last-child)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.btn-group:not(:last-child)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>.btn-group:not(:last-child)>a,body.thewiz_page .mini-sab .btn-group-vertical>.btn-group:not(:last-child)>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-vertical>.btn-group:not(:last-child)>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-vertical>.btn-group:not(:last-child)>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.btn-group:not(:last-child)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.btn-group:not(:last-child)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>.btn-group:not(:last-child)>a:last-of-type{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.card-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.owl-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:first-child),body.shrek_page .card .btn-group-vertical>.card-btn:not(:first-child),body.shrek_page .owl-carousel .item .btn-group-vertical>.owl-btn:not(:first-child),body.shrek_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:first-child),body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>a:not(:first-child),body.thewiz_page .mini-sab .btn-group-vertical>.btn-toggle-mini-sab:not(:first-child),body.thewiz_page .card .btn-group-vertical>.card-btn:not(:first-child),body.thewiz_page .owl-carousel .item .btn-group-vertical>.owl-btn:not(:first-child),body.thewiz_page .carousel .carousel-item .btn-group-vertical>.carousel-btn:not(:first-child),body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.timeslot-item-navigation-btn:not(:first-child),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>a:not(:first-child):last-of-type,.btn-group-vertical>.btn-group:not(:first-child)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-vertical>.btn-group:not(:first-child)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-vertical>.btn-group:not(:first-child)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-vertical>.btn-group:not(:first-child)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-vertical>.btn-group:not(:first-child)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-vertical>.btn-group:not(:first-child)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-vertical>.btn-group:not(:first-child)>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-vertical>.btn-group:not(:first-child)>.card-btn,body.shrek_page .owl-carousel .item .btn-group-vertical>.btn-group:not(:first-child)>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-vertical>.btn-group:not(:first-child)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.btn-group:not(:first-child)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-vertical>.btn-group:not(:first-child)>a,body.thewiz_page .mini-sab .btn-group-vertical>.btn-group:not(:first-child)>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-vertical>.btn-group:not(:first-child)>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-vertical>.btn-group:not(:first-child)>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-vertical>.btn-group:not(:first-child)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-vertical>.btn-group:not(:first-child)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-vertical>.btn-group:not(:first-child)>a:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-toggle>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-toggle>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-toggle>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-toggle>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-toggle>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-toggle>.card-btn,body.shrek_page .owl-carousel .item .btn-group-toggle>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-toggle>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-toggle>a,body.thewiz_page .mini-sab .btn-group-toggle>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-toggle>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-toggle>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-toggle>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-toggle>a:last-of-type,.btn-group-toggle>.btn-group>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .btn-group-toggle>.btn-group>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab,body.shrek_page .card .btn-group-toggle>.btn-group>.card-btn,body.shrek_page .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn,body.shrek_page .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .btn-group-toggle>.btn-group>a,body.thewiz_page .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab,body.thewiz_page .card .btn-group-toggle>.btn-group>.card-btn,body.thewiz_page .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn,body.thewiz_page .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-toggle>.btn-group>a:last-of-type{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-toggle>.btn-toggle-mini-sab input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .card .btn-group-toggle>.card-btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-toggle>.owl-btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-toggle>.carousel-btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn input[type="radio"],body.shrek_page .mini-sab .btn-group-toggle>.btn-toggle-mini-sab input[type="radio"],body.shrek_page .card .btn-group-toggle>.card-btn input[type="radio"],body.shrek_page .owl-carousel .item .btn-group-toggle>.owl-btn input[type="radio"],body.shrek_page .carousel .carousel-item .btn-group-toggle>.carousel-btn input[type="radio"],body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn input[type="radio"],body.shrek_page.shrek_page .shrek-social-section p .btn-group-toggle>a input[type="radio"],body.thewiz_page .mini-sab .btn-group-toggle>.btn-toggle-mini-sab input[type="radio"],body.thewiz_page .card .btn-group-toggle>.card-btn input[type="radio"],body.thewiz_page .owl-carousel .item .btn-group-toggle>.owl-btn input[type="radio"],body.thewiz_page .carousel .carousel-item .btn-group-toggle>.carousel-btn input[type="radio"],body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn input[type="radio"],body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-toggle>a:last-of-type input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-toggle>.btn-toggle-mini-sab input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .card .btn-group-toggle>.card-btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-toggle>.owl-btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-toggle>.carousel-btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn input[type="checkbox"],body.shrek_page .mini-sab .btn-group-toggle>.btn-toggle-mini-sab input[type="checkbox"],body.shrek_page .card .btn-group-toggle>.card-btn input[type="checkbox"],body.shrek_page .owl-carousel .item .btn-group-toggle>.owl-btn input[type="checkbox"],body.shrek_page .carousel .carousel-item .btn-group-toggle>.carousel-btn input[type="checkbox"],body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn input[type="checkbox"],body.shrek_page.shrek_page .shrek-social-section p .btn-group-toggle>a input[type="checkbox"],body.thewiz_page .mini-sab .btn-group-toggle>.btn-toggle-mini-sab input[type="checkbox"],body.thewiz_page .card .btn-group-toggle>.card-btn input[type="checkbox"],body.thewiz_page .owl-carousel .item .btn-group-toggle>.owl-btn input[type="checkbox"],body.thewiz_page .carousel .carousel-item .btn-group-toggle>.carousel-btn input[type="checkbox"],body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.timeslot-item-navigation-btn input[type="checkbox"],body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-toggle>a:last-of-type input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .card .btn-group-toggle>.btn-group>.card-btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn input[type="radio"],body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn input[type="radio"],body.shrek_page .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab input[type="radio"],body.shrek_page .card .btn-group-toggle>.btn-group>.card-btn input[type="radio"],body.shrek_page .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn input[type="radio"],body.shrek_page .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn input[type="radio"],body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn input[type="radio"],body.shrek_page.shrek_page .shrek-social-section p .btn-group-toggle>.btn-group>a input[type="radio"],body.thewiz_page .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab input[type="radio"],body.thewiz_page .card .btn-group-toggle>.btn-group>.card-btn input[type="radio"],body.thewiz_page .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn input[type="radio"],body.thewiz_page .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn input[type="radio"],body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn input[type="radio"],body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-toggle>.btn-group>a:last-of-type input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .card .btn-group-toggle>.btn-group>.card-btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn input[type="checkbox"],body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn input[type="checkbox"],body.shrek_page .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab input[type="checkbox"],body.shrek_page .card .btn-group-toggle>.btn-group>.card-btn input[type="checkbox"],body.shrek_page .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn input[type="checkbox"],body.shrek_page .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn input[type="checkbox"],body.shrek_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn input[type="checkbox"],body.shrek_page.shrek_page .shrek-social-section p .btn-group-toggle>.btn-group>a input[type="checkbox"],body.thewiz_page .mini-sab .btn-group-toggle>.btn-group>.btn-toggle-mini-sab input[type="checkbox"],body.thewiz_page .card .btn-group-toggle>.btn-group>.card-btn input[type="checkbox"],body.thewiz_page .owl-carousel .item .btn-group-toggle>.btn-group>.owl-btn input[type="checkbox"],body.thewiz_page .carousel .carousel-item .btn-group-toggle>.btn-group>.carousel-btn input[type="checkbox"],body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-group-toggle>.btn-group>.timeslot-item-navigation-btn input[type="checkbox"],body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-group-toggle>.btn-group>a:last-of-type input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab,.input-group-prepend body.shrek_page .card .card-btn,body.shrek_page .card .input-group-prepend .card-btn,.input-group-prepend body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a,.input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .card .card-btn,body.thewiz_page .card .input-group-prepend .card-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type,.input-group-append .btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn,.input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab,.input-group-append body.shrek_page .card .card-btn,body.shrek_page .card .input-group-append .card-btn,.input-group-append body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item .input-group-append .owl-btn,.input-group-append body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append a,.input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab,.input-group-append body.thewiz_page .card .card-btn,body.thewiz_page .card .input-group-append .card-btn,.input-group-append body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item .input-group-append .owl-btn,.input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab:focus,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn:focus,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn:focus,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn:focus,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn:focus,.input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab:focus,.input-group-prepend body.shrek_page .card .card-btn:focus,body.shrek_page .card .input-group-prepend .card-btn:focus,.input-group-prepend body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn:focus,.input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn:focus,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn:focus,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a:focus,.input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab:focus,.input-group-prepend body.thewiz_page .card .card-btn:focus,body.thewiz_page .card .input-group-prepend .card-btn:focus,.input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn:focus,.input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn:focus,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn:focus,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:focus:last-of-type,.input-group-append .btn:focus,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab:focus,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn:focus,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn:focus,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn:focus,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn:focus,.input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab:focus,.input-group-append body.shrek_page .card .card-btn:focus,body.shrek_page .card .input-group-append .card-btn:focus,.input-group-append body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item .input-group-append .owl-btn:focus,.input-group-append body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn:focus,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn:focus,.input-group-append body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p .input-group-append a:focus,.input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab:focus,.input-group-append body.thewiz_page .card .card-btn:focus,body.thewiz_page .card .input-group-append .card-btn:focus,.input-group-append body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item .input-group-append .owl-btn:focus,.input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn:focus,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn:focus,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:focus:last-of-type{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn,.input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn,body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn,.input-group-prepend body.shrek_page .card .card-btn+.btn,body.shrek_page .card .input-group-prepend .card-btn+.btn,.input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.btn,body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.btn,.input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.btn,body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.btn,.input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn,body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn,.input-group-prepend body.thewiz_page .card .card-btn+.btn,body.thewiz_page .card .input-group-prepend .card-btn+.btn,.input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.btn,body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .card-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .card .card-btn+.btn-toggle-mini-sab,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .mini-sab a+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab a+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .card .card-btn+.btn-toggle-mini-sab,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .mini-sab a:last-of-type+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab a:last-of-type+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .btn-toggle-mini-sab+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .owl-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .carousel-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.shrek_page .card .card-btn+.card-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.card-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.card-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .card a+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.card-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card a+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.card-btn,.input-group-prepend body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.card-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.card-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card a:last-of-type+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card a:last-of-type+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .card-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .carousel-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .card .card-btn+.owl-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.owl-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.owl-btn,.input-group-prepend body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .card .card-btn+.owl-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a:last-of-type+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a:last-of-type+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .card-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .owl-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .card .card-btn+.carousel-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.carousel-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.carousel-btn,.input-group-prepend body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .card .card-btn+.carousel-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.carousel-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a:last-of-type+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a:last-of-type+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .card .card-btn+.timeslot-item-navigation-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .card .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .mini-sab .btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend .btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .card .mini-sab .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .mini-sab .card .card-btn+.btn-toggle-mini-sab,body.shrek_page .card .input-group-prepend .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .owl-carousel .item .mini-sab .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .mini-sab .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .input-group-prepend .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .carousel .carousel-item .mini-sab .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .mini-sab .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item .input-group-prepend .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .mini-sab a+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page.shrek_page .mini-sab .shrek-social-section p a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .mini-sab a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .shrek-social-section p .input-group-prepend a+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .card body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .card .card-btn+.btn-toggle-mini-sab,body.thewiz_page .card .input-group-prepend body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .owl-carousel .item body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .carousel .carousel-item body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .mini-sab a:last-of-type+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .mini-sab a:last-of-type+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .card .btn+.card-btn,body.shrek_page .card .input-group-prepend .btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.shrek_page .card .card-btn+.card-btn,body.shrek_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .card .input-group-prepend .card-btn+.card-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page .mini-sab .card .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.shrek_page .card .mini-sab .btn-toggle-mini-sab+.card-btn,body.shrek_page .mini-sab .input-group-prepend .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.shrek_page .card .card-btn+.card-btn,body.shrek_page .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body.shrek_page .owl-carousel .item .card .owl-btn+.card-btn,.input-group-prepend body.shrek_page .card .owl-carousel .item .owl-btn+.card-btn,body.shrek_page .owl-carousel .item .input-group-prepend .card .owl-btn+.card-btn,body.shrek_page .card .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .card .carousel-btn+.card-btn,.input-group-prepend body.shrek_page .card .carousel .carousel-item .carousel-btn+.card-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .card .carousel-btn+.card-btn,body.shrek_page .card .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .card .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page .card .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .card a+.card-btn,.input-group-prepend body.shrek_page.shrek_page .card .shrek-social-section p a+.card-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .card a+.card-btn,body.shrek_page.shrek_page .card .shrek-social-section p .input-group-prepend a+.card-btn,.input-group-prepend body.thewiz_page .mini-sab body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.thewiz_page body.shrek_page .card .card-btn+.card-btn,body.shrek_page .input-group-prepend body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page body.shrek_page .card .input-group-prepend .card-btn+.card-btn,body.shrek_page body.thewiz_page .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body.thewiz_page .owl-carousel .item body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.card-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.card-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .card a:last-of-type+.card-btn,body.shrek_page .card .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .card a:last-of-type+.card-btn,body.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.card-btn,.input-group-prepend body.shrek_page .owl-carousel .item .btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend .btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page .mini-sab .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.shrek_page .owl-carousel .item .mini-sab .btn-toggle-mini-sab+.owl-btn,body.shrek_page .mini-sab .input-group-prepend .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.shrek_page .card .owl-carousel .item .card-btn+.owl-btn,.input-group-prepend body.shrek_page .owl-carousel .item .card .card-btn+.owl-btn,body.shrek_page .card .input-group-prepend .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .owl-carousel .item .carousel-btn+.owl-btn,.input-group-prepend body.shrek_page .owl-carousel .item .carousel .carousel-item .carousel-btn+.owl-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item a+.owl-btn,.input-group-prepend body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p a+.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .owl-carousel .item a+.owl-btn,body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p .input-group-prepend a+.owl-btn,.input-group-prepend body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.thewiz_page .card body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .card .card-btn+.owl-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body.thewiz_page body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item a:last-of-type+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .owl-carousel .item a:last-of-type+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.owl-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page .mini-sab .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .mini-sab .input-group-prepend .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.shrek_page .card .carousel .carousel-item .card-btn+.carousel-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .card .card-btn+.carousel-btn,body.shrek_page .card .input-group-prepend .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body.shrek_page .owl-carousel .item .carousel .carousel-item .owl-btn+.carousel-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .owl-carousel .item .owl-btn+.carousel-btn,body.shrek_page .owl-carousel .item .input-group-prepend .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item a+.carousel-btn,.input-group-prepend body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p a+.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .carousel .carousel-item a+.carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p .input-group-prepend a+.carousel-btn,.input-group-prepend body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.thewiz_page .card body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .card .card-btn+.carousel-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.carousel-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body.thewiz_page body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item a:last-of-type+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .carousel .carousel-item a:last-of-type+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.carousel-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-prepend .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .card .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .card .card-btn+.timeslot-item-navigation-btn,body.shrek_page .card .input-group-prepend .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item .input-group-prepend .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .shrek-social-section p a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .shrek-social-section p .input-group-prepend a+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .card body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .card .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .btn+a,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+a,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+a,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+a,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+a,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+a,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+a,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+a,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+a,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+a,.input-group-prepend body.shrek_page .mini-sab .shrek-social-section p .btn-toggle-mini-sab+a,.input-group-prepend body.shrek_page .shrek-social-section p .mini-sab .btn-toggle-mini-sab+a,body.shrek_page .mini-sab .input-group-prepend .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page .shrek-social-section p .mini-sab .input-group-prepend .btn-toggle-mini-sab+a,.input-group-prepend body.shrek_page .card .shrek-social-section p .card-btn+a,.input-group-prepend body.shrek_page .shrek-social-section p .card .card-btn+a,body.shrek_page .card .input-group-prepend .shrek-social-section p .card-btn+a,body.shrek_page .shrek-social-section p .card .input-group-prepend .card-btn+a,.input-group-prepend body.shrek_page .owl-carousel .item .shrek-social-section p .owl-btn+a,.input-group-prepend body.shrek_page .shrek-social-section p .owl-carousel .item .owl-btn+a,body.shrek_page .owl-carousel .item .input-group-prepend .shrek-social-section p .owl-btn+a,body.shrek_page .shrek-social-section p .owl-carousel .item .input-group-prepend .owl-btn+a,.input-group-prepend body.shrek_page .carousel .carousel-item .shrek-social-section p .carousel-btn+a,.input-group-prepend body.shrek_page .shrek-social-section p .carousel .carousel-item .carousel-btn+a,body.shrek_page .carousel .carousel-item .input-group-prepend .shrek-social-section p .carousel-btn+a,body.shrek_page .shrek-social-section p .carousel .carousel-item .input-group-prepend .carousel-btn+a,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .shrek-social-section p .timeslot-item-navigation-btn+a,.input-group-prepend body.shrek_page .shrek-social-section p .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page .shrek-social-section p .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+a,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+a,.input-group-prepend body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+a,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+a,.input-group-prepend body.thewiz_page .card body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .card .card-btn+a,body.thewiz_page .card .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .card .input-group-prepend .card-btn+a,.input-group-prepend body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+a,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+a,.input-group-prepend body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+a,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+a,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+a,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p a:last-of-type+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+a,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a:last-of-type+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+a,.input-group-prepend body.thewiz_page .mini-sab .btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend .btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .card body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .card .card-btn+.btn-toggle-mini-sab,body.shrek_page .card .input-group-prepend body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .owl-carousel .item body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .carousel .carousel-item body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .mini-sab a+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .mini-sab a+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .card .mini-sab .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .mini-sab .card .card-btn+.btn-toggle-mini-sab,body.thewiz_page .card .input-group-prepend .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .card .input-group-prepend .card-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .owl-carousel .item .mini-sab .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .mini-sab .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .input-group-prepend .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .owl-carousel .item .input-group-prepend .owl-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .carousel .carousel-item .mini-sab .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .mini-sab .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item .input-group-prepend .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .carousel .carousel-item .input-group-prepend .carousel-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .mini-sab a:last-of-type+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page.thewiz_page .mini-sab .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .mini-sab a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .mini-sab .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .card .btn+.card-btn,body.thewiz_page .card .input-group-prepend .btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .card .input-group-prepend .card-btn+.card-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page .mini-sab body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.shrek_page body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page .input-group-prepend body.shrek_page .card .card-btn+.card-btn,body.shrek_page body.thewiz_page .card .input-group-prepend .card-btn+.card-btn,body.thewiz_page body.shrek_page .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body.shrek_page .owl-carousel .item body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.card-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body.shrek_page .carousel .carousel-item body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.card-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .card a+.card-btn,body.thewiz_page .card .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.card-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .card a+.card-btn,body.thewiz_page .card body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.card-btn,.input-group-prepend body.thewiz_page .mini-sab .card .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.thewiz_page .card .mini-sab .btn-toggle-mini-sab+.card-btn,body.thewiz_page .mini-sab .input-group-prepend .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card .mini-sab .input-group-prepend .btn-toggle-mini-sab+.card-btn,.input-group-prepend body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page .card .input-group-prepend .card-btn+.card-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .card .owl-btn+.card-btn,.input-group-prepend body.thewiz_page .card .owl-carousel .item .owl-btn+.card-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .card .owl-btn+.card-btn,body.thewiz_page .card .owl-carousel .item .input-group-prepend .owl-btn+.card-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .card .carousel-btn+.card-btn,.input-group-prepend body.thewiz_page .card .carousel .carousel-item .carousel-btn+.card-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .card .carousel-btn+.card-btn,body.thewiz_page .card .carousel .carousel-item .input-group-prepend .carousel-btn+.card-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .card .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.thewiz_page .card .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.card-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card a:last-of-type+.card-btn,.input-group-prepend body.thewiz_page.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .card a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.card-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.shrek_page .card body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .card .card-btn+.owl-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body.shrek_page body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.owl-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item a+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .owl-carousel .item a+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.owl-btn,.input-group-prepend body.thewiz_page .mini-sab .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .mini-sab .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .mini-sab .input-group-prepend .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item .mini-sab .input-group-prepend .btn-toggle-mini-sab+.owl-btn,.input-group-prepend body.thewiz_page .card .owl-carousel .item .card-btn+.owl-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .card .card-btn+.owl-btn,body.thewiz_page .card .input-group-prepend .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item .card .input-group-prepend .card-btn+.owl-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.owl-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .owl-carousel .item .carousel-btn+.owl-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .carousel .carousel-item .carousel-btn+.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item .carousel .carousel-item .input-group-prepend .carousel-btn+.owl-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.owl-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item a:last-of-type+.owl-btn,.input-group-prepend body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .owl-carousel .item a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.owl-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.shrek_page .card body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .card .card-btn+.carousel-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.carousel-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body.shrek_page body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item a+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .carousel .carousel-item a+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.carousel-btn,.input-group-prepend body.thewiz_page .mini-sab .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .mini-sab .input-group-prepend .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item .mini-sab .input-group-prepend .btn-toggle-mini-sab+.carousel-btn,.input-group-prepend body.thewiz_page .card .carousel .carousel-item .card-btn+.carousel-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .card .card-btn+.carousel-btn,body.thewiz_page .card .input-group-prepend .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .card .input-group-prepend .card-btn+.carousel-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .carousel .carousel-item .owl-btn+.carousel-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .owl-carousel .item .owl-btn+.carousel-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .owl-carousel .item .input-group-prepend .owl-btn+.carousel-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.carousel-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.carousel-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item a:last-of-type+.carousel-btn,.input-group-prepend body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .carousel .carousel-item a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.carousel-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .card body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .card .card-btn+.timeslot-item-navigation-btn,body.shrek_page .card .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .mini-sab .input-group-prepend .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .input-group-prepend .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .card .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .card .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .card .input-group-prepend .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .card .input-group-prepend .card-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .input-group-prepend .owl-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .input-group-prepend .carousel-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .btn+a:last-of-type,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+a:last-of-type,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+a:last-of-type,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+a:last-of-type,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+a:last-of-type,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+a:last-of-type,.input-group-prepend body.shrek_page .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+a:last-of-type,body.shrek_page .mini-sab .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+a:last-of-type,.input-group-prepend body.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .card .card-btn+a:last-of-type,body.shrek_page .card .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .card .input-group-prepend .card-btn+a:last-of-type,.input-group-prepend body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+a:last-of-type,body.shrek_page .owl-carousel .item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+a:last-of-type,.input-group-prepend body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+a:last-of-type,body.shrek_page .carousel .carousel-item .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+a:last-of-type,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a:last-of-type,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+a:last-of-type,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+a:last-of-type,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+a:last-of-type,.input-group-prepend body.thewiz_page .mini-sab .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,.input-group-prepend body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .mini-sab .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page .mini-sab .input-group-prepend .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .mini-sab .input-group-prepend .btn-toggle-mini-sab+a:last-of-type,.input-group-prepend body.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,.input-group-prepend body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card .card-btn+a:last-of-type,body.thewiz_page .card .input-group-prepend .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card .input-group-prepend .card-btn+a:last-of-type,.input-group-prepend body.thewiz_page .owl-carousel .item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,.input-group-prepend body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .owl-btn+a:last-of-type,body.thewiz_page .owl-carousel .item .input-group-prepend .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .input-group-prepend .owl-btn+a:last-of-type,.input-group-prepend body.thewiz_page .carousel .carousel-item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,.input-group-prepend body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .carousel-btn+a:last-of-type,body.thewiz_page .carousel .carousel-item .input-group-prepend .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .input-group-prepend .carousel-btn+a:last-of-type,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,.input-group-prepend body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+a:last-of-type,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+a:last-of-type,.input-group-prepend .btn+.input-group-text,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .btn-toggle-mini-sab+.input-group-text,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .card-btn+.input-group-text,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .owl-btn+.input-group-text,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .carousel-btn+.input-group-text,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.input-group-text,.input-group-prepend body.shrek_page .mini-sab .btn-toggle-mini-sab+.input-group-text,body.shrek_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.input-group-text,.input-group-prepend body.shrek_page .card .card-btn+.input-group-text,body.shrek_page .card .input-group-prepend .card-btn+.input-group-text,.input-group-prepend body.shrek_page .owl-carousel .item .owl-btn+.input-group-text,body.shrek_page .owl-carousel .item .input-group-prepend .owl-btn+.input-group-text,.input-group-prepend body.shrek_page .carousel .carousel-item .carousel-btn+.input-group-text,body.shrek_page .carousel .carousel-item .input-group-prepend .carousel-btn+.input-group-text,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.input-group-text,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.input-group-text,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p a+.input-group-text,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend a+.input-group-text,.input-group-prepend body.thewiz_page .mini-sab .btn-toggle-mini-sab+.input-group-text,body.thewiz_page .mini-sab .input-group-prepend .btn-toggle-mini-sab+.input-group-text,.input-group-prepend body.thewiz_page .card .card-btn+.input-group-text,body.thewiz_page .card .input-group-prepend .card-btn+.input-group-text,.input-group-prepend body.thewiz_page .owl-carousel .item .owl-btn+.input-group-text,body.thewiz_page .owl-carousel .item .input-group-prepend .owl-btn+.input-group-text,.input-group-prepend body.thewiz_page .carousel .carousel-item .carousel-btn+.input-group-text,body.thewiz_page .carousel .carousel-item .input-group-prepend .carousel-btn+.input-group-text,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.input-group-text,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .timeslot-item-navigation-btn+.input-group-text,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.input-group-text,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend a:last-of-type+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-text+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-prepend .input-group-text+.btn-toggle-mini-sab,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .card .input-group-text+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-prepend .input-group-text+.card-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-text+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-prepend .input-group-text+.owl-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-text+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-prepend .input-group-text+.carousel-btn,.input-group-prepend body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-text+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-prepend .input-group-text+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page .mini-sab .input-group-text+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-prepend .input-group-text+.btn-toggle-mini-sab,.input-group-prepend body.shrek_page .card .input-group-text+.card-btn,body.shrek_page .card .input-group-prepend .input-group-text+.card-btn,.input-group-prepend body.shrek_page .owl-carousel .item .input-group-text+.owl-btn,body.shrek_page .owl-carousel .item .input-group-prepend .input-group-text+.owl-btn,.input-group-prepend body.shrek_page .carousel .carousel-item .input-group-text+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-prepend .input-group-text+.carousel-btn,.input-group-prepend body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-text+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-prepend .input-group-text+.timeslot-item-navigation-btn,.input-group-prepend body.shrek_page.shrek_page .shrek-social-section p .input-group-text+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-prepend .input-group-text+a,.input-group-prepend body.thewiz_page .mini-sab .input-group-text+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-prepend .input-group-text+.btn-toggle-mini-sab,.input-group-prepend body.thewiz_page .card .input-group-text+.card-btn,body.thewiz_page .card .input-group-prepend .input-group-text+.card-btn,.input-group-prepend body.thewiz_page .owl-carousel .item .input-group-text+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-prepend .input-group-text+.owl-btn,.input-group-prepend body.thewiz_page .carousel .carousel-item .input-group-text+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-prepend .input-group-text+.carousel-btn,.input-group-prepend body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-text+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-prepend .input-group-text+.timeslot-item-navigation-btn,.input-group-prepend body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-text+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-prepend .input-group-text+a:last-of-type,.input-group-append .btn+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn,.input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn,body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn,.input-group-append body.shrek_page .card .card-btn+.btn,body.shrek_page .card .input-group-append .card-btn+.btn,.input-group-append body.shrek_page .owl-carousel .item .owl-btn+.btn,body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.btn,.input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.btn,body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.btn,.input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn,body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn,.input-group-append body.thewiz_page .card .card-btn+.btn,body.thewiz_page .card .input-group-append .card-btn+.btn,.input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.btn,body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.btn,.input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.btn,body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .card-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .owl-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .carousel-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .card .card-btn+.btn-toggle-mini-sab,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .mini-sab a+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab a+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.btn-toggle-mini-sab,.input-group-append body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .card .card-btn+.btn-toggle-mini-sab,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .mini-sab a:last-of-type+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab a:last-of-type+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .btn-toggle-mini-sab+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .owl-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .carousel-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card .timeslot-item-navigation-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.shrek_page .card .card-btn+.card-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .card .input-group-append .card-btn+.card-btn,.input-group-append body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.card-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.card-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .card a+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.card-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .card a+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.card-btn,.input-group-append body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .card .input-group-append .card-btn+.card-btn,.input-group-append body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.card-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.card-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card a:last-of-type+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .card a:last-of-type+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .card-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .input-group-append .card-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .carousel-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .card .card-btn+.owl-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card .input-group-append .card-btn+.owl-btn,.input-group-append body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.owl-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.owl-btn,.input-group-append body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .card .card-btn+.owl-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card .input-group-append .card-btn+.owl-btn,.input-group-append body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a:last-of-type+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item a:last-of-type+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .card-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .input-group-append .card-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .owl-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .card .card-btn+.carousel-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card .input-group-append .card-btn+.carousel-btn,.input-group-append body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.carousel-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.carousel-btn,.input-group-append body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .card .card-btn+.carousel-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card .input-group-append .card-btn+.carousel-btn,.input-group-append body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.carousel-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a:last-of-type+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item a:last-of-type+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .card .card-btn+.timeslot-item-navigation-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .card .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .mini-sab .btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append .btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body.shrek_page .card .mini-sab .card-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .mini-sab .card .card-btn+.btn-toggle-mini-sab,body.shrek_page .card .input-group-append .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .owl-carousel .item .mini-sab .owl-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .mini-sab .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .input-group-append .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .carousel .carousel-item .mini-sab .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .mini-sab .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item .input-group-append .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .mini-sab a+.btn-toggle-mini-sab,.input-group-append body.shrek_page.shrek_page .mini-sab .shrek-social-section p a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .mini-sab a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .shrek-social-section p .input-group-append a+.btn-toggle-mini-sab,.input-group-append body.thewiz_page body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .card body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body.thewiz_page .card .card-btn+.btn-toggle-mini-sab,body.thewiz_page .card .input-group-append body.shrek_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .owl-carousel .item body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .carousel .carousel-item body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .mini-sab a:last-of-type+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .mini-sab a:last-of-type+.btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.btn-toggle-mini-sab,.input-group-append body.shrek_page .card .btn+.card-btn,body.shrek_page .card .input-group-append .btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.shrek_page .card .card-btn+.card-btn,body.shrek_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .card .input-group-append .card-btn+.card-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page .mini-sab .card .btn-toggle-mini-sab+.card-btn,.input-group-append body.shrek_page .card .mini-sab .btn-toggle-mini-sab+.card-btn,body.shrek_page .mini-sab .input-group-append .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body.shrek_page .card .card-btn+.card-btn,body.shrek_page .card .input-group-append .card-btn+.card-btn,.input-group-append body.shrek_page .owl-carousel .item .card .owl-btn+.card-btn,.input-group-append body.shrek_page .card .owl-carousel .item .owl-btn+.card-btn,body.shrek_page .owl-carousel .item .input-group-append .card .owl-btn+.card-btn,body.shrek_page .card .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body.shrek_page .carousel .carousel-item .card .carousel-btn+.card-btn,.input-group-append body.shrek_page .card .carousel .carousel-item .carousel-btn+.card-btn,body.shrek_page .carousel .carousel-item .input-group-append .card .carousel-btn+.card-btn,body.shrek_page .card .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .card .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page .card .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .card a+.card-btn,.input-group-append body.shrek_page.shrek_page .card .shrek-social-section p a+.card-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .card a+.card-btn,body.shrek_page.shrek_page .card .shrek-social-section p .input-group-append a+.card-btn,.input-group-append body.thewiz_page .mini-sab body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.thewiz_page .mini-sab .input-group-append body.shrek_page .card .btn-toggle-mini-sab+.card-btn,body.shrek_page .card body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body.thewiz_page body.shrek_page .card .card-btn+.card-btn,body.shrek_page .input-group-append body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page body.shrek_page .card .input-group-append .card-btn+.card-btn,body.shrek_page body.thewiz_page .card .input-group-append .card-btn+.card-btn,.input-group-append body.thewiz_page .owl-carousel .item body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.card-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .card .owl-btn+.card-btn,body.shrek_page .card body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body.thewiz_page .carousel .carousel-item body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.card-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .card .carousel-btn+.card-btn,body.shrek_page .card body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .card .timeslot-item-navigation-btn+.card-btn,body.shrek_page .card body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .card a:last-of-type+.card-btn,body.shrek_page .card .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .card a:last-of-type+.card-btn,body.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.card-btn,.input-group-append body.shrek_page .owl-carousel .item .btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append .btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page .mini-sab .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,.input-group-append body.shrek_page .owl-carousel .item .mini-sab .btn-toggle-mini-sab+.owl-btn,body.shrek_page .mini-sab .input-group-append .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body.shrek_page .card .owl-carousel .item .card-btn+.owl-btn,.input-group-append body.shrek_page .owl-carousel .item .card .card-btn+.owl-btn,body.shrek_page .card .input-group-append .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item .card .input-group-append .card-btn+.owl-btn,.input-group-append body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body.shrek_page .carousel .carousel-item .owl-carousel .item .carousel-btn+.owl-btn,.input-group-append body.shrek_page .owl-carousel .item .carousel .carousel-item .carousel-btn+.owl-btn,body.shrek_page .carousel .carousel-item .input-group-append .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item a+.owl-btn,.input-group-append body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p a+.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .owl-carousel .item a+.owl-btn,body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p .input-group-append a+.owl-btn,.input-group-append body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .mini-sab .input-group-append body.shrek_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body.thewiz_page .card body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .card .card-btn+.owl-btn,body.thewiz_page .card .input-group-append body.shrek_page .owl-carousel .item .card-btn+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .card .input-group-append .card-btn+.owl-btn,.input-group-append body.thewiz_page body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .owl-carousel .item .carousel-btn+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item a:last-of-type+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .owl-carousel .item a:last-of-type+.owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.owl-btn,.input-group-append body.shrek_page .carousel .carousel-item .btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append .btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page .mini-sab .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.shrek_page .carousel .carousel-item .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .mini-sab .input-group-append .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.shrek_page .card .carousel .carousel-item .card-btn+.carousel-btn,.input-group-append body.shrek_page .carousel .carousel-item .card .card-btn+.carousel-btn,body.shrek_page .card .input-group-append .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .card .input-group-append .card-btn+.carousel-btn,.input-group-append body.shrek_page .owl-carousel .item .carousel .carousel-item .owl-btn+.carousel-btn,.input-group-append body.shrek_page .carousel .carousel-item .owl-carousel .item .owl-btn+.carousel-btn,body.shrek_page .owl-carousel .item .input-group-append .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item a+.carousel-btn,.input-group-append body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p a+.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .carousel .carousel-item a+.carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p .input-group-append a+.carousel-btn,.input-group-append body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .mini-sab .input-group-append body.shrek_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.thewiz_page .card body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .card .card-btn+.carousel-btn,body.thewiz_page .card .input-group-append body.shrek_page .carousel .carousel-item .card-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .card .input-group-append .card-btn+.carousel-btn,.input-group-append body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.carousel-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .carousel .carousel-item .owl-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body.thewiz_page body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item a:last-of-type+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .carousel .carousel-item a:last-of-type+.carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.carousel-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-append .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .card .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .card .card-btn+.timeslot-item-navigation-btn,body.shrek_page .card .input-group-append .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item .input-group-append .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item .input-group-append .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .shrek-social-section p a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .shrek-social-section p .input-group-append a+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .mini-sab .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .card body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .card .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .card .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .btn+a,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+a,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+a,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+a,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+a,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+a,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+a,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+a,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+a,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+a,.input-group-append body.shrek_page .mini-sab .shrek-social-section p .btn-toggle-mini-sab+a,.input-group-append body.shrek_page .shrek-social-section p .mini-sab .btn-toggle-mini-sab+a,body.shrek_page .mini-sab .input-group-append .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page .shrek-social-section p .mini-sab .input-group-append .btn-toggle-mini-sab+a,.input-group-append body.shrek_page .card .shrek-social-section p .card-btn+a,.input-group-append body.shrek_page .shrek-social-section p .card .card-btn+a,body.shrek_page .card .input-group-append .shrek-social-section p .card-btn+a,body.shrek_page .shrek-social-section p .card .input-group-append .card-btn+a,.input-group-append body.shrek_page .owl-carousel .item .shrek-social-section p .owl-btn+a,.input-group-append body.shrek_page .shrek-social-section p .owl-carousel .item .owl-btn+a,body.shrek_page .owl-carousel .item .input-group-append .shrek-social-section p .owl-btn+a,body.shrek_page .shrek-social-section p .owl-carousel .item .input-group-append .owl-btn+a,.input-group-append body.shrek_page .carousel .carousel-item .shrek-social-section p .carousel-btn+a,.input-group-append body.shrek_page .shrek-social-section p .carousel .carousel-item .carousel-btn+a,body.shrek_page .carousel .carousel-item .input-group-append .shrek-social-section p .carousel-btn+a,body.shrek_page .shrek-social-section p .carousel .carousel-item .input-group-append .carousel-btn+a,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .shrek-social-section p .timeslot-item-navigation-btn+a,.input-group-append body.shrek_page .shrek-social-section p .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page .shrek-social-section p .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+a,.input-group-append body.shrek_page.shrek_page .shrek-social-section p a+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+a,.input-group-append body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+a,body.thewiz_page .mini-sab .input-group-append body.shrek_page.shrek_page .shrek-social-section p .btn-toggle-mini-sab+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+a,.input-group-append body.thewiz_page .card body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .card .card-btn+a,body.thewiz_page .card .input-group-append body.shrek_page.shrek_page .shrek-social-section p .card-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .card .input-group-append .card-btn+a,.input-group-append body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .owl-carousel .item .owl-btn+a,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page.shrek_page .shrek-social-section p .owl-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+a,.input-group-append body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+a,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page.shrek_page .shrek-social-section p .carousel-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+a,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page.shrek_page .shrek-social-section p .timeslot-item-navigation-btn+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+a,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p a:last-of-type+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+a,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page.shrek_page .shrek-social-section p a:last-of-type+a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+a,.input-group-append body.thewiz_page .mini-sab .btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append .btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.shrek_page body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body.shrek_page .card body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body.shrek_page .card .card-btn+.btn-toggle-mini-sab,body.shrek_page .card .input-group-append body.thewiz_page .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .owl-carousel .item body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .carousel .carousel-item body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .mini-sab a+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .mini-sab a+.btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .card .mini-sab .card-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .mini-sab .card .card-btn+.btn-toggle-mini-sab,body.thewiz_page .card .input-group-append .mini-sab .card-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .card .input-group-append .card-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .owl-carousel .item .mini-sab .owl-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .mini-sab .owl-carousel .item .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item .input-group-append .mini-sab .owl-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .owl-carousel .item .input-group-append .owl-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .carousel .carousel-item .mini-sab .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .mini-sab .carousel .carousel-item .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item .input-group-append .mini-sab .carousel-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .carousel .carousel-item .input-group-append .carousel-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .mini-sab .timeslot-item-navigation-btn+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.btn-toggle-mini-sab,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .mini-sab a:last-of-type+.btn-toggle-mini-sab,.input-group-append body.thewiz_page.thewiz_page .mini-sab .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .mini-sab a:last-of-type+.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .mini-sab .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .card .btn+.card-btn,body.thewiz_page .card .input-group-append .btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .card .input-group-append .card-btn+.card-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page .mini-sab body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.card-btn,body.shrek_page .mini-sab .input-group-append body.thewiz_page .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body.shrek_page body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page .input-group-append body.shrek_page .card .card-btn+.card-btn,body.shrek_page body.thewiz_page .card .input-group-append .card-btn+.card-btn,body.thewiz_page body.shrek_page .card .input-group-append .card-btn+.card-btn,.input-group-append body.shrek_page .owl-carousel .item body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.card-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .card .owl-btn+.card-btn,body.thewiz_page .card body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body.shrek_page .carousel .carousel-item body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.card-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .card .carousel-btn+.card-btn,body.thewiz_page .card body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .card a+.card-btn,body.thewiz_page .card .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.card-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .card a+.card-btn,body.thewiz_page .card body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.card-btn,.input-group-append body.thewiz_page .mini-sab .card .btn-toggle-mini-sab+.card-btn,.input-group-append body.thewiz_page .card .mini-sab .btn-toggle-mini-sab+.card-btn,body.thewiz_page .mini-sab .input-group-append .card .btn-toggle-mini-sab+.card-btn,body.thewiz_page .card .mini-sab .input-group-append .btn-toggle-mini-sab+.card-btn,.input-group-append body.thewiz_page .card .card-btn+.card-btn,body.thewiz_page .card .input-group-append .card-btn+.card-btn,.input-group-append body.thewiz_page .owl-carousel .item .card .owl-btn+.card-btn,.input-group-append body.thewiz_page .card .owl-carousel .item .owl-btn+.card-btn,body.thewiz_page .owl-carousel .item .input-group-append .card .owl-btn+.card-btn,body.thewiz_page .card .owl-carousel .item .input-group-append .owl-btn+.card-btn,.input-group-append body.thewiz_page .carousel .carousel-item .card .carousel-btn+.card-btn,.input-group-append body.thewiz_page .card .carousel .carousel-item .carousel-btn+.card-btn,body.thewiz_page .carousel .carousel-item .input-group-append .card .carousel-btn+.card-btn,body.thewiz_page .card .carousel .carousel-item .input-group-append .carousel-btn+.card-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .card .timeslot-item-navigation-btn+.card-btn,.input-group-append body.thewiz_page .card .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .card .timeslot-item-navigation-btn+.card-btn,body.thewiz_page .card .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.card-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card a:last-of-type+.card-btn,.input-group-append body.thewiz_page.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .card a:last-of-type+.card-btn,body.thewiz_page.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.card-btn,.input-group-append body.thewiz_page .owl-carousel .item .btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append .btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.owl-btn,body.shrek_page .mini-sab .input-group-append body.thewiz_page .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body.shrek_page .card body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .card .card-btn+.owl-btn,body.shrek_page .card .input-group-append body.thewiz_page .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .card .input-group-append .card-btn+.owl-btn,.input-group-append body.shrek_page body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.owl-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item a+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .owl-carousel .item a+.owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.owl-btn,.input-group-append body.thewiz_page .mini-sab .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,.input-group-append body.thewiz_page .owl-carousel .item .mini-sab .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .mini-sab .input-group-append .owl-carousel .item .btn-toggle-mini-sab+.owl-btn,body.thewiz_page .owl-carousel .item .mini-sab .input-group-append .btn-toggle-mini-sab+.owl-btn,.input-group-append body.thewiz_page .card .owl-carousel .item .card-btn+.owl-btn,.input-group-append body.thewiz_page .owl-carousel .item .card .card-btn+.owl-btn,body.thewiz_page .card .input-group-append .owl-carousel .item .card-btn+.owl-btn,body.thewiz_page .owl-carousel .item .card .input-group-append .card-btn+.owl-btn,.input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.owl-btn,.input-group-append body.thewiz_page .carousel .carousel-item .owl-carousel .item .carousel-btn+.owl-btn,.input-group-append body.thewiz_page .owl-carousel .item .carousel .carousel-item .carousel-btn+.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-append .owl-carousel .item .carousel-btn+.owl-btn,body.thewiz_page .owl-carousel .item .carousel .carousel-item .input-group-append .carousel-btn+.owl-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .owl-carousel .item .timeslot-item-navigation-btn+.owl-btn,body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.owl-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item a:last-of-type+.owl-btn,.input-group-append body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .owl-carousel .item a:last-of-type+.owl-btn,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.owl-btn,.input-group-append body.thewiz_page .carousel .carousel-item .btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append .btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.shrek_page .mini-sab .input-group-append body.thewiz_page .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.shrek_page .card body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .card .card-btn+.carousel-btn,body.shrek_page .card .input-group-append body.thewiz_page .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .card .input-group-append .card-btn+.carousel-btn,.input-group-append body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.carousel-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body.shrek_page body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item a+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .carousel .carousel-item a+.carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.carousel-btn,.input-group-append body.thewiz_page .mini-sab .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.thewiz_page .carousel .carousel-item .mini-sab .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .mini-sab .input-group-append .carousel .carousel-item .btn-toggle-mini-sab+.carousel-btn,body.thewiz_page .carousel .carousel-item .mini-sab .input-group-append .btn-toggle-mini-sab+.carousel-btn,.input-group-append body.thewiz_page .card .carousel .carousel-item .card-btn+.carousel-btn,.input-group-append body.thewiz_page .carousel .carousel-item .card .card-btn+.carousel-btn,body.thewiz_page .card .input-group-append .carousel .carousel-item .card-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .card .input-group-append .card-btn+.carousel-btn,.input-group-append body.thewiz_page .owl-carousel .item .carousel .carousel-item .owl-btn+.carousel-btn,.input-group-append body.thewiz_page .carousel .carousel-item .owl-carousel .item .owl-btn+.carousel-btn,body.thewiz_page .owl-carousel .item .input-group-append .carousel .carousel-item .owl-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .owl-carousel .item .input-group-append .owl-btn+.carousel-btn,.input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.carousel-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .carousel .carousel-item .timeslot-item-navigation-btn+.carousel-btn,body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.carousel-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item a:last-of-type+.carousel-btn,.input-group-append body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .carousel .carousel-item a:last-of-type+.carousel-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.carousel-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .card body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .card .card-btn+.timeslot-item-navigation-btn,body.shrek_page .card .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation a+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .mini-sab .input-group-append .timeslot-item .timeslot-item-navigation .btn-toggle-mini-sab+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .input-group-append .btn-toggle-mini-sab+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .card .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .card .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .card .input-group-append .timeslot-item .timeslot-item-navigation .card-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .card .input-group-append .card-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item .input-group-append .timeslot-item .timeslot-item-navigation .owl-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .input-group-append .owl-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item .input-group-append .timeslot-item .timeslot-item-navigation .carousel-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .input-group-append .carousel-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .timeslot-item .timeslot-item-navigation a:last-of-type+.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .btn+a:last-of-type,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+a:last-of-type,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+a:last-of-type,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+a:last-of-type,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+a:last-of-type,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+a:last-of-type,.input-group-append body.shrek_page .mini-sab body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+a:last-of-type,body.shrek_page .mini-sab .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+a:last-of-type,.input-group-append body.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .card .card-btn+a:last-of-type,body.shrek_page .card .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .card .input-group-append .card-btn+a:last-of-type,.input-group-append body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .owl-carousel .item .owl-btn+a:last-of-type,body.shrek_page .owl-carousel .item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item .input-group-append .owl-btn+a:last-of-type,.input-group-append body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+a:last-of-type,body.shrek_page .carousel .carousel-item .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+a:last-of-type,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a:last-of-type,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+a:last-of-type,.input-group-append body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append body.shrek_page.shrek_page .shrek-social-section p a+a:last-of-type,body.shrek_page.shrek_page .shrek-social-section p .input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+a:last-of-type,.input-group-append body.thewiz_page .mini-sab .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,.input-group-append body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .mini-sab .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page .mini-sab .input-group-append .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .btn-toggle-mini-sab+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .mini-sab .input-group-append .btn-toggle-mini-sab+a:last-of-type,.input-group-append body.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,.input-group-append body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card .card-btn+a:last-of-type,body.thewiz_page .card .input-group-append .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card .input-group-append .card-btn+a:last-of-type,.input-group-append body.thewiz_page .owl-carousel .item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,.input-group-append body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .owl-btn+a:last-of-type,body.thewiz_page .owl-carousel .item .input-group-append .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .input-group-append .owl-btn+a:last-of-type,.input-group-append body.thewiz_page .carousel .carousel-item .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,.input-group-append body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .carousel-btn+a:last-of-type,body.thewiz_page .carousel .carousel-item .input-group-append .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .input-group-append .carousel-btn+a:last-of-type,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,.input-group-append body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item-navigation-btn+a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+a:last-of-type,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+a:last-of-type,.input-group-append .btn+.input-group-text,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .btn-toggle-mini-sab+.input-group-text,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .card-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .card-btn+.input-group-text,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .owl-btn+.input-group-text,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .carousel-btn+.input-group-text,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.input-group-text,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.input-group-text,.input-group-append body.shrek_page .mini-sab .btn-toggle-mini-sab+.input-group-text,body.shrek_page .mini-sab .input-group-append .btn-toggle-mini-sab+.input-group-text,.input-group-append body.shrek_page .card .card-btn+.input-group-text,body.shrek_page .card .input-group-append .card-btn+.input-group-text,.input-group-append body.shrek_page .owl-carousel .item .owl-btn+.input-group-text,body.shrek_page .owl-carousel .item .input-group-append .owl-btn+.input-group-text,.input-group-append body.shrek_page .carousel .carousel-item .carousel-btn+.input-group-text,body.shrek_page .carousel .carousel-item .input-group-append .carousel-btn+.input-group-text,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.input-group-text,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.input-group-text,.input-group-append body.shrek_page.shrek_page .shrek-social-section p a+.input-group-text,body.shrek_page.shrek_page .shrek-social-section p .input-group-append a+.input-group-text,.input-group-append body.thewiz_page .mini-sab .btn-toggle-mini-sab+.input-group-text,body.thewiz_page .mini-sab .input-group-append .btn-toggle-mini-sab+.input-group-text,.input-group-append body.thewiz_page .card .card-btn+.input-group-text,body.thewiz_page .card .input-group-append .card-btn+.input-group-text,.input-group-append body.thewiz_page .owl-carousel .item .owl-btn+.input-group-text,body.thewiz_page .owl-carousel .item .input-group-append .owl-btn+.input-group-text,.input-group-append body.thewiz_page .carousel .carousel-item .carousel-btn+.input-group-text,body.thewiz_page .carousel .carousel-item .input-group-append .carousel-btn+.input-group-text,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn+.input-group-text,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .timeslot-item-navigation-btn+.input-group-text,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type+.input-group-text,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append a:last-of-type+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-text+.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-append .input-group-text+.btn-toggle-mini-sab,.input-group-append body:not(.shrek_page):not(.thewiz_page) .card .input-group-text+.card-btn,body:not(.shrek_page):not(.thewiz_page) .card .input-group-append .input-group-text+.card-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-text+.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-append .input-group-text+.owl-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-text+.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-append .input-group-text+.carousel-btn,.input-group-append body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-text+.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-append .input-group-text+.timeslot-item-navigation-btn,.input-group-append body.shrek_page .mini-sab .input-group-text+.btn-toggle-mini-sab,body.shrek_page .mini-sab .input-group-append .input-group-text+.btn-toggle-mini-sab,.input-group-append body.shrek_page .card .input-group-text+.card-btn,body.shrek_page .card .input-group-append .input-group-text+.card-btn,.input-group-append body.shrek_page .owl-carousel .item .input-group-text+.owl-btn,body.shrek_page .owl-carousel .item .input-group-append .input-group-text+.owl-btn,.input-group-append body.shrek_page .carousel .carousel-item .input-group-text+.carousel-btn,body.shrek_page .carousel .carousel-item .input-group-append .input-group-text+.carousel-btn,.input-group-append body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-text+.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-append .input-group-text+.timeslot-item-navigation-btn,.input-group-append body.shrek_page.shrek_page .shrek-social-section p .input-group-text+a,body.shrek_page.shrek_page .shrek-social-section p .input-group-append .input-group-text+a,.input-group-append body.thewiz_page .mini-sab .input-group-text+.btn-toggle-mini-sab,body.thewiz_page .mini-sab .input-group-append .input-group-text+.btn-toggle-mini-sab,.input-group-append body.thewiz_page .card .input-group-text+.card-btn,body.thewiz_page .card .input-group-append .input-group-text+.card-btn,.input-group-append body.thewiz_page .owl-carousel .item .input-group-text+.owl-btn,body.thewiz_page .owl-carousel .item .input-group-append .input-group-text+.owl-btn,.input-group-append body.thewiz_page .carousel .carousel-item .input-group-text+.carousel-btn,body.thewiz_page .carousel .carousel-item .input-group-append .input-group-text+.carousel-btn,.input-group-append body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-text+.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-append .input-group-text+.timeslot-item-navigation-btn,.input-group-append body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-text+a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-append .input-group-text+a:last-of-type{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#E9ECEF;border:1px solid #CED4DA;border-radius:.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-lg>.input-group-prepend>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-lg>.input-group-prepend>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-lg>.input-group-prepend>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-lg>.input-group-prepend>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-lg>.input-group-prepend>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-lg>.input-group-prepend>.btn-toggle-mini-sab,body.shrek_page .card .input-group-lg>.input-group-prepend>.card-btn,body.shrek_page .owl-carousel .item .input-group-lg>.input-group-prepend>.owl-btn,body.shrek_page .carousel .carousel-item .input-group-lg>.input-group-prepend>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-lg>.input-group-prepend>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-lg>.input-group-prepend>a,body.thewiz_page .mini-sab .input-group-lg>.input-group-prepend>.btn-toggle-mini-sab,body.thewiz_page .card .input-group-lg>.input-group-prepend>.card-btn,body.thewiz_page .owl-carousel .item .input-group-lg>.input-group-prepend>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-lg>.input-group-prepend>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-lg>.input-group-prepend>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-lg>.input-group-prepend>a:last-of-type,.input-group-lg>.input-group-append>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-lg>.input-group-append>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-lg>.input-group-append>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-lg>.input-group-append>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-lg>.input-group-append>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-lg>.input-group-append>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-lg>.input-group-append>.btn-toggle-mini-sab,body.shrek_page .card .input-group-lg>.input-group-append>.card-btn,body.shrek_page .owl-carousel .item .input-group-lg>.input-group-append>.owl-btn,body.shrek_page .carousel .carousel-item .input-group-lg>.input-group-append>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-lg>.input-group-append>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-lg>.input-group-append>a,body.thewiz_page .mini-sab .input-group-lg>.input-group-append>.btn-toggle-mini-sab,body.thewiz_page .card .input-group-lg>.input-group-append>.card-btn,body.thewiz_page .owl-carousel .item .input-group-lg>.input-group-append>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-lg>.input-group-append>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-lg>.input-group-append>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-lg>.input-group-append>a:last-of-type{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-sm>.input-group-prepend>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-sm>.input-group-prepend>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-sm>.input-group-prepend>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-sm>.input-group-prepend>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-sm>.input-group-prepend>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-sm>.input-group-prepend>.btn-toggle-mini-sab,body.shrek_page .card .input-group-sm>.input-group-prepend>.card-btn,body.shrek_page .owl-carousel .item .input-group-sm>.input-group-prepend>.owl-btn,body.shrek_page .carousel .carousel-item .input-group-sm>.input-group-prepend>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-sm>.input-group-prepend>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-sm>.input-group-prepend>a,body.thewiz_page .mini-sab .input-group-sm>.input-group-prepend>.btn-toggle-mini-sab,body.thewiz_page .card .input-group-sm>.input-group-prepend>.card-btn,body.thewiz_page .owl-carousel .item .input-group-sm>.input-group-prepend>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-sm>.input-group-prepend>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-sm>.input-group-prepend>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-sm>.input-group-prepend>a:last-of-type,.input-group-sm>.input-group-append>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group-sm>.input-group-append>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group-sm>.input-group-append>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group-sm>.input-group-append>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group-sm>.input-group-append>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group-sm>.input-group-append>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group-sm>.input-group-append>.btn-toggle-mini-sab,body.shrek_page .card .input-group-sm>.input-group-append>.card-btn,body.shrek_page .owl-carousel .item .input-group-sm>.input-group-append>.owl-btn,body.shrek_page .carousel .carousel-item .input-group-sm>.input-group-append>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group-sm>.input-group-append>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group-sm>.input-group-append>a,body.thewiz_page .mini-sab .input-group-sm>.input-group-append>.btn-toggle-mini-sab,body.thewiz_page .card .input-group-sm>.input-group-append>.card-btn,body.thewiz_page .owl-carousel .item .input-group-sm>.input-group-append>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group-sm>.input-group-append>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group-sm>.input-group-append>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group-sm>.input-group-append>a:last-of-type{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group>.input-group-prepend>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group>.input-group-prepend>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group>.input-group-prepend>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group>.input-group-prepend>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group>.input-group-prepend>.btn-toggle-mini-sab,body.shrek_page .card .input-group>.input-group-prepend>.card-btn,body.shrek_page .owl-carousel .item .input-group>.input-group-prepend>.owl-btn,body.shrek_page .carousel .carousel-item .input-group>.input-group-prepend>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group>.input-group-prepend>a,body.thewiz_page .mini-sab .input-group>.input-group-prepend>.btn-toggle-mini-sab,body.thewiz_page .card .input-group>.input-group-prepend>.card-btn,body.thewiz_page .owl-carousel .item .input-group>.input-group-prepend>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group>.input-group-prepend>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group>.input-group-prepend>a:last-of-type,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn-toggle-mini-sab,body.shrek_page .card .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.card-btn,body.shrek_page .owl-carousel .item .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.owl-btn,body.shrek_page .carousel .carousel-item .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group:not(.has-validation)>.input-group-append:not(:last-child)>a,body.thewiz_page .mini-sab .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn-toggle-mini-sab,body.thewiz_page .card .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.card-btn,body.thewiz_page .owl-carousel .item .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group:not(.has-validation)>.input-group-append:not(:last-child)>a:last-of-type,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn-toggle-mini-sab,body.shrek_page .card .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.card-btn,body.shrek_page .owl-carousel .item .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.owl-btn,body.shrek_page .carousel .carousel-item .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group.has-validation>.input-group-append:nth-last-child(n+3)>a,body.thewiz_page .mini-sab .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn-toggle-mini-sab,body.thewiz_page .card .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.card-btn,body.thewiz_page .owl-carousel .item .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group.has-validation>.input-group-append:nth-last-child(n+3)>a:last-of-type,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group>.input-group-append:last-child>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .card .input-group>.input-group-append:last-child>.card-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group>.input-group-append:last-child>.owl-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group>.input-group-append:last-child>.carousel-btn:not(:last-child):not(.dropdown-toggle),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group>.input-group-append:last-child>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .mini-sab .input-group>.input-group-append:last-child>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body.shrek_page .card .input-group>.input-group-append:last-child>.card-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .owl-carousel .item .input-group>.input-group-append:last-child>.owl-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .carousel .carousel-item .input-group>.input-group-append:last-child>.carousel-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-append:last-child>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.shrek_page.shrek_page .shrek-social-section p .input-group>.input-group-append:last-child>a:not(:last-child):not(.dropdown-toggle),body.thewiz_page .mini-sab .input-group>.input-group-append:last-child>.btn-toggle-mini-sab:not(:last-child):not(.dropdown-toggle),body.thewiz_page .card .input-group>.input-group-append:last-child>.card-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .owl-carousel .item .input-group>.input-group-append:last-child>.owl-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .carousel .carousel-item .input-group>.input-group-append:last-child>.carousel-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-append:last-child>.timeslot-item-navigation-btn:not(:last-child):not(.dropdown-toggle),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group>.input-group-append:last-child>a:not(:last-child):not(.dropdown-toggle):last-of-type,.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group>.input-group-append>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group>.input-group-append>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group>.input-group-append>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group>.input-group-append>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group>.input-group-append>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group>.input-group-append>.btn-toggle-mini-sab,body.shrek_page .card .input-group>.input-group-append>.card-btn,body.shrek_page .owl-carousel .item .input-group>.input-group-append>.owl-btn,body.shrek_page .carousel .carousel-item .input-group>.input-group-append>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-append>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group>.input-group-append>a,body.thewiz_page .mini-sab .input-group>.input-group-append>.btn-toggle-mini-sab,body.thewiz_page .card .input-group>.input-group-append>.card-btn,body.thewiz_page .owl-carousel .item .input-group>.input-group-append>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group>.input-group-append>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-append>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group>.input-group-append>a:last-of-type,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group>.input-group-prepend:not(:first-child)>.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .input-group>.input-group-prepend:not(:first-child)>.card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group>.input-group-prepend:not(:first-child)>.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group>.input-group-prepend:not(:first-child)>.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend:not(:first-child)>.timeslot-item-navigation-btn,body.shrek_page .mini-sab .input-group>.input-group-prepend:not(:first-child)>.btn-toggle-mini-sab,body.shrek_page .card .input-group>.input-group-prepend:not(:first-child)>.card-btn,body.shrek_page .owl-carousel .item .input-group>.input-group-prepend:not(:first-child)>.owl-btn,body.shrek_page .carousel .carousel-item .input-group>.input-group-prepend:not(:first-child)>.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend:not(:first-child)>.timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p .input-group>.input-group-prepend:not(:first-child)>a,body.thewiz_page .mini-sab .input-group>.input-group-prepend:not(:first-child)>.btn-toggle-mini-sab,body.thewiz_page .card .input-group>.input-group-prepend:not(:first-child)>.card-btn,body.thewiz_page .owl-carousel .item .input-group>.input-group-prepend:not(:first-child)>.owl-btn,body.thewiz_page .carousel .carousel-item .input-group>.input-group-prepend:not(:first-child)>.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend:not(:first-child)>.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group>.input-group-prepend:not(:first-child)>a:last-of-type,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .mini-sab .input-group>.input-group-prepend:first-child>.btn-toggle-mini-sab:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .card .input-group>.input-group-prepend:first-child>.card-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .input-group>.input-group-prepend:first-child>.owl-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .input-group>.input-group-prepend:first-child>.carousel-btn:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend:first-child>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page .mini-sab .input-group>.input-group-prepend:first-child>.btn-toggle-mini-sab:not(:first-child),body.shrek_page .card .input-group>.input-group-prepend:first-child>.card-btn:not(:first-child),body.shrek_page .owl-carousel .item .input-group>.input-group-prepend:first-child>.owl-btn:not(:first-child),body.shrek_page .carousel .carousel-item .input-group>.input-group-prepend:first-child>.carousel-btn:not(:first-child),body.shrek_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend:first-child>.timeslot-item-navigation-btn:not(:first-child),body.shrek_page.shrek_page .shrek-social-section p .input-group>.input-group-prepend:first-child>a:not(:first-child),body.thewiz_page .mini-sab .input-group>.input-group-prepend:first-child>.btn-toggle-mini-sab:not(:first-child),body.thewiz_page .card .input-group>.input-group-prepend:first-child>.card-btn:not(:first-child),body.thewiz_page .owl-carousel .item .input-group>.input-group-prepend:first-child>.owl-btn:not(:first-child),body.thewiz_page .carousel .carousel-item .input-group>.input-group-prepend:first-child>.carousel-btn:not(:first-child),body.thewiz_page .timeslot-item .timeslot-item-navigation .input-group>.input-group-prepend:first-child>.timeslot-item-navigation-btn:not(:first-child),body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .input-group>.input-group-prepend:first-child>a:not(:first-child):last-of-type,.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#76bf43;background-color:#76bf43}.custom-control-input:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(118,191,67,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#bbdfa2}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#d7ecc8;border-color:#d7ecc8}.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{color:#6C757D}.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{background-color:#E9ECEF}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #ADB5BD}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50% / 50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#76bf43;background-color:#76bf43}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(118,191,67,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(118,191,67,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(118,191,67,0.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#ADB5BD;border-radius:.5rem;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(118,191,67,0.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343A40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #CED4DA;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#bbdfa2;outline:0;box-shadow:0 0 0 .2rem rgba(118,191,67,0.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6C757D;background-color:#E9ECEF}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:#bbdfa2;box-shadow:0 0 0 .2rem rgba(118,191,67,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#E9ECEF}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #CED4DA;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#E9ECEF;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(118,191,67,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(118,191,67,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(118,191,67,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#76bf43;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#d7ecc8}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#DEE2E6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#76bf43;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#d7ecc8}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#DEE2E6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#76bf43;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#d7ecc8}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#DEE2E6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#DEE2E6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#ADB5BD}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#ADB5BD}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#ADB5BD}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6C757D;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #DEE2E6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#E9ECEF #E9ECEF #DEE2E6}.nav-tabs .nav-link.disabled{color:#6C757D;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#DEE2E6 #DEE2E6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#76bf43}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar .owl-container,.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar .carousel-container,.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar .container-holder,.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar .container-default,.navbar body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .owl-carousel .item .navbar .owl-container,.navbar body.shrek_page .carousel .carousel-item .carousel-container,body.shrek_page .carousel .carousel-item .navbar .carousel-container,.navbar body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .owl-carousel .item .navbar .owl-container,.navbar body.thewiz_page .carousel .carousel-item .carousel-container,body.thewiz_page .carousel .carousel-item .navbar .carousel-container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl,.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar .container-default,.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar .container-default,.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar .container-default,.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar .container-two-columns.item,.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar .container-two-columns,.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar .container-two-columns{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.40625rem;padding-bottom:.40625rem;margin-right:1rem;font-size:1.125rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.125rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50% / 100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width: 575.98px){.navbar-expand-sm>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-sm>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-sm>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-sm>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-sm>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-sm>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-sm>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-sm>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-sm>.carousel-container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-sm>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-sm>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-sm>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-sm>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-sm>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-sm>.container-two-columns{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-sm>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-sm>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-sm>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-sm>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-sm>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-sm>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-sm>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-sm>.carousel-container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-sm>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-sm>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-sm>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-sm>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-sm>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-sm>.container-two-columns{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-md>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-md>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-md>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-md>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-md>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-md>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-md>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-md>.carousel-container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-md>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-md>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-md>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-md>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-md>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-md>.container-two-columns{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-md>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-md>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-md>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-md>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-md>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-md>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-md>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-md>.carousel-container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-md>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-md>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-md>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-md>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-md>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-md>.container-two-columns{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-lg>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-lg>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-lg>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-lg>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-lg>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-lg>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-lg>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-lg>.carousel-container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-lg>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-lg>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-lg>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-lg>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-lg>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-lg>.container-two-columns{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-lg>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-lg>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-lg>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-lg>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-lg>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-lg>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-lg>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-lg>.carousel-container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-lg>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-lg>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-lg>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-lg>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-lg>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-lg>.container-two-columns{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body.shrek_page .header .header-main .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container,body.thewiz_page .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-main .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-main .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar .navbar-expand-xl>.container-holder,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-holder,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-holder,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.characters-section .info .column.navbar>.container-holder,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-main .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-main .column.navbar>.container-holder,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .footer .footer-top .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.shrek_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.shrek_page .header .header-main .column.navbar .owl-carousel .item .navbar-expand-xl>.owl-container,body.shrek_page .owl-carousel .item .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.thewiz_page .header .header-main .column.navbar body.shrek_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,.navbar-expand-xl body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-main .owl-carousel .item .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,.navbar-expand-xl body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-main .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-main .column.navbar>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.shrek_page .header .header-main .column.navbar .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.thewiz_page .header .header-main .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,.navbar-expand-xl body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-main .carousel .carousel-item .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand-xl body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-main .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.shrek_page .header .header-main .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.thewiz_page .header .header-main .column.navbar .owl-carousel .item .navbar-expand-xl>.owl-container,body.thewiz_page .owl-carousel .item .header .header-main .column.navbar .navbar-expand-xl>.owl-container,.navbar-expand-xl body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-main .owl-carousel .item .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,.navbar-expand-xl body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-main .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.owl-container,body.shrek_page body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.shrek_page .header .header-main .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.thewiz_page .header .header-main .column.navbar .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,.navbar-expand-xl body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-main .carousel .carousel-item .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand-xl body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-main .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,.navbar-expand-xl>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-fluid,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-fluid,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-fluid,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-fluid,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-fluid,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body.shrek_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-fluid,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page .header .header-main .column.navbar>.container-fluid,.navbar-expand-xl>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-sm,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-sm,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-sm,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-sm,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-sm,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body.shrek_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-sm,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-sm,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-sm,body.thewiz_page .header .header-main .column.navbar>.container-sm,.navbar-expand-xl>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-md,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-md,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-md,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-md,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-md,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body.shrek_page .header .header-main .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-md,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-md,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-md,body.thewiz_page .header .header-main .column.navbar>.container-md,.navbar-expand-xl>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-lg,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-lg,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-lg,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-lg,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-lg,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body.shrek_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-lg,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-lg,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-lg,body.thewiz_page .header .header-main .column.navbar>.container-lg,.navbar-expand-xl>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-xl,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-xl,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-xl,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-xl,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-xl,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body.shrek_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-xl,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-xl,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-xl,body.thewiz_page .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.story-section .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.characters-section .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.content-blocks .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns.item,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns.item,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns.item,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-main .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-main .column.navbar>.container-two-columns.item,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main .column.navbar main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.shrek_page .header .header-main main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.thewiz_page .header .header-main main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-main .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-main .column.navbar>.container-two-columns,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main .column.navbar main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.shrek_page .header .header-main main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.thewiz_page .header .header-main main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-main .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-main .column.navbar>.container-two-columns,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar,body.shrek_page .header .header-main .column.navbar,body.thewiz_page .header .header-main .column.navbar{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-nav,body.shrek_page .header .header-main .column.navbar .navbar-nav,body.thewiz_page .header .header-main .column.navbar .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-nav .dropdown-menu,body.shrek_page .header .header-main .column.navbar .navbar-nav .dropdown-menu,body.thewiz_page .header .header-main .column.navbar .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-nav .nav-link,body.shrek_page .header .header-main .column.navbar .navbar-nav .nav-link,body.thewiz_page .header .header-main .column.navbar .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body.shrek_page .header .header-main .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container,body.thewiz_page .header .header-main .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-main .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-main .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-main .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar .navbar-expand-xl>.container-holder,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-holder,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-holder,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.characters-section .info .column.navbar>.container-holder,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-main .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-main .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-main .column.navbar>.container-holder,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand-xl .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .footer .footer-top .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.shrek_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.shrek_page .header .header-main .column.navbar .owl-carousel .item .navbar-expand-xl>.owl-container,body.shrek_page .owl-carousel .item .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.thewiz_page .header .header-main .column.navbar body.shrek_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,.navbar-expand-xl body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-main .owl-carousel .item .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,.navbar-expand-xl body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-main .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page body.shrek_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-main .column.navbar>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.shrek_page .header .header-main .column.navbar .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.thewiz_page .header .header-main .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,.navbar-expand-xl body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-main .carousel .carousel-item .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand-xl body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-main .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-main .column.navbar>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand-xl>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.shrek_page .header .header-main .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand-xl>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.owl-container,body.thewiz_page .header .header-main .column.navbar .owl-carousel .item .navbar-expand-xl>.owl-container,body.thewiz_page .owl-carousel .item .header .header-main .column.navbar .navbar-expand-xl>.owl-container,.navbar-expand-xl body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-main .owl-carousel .item .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-main .owl-carousel .item .column.navbar>.owl-container,.navbar-expand-xl body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-main .navbar-expand-xl .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.owl-container,body.shrek_page body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-main .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-main .column.navbar>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.shrek_page .header .header-main .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,body.thewiz_page .header .header-main .column.navbar .carousel .carousel-item .navbar-expand-xl>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar .navbar-expand-xl>.carousel-container,.navbar-expand-xl body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-main .carousel .carousel-item .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-main .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand-xl body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-main .navbar-expand-xl .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-main .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-main .column.navbar>.carousel-container,.navbar-expand-xl>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-fluid,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-fluid,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-fluid,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-fluid,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-fluid,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body.shrek_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-fluid,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-fluid,body.thewiz_page .header .header-main .column.navbar>.container-fluid,.navbar-expand-xl>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-sm,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-sm,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-sm,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-sm,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-sm,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body.shrek_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-sm,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-sm,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-sm,body.thewiz_page .header .header-main .column.navbar>.container-sm,.navbar-expand-xl>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-md,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-md,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-md,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-md,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-md,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body.shrek_page .header .header-main .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-md,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-md,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-md,body.thewiz_page .header .header-main .column.navbar>.container-md,.navbar-expand-xl>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-lg,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-lg,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-lg,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-lg,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-lg,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body.shrek_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-lg,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-lg,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-lg,body.thewiz_page .header .header-main .column.navbar>.container-lg,.navbar-expand-xl>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-expand-xl>.container-xl,body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-xl,body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-xl,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-expand-xl .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-xl,.navbar-expand-xl body.shrek_page .header .header-main .column.navbar>.container-xl,body.shrek_page .header .header-main .navbar-expand-xl .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body.shrek_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-xl,.navbar-expand-xl body.thewiz_page .header .header-main .column.navbar>.container-xl,body.thewiz_page .header .header-main .navbar-expand-xl .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-main .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-main .column.navbar>.container-xl,body.thewiz_page .header .header-main .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.story-section .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.characters-section .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main section.content-blocks .column.navbar>.container-default,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-main .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-main .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-main .column.navbar>.container-default,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand-xl .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns.item,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns.item,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns.item,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-main .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-main .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-main .column.navbar>.container-two-columns.item,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand-xl .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main .column.navbar main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.shrek_page .header .header-main main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.thewiz_page .header .header-main main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-main .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-main .column.navbar>.container-two-columns,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main .column.navbar main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.shrek_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,body.thewiz_page .header .header-main .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-main .column.navbar .navbar-expand-xl>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.shrek_page .header .header-main main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-main main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.thewiz_page .header .header-main main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-main .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-main .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-main .column.navbar>.container-two-columns,.navbar-expand-xl body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,.navbar-expand-xl body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand-xl .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-main body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-nav-scroll,body.shrek_page .header .header-main .column.navbar .navbar-nav-scroll,body.thewiz_page .header .header-main .column.navbar .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-collapse,body.shrek_page .header .header-main .column.navbar .navbar-collapse,body.thewiz_page .header .header-main .column.navbar .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,body:not(.shrek_page):not(.thewiz_page) .header .header-main .column.navbar .navbar-toggler,body.shrek_page .header .header-main .column.navbar .navbar-toggler,body.thewiz_page .header .header-main .column.navbar .navbar-toggler{display:none}}.navbar-expand,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar,body.shrek_page .header .header-socket .container-navbar .column.navbar,body.thewiz_page .header .header-socket .container-navbar .column.navbar{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-holder,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-holder,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-holder,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-holder,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.shrek_page .owl-carousel .item .navbar-expand>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.shrek_page .header .header-socket .container-navbar .column.navbar .owl-carousel .item .navbar-expand>.owl-container,body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body.shrek_page .owl-carousel .item .navbar-expand>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,.navbar-expand body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,.navbar-expand body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.shrek_page .header .header-socket .container-navbar .column.navbar .carousel .carousel-item .navbar-expand>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,.navbar-expand body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar .owl-carousel .item .navbar-expand>.owl-container,body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,.navbar-expand body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar .carousel .carousel-item .navbar-expand>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,.navbar-expand>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-fluid,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-fluid,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-fluid,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,.navbar-expand>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-sm,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-sm,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-sm,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,.navbar-expand>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-md,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-md,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-md,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,.navbar-expand>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-lg,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-lg,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-lg,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,.navbar-expand>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-xl,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-xl,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-xl,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns.item,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns.item,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns.item,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar .column.navbar main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.shrek_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.thewiz_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar .column.navbar main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.shrek_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.thewiz_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns{padding-right:0;padding-left:0}.navbar-expand .navbar-nav,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .dropdown-menu,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .dropdown-menu,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-holder,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-holder,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-holder,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.characters-section .info .column.navbar>.container-holder,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .header .header-socket .container-navbar .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-holder,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .navbar-expand .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .column.navbar>.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .footer .footer-top .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .column.navbar>.container-default,body.shrek_page .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.shrek_page .owl-carousel .item .navbar-expand>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.shrek_page .header .header-socket .container-navbar .column.navbar .owl-carousel .item .navbar-expand>.owl-container,body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body.shrek_page .owl-carousel .item .navbar-expand>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,.navbar-expand body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,.navbar-expand body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page body.shrek_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .owl-carousel .item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.shrek_page .header .header-socket .container-navbar .column.navbar .carousel .carousel-item .navbar-expand>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar body.shrek_page .carousel .carousel-item .navbar-expand>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,.navbar-expand body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page .carousel .carousel-item body.thewiz_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .owl-carousel .item .navbar-expand>.owl-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body.thewiz_page .owl-carousel .item .navbar-expand>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar .owl-carousel .item .navbar-expand>.owl-container,body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar .navbar-expand>.owl-container,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,body.thewiz_page .header .header-socket .container-navbar .owl-carousel .item .column.navbar>.owl-container,.navbar-expand body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .navbar-expand .column.navbar>.owl-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.owl-container,body.shrek_page body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item body.shrek_page .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .owl-carousel .item .header .header-socket .container-navbar .column.navbar>.owl-container,body.thewiz_page .carousel .carousel-item .navbar-expand>.carousel-container,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.shrek_page .header .header-socket .container-navbar .column.navbar body.thewiz_page .carousel .carousel-item .navbar-expand>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .column.navbar .carousel .carousel-item .navbar-expand>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar .navbar-expand>.carousel-container,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,body.thewiz_page .header .header-socket .container-navbar .carousel .carousel-item .column.navbar>.carousel-container,.navbar-expand body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .navbar-expand .column.navbar>.carousel-container,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.carousel-container,body.shrek_page body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item body.shrek_page .header .header-socket .container-navbar .column.navbar>.carousel-container,body.thewiz_page .carousel .carousel-item .header .header-socket .container-navbar .column.navbar>.carousel-container,.navbar-expand>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-fluid,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-fluid,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-fluid,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-fluid,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-fluid,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-fluid,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-fluid,.navbar-expand>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-sm,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-sm,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-sm,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-sm,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-sm,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-sm,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-sm,.navbar-expand>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-md,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-md,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-md,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-md,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-md,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-md,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-md,.navbar-expand>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-lg,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-lg,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-lg,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-lg,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-lg,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-lg,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-lg,.navbar-expand>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-xl,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-xl,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-xl,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,.navbar-expand body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,.navbar-expand body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar>.container-xl,body.shrek_page body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-xl,body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.story-section .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.story-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.story-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.characters-section .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.characters-section .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar section.content-blocks .column.navbar>.container-default,.navbar-expand body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .header .header-socket .container-navbar .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-default,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .navbar-expand .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) section.content-blocks .column.navbar>.container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns.item,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns.item,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns.item,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-two-columns.item,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .navbar-expand .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .column.navbar>.container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar .column.navbar main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.shrek_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview body.thewiz_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar .column.navbar main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.shrek_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar .column.navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-expand>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.shrek_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions body.thewiz_page .header .header-socket .container-navbar main .story-section .column.navbar>.container-two-columns,.navbar-expand body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .header .header-socket .container-navbar .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .header .header-socket .container-navbar .column.navbar>.container-two-columns,.navbar-expand body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,.navbar-expand body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .navbar-expand .column.navbar>.container-two-columns,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.shrek_page body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page body.shrek_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns,body.thewiz_page .header .header-socket .container-navbar body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .column.navbar>.container-two-columns{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav-scroll,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav-scroll,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-collapse,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-collapse,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-toggler,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-toggler,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,0.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,0.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280,0,0,0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,0.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,0.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar-brand,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-brand,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-brand,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-brand:hover,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-brand:hover,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-brand:hover,.navbar-dark .navbar-brand:focus,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-brand:focus,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-brand:focus,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-nav .nav-link:hover,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link:hover,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link:hover,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link:focus,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link:focus,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.navbar-dark .navbar-nav .nav-link.disabled,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.disabled,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.disabled,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .show>.nav-link,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .show>.nav-link,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .active>.nav-link,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .active>.nav-link,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.show,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.show,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.active,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.active,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-toggler,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-toggler,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-toggler{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-icon,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-toggler-icon,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-toggler-icon,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255,255,255,0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-dark .navbar-text,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-text,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-text,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-text{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-text a,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-text a,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-text a,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-text a:hover,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-text a:hover,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-text a:hover,.navbar-dark .navbar-text a:focus,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .navbar-text a:focus,body.shrek_page .header .header-socket .container-navbar .column.navbar .navbar-text a:focus,body.thewiz_page .header .header-socket .container-navbar .column.navbar .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#E9ECEF;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6C757D;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6C757D}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#76bf43;background-color:#fff;border:1px solid #DEE2E6}.page-link:hover{z-index:2;color:#53872e;text-decoration:none;background-color:#E9ECEF;border-color:#DEE2E6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(118,191,67,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#76bf43;border-color:#76bf43}.page-item.disabled .page-link{color:#6C757D;pointer-events:none;cursor:auto;background-color:#fff;border-color:#DEE2E6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab .badge,body:not(.shrek_page):not(.thewiz_page) .card .card-btn .badge,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn .badge,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn .badge,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn .badge,body.shrek_page .mini-sab .btn-toggle-mini-sab .badge,body.shrek_page .card .card-btn .badge,body.shrek_page .owl-carousel .item .owl-btn .badge,body.shrek_page .carousel .carousel-item .carousel-btn .badge,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn .badge,body.shrek_page.shrek_page .shrek-social-section p a .badge,body.thewiz_page .mini-sab .btn-toggle-mini-sab .badge,body.thewiz_page .card .card-btn .badge,body.thewiz_page .owl-carousel .item .owl-btn .badge,body.thewiz_page .carousel .carousel-item .carousel-btn .badge,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn .badge,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#212529;background-color:#76bf43}a.badge-primary:hover,a.badge-primary:focus{color:#212529;background-color:#5e9a35}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(118,191,67,0.5)}.badge-secondary{color:#fff;background-color:#00b5e9}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#008db6}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,181,233,0.5)}.badge-success{color:#212529;background-color:#BBD331}a.badge-success:hover,a.badge-success:focus{color:#212529;background-color:#98ac25}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(187,211,49,0.5)}.badge-info{color:#fff;background-color:#17A2B8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.badge-warning{color:#212529;background-color:#FFC107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.badge-danger{color:#fff;background-color:#DC3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#bd2130}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.badge-light{color:#212529;background-color:#F8F9FA}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.badge-dark{color:#fff;background-color:#343A40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.badge-tertiary{color:#212529;background-color:#ADB5BD}a.badge-tertiary:hover,a.badge-tertiary:focus{color:#212529;background-color:#919ca6}a.badge-tertiary:focus,a.badge-tertiary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(173,181,189,0.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#E9ECEF;border-radius:.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#3d6323;background-color:#e4f2d9;border-color:#d9edca}.alert-primary hr{border-top-color:#cbe7b7}.alert-primary .alert-link{color:#263d16}.alert-secondary{color:#005e79;background-color:#ccf0fb;border-color:#b8eaf9}.alert-secondary hr{border-top-color:#a0e3f7}.alert-secondary .alert-link{color:#003646}.alert-success{color:#616e19;background-color:#f1f6d6;border-color:#ecf3c5}.alert-success hr{border-top-color:#e5efb0}.alert-success .alert-link{color:#3c4410}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.alert-tertiary{color:#5a5e62;background-color:#eff0f2;border-color:#e8eaed}.alert-tertiary hr{border-top-color:#dadde2}.alert-tertiary .alert-link{color:#424547}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#E9ECEF;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#76bf43;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#F8F9FA}.list-group-item-action:active{color:#000;background-color:#E9ECEF}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6C757D;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#76bf43;border-color:#76bf43}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#3d6323;background-color:#d9edca}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#3d6323;background-color:#cbe7b7}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#3d6323;border-color:#3d6323}.list-group-item-secondary{color:#005e79;background-color:#b8eaf9}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#005e79;background-color:#a0e3f7}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#005e79;border-color:#005e79}.list-group-item-success{color:#616e19;background-color:#ecf3c5}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#616e19;background-color:#e5efb0}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#616e19;border-color:#616e19}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.list-group-item-tertiary{color:#5a5e62;background-color:#e8eaed}.list-group-item-tertiary.list-group-item-action:hover,.list-group-item-tertiary.list-group-item-action:focus{color:#5a5e62;background-color:#dadde2}.list-group-item-tertiary.list-group-item-action.active{color:#fff;background-color:#5a5e62;border-color:#5a5e62}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}@media (max-width: 1200px){.close{font-size:calc(1.275rem + .3vw) }}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #DEE2E6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #DEE2E6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,0.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,0.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,0.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,0.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:#000;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#000}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50% / 100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#76bf43 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#5e9a35 !important}.bg-secondary{background-color:#00b5e9 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#008db6 !important}.bg-success{background-color:#BBD331 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#98ac25 !important}.bg-info{background-color:#17A2B8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#FFC107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#DC3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#F8F9FA !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#343A40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}.bg-tertiary{background-color:#ADB5BD !important}a.bg-tertiary:hover,a.bg-tertiary:focus,button.bg-tertiary:hover,button.bg-tertiary:focus{background-color:#919ca6 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #DEE2E6 !important}.border-top{border-top:1px solid #DEE2E6 !important}.border-right{border-right:1px solid #DEE2E6 !important}.border-bottom{border-bottom:1px solid #DEE2E6 !important}.border-left{border-left:1px solid #DEE2E6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#76bf43 !important}.border-secondary{border-color:#00b5e9 !important}.border-success{border-color:#BBD331 !important}.border-info{border-color:#17A2B8 !important}.border-warning{border-color:#FFC107 !important}.border-danger{border-color:#DC3545 !important}.border-light{border-color:#F8F9FA !important}.border-dark{border-color:#343A40 !important}.border-tertiary{border-color:#ADB5BD !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none,body:not(.shrek_page):not(.thewiz_page) .alert .form-error-icon,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description::after,body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-image .card-image-caption,body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .masonry .card .card-caption .card-description::after,body:not(.shrek_page):not(.thewiz_page) .form .form-error-icon,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav.disabled,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots.disabled,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.first-item .gallery-caption,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.last-item,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.last-item .gallery-caption,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-hidden,body:not(.shrek_page):not(.thewiz_page) .add-arrow--none::before,body:not(.shrek_page):not(.thewiz_page) .add-arrow--none::after,body.shrek_page .alert .form-error-icon,body.shrek_page .card .card-caption .card-description::after,body.shrek_page .card.card-overlay .card-image .card-image-caption,body.shrek_page .card.card-overlay .card-caption .card-description,body.shrek_page .masonry .card .card-caption .card-description::after,body.shrek_page .form .form-error-icon,body.shrek_page .owl-carousel .owl-nav.disabled,body.shrek_page .owl-carousel .owl-dots.disabled,body.shrek_page .gallery .gallery-item.first-item .gallery-caption,body.shrek_page .gallery .gallery-item.last-item,body.shrek_page .gallery .gallery-item.last-item .gallery-caption,body.shrek_page .gallery .gallery-hidden,body.shrek_page .add-arrow--none::before,body.shrek_page .add-arrow--none::after,body.thewiz_page .alert .form-error-icon,body.thewiz_page .card .card-caption .card-description::after,body.thewiz_page .card.card-overlay .card-image .card-image-caption,body.thewiz_page .card.card-overlay .card-caption .card-description,body.thewiz_page .masonry .card .card-caption .card-description::after,body.thewiz_page .form .form-error-icon,body.thewiz_page .owl-carousel .owl-nav.disabled,body.thewiz_page .owl-carousel .owl-dots.disabled,body.thewiz_page .gallery .gallery-item.first-item .gallery-caption,body.thewiz_page .gallery .gallery-item.last-item,body.thewiz_page .gallery .gallery-item.last-item .gallery-caption,body.thewiz_page .gallery .gallery-hidden,body.thewiz_page .add-arrow--none::before,body.thewiz_page .add-arrow--none::after{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block,body:not(.shrek_page):not(.thewiz_page) .header .header-main .logo a,body:not(.shrek_page):not(.thewiz_page) .content ul.custom-list li::before,body:not(.shrek_page):not(.thewiz_page) .content ol.custom-list li::before,body:not(.shrek_page):not(.thewiz_page) .footer_link .list,body:not(.shrek_page):not(.thewiz_page) .card .card-image .card-image-link,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-icon,body:not(.shrek_page):not(.thewiz_page) .loading-icon::before,body:not(.shrek_page):not(.thewiz_page) .loading-overlay::before,body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots .owl-dot,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots .owl-dot span,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-link,body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-link,body.shrek_page .header .header-main .logo a,body.shrek_page .content ul.custom-list li::before,body.shrek_page .content ol.custom-list li::before,body.shrek_page .footer_link .list,body.shrek_page .card .card-image .card-image-link,body.shrek_page .card .card-caption .card-title-link,body.shrek_page .faq-overview .faq-icon,body.shrek_page .loading-icon::before,body.shrek_page .loading-overlay::before,body.shrek_page .eyecatcher::before,body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page .carousel::before,body.shrek_page.home .spacer::before,body.shrek_page body.thewiz_page .loading-overlay::before,body.thewiz_page body.shrek_page .loading-overlay::before,body.shrek_page body.thewiz_page .eyecatcher::before,body.thewiz_page body.shrek_page .eyecatcher::before,body.shrek_page body.thewiz_page .carousel::before,body.thewiz_page body.shrek_page .carousel::before,body.shrek_page .owl-carousel .owl-dots .owl-dot,body.shrek_page .owl-carousel .owl-dots .owl-dot span,body.shrek_page .gallery .gallery-item .gallery-link,body.shrek_page .gallery-grid .gallery-item .gallery-link,body.thewiz_page .header .header-main .logo a,body.thewiz_page .content ul.custom-list li::before,body.thewiz_page .content ol.custom-list li::before,body.thewiz_page .footer_link .list,body.thewiz_page .card .card-image .card-image-link,body.thewiz_page .card .card-caption .card-title-link,body.thewiz_page .faq-overview .faq-icon,body.thewiz_page .loading-icon::before,body.thewiz_page .loading-overlay::before,body.thewiz_page .eyecatcher::before,body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page .carousel::before,body.thewiz_page.home .spacer::before,body.thewiz_page .owl-carousel .owl-dots .owl-dot,body.thewiz_page .owl-carousel .owl-dots .owl-dot span,body.thewiz_page .gallery .gallery-item .gallery-link,body.thewiz_page .gallery-grid .gallery-item .gallery-link{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex,body:not(.shrek_page):not(.thewiz_page) .vocabulary_term_list,body:not(.shrek_page):not(.thewiz_page) .footer_logolink .list,body:not(.shrek_page):not(.thewiz_page) .card .card-body,body:not(.shrek_page):not(.thewiz_page) .inspiration .card.icon .card-image .card-image-link,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-stage,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-holder,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item-bg,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.before-last-item .gallery-caption,body.shrek_page .vocabulary_term_list,body.shrek_page .footer_logolink .list,body.shrek_page .card .card-body,body.shrek_page .inspiration .card.icon .card-image .card-image-link,body.shrek_page .owl-carousel .owl-stage,body.shrek_page .owl-carousel .item,body.shrek_page .carousel .carousel-item .carousel-holder,body.shrek_page .carousel .carousel-item-bg,body.shrek_page .gallery .gallery-item.before-last-item .gallery-caption,body.thewiz_page .vocabulary_term_list,body.thewiz_page .footer_logolink .list,body.thewiz_page .card .card-body,body.thewiz_page .inspiration .card.icon .card-image .card-image-link,body.thewiz_page .owl-carousel .owl-stage,body.thewiz_page .owl-carousel .item,body.thewiz_page .carousel .carousel-item .carousel-holder,body.thewiz_page .carousel .carousel-item-bg,body.thewiz_page .gallery .gallery-item.before-last-item .gallery-caption{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description::after,body.shrek_page .card .card-caption .card-description::after,body.thewiz_page .card .card-caption .card-description::after{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex,body:not(.shrek_page):not(.thewiz_page) .footer_link .list,body.shrek_page .footer_link .list,body.thewiz_page .footer_link .list{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block,body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-description,body.shrek_page .card.card-overlay .card-caption .card-description,body.thewiz_page .card.card-overlay .card-caption .card-description{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.before-last-item .gallery-caption,body.shrek_page .gallery .gallery-item.before-last-item .gallery-caption,body.thewiz_page .gallery .gallery-item.before-last-item .gallery-caption{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.last-item,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.last-item .gallery-caption,body.shrek_page .gallery .gallery-item.last-item,body.shrek_page .gallery .gallery-item.last-item .gallery-caption,body.thewiz_page .gallery .gallery-item.last-item,body.thewiz_page .gallery .gallery-item.last-item .gallery-caption{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row,body:not(.shrek_page):not(.thewiz_page) .card.card-wide,body.shrek_page .card.card-wide,body.thewiz_page .card.card-wide{flex-direction:row !important}.flex-column,body:not(.shrek_page):not(.thewiz_page) .card .card-body,body.shrek_page .card .card-body,body.thewiz_page .card .card-body{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap,body:not(.shrek_page):not(.thewiz_page) .container-navbar .column.navbar,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar .socials,body:not(.shrek_page):not(.thewiz_page) .vocabulary_term_list,body:not(.shrek_page):not(.thewiz_page) .footer_logolink .list,body:not(.shrek_page):not(.thewiz_page) .footer_link .list,body:not(.shrek_page):not(.thewiz_page) .card.card-wide,body.shrek_page .container-navbar .column.navbar,body.shrek_page .header .header-socket .container-navbar .column.navbar .socials,body.shrek_page .vocabulary_term_list,body.shrek_page .footer_logolink .list,body.shrek_page .footer_link .list,body.shrek_page .card.card-wide,body.thewiz_page .container-navbar .column.navbar,body.thewiz_page .header .header-socket .container-navbar .column.navbar .socials,body.thewiz_page .vocabulary_term_list,body.thewiz_page .footer_logolink .list,body.thewiz_page .footer_link .list,body.thewiz_page .card.card-wide{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar .column.navbar,body.shrek_page .header .header-socket .container-navbar .column.navbar,body.thewiz_page .header .header-socket .container-navbar .column.navbar{justify-content:flex-end !important}.justify-content-center,body:not(.shrek_page):not(.thewiz_page) .inspiration .card.icon .card-image .card-image-link,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-caption,body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-caption,body.shrek_page .inspiration .card.icon .card-image .card-image-link,body.shrek_page .gallery .gallery-item .gallery-caption,body.shrek_page .gallery-grid .gallery-item .gallery-caption,body.thewiz_page .inspiration .card.icon .card-image .card-image-link,body.thewiz_page .gallery .gallery-item .gallery-caption,body.thewiz_page .gallery-grid .gallery-item .gallery-caption{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .item,body.shrek_page .owl-carousel.slider .item,body.thewiz_page .owl-carousel.slider .item{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center,body:not(.shrek_page):not(.thewiz_page) .inspiration .card.icon .card-image .card-image-link,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-holder,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item-bg,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-caption,body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-caption,body.shrek_page .inspiration .card.icon .card-image .card-image-link,body.shrek_page .carousel .carousel-item .carousel-holder,body.shrek_page .carousel .carousel-item-bg,body.shrek_page .gallery .gallery-item .gallery-caption,body.shrek_page .gallery-grid .gallery-item .gallery-caption,body.thewiz_page .inspiration .card.icon .card-image .card-image-link,body.thewiz_page .carousel .carousel-item .carousel-holder,body.thewiz_page .carousel .carousel-item-bg,body.thewiz_page .gallery .gallery-item .gallery-caption,body.thewiz_page .gallery-grid .gallery-item .gallery-caption{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative,body:not(.shrek_page):not(.thewiz_page) .content ul.custom-list li,body:not(.shrek_page):not(.thewiz_page) .content ol.custom-list li,body:not(.shrek_page):not(.thewiz_page) .list.list-icons .list-item,body:not(.shrek_page):not(.thewiz_page) .list.list-icons section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .list.list-icons ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .list.list-icons .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .list.list-icons ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page) .card .card-image,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title,body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-question,body:not(.shrek_page):not(.thewiz_page) .loading-overlay,body:not(.shrek_page):not(.thewiz_page) .eyecatcher,body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider),body:not(.shrek_page):not(.thewiz_page) .carousel,body:not(.shrek_page):not(.thewiz_page).home .spacer,body:not(.shrek_page):not(.thewiz_page) body.shrek_page.home .spacer,body.shrek_page.home body:not(.shrek_page):not(.thewiz_page) .spacer,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.home .spacer,body.thewiz_page.home body:not(.shrek_page):not(.thewiz_page) .spacer,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-dots,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-caption,body.shrek_page .content ul.custom-list li,body.shrek_page .content ol.custom-list li,body.shrek_page .list.list-icons .list-item,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .list.list-icons ul.tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .list.list-icons ul,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .list.list-icons .tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .list.list-icons .tag-list,body.shrek_page .card .card-image,body.shrek_page .card .card-caption .card-description,body.shrek_page .faq-overview .faq-category .faq-title,body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-question,body.shrek_page .loading-overlay,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .eyecatcher,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider),body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel:not(.slider),body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel,body.shrek_page body:not(.shrek_page):not(.thewiz_page).home .spacer,body:not(.shrek_page):not(.thewiz_page).home body.shrek_page .spacer,body.shrek_page .eyecatcher,body.shrek_page .owl-carousel:not(.slider),body.shrek_page .carousel,body.shrek_page.home .spacer,body.shrek_page body.thewiz_page .eyecatcher,body.thewiz_page body.shrek_page .eyecatcher,body.shrek_page body.thewiz_page .carousel,body.thewiz_page body.shrek_page .carousel,body.shrek_page body.thewiz_page.home .spacer,body.thewiz_page.home body.shrek_page .spacer,body.shrek_page .owl-carousel.slider .owl-dots,body.shrek_page .carousel .carousel-item .carousel-caption,body.thewiz_page .content ul.custom-list li,body.thewiz_page .content ol.custom-list li,body.thewiz_page .list.list-icons .list-item,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .list.list-icons ul.tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .list.list-icons ul,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .card .card-image,body.thewiz_page .card .card-caption .card-description,body.thewiz_page .faq-overview .faq-category .faq-title,body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question,body.thewiz_page .loading-overlay,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .eyecatcher,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider),body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel:not(.slider),body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).home .spacer,body:not(.shrek_page):not(.thewiz_page).home body.thewiz_page .spacer,body.thewiz_page body.shrek_page.home .spacer,body.shrek_page.home body.thewiz_page .spacer,body.thewiz_page .eyecatcher,body.thewiz_page .owl-carousel:not(.slider),body.thewiz_page .carousel,body.thewiz_page.home .spacer,body.thewiz_page .owl-carousel.slider .owl-dots,body.thewiz_page .carousel .carousel-item .carousel-caption{position:relative !important}.position-absolute,body:not(.shrek_page):not(.thewiz_page) .content ul.custom-list li::before,body:not(.shrek_page):not(.thewiz_page) .content ol.custom-list li::before,body:not(.shrek_page):not(.thewiz_page) .list.list-icons .list-item .icon,body:not(.shrek_page):not(.thewiz_page) .list.list-icons section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .list.list-icons ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) .list.list-icons .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .list.list-icons ul .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page) .card .card-image .card-image-caption,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description::after,body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-icon,body:not(.shrek_page):not(.thewiz_page) .loading-overlay::before,body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page.home .spacer::before,body.shrek_page.home body:not(.shrek_page):not(.thewiz_page) .spacer::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.home .spacer::before,body.thewiz_page.home body:not(.shrek_page):not(.thewiz_page) .spacer::before,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-holder,body.shrek_page .content ul.custom-list li::before,body.shrek_page .content ol.custom-list li::before,body.shrek_page .list.list-icons .list-item .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .list.list-icons ul.tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .list.list-icons ul .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .card .card-image .card-image-caption,body.shrek_page .card .card-caption .card-description::after,body.shrek_page .faq-overview .faq-icon,body.shrek_page .loading-overlay::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .eyecatcher::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page).home body.shrek_page .spacer::before,body.shrek_page .eyecatcher::before,body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page .carousel::before,body.shrek_page.home .spacer::before,body.shrek_page body.thewiz_page .eyecatcher::before,body.thewiz_page body.shrek_page .eyecatcher::before,body.shrek_page body.thewiz_page .carousel::before,body.thewiz_page body.shrek_page .carousel::before,body.shrek_page body.thewiz_page.home .spacer::before,body.thewiz_page.home body.shrek_page .spacer::before,body.shrek_page .carousel .carousel-item .carousel-holder,body.thewiz_page .content ul.custom-list li::before,body.thewiz_page .content ol.custom-list li::before,body.thewiz_page .list.list-icons .list-item .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .list.list-icons ul.tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .list.list-icons ul .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .card .card-image .card-image-caption,body.thewiz_page .card .card-caption .card-description::after,body.thewiz_page .faq-overview .faq-icon,body.thewiz_page .loading-overlay::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .eyecatcher::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page).home body.thewiz_page .spacer::before,body.thewiz_page body.shrek_page.home .spacer::before,body.shrek_page.home body.thewiz_page .spacer::before,body.thewiz_page .eyecatcher::before,body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page .carousel::before,body.thewiz_page.home .spacer::before,body.thewiz_page .carousel .carousel-item .carousel-holder{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item .carousel-btn,body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item .carousel-btn{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100,body:not(.shrek_page):not(.thewiz_page) .header .header-main .logo a img,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-img,body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-img,body.shrek_page .header .header-main .logo a img,body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .gallery .gallery-item .gallery-img,body.shrek_page .gallery-grid .gallery-item .gallery-img,body.thewiz_page .header .header-main .logo a img,body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .gallery .gallery-item .gallery-img,body.thewiz_page .gallery-grid .gallery-item .gallery-img{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100,body:not(.shrek_page):not(.thewiz_page) .card,body:not(.shrek_page):not(.thewiz_page) .inspiration .card.icon .card-image,body:not(.shrek_page):not(.thewiz_page) .inspiration .card.icon .card-image .card-image-link,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item-bg,body.shrek_page .card,body.shrek_page .inspiration .card.icon .card-image,body.shrek_page .inspiration .card.icon .card-image .card-image-link,body.shrek_page .owl-carousel .item,body.shrek_page .carousel .carousel-item-bg,body.thewiz_page .card,body.thewiz_page .inspiration .card.icon .card-image,body.thewiz_page .inspiration .card.icon .card-image .card-image-link,body.thewiz_page .owl-carousel .item,body.thewiz_page .carousel .carousel-item-bg{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,body:not(.shrek_page):not(.thewiz_page) .btn-back,body.shrek_page .btn-back,body.thewiz_page .btn-back,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info,body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info,body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info,body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info,body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info-extra,body.shrek_page.accommodation_category_detail .accommodation_detail .info,body.shrek_page.location-accommodation-detail .accommodation_detail .info,body.shrek_page.accommodation_detail .accommodation_detail .info,body.shrek_page.accommodation_category_detail .accommodation_detail .info-extra,body.shrek_page.location-accommodation-detail .accommodation_detail .info-extra,body.shrek_page.accommodation_detail .accommodation_detail .info-extra,body.shrek_page.assortiment_detail .assortiment_detail .info,body.shrek_page.assortiment_detail .assortiment_detail .info-extra,body.shrek_page.blog_post_detail .blog_detail .info,body.shrek_page.blog_post_detail .blog_detail .info-extra,body.shrek_page.service_category .service_category_detail .info,body.shrek_page.service_category .service_category_detail .info-extra,body.shrek_page.service_detail .service_detail .info,body.shrek_page.service_detail .service_detail .info-extra,body.thewiz_page.accommodation_category_detail .accommodation_detail .info,body.thewiz_page.location-accommodation-detail .accommodation_detail .info,body.thewiz_page.accommodation_detail .accommodation_detail .info,body.thewiz_page.accommodation_category_detail .accommodation_detail .info-extra,body.thewiz_page.location-accommodation-detail .accommodation_detail .info-extra,body.thewiz_page.accommodation_detail .accommodation_detail .info-extra,body.thewiz_page.assortiment_detail .assortiment_detail .info,body.thewiz_page.assortiment_detail .assortiment_detail .info-extra,body.thewiz_page.blog_post_detail .blog_detail .info,body.thewiz_page.blog_post_detail .blog_detail .info-extra,body.thewiz_page.service_category .service_category_detail .info,body.thewiz_page.service_category .service_category_detail .info-extra,body.thewiz_page.service_detail .service_detail .info,body.thewiz_page.service_detail .service_detail .info-extra,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar,body:not(.shrek_page):not(.thewiz_page) .header .header-main .container-navbar,body:not(.shrek_page):not(.thewiz_page) .eyecatcher .eyecatcher-container,body:not(.shrek_page):not(.thewiz_page).home .spacer .container-default,body.shrek_page .header .header-socket .container-navbar,body.shrek_page .header .header-main .container-navbar,body.shrek_page .eyecatcher .eyecatcher-container,body.shrek_page.home .spacer .container-default,body.thewiz_page .header .header-socket .container-navbar,body.thewiz_page .header .header-main .container-navbar,body.thewiz_page .eyecatcher .eyecatcher-container,body.thewiz_page.home .spacer .container-default{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0,body:not(.shrek_page):not(.thewiz_page) .header .header-socket .container-navbar,body:not(.shrek_page):not(.thewiz_page) .header .header-main .container-navbar,body:not(.shrek_page):not(.thewiz_page) .eyecatcher .eyecatcher-container,body:not(.shrek_page):not(.thewiz_page).home .spacer .container-default,body.shrek_page .header .header-socket .container-navbar,body.shrek_page .header .header-main .container-navbar,body.shrek_page .eyecatcher .eyecatcher-container,body.shrek_page.home .spacer .container-default,body.thewiz_page .header .header-socket .container-navbar,body.thewiz_page .header .header-main .container-navbar,body.thewiz_page .eyecatcher .eyecatcher-container,body.thewiz_page.home .spacer .container-default{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.one,body.shrek_page .container-two-columns .column.one,body.thewiz_page .container-two-columns .column.one,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.two,body.shrek_page .container-two-columns .column.two,body.thewiz_page .container-two-columns .column.two,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail,body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail,body:not(.shrek_page):not(.thewiz_page).show_detail .page_block.show_detail_intro,body.shrek_page.accommodation_category_detail .accommodation_detail,body.shrek_page.location-accommodation-detail .accommodation_detail,body.shrek_page.accommodation_detail .accommodation_detail,body.shrek_page.service_category .service_category_detail,body.thewiz_page.accommodation_category_detail .accommodation_detail,body.thewiz_page.location-accommodation-detail .accommodation_detail,body.thewiz_page.accommodation_detail .accommodation_detail,body.thewiz_page.service_category .service_category_detail,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto,body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu,body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu,body.shrek_page header.header .header-main .navbar .navbar-collapse.menu,body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu,body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu,body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto,body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu,body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu,body.shrek_page header.header .header-main .navbar .navbar-collapse.menu,body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu,body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu,body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0,body:not(.shrek_page):not(.thewiz_page) .container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .container,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0,body:not(.shrek_page):not(.thewiz_page) .container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .container,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.one,body.shrek_page .container-two-columns .column.one,body.thewiz_page .container-two-columns .column.one,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.two,body.shrek_page .container-two-columns .column.two,body.thewiz_page .container-two-columns .column.two,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.one,body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info,body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info,body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info,body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info,body.shrek_page .container-two-columns .column.one,body.shrek_page.accommodation_category_detail .accommodation_detail .info,body.shrek_page.location-accommodation-detail .accommodation_detail .info,body.shrek_page.accommodation_detail .accommodation_detail .info,body.shrek_page.assortiment_detail .assortiment_detail .info,body.shrek_page.blog_post_detail .blog_detail .info,body.shrek_page.service_category .service_category_detail .info,body.shrek_page.service_detail .service_detail .info,body.thewiz_page .container-two-columns .column.one,body.thewiz_page.accommodation_category_detail .accommodation_detail .info,body.thewiz_page.location-accommodation-detail .accommodation_detail .info,body.thewiz_page.accommodation_detail .accommodation_detail .info,body.thewiz_page.assortiment_detail .assortiment_detail .info,body.thewiz_page.blog_post_detail .blog_detail .info,body.thewiz_page.service_category .service_category_detail .info,body.thewiz_page.service_detail .service_detail .info,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.two,body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info-extra,body.shrek_page .container-two-columns .column.two,body.shrek_page.accommodation_category_detail .accommodation_detail .info-extra,body.shrek_page.location-accommodation-detail .accommodation_detail .info-extra,body.shrek_page.accommodation_detail .accommodation_detail .info-extra,body.shrek_page.assortiment_detail .assortiment_detail .info-extra,body.shrek_page.blog_post_detail .blog_detail .info-extra,body.shrek_page.service_category .service_category_detail .info-extra,body.shrek_page.service_detail .service_detail .info-extra,body.thewiz_page .container-two-columns .column.two,body.thewiz_page.accommodation_category_detail .accommodation_detail .info-extra,body.thewiz_page.location-accommodation-detail .accommodation_detail .info-extra,body.thewiz_page.accommodation_detail .accommodation_detail .info-extra,body.thewiz_page.assortiment_detail .assortiment_detail .info-extra,body.thewiz_page.blog_post_detail .blog_detail .info-extra,body.thewiz_page.service_category .service_category_detail .info-extra,body.thewiz_page.service_detail .service_detail .info-extra,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate,body:not(.shrek_page):not(.thewiz_page) .card .card-image .card-image-caption .card-image-label,body:not(.shrek_page):not(.thewiz_page) .card.card-assortiment .card-caption .card-prices .card-price,body:not(.shrek_page):not(.thewiz_page) .card.card-assortiment .card-caption .card-prices .card-price-message,body.shrek_page .card .card-image .card-image-caption .card-image-label,body.shrek_page .card.card-assortiment .card-caption .card-prices .card-price,body.shrek_page .card.card-assortiment .card-caption .card-prices .card-price-message,body.thewiz_page .card .card-image .card-image-caption .card-image-label,body.thewiz_page .card.card-assortiment .card-caption .card-prices .card-price,body.thewiz_page .card.card-assortiment .card-caption .card-prices .card-price-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center,body:not(.shrek_page):not(.thewiz_page) .card.icon .card-image,body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-icon,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-prev,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-next,body.shrek_page .card.icon .card-image,body.shrek_page .faq-overview .faq-icon,body.shrek_page .owl-carousel .owl-nav .owl-prev,body.shrek_page .owl-carousel .owl-nav .owl-next,body.thewiz_page .card.icon .card-image,body.thewiz_page .faq-overview .faq-icon,body.thewiz_page .owl-carousel .owl-nav .owl-prev,body.thewiz_page .owl-carousel .owl-nav .owl-next{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#76bf43 !important}a.text-primary:hover,a.text-primary:focus{color:#53872e !important}.text-secondary{color:#00b5e9 !important}a.text-secondary:hover,a.text-secondary:focus{color:#007a9d !important}.text-success{color:#BBD331 !important}a.text-success:hover,a.text-success:focus{color:#869720 !important}.text-info{color:#17A2B8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#FFC107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#DC3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#F8F9FA !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343A40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-tertiary{color:#ADB5BD !important}a.text-tertiary:hover,a.text-tertiary:focus{color:#838f9b !important}.text-body{color:#000 !important}.text-muted{color:#6C757D !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible,body:not(.shrek_page):not(.thewiz_page) .grecaptcha-badge,body.shrek_page .grecaptcha-badge,body.thewiz_page .grecaptcha-badge{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #ADB5BD;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #DEE2E6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#DEE2E6}.table .thead-dark th{color:inherit;border-color:#DEE2E6}}body:not(.shrek_page):not(.thewiz_page){/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page){padding:0;transition:all 0.2s ease-in-out}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).sticky{padding:0}}body:not(.shrek_page):not(.thewiz_page) .container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-container{padding:0 30px}body:not(.shrek_page):not(.thewiz_page) .container-small{width:100%;margin:0 auto;padding:0 30px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .container-small{max-width:540px;padding:0 30px}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .container-small{max-width:720px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .container-small{max-width:960px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .container-small{max-width:1000px}}body:not(.shrek_page):not(.thewiz_page) .container-fluid,body:not(.shrek_page):not(.thewiz_page) .container-sm,body:not(.shrek_page):not(.thewiz_page) .container-md,body:not(.shrek_page):not(.thewiz_page) .container-lg,body:not(.shrek_page):not(.thewiz_page) .container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns{max-width:2000px;padding:0 30px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .container-fluid,body:not(.shrek_page):not(.thewiz_page) .container-sm,body:not(.shrek_page):not(.thewiz_page) .container-md,body:not(.shrek_page):not(.thewiz_page) .container-lg,body:not(.shrek_page):not(.thewiz_page) .container-xl,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns{padding:0 30px}}body:not(.shrek_page):not(.thewiz_page) .container-one-column .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page) .container-one-column .column.default{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}body:not(.shrek_page):not(.thewiz_page) .container-two-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.two{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-two-columns .column.two{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .container-three-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body:not(.shrek_page):not(.thewiz_page) .container-three-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-three-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-three-columns .column.three{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .container-three-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-three-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-three-columns .column.three{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .container-four-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.four{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.four{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-four-columns .column.four{flex:0 0 25%;max-width:25%}}body:not(.shrek_page):not(.thewiz_page) .container-six-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.four,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.five,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.six{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.four,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.five,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.six{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.four,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.five,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.six{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.one,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.two,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.three,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.four,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.five,body:not(.shrek_page):not(.thewiz_page) .container-six-columns .column.six{flex:0 0 16.66667%;max-width:16.66667%}}body:not(.shrek_page):not(.thewiz_page) .header{position:relative;z-index:999;transition:all 0.2s ease-in-out}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .header{position:absolute;top:0;right:0;left:0}}body:not(.shrek_page):not(.thewiz_page) .header .header-socket{background-color:#343A40}body:not(.shrek_page):not(.thewiz_page) .header .header-main{background:#fff}body:not(.shrek_page):not(.thewiz_page) .header .header-main .logo{max-width:75px;transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-toggler{margin:0 0 0 auto}body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-toggler .navbar-toggler-icon{width:auto;height:auto;background-image:none}body:not(.shrek_page):not(.thewiz_page) .header .header-main .navbar-collapse .navbar-nav{margin:0 0 0 auto}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .header.sticky{position:fixed;box-shadow:0 3px 3px rgba(0,0,0,0.1)}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .header.sticky .header-main .logo{max-width:40px}}body:not(.shrek_page):not(.thewiz_page) .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel{display:inherit}body:not(.shrek_page):not(.thewiz_page) .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel .dropdown-toggle{display:none !important}body:not(.shrek_page):not(.thewiz_page) .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel .nav-item{display:inherit}body:not(.shrek_page):not(.thewiz_page) .header .navbar-collapse.side_panel.side_panel_opened .nav-item:not(.active_side_panel){display:none}body:not(.shrek_page):not(.thewiz_page) .header .navbar-collapse.side_panel .menu-side-panel-header .go-back::after{content:"\F060";font-family:"Font Awesome 5 Pro";font-size:0.813rem;font-weight:700;border:none}body:not(.shrek_page):not(.thewiz_page) .footer{padding:0;background:rgba(0,0,0,0)}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top{padding:8vh 0;background:#00b5e9}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket{padding:4vh 0;background:#343A40}body:not(.shrek_page):not(.thewiz_page) .content{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page) .content h1,body:not(.shrek_page):not(.thewiz_page) .content h2,body:not(.shrek_page):not(.thewiz_page) .content h3,body:not(.shrek_page):not(.thewiz_page) .content h4,body:not(.shrek_page):not(.thewiz_page) .content h5,body:not(.shrek_page):not(.thewiz_page) .content h6{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:700;line-height:1.2;color:#000}body:not(.shrek_page):not(.thewiz_page) .content h1{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:3rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content h1{font-size:3rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .content h2{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content h2{font-size:2.25rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .content h3{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content h3{font-size:1.75rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .content h4{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content h4{font-size:1.5rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .content h5{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content h5{font-size:1.25rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .content h6{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content h6{font-size:1rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .content p{margin:0 0 1rem 0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body:not(.shrek_page):not(.thewiz_page) .content ul:not(.vocabulary_term_list) li,body:not(.shrek_page):not(.thewiz_page) .content ol:not(.carousel-indicators) li{margin:0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body:not(.shrek_page):not(.thewiz_page) .content ul.custom-list li{padding:0 0 0 25px}body:not(.shrek_page):not(.thewiz_page) .content ul.custom-list li::before{left:0;height:24px;font-family:'Font Awesome 5 Pro';font-size:10px;font-weight:700;line-height:24px;color:#76bf43;content:""}body:not(.shrek_page):not(.thewiz_page) .content ol.custom-list li{padding:0 0 0 25px}body:not(.shrek_page):not(.thewiz_page) .content ol.custom-list li::before{left:0;height:24px;font-family:'Font Awesome 5 Pro';font-size:10px;font-weight:400;line-height:24px;color:#76bf43;content:""}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark h1{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark h2{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark h3{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark h4{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark h5{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark h6{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark p{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark ul li,body:not(.shrek_page):not(.thewiz_page) .content.bg-dark ol li{color:#fff}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark ul.custom-list li::before{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .content.bg-dark ol.custom-list li::before{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .content-padding{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page) .mini-sab{padding:4vh 0;background-color:#DEE2E6}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .mini-sab .container .container-holder,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .owl-container .container-holder,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .mini-sab .owl-container .container-holder,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .carousel-container .container-holder,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .mini-sab .carousel-container .container-holder,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .container-holder .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .mini-sab .container-holder .container-holder,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .container-default .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .mini-sab .container-default .container-holder,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-container .container-holder,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-container .container-holder,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-container .container-holder,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel-container .container-holder{flex:1}}body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab{border-radius:4px !important}body:not(.shrek_page):not(.thewiz_page) .eyecatcher{min-height:90vh}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.large{min-height:100vh}body:not(.shrek_page):not(.thewiz_page) .alert{margin:0 0 1rem 0;padding:.75rem 1.25rem;border-radius:.25rem;box-shadow:none;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}body:not(.shrek_page):not(.thewiz_page) .alert-danger{background:#fff;border:1px solid #DC3545;color:#DC3545}body:not(.shrek_page):not(.thewiz_page) .bg-dark .alert-danger{background:rgba(0,0,0,0);border:1px solid #DC3545;color:#DC3545}body:not(.shrek_page):not(.thewiz_page) .btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) a:last-of-type{max-width:100%}body:not(.shrek_page):not(.thewiz_page) .btn-white{background:#fff;border:1px solid #fff;color:#000}body:not(.shrek_page):not(.thewiz_page) .btn-white:hover{background:#76bf43;border:1px solid #76bf43}body:not(.shrek_page):not(.thewiz_page) .btn-link--primary,body:not(.shrek_page):not(.thewiz_page) .btn-back{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .btn-link--primary:hover,body:not(.shrek_page):not(.thewiz_page) .btn-back:hover{color:#00b5e9}body:not(.shrek_page):not(.thewiz_page) .btn-link--white{color:#fff}body:not(.shrek_page):not(.thewiz_page) .btn-link--white:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .btn-back{transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .list{margin:0;padding:0;list-style:none}body:not(.shrek_page):not(.thewiz_page) .list.list-icons{margin:10px 0 0 0}body:not(.shrek_page):not(.thewiz_page) .list.list-icons .list-item,body:not(.shrek_page):not(.thewiz_page) .list.list-icons section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .list.list-icons ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .list.list-icons .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .list.list-icons ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list.list-icons .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list.list-icons .tag-list{padding:0 0 0 30px}body:not(.shrek_page):not(.thewiz_page) .list.list-icons .list-item .icon,body:not(.shrek_page):not(.thewiz_page) .list.list-icons section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .list.list-icons ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) .list.list-icons .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .list.list-icons ul .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .list.list-icons main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list.list-icons .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .list.list-icons main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list.list-icons .tag-list .icon{left:0}body:not(.shrek_page):not(.thewiz_page) .vocabulary_term_list li{margin:0 10px 0 0}body:not(.shrek_page):not(.thewiz_page) .footer_logolink .list .list-item,body:not(.shrek_page):not(.thewiz_page) .footer_logolink .list section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .footer_logolink .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer_logolink .list .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .footer_logolink .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer_logolink .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .footer_logolink .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer_logolink .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .footer_logolink .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer_logolink .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer_logolink .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer_logolink .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer_logolink .list .tag-list{margin:0 10px 0 0}body:not(.shrek_page):not(.thewiz_page) .footer_link .list .list-item,body:not(.shrek_page):not(.thewiz_page) .footer_link .list section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .footer_link .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer_link .list .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .footer_link .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer_link .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer_link .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer_link .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer_link .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer_link .list .tag-list{margin:0 10px 0 0}body:not(.shrek_page):not(.thewiz_page) .card{background:#fff;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem;box-shadow:none;overflow:hidden}body:not(.shrek_page):not(.thewiz_page) .card .card-image{flex:0 0 auto;background:#E9ECEF}body:not(.shrek_page):not(.thewiz_page) .card .card-image .card-img{border-radius:0}body:not(.shrek_page):not(.thewiz_page) .card .card-image .card-image-caption{top:auto;right:0;bottom:0;left:0;display:block;align-items:stretch;justify-content:flex-start;padding:0;background:rgba(0,0,0,0)}body:not(.shrek_page):not(.thewiz_page) .card .card-image .card-image-caption .card-image-label{padding:5px 15px;background:rgba(0,0,0,0.25);font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:none;text-align:left;color:#fff}body:not(.shrek_page):not(.thewiz_page) .card .card-body{padding:15px;background:#fff}body:not(.shrek_page):not(.thewiz_page) .card .card-caption{flex:1 1 auto;text-align:left}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:none;text-align:left;color:#000;transition:all 0.2s ease-in-out}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-title{font-size:1.5rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-title-link{margin:0 0 .5rem 0;text-decoration:none;color:#000}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-title-link .card-title{margin:0;color:inherit}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-title-link:hover{text-decoration:none;color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:none;text-align:left;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-subtitle{font-size:1rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description{margin:0;overflow:hidden;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-shadow:none;text-align:left;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description{min-height:125px;max-height:125px}}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description::after{right:0;bottom:0;left:0;height:50px;background:#fff;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);content:''}body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description .list .list-item,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description .list section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .card .card-caption .card-description .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .card .card-caption .card-description .list .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .card .card-caption .card-description .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .card .card-caption .card-description .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .card .card-caption .card-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .card .card-caption .card-description .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .card .card-caption .card-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .card .card-caption .card-description .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .card .card-caption .card-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .card .card-caption .card-description .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .card .card-caption .card-description .list .tag-list{color:inherit}body:not(.shrek_page):not(.thewiz_page) .card .card-buttons{flex:0 0 auto;margin:15px 0 0 0}body:not(.shrek_page):not(.thewiz_page) .card .card-btn{background:#76bf43;border:1px solid #76bf43;color:#fff}body:not(.shrek_page):not(.thewiz_page) .card .card-btn:hover{background:#000;border:1px solid #000;color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-img-overlay{display:block;flex-direction:column;padding:15px;background:rgba(0,0,0,0.25);overflow:hidden}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption{padding:0;background:rgba(0,0,0,0)}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-title{font-size:1.5rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-title-link{margin:0 0 .5rem 0;text-decoration:none;color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-title-link .card-title{color:inherit}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-title-link:hover{text-decoration:none;color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-subtitle{font-size:1rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-description{min-height:75px;max-height:75px;margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-caption .card-description::after{height:50px;background:rgba(0,0,0,0.25);background:rgba(0,0,0,0)}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-btn{background:transparent;border:1px solid #fff;color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.card-overlay .card-btn:hover{background:#fff;border:1px solid #fff;color:#000}body:not(.shrek_page):not(.thewiz_page) .card.card-assortiment .card-price.discounted{text-decoration:line-through}body:not(.shrek_page):not(.thewiz_page) .card.card-assortiment .card-caption .card-prices{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5;text-shadow:none;text-align:left;color:#000}body:not(.shrek_page):not(.thewiz_page) .card.card-assortiment .card-caption .card-prices .card-price{font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;color:#000}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-image{overflow:visible}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-image .card-label{position:absolute;right:0;bottom:-10px;margin:0 15px;background:#76bf43;padding:.5rem 1rem;border-radius:.25rem;color:#fff;font-weight:700}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-image .card-label::after{content:'';position:absolute;top:100%;left:10px;width:0;height:0;border-top:10px solid #76bf43;border-right:10px solid transparent}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info{margin-bottom:1rem}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-staydata{display:flex;flex-wrap:wrap;margin:0 0 0.5rem 0;padding:0;list-style:none}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-staydata li{font-size:.75rem;line-height:1}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-staydata li+li::before{content:'|';margin:0 5px}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-traveldata{margin-bottom:1rem}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-traveldata .dates{display:flex;flex-wrap:wrap;margin:0 0 0.5rem 0;padding:0;list-style:none}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-traveldata .dates li{color:#76bf43;line-height:1;font-size:.875rem}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-traveldata .dates li+li::before{content:'\f061';margin:0 7.5px;color:rgba(118,191,67,0.5);font-weight:900;font-family:"Font Awesome 5 Pro"}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-prices{text-align:right}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-prices .card-old-price{font-size:.875rem;line-height:1;text-decoration:line-through}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-prices .card-price .card-price-prefix{font-size:.75rem}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-info .card-prices .card-price .card-price-amount{margin-left:5px;color:#76bf43;font-size:1.125rem;font-weight:700}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-characteristics{margin:0}body:not(.shrek_page):not(.thewiz_page) .card.card-arrangement .card-buttons{margin:0}body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-image{flex:0 0 100%;max-width:100%}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-image{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-image{flex:0 0 41.66667%;max-width:41.66667%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-image{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-image{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-body{flex:0 0 100%;max-width:100%}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-body{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-body{flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-body{flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .card.card-wide .card-body{flex:0 0 66.66667%;max-width:66.66667%}}body:not(.shrek_page):not(.thewiz_page) .card.icon .card-image{background:#fff;font-size:155px}body:not(.shrek_page):not(.thewiz_page) .card.dark{background:#000;border:0}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-image{background:#343A40}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-body{background:#000}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-title{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-title-link{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-title-link .card-title{margin:0;color:inherit}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-title-link:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-subtitle{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-description{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-description::after{background:#000;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%)}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-prices{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-caption .card-prices .card-price{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-info .card-prices .card-price-label,body:not(.shrek_page):not(.thewiz_page) .card.dark .card-info .card-prices .card-old-price{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-info .card-prices .card-price{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-info .card-traveldata .card-arrival-label,body:not(.shrek_page):not(.thewiz_page) .card.dark .card-info .card-traveldata .card-arrival-data,body:not(.shrek_page):not(.thewiz_page) .card.dark .card-info .card-traveldata .card-duration-data{color:#fff}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-btn{background:#fff;border:1px solid #fff;color:#000}body:not(.shrek_page):not(.thewiz_page) .card.dark .card-btn:hover{background:#76bf43;border:1px solid #76bf43;color:#fff}body:not(.shrek_page):not(.thewiz_page) .masonry .card .card-caption .card-description{min-height:0;max-height:unset}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-icon{top:0;right:unset;bottom:unset;left:0;z-index:10;width:50px;font-size:1rem;line-height:41px;color:#76bf43;transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category{margin:15px 0 0 0}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title{margin:0;padding:10px 0 10px 50px;background:rgba(0,0,0,0);cursor:pointer}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title{padding:10px 10px 10px 50px}}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title h2{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title h2{font-size:1.5rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title .faq-icon{line-height:48px}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-title:hover .faq-icon{color:#53872e}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items{display:none}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-question{margin:0 0 5px 0;padding:10px 10px 10px 50px;background:rgba(0,0,0,0);border:1px solid #E9ECEF;cursor:pointer}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-question{padding:10px 10px 10px 50px}}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-question h3{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-question h3{font-size:1rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-question:hover .faq-icon{color:#53872e}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-answer{display:none;margin:0 0 25px 0;padding:10px 10px 10px 50px;background:rgba(0,0,0,0);border:1px solid #E9ECEF;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category .faq-items .faq-item .faq-answer{padding:10px 10px 10px 50px}}body:not(.shrek_page):not(.thewiz_page) .faq-overview .faq-category.js-single-category .faq-items{display:block}body:not(.shrek_page):not(.thewiz_page) .form .form-group{margin:0 0 1rem 0}body:not(.shrek_page):not(.thewiz_page) .form .form-control-label{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body:not(.shrek_page):not(.thewiz_page) .form .form-control{padding:.375rem .75rem;background-color:#fff;border:1px solid #CED4DA;border-radius:.25rem;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#495057}body:not(.shrek_page):not(.thewiz_page) .form .form-control.is-invalid{border:1px solid #DC3545}body:not(.shrek_page):not(.thewiz_page) .form .g-recaptcha{margin:0 0 1rem 0}body:not(.shrek_page):not(.thewiz_page) .form .reCAPTCHA-text{margin:0 0 1rem 0;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body:not(.shrek_page):not(.thewiz_page) .bg-dark .form .form-control-label{color:#fff}body:not(.shrek_page):not(.thewiz_page) .bg-dark .form .form-control{background-color:#fff;border:1px solid #CED4DA;color:#495057}body:not(.shrek_page):not(.thewiz_page) .bg-dark .form .form-control.is-invalid{border:1px solid #DC3545}body:not(.shrek_page):not(.thewiz_page) .bg-dark .form .reCAPTCHA-text{color:#fff}body:not(.shrek_page):not(.thewiz_page) .loading-icon::before,body:not(.shrek_page):not(.thewiz_page) .loading-overlay::before,body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page.home .spacer::before,body.shrek_page.home body:not(.shrek_page):not(.thewiz_page) .spacer::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.home .spacer::before,body.thewiz_page.home body:not(.shrek_page):not(.thewiz_page) .spacer::before{width:32px;height:32px;margin:0 auto;border:4px solid #F8F9FA;border-color:#00b5e9 #00b5e9 #00b5e9 transparent;border-radius:50%;content:'';animation:loading-icon-spin .75s linear infinite}body:not(.shrek_page):not(.thewiz_page) .loading-overlay::before,body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page.home .spacer::before,body.shrek_page.home body:not(.shrek_page):not(.thewiz_page) .spacer::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.home .spacer::before,body.thewiz_page.home body:not(.shrek_page):not(.thewiz_page) .spacer::before{top:50%;left:50%;margin:-16px 0 0 -16px}@keyframes loading-icon-spin{to{transform:rotate(360deg)}}body:not(.shrek_page):not(.thewiz_page) .owl-carousel{min-height:90vh}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-stage .owl-item{flex:0 0 auto}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item{align-items:center;min-height:90vh;padding:7.5vh 0;background-position:center center;background-repeat:no-repeat;background-size:cover}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-caption-holder{width:100%}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-caption{padding:0;background:rgba(0,0,0,0);text-align:left}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-title{font-size:2.25rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-subtitle{font-size:1.75rem;line-height:1.2}}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-description{margin:0 0 1rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-description .list .list-item,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-description .list section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .owl-carousel .item .owl-description .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-description .list .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .owl-carousel .item .owl-description .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .owl-carousel .item .owl-description .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .owl-carousel .item .owl-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .owl-carousel .item .owl-description .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .owl-carousel .item .owl-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .owl-carousel .item .owl-description .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .owl-carousel .item .owl-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .owl-carousel .item .owl-description .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .owl-carousel .item .owl-description .list .tag-list{color:#fff}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav{position:absolute;right:0;bottom:50%;left:0;z-index:100;margin:0 0 25px 0}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-prev,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-next{position:absolute;display:block;width:30px;height:50px;outline:0;font-size:2rem;line-height:50px;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff;transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-prev:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-next:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-prev.disabled,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-next.disabled{opacity:.25;pointer-events:none}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-prev{left:0}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-nav .owl-next{right:0}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots{position:absolute;right:0;bottom:30px;left:0;z-index:100;height:0;display:flex;justify-content:center;flex-wrap:wrap}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots .owl-dot{outline:0}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots .owl-dot span{width:15px;height:15px;margin:7.5px 2.5px;background:rgba(0,0,0,0);border:2px solid #fff;border-radius:15px;box-shadow:2px 2px 2px rgba(0,0,0,0.5);transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots .owl-dot:hover span{background:#fff;border:2px solid #fff}body:not(.shrek_page):not(.thewiz_page) .owl-carousel .owl-dots .owl-dot.active span{background:#fff;border:2px solid #fff}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.large{min-height:100vh}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.large .item{min-height:100vh;padding:15vh 0}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .item{min-height:0;padding:0}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-nav{right:-30px;left:-30px}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-nav .owl-prev,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-nav .owl-next{text-shadow:none;color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-nav .owl-prev:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-nav .owl-next:hover{color:#53872e}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-dots{bottom:0;height:auto;margin-top:15px}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-dots .owl-dot span{background:rgba(0,0,0,0);border:2px solid #76bf43;box-shadow:none}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-dots .owl-dot:hover span{background:#76bf43;border:2px solid #76bf43}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.slider .owl-dots .owl-dot.active span{background:#76bf43;border:2px solid #76bf43}body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-nav .owl-prev,body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-nav .owl-next{color:#fff}body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-nav .owl-prev:hover,body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-nav .owl-next:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-dots .owl-dot span{background:rgba(0,0,0,0);border:2px solid #fff}body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-dots .owl-dot:hover span{background:#fff;border:2px solid #fff}body:not(.shrek_page):not(.thewiz_page) .bg-dark .owl-carousel.slider .owl-dots .owl-dot.active span{background:#fff;border:2px solid #fff}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item{height:100%;border-radius:10px;overflow:hidden;min-height:unset;cursor:pointer;padding:0;aspect-ratio:16 / 9}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item{aspect-ratio:3 / 2;height:auto}}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item picture{display:block;height:100%}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item picture img{height:100%}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item[data-video_url]{align-items:center;justify-content:center}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item[data-video_url]::after{content:'\f144';font-family:"Font Awesome 5 Pro";font-weight:300;width:120px;font-size:96px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.7);color:#76bf43;border-radius:50%;line-height:normal;transition:.2s}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item[data-video_url]::after{width:80px;font-size:66px}}@media (max-width: 575.98px){body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item[data-video_url]::after{width:60px;font-size:44px}}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .item[data-video_url]:hover::after{background-color:#fff}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .owl-stage,body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .owl-stage-outer{height:100%}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .owl-dots .owl-dot span{box-shadow:none;border-width:1px}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.accommodation-gallery .num{background-color:#FFF;position:absolute;right:10px;bottom:10px;padding:5px 15px;border-radius:4px;z-index:99;font-size:12px;line-height:normal;font-weight:700}body:not(.shrek_page):not(.thewiz_page) .carousel{min-height:90vh}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item{min-height:90vh;padding:7.5vh 0}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-holder{top:0;right:0;bottom:0;left:0}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-caption{right:unset;bottom:unset;left:unset;padding:0;background:rgba(0,0,0,0);text-align:left}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-description{margin:0 0 1rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-description .list .list-item,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-description .list section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info .carousel .carousel-item .carousel-description .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-description .list .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text .carousel .carousel-item .carousel-description .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .carousel .carousel-item .carousel-description .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .carousel .carousel-item .carousel-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .carousel .carousel-item .carousel-description .list main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .carousel .carousel-item .carousel-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .carousel .carousel-item .carousel-description .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .carousel .carousel-item .carousel-description .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .carousel .carousel-item .carousel-description .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .carousel .carousel-item .carousel-description .list .tag-list{color:#fff}body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item-bg{background-position:center center;background-repeat:no-repeat;background-size:cover}body:not(.shrek_page):not(.thewiz_page) .carousel.large{min-height:100vh}body:not(.shrek_page):not(.thewiz_page) .carousel.large .carousel-item{min-height:100vh;padding:15vh 0}body:not(.shrek_page):not(.thewiz_page) .datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}body:not(.shrek_page):not(.thewiz_page) .datepicker-inline{width:220px}body:not(.shrek_page):not(.thewiz_page) .datepicker-rtl{direction:rtl}body:not(.shrek_page):not(.thewiz_page) .datepicker-rtl.dropdown-menu{left:auto}body:not(.shrek_page):not(.thewiz_page) .datepicker-rtl table tr td span{float:right}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown{top:0;left:0}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-left:before{left:6px}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-left:after{left:7px}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-right:before{right:6px}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-right:after{right:7px}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}body:not(.shrek_page):not(.thewiz_page) .datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}body:not(.shrek_page):not(.thewiz_page) .datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:not(.shrek_page):not(.thewiz_page) .datepicker td,body:not(.shrek_page):not(.thewiz_page) .datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}body:not(.shrek_page):not(.thewiz_page) .table-striped .datepicker table tr td,body:not(.shrek_page):not(.thewiz_page) .table-striped .datepicker table tr th{background-color:transparent}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.day:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.day.focused{background:#eee;cursor:pointer}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.old,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.new{color:#999}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-ms-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image:-webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-o-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:linear-gradient(to bottom, #fdd49a, #fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today:hover:hover{color:#000}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.today.active:hover{color:#fff}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.disabled:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-ms-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image:-webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-o-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:linear-gradient(to bottom, #f3c17a, #f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom, #b3b3b3, gray);background-image:-ms-linear-gradient(to bottom, #b3b3b3, gray);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image:-webkit-linear-gradient(to bottom, #b3b3b3, gray);background-image:-o-linear-gradient(to bottom, #b3b3b3, gray);background-image:linear-gradient(to bottom, #b3b3b3, gray);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:#808080 #808080 #595959;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover[disabled]{background-color:#808080}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.selected.disabled:hover.active{background-color:#666666 \9}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #04c);background-image:-ms-linear-gradient(to bottom, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(to bottom, #08c, #04c);background-image:-o-linear-gradient(to bottom, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover[disabled]{background-color:#0044cc}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td.active.disabled:hover.active{background-color:#003399 \9}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.focused{background:#eee}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #04c);background-image:-ms-linear-gradient(to bottom, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(to bottom, #08c, #04c);background-image:-o-linear-gradient(to bottom, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled[disabled],body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover[disabled]{background-color:#0044cc}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover:active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active:hover.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled.active,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.active.disabled:hover.active{background-color:#003399 \9}body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.old,body:not(.shrek_page):not(.thewiz_page) .datepicker table tr td span.new{color:#999}body:not(.shrek_page):not(.thewiz_page) .datepicker .datepicker-switch{width:145px}body:not(.shrek_page):not(.thewiz_page) .datepicker .datepicker-switch,body:not(.shrek_page):not(.thewiz_page) .datepicker .prev,body:not(.shrek_page):not(.thewiz_page) .datepicker .next,body:not(.shrek_page):not(.thewiz_page) .datepicker tfoot tr th{cursor:pointer}body:not(.shrek_page):not(.thewiz_page) .datepicker .datepicker-switch:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker .prev:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker .next:hover,body:not(.shrek_page):not(.thewiz_page) .datepicker tfoot tr th:hover{background:#eee}body:not(.shrek_page):not(.thewiz_page) .datepicker .prev.disabled,body:not(.shrek_page):not(.thewiz_page) .datepicker .next.disabled{visibility:hidden}body:not(.shrek_page):not(.thewiz_page) .datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}body:not(.shrek_page):not(.thewiz_page) .input-append.date .add-on,body:not(.shrek_page):not(.thewiz_page) .input-prepend.date .add-on{cursor:pointer}body:not(.shrek_page):not(.thewiz_page) .input-append.date .add-on i,body:not(.shrek_page):not(.thewiz_page) .input-prepend.date .add-on i{margin-top:3px}body:not(.shrek_page):not(.thewiz_page) .input-daterange input{text-align:center}body:not(.shrek_page):not(.thewiz_page) .input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}body:not(.shrek_page):not(.thewiz_page) .input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}body:not(.shrek_page):not(.thewiz_page) .input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}body:not(.shrek_page):not(.thewiz_page) .timeslot_overview{margin:0 0 30px 0}body:not(.shrek_page):not(.thewiz_page) .timeslot_overview .timeslot-overview-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body:not(.shrek_page):not(.thewiz_page) .timeslot-category{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}body:not(.shrek_page):not(.thewiz_page) .timeslot-category .timeslot-category-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body:not(.shrek_page):not(.thewiz_page) .timeslot-category .timeslot-category-content{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}body:not(.shrek_page):not(.thewiz_page) .timeslot-category .timeslot-category-content .timeslot-category-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot_highlight{margin:0 0 30px 0}body:not(.shrek_page):not(.thewiz_page) .timeslot_highlight .timeslot-highlight-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item-holder{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item-holder{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item-holder{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker{height:100%;padding:15px;background:#76bf43;border:1px solid #76bf43;border-radius:.25rem;box-shadow:none}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker{width:100%;height:100%;padding:15px;background:#fff;border:1px solid #fff;border-radius:.25rem}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker .datepicker-days,body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker .datepicker-months,body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker .datepicker-years,body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker .datepicker-decades,body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker .datepicker-centuries{height:100%}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker .table-condensed{width:100%;height:100%}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker table tr td.day.active{background:#76bf43;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot-datepicker .datepicker table tr td span.active{background:#76bf43;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot-item{height:100%;padding:15px;background:#fff;border:1px solid #CED4DA;border-radius:.25rem;box-shadow:none}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation{display:flex;align-items:center;justify-content:space-between;padding:5px 0;background:rgba(0,0,0,0)}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-duration{float:1 1 auto;padding:0 10px;text-align:center}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn{padding:5px 10px;flex:0 0 auto;background-color:#76bf43;border:1px solid #76bf43;border-radius:.25rem;box-shadow:none;font-size:1rem;font-weight:700;line-height:1.5;color:#fff}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover{background-color:#00b5e9;border:1px solid #00b5e9;color:#fff}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days{margin:-1px 0 0 0}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:1px -0.5px 0 -0.5px}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 100%;max-width:100%;padding:0 0.5px 0 0.5px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title{height:100%;padding:5px 10px;background:#DEE2E6;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5;text-transform:none;text-decoration:none;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times{height:100%;padding:5px 10px;background:#E9ECEF;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-decoration:none;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list{margin:0;padding:0;list-style:none}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list::before,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list::after{display:none}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list .timeslot-item-day-times-list-item{font-size:inherit;font-weight:inherit;text-transform:inherit;text-decoration:inherit;color:inherit}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info{position:relative}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup{position:absolute;top:30px;right:unset;bottom:unset;left:50%;display:none;width:250px;margin:0 0 0 -125px;padding:15px;background:#fff;border:1px solid #fff;border-radius:.25rem;box-shadow:0 3px 3px rgba(0,0,0,0.1);font-size:.875rem;line-height:1.5;color:#000}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup>*{font-size:inherit;color:inherit}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup :last-child{margin:0}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup::before{position:absolute;top:unset;right:unset;bottom:100%;left:50%;width:0;height:0;margin:0 0 0 -10px;border:10px solid transparent;border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:#fff;border-left-color:rgba(0,0,0,0);content:''}body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info:hover .timeslot-item-day-times-info-popup{display:block}body:not(.shrek_page):not(.thewiz_page) [class^='w3-icon-']:before,body:not(.shrek_page):not(.thewiz_page) [class*=' w3-icon-']:before{width:auto;margin-left:0;margin-right:0}body:not(.shrek_page):not(.thewiz_page) iframe{border:none}body:not(.shrek_page):not(.thewiz_page) iframe[src*="youtube"]{width:100%;height:auto;aspect-ratio:16/9;border-radius:10px}body:not(.shrek_page):not(.thewiz_page) .gallery{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:-10px -5px 0 -5px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .gallery{margin:-20px -10px 0 -10px}}body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%;margin:10px 0 0 0;padding:0 5px;transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item:hover{transform:scale(1.025)}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item{margin:20px 0 0 0;padding:0 10px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-link{position:relative}body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:rgba(0,0,0,0.5);font-size:1.5rem;color:#fff}body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-caption::before{content:'+'}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item .gallery-caption{font-size:2rem}}body:not(.shrek_page):not(.thewiz_page) .gallery .gallery-item.large-item{flex:0 0 100%;max-width:100%}body:not(.shrek_page):not(.thewiz_page) .gallery-grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -30px -15px}body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0;transition:all 0.2s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item:hover{transform:scale(1.025)}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item{flex:0 0 25%;max-width:25%}}body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-link{position:relative}body:not(.shrek_page):not(.thewiz_page) .gallery-grid .gallery-item .gallery-caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:rgba(0,0,0,0.5);font-size:1.5rem;color:#fff}body:not(.shrek_page):not(.thewiz_page) .page_block.grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center;margin:0 -15px -30px -15px}body:not(.shrek_page):not(.thewiz_page) .page_block.grid .item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .page_block.grid .item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .page_block.grid .item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .page_block.grid .item{flex:0 0 25%;max-width:25%}}body:not(.shrek_page):not(.thewiz_page) .page_block.card-columns{column-count:1;column-gap:30px}body:not(.shrek_page):not(.thewiz_page) .page_block.card-columns .card{margin:0 0 30px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .page_block.card-columns{column-count:2}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .page_block.card-columns{column-count:2}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.card-columns{column-count:3}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .page_block.card-columns{column-count:4}}body:not(.shrek_page):not(.thewiz_page) .page_block.inspiration{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -30px -15px}body:not(.shrek_page):not(.thewiz_page) .page_block.inspiration .item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .home-blocks .page_block.contentblock.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .accordion-list{margin-top:2rem;margin-bottom:3rem}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item{border-top:1px solid #76bf43}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item:last-child{border-bottom:1px solid #76bf43}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header h2{margin-bottom:0}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header button{display:block;width:100%;padding:0.75rem 0;border:unset;position:relative;font-weight:400;font-size:18px;text-transform:unset;letter-spacing:normal;text-decoration:none;box-shadow:none;background-color:transparent;color:#76bf43;transition:all 0.2s ease-in-out;justify-content:flex-start}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header button:active,body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header button:focus{box-shadow:none;text-decoration:none}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header button:hover{color:inherit;text-decoration:none}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header button::after{content:'\e833';font-family:'fontello';position:absolute;right:0}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-header button[aria-expanded="true"]::after{content:'\e83c'}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-content{display:none}body:not(.shrek_page):not(.thewiz_page) .accordion-list-item-content ul:not(.custom-list){padding-left:1rem}body:not(.shrek_page):not(.thewiz_page) .add-arrow--before::before,body:not(.shrek_page):not(.thewiz_page) .btn-back::before{margin-right:10px;font-family:'Font Awesome 5 Pro';font-weight:700;content:'\f061'}body:not(.shrek_page):not(.thewiz_page) .add-arrow--before-r::before,body:not(.shrek_page):not(.thewiz_page) .btn-back::before{content:'\f060'}body:not(.shrek_page):not(.thewiz_page) .add-arrow--after::after{margin-left:10px;font-family:'Font Awesome 5 Pro';font-weight:700;content:'\f061'}body:not(.shrek_page):not(.thewiz_page) .add-arrow--after-r::after{content:'\f060'}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body:not(.shrek_page):not(.thewiz_page) body.w3-booking-widget-fullscreen-active{overflow:hidden}body:not(.shrek_page):not(.thewiz_page) body.w3-booking-widget-fullscreen-active .mini-sab,body:not(.shrek_page):not(.thewiz_page) body.w3-booking-widget-fullscreen-active:not(.home) .main{position:relative;z-index:2147483647}body:not(.shrek_page):not(.thewiz_page).home .intro{padding:8vh 0 4vh 0}body:not(.shrek_page):not(.thewiz_page).home .home-blocks{padding:4vh 0 8vh 0}body:not(.shrek_page):not(.thewiz_page).home .spacer{min-height:90vh}body:not(.shrek_page):not(.thewiz_page).home .spacer.large{min-height:100vh}body:not(.shrek_page):not(.thewiz_page).home .home-double{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page).home .slider-section{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page).home .inspiration-blocks{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page).test_page .content{padding:4vh 0}body:not(.shrek_page):not(.thewiz_page).test_page .content.bg-dark{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page).test_page .content:first-of-type{padding:8vh 0}body:not(.shrek_page):not(.thewiz_page).test_page .content:nth-of-type(3){padding:8vh 0 4vh 0}body:not(.shrek_page):not(.thewiz_page).test_page .content:last-of-type{padding:4vh 0 8vh 0}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .accommodation-properties,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .accommodation-properties,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .accommodation-properties{display:flex;flex-wrap:wrap;margin:0 0 10px 0;padding:0;list-style:none}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .accommodation-properties__item,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .accommodation-properties__item,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .accommodation-properties__item{margin:0 20px 0 0}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .accommodation-properties__icon,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .accommodation-properties__icon,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .accommodation-properties__icon{margin:0 10px 0 0;color:#76bf43}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .accommodation-properties__label,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .accommodation-properties__label,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .accommodation-properties__label{color:#000}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .info-extra,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).accommodation_category_detail .accommodation_detail .tommy,body:not(.shrek_page):not(.thewiz_page).location-accommodation-detail .accommodation_detail .tommy,body:not(.shrek_page):not(.thewiz_page).accommodation_detail .accommodation_detail .tommy{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .lead-section{margin-bottom:0;padding-bottom:0}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info-nav{display:flex;justify-content:space-between}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .actions{display:flex;align-items:center}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .actions-item:not(:last-child){border-right:1px solid #76bf43;padding-right:0.75rem;margin-right:0.75rem}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .actions-item:not(:last-child){padding-right:1rem;margin-right:1rem}}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .actions-item a{text-decoration:none}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .actions-item-icon{margin-right:10px}}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .actions-item-title{display:none}}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info{margin-top:1.5rem}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list{display:flex;flex-flow:row wrap;gap:5px;margin-bottom:2.5rem;padding-left:0 !important}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list{position:relative;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:99px;font-size:13px;padding:2px 4px;cursor:pointer;transition:var(--w3-booking-transition-duration, 0.3s);border:1px solid var(--w3-booking-result-item-iconlist-item-border-color, #cecece);color:var(--w3-booking-result-item-iconlist-item-color, #76bf43);background-color:var(--w3-booking-result-item-iconlist-item-background, #fff);line-height:normal;height:25px;min-width:25px}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item.list-item-with-title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul.list-item-with-title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul.list-item-with-title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list{padding-left:10px;padding-right:10px}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item.list-item-with-title .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul.list-item-with-title .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul.list-item-with-title .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item-with-title.tag-list .icon{margin-right:2px}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover{border-color:var(--w3-booking-result-item-iconlist-item-border-color-hover, #76bf43);color:var(--w3-booking-result-item-iconlist-item-color-hover, #fff);background-color:var(--w3-booking-result-item-iconlist-item-background-hover, #76bf43)}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list:hover .hover-label{bottom:calc(100% + 1em);z-index:1;visibility:visible;opacity:1}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .icon+.title{padding:0}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .title,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .title{padding:0 5px}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label{position:absolute;bottom:100%;left:50%;width:max-content;transform:translateX(-50%);background-color:var(--w3-booking-result-item-iconlist-label-background, #000);color:var(--w3-booking-result-item-iconlist-label-color, #fff);padding:4px 15px;border-radius:4px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.4));z-index:-1;visibility:hidden;opacity:0;transition:var(--w3-booking-transition-duration, 0.3s);line-height:1.5}@media (max-width: 1199.98px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label{max-width:100px;padding:4px 10px;text-overflow:ellipsis;overflow-x:clip}}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .list-item .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .footer .footer-top .container-default .container-holder .page_block.footer_text .info ul .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .info .tag-list .hover-label::after{content:"";display:block;position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);border-left:10px solid transparent;border-top:10px solid var(--w3-booking-result-item-iconlist-label-background, #000);border-right:10px solid transparent}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section{margin-top:0;padding-top:0}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column:has(.filters-fullscreen){z-index:999999}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three{flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section .container-one-column .column{flex:0 0 66.66667%;max-width:66.66667%}}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section ul.custom-list,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section ol.custom-list{list-style:none !important;padding:0 !important}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section h1,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section h2,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section h3,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section h4,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section h5,body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .content-section h6{font-size:1.5rem;color:#000}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .item-label{position:absolute;top:10px;left:25px;background-color:var(--w3-booking-result-item-label-background, #fff);color:var(--w3-booking-result-item-label-color, #76bf43);padding:10px;border-radius:4px;font-size:14px;z-index:1}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .item-label::after{content:'';display:inline-block;position:absolute;left:14px;bottom:-12px;z-index:1;border-left:14px solid var(--w3-booking-result-item-label-background, #fff);border-bottom:14px solid transparent;border-right:14px solid transparent}body:not(.shrek_page):not(.thewiz_page).layout-advanced-smooth .widget-title{margin-bottom:1.5rem}body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).assortiment_detail .assortiment_detail .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).blog_post_detail .blog_detail .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).service_category .service_category_detail .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).service_detail .service_detail .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) header.header{z-index:300000}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) header.header::after{content:"";background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDM1NS45IDM0LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NS45IDM0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTAuMiw2VjUuNCIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTAuMiwwdjQuOGM4LjQsMi41LDE4LjQsNC44LDI5LjksNi45YzM5LjYsNy4zLDkyLjIsMTEuMywxNDguMywxMS4zczEwOC43LTQsMTQ4LjMtMTEuMw0KCQkJYzExLjUtMi4xLDIxLjQtNC40LDI5LjktNi45VjBILTAuMnoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/100%;position:absolute;bottom:-29px;width:100%;height:30px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNjYgMTQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzY2IDE0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiPg0KCQ0KCQk8aW1hZ2Ugc3R5bGU9Im92ZXJmbG93OnZpc2libGU7b3BhY2l0eTowLjI1OyIgd2lkdGg9IjE0MDIiIGhlaWdodD0iMTYwIiB4bGluazpocmVmPSI0ODZEQkZCMC5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0xNSAtMTgpIj4NCgk8L2ltYWdlPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGlkPSJVbmlvbl8xLTJfMDAwMDAxMDE3ODkwNzk2NjY4MzE5ODc2NjAwMDAwMTQyNzM3ODE4NDU2OTE2Mjc5MTVfIiBjbGFzcz0ic3QwIiBkPSJNMCw5MC45VjBoMTM2NnY5MC45DQoJCQkJQzEyMjUuNCwxMTAuOCw5NzIuMSwxMjQsNjgzLDEyNFMxNDAuNiwxMTAuOCwwLDkwLjl6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat bottom/cover !important;min-height:155px;transition:height 0.25s ease}}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .page_block.logo{max-width:140px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .page_block.logo{max-width:179px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .page_block.logo{margin-top:10px}}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu{flex-grow:0}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item{font-size:16px}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-item{white-space:nowrap}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item:not(:last-child){margin-right:16px}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#76bf43;font-weight:600}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#231F20}}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .show_tickets_logo{margin-right:0}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .show_tickets_logo:hover{opacity:0.7}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .show_tickets_logo{margin-right:26px}}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .page_block.searchbox{display:flex;align-items:center}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .page_block.searchbox .search-icon:hover{opacity:0.7}@media (max-width: 1199.98px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar{padding:16px;z-index:1}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-toggler{margin-right:0;order:1;min-width:45px}}@media screen and (max-width: 1199.98px) and (min-width: 340px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-toggler{margin-right:40px}}@media (max-width: 1199.98px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-toggler[aria-expanded="true"] .fa-bars::before{content:"\f00d"}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-toggler .navbar-toggler-icon{color:#000;background:none}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-nav{display:block;padding:30px 20px 10px}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .page_block.logo{order:2}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .show_tickets_logo{order:3;flex:1;display:flex;justify-content:flex-end;margin-right:15px;margin-left:10px}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .page_block.searchbox{order:4}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-collapse{order:5}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-collapse .navbar-nav>li:not(:last-child){border-bottom:1px solid #00b5e9}body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar-collapse .navbar-nav>li>a{padding:8px 0;font-size:.875rem}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar{padding:0 50px}}body:not(.shrek_page):not(.thewiz_page) header.header .page_block.searchbox .search-box-form{display:none}body:not(.shrek_page):not(.thewiz_page) header.header.sticky{background:#fff;position:fixed;width:100%;top:0}body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main{min-height:100%;transition:height 0.25s ease}body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .logo{max-width:179px;margin-top:10px;margin-bottom:10px}body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .logo a{width:65px;height:40px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAuNDE4IiBoZWlnaHQ9IjczLjU5MSIgdmlld0JveD0iMCAwIDEyMC40MTggNzMuNTkxIj4NCiAgPGcgaWQ9Ikdyb3VwXzEyIiBkYXRhLW5hbWU9Ikdyb3VwIDEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU4LjcwNyAtNTg3LjQwNykiPg0KICAgIDxnIGlkPSJHcm91cF8xMSIgZGF0YS1uYW1lPSJHcm91cCAxMSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNiIgZGF0YS1uYW1lPSJQYXRoIDE2IiBkPSJNMzA1LjEsNjE3LjYwOGExMi44NzUsMTIuODc1LDAsMCwwLTIuMTUtNC4xNDksOS44ODIsOS44ODIsMCwwLDAtMy43OTEtMi43MTUsMTYuMzg3LDE2LjM4NywwLDAsMC0xMS42OCwwLDEwLjMzLDEwLjMzLDAsMCwwLTMuODQyLDIuNzE1LDExLjYyLDExLjYyLDAsMCwwLTIuMTUyLDQuMTQ5LDI2LjUsMjYuNSwwLDAsMC0xLjAyNCw0LjgxNiw1NS41NTksNTUuNTU5LDAsMCwwLDAsMTAuNjU1LDI3LjU0NCwyNy41NDQsMCwwLDAsMS4wMjQsNC44NjYsMTEuMDYzLDExLjA2MywwLDAsMCwyLjE1Miw0LjE0OSwxMC42MzUsMTAuNjM1LDAsMCwwLDMuODQyLDIuNjY0LDE2LjQsMTYuNCwwLDAsMCwxMS42OCwwLDkuODcyLDkuODcyLDAsMCwwLDMuNzkxLTIuNzE1LDEyLjg2OCwxMi44NjgsMCwwLDAsMi4xNS00LjE1LDI0LjE1NSwyNC4xNTUsMCwwLDAsMS4wNzYtNC44MTQsNTUuNTY2LDU1LjU2NiwwLDAsMCwwLTEwLjY1NUEyNC4xODksMjQuMTg5LDAsMCwwLDMwNS4xLDYxNy42MDhaIiBmaWxsPSIjZmZmIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNyIgZGF0YS1uYW1lPSJQYXRoIDE3IiBkPSJNMzYxLjExNCw2MDYuMTMxYTEwLjQ0MywxMC40NDMsMCwwLDAtMS43NDQtMy4zNjMsNy45ODIsNy45ODIsMCwwLDAtMy4wNzItMi4yLDEzLjI2MSwxMy4yNjEsMCwwLDAtOS40NjQsMCw4LjM4OCw4LjM4OCwwLDAsMC0zLjExMywyLjIsOS40MjMsOS40MjMsMCwwLDAtMS43NDQsMy4zNjMsMjEuNCwyMS40LDAsMCwwLS44MywzLjksNDQuOTEyLDQ0LjkxMiwwLDAsMCwwLDguNjM1LDIyLjMwNSwyMi4zMDUsMCwwLDAsLjgzLDMuOTQzLDguOTU4LDguOTU4LDAsMCwwLDEuNzQ0LDMuMzYyLDguNjMsOC42MywwLDAsMCwzLjExMywyLjE1OSwxMy4yNzUsMTMuMjc1LDAsMCwwLDkuNDY0LDAsNy45ODEsNy45ODEsMCwwLDAsMy4wNzItMi4yLDEwLjM4NSwxMC4zODUsMCwwLDAsMS43NDQtMy4zNjIsMTkuNywxOS43LDAsMCwwLC44NzEtMy45LDQ1LjEzLDQ1LjEzLDAsMCwwLDAtOC42MzVBMTkuNywxOS43LDAsMCwwLDM2MS4xMTQsNjA2LjEzMVoiIGZpbGw9IiNmZmYiLz4NCiAgICA8L2c+DQogICAgPHBhdGggaWQ9IlBhdGhfMTgiIGRhdGEtbmFtZT0iUGF0aCAxOCIgZD0iTTMwNS40ODksNjI5LjU2MWExNS40LDE1LjQsMCwwLDAtLjY4MS0zLjA0Nyw4LjEyNyw4LjEyNywwLDAsMC0xLjM2Mi0yLjYyNiw2LjI1NSw2LjI1NSwwLDAsMC0yLjQtMS43MTcsOS4xNjYsOS4xNjYsMCwwLDAtMy43LS42ODIsMTEuMTc3LDExLjE3NywwLDAsMC0xLjY5My4xMyw0LjY2NCw0LjY2NCwwLDAsMSwuNzMsMS40MjUsOC44MTUsOC44MTUsMCwwLDEsLjM4NywxLjcyNywyMC4xMDYsMjAuMTA2LDAsMCwxLDAsMy44MjEsOC42OCw4LjY4LDAsMCwxLS4zODcsMS43MjcsNC41Nyw0LjU3LDAsMCwxLS43NzEsMS40ODgsMy41NDUsMy41NDUsMCwwLDEtMS4zNTkuOTc0LDUuODc2LDUuODc2LDAsMCwxLTQuMTg5LDAsNC4xNyw0LjE3LDAsMCwxLTEtLjYyMWMwLC4yNi0uMDE3LjUtLjAxNy43NzFhMzAuOTIzLDMwLjkyMywwLDAsMCwuMTYxLDMuMzcxLDE3LjM0LDE3LjM0LDAsMCwwLC42NDksMy4wNzksNi45NzIsNi45NzIsMCwwLDAsMS4zNjEsMi42MjcsNi43NDksNi43NDksMCwwLDAsMi40MzEsMS42ODUsMTAuMzc2LDEwLjM3NiwwLDAsMCw3LjM4OSwwLDYuMjM4LDYuMjM4LDAsMCwwLDIuNC0xLjcxOCw4LjEsOC4xLDAsMCwwLDEuMzYyLTIuNjI1LDE1LjQ3OCwxNS40NzgsMCwwLDAsLjY4MS0zLjA0OCwzMC45LDMwLjksMCwwLDAsLjE2Mi0zLjM3MSwzMC40MzgsMzAuNDM4LDAsMCwwLS4xNjEtMy4zNyIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTkiIGRhdGEtbmFtZT0iUGF0aCAxOSIgZD0iTTM2MS41LDYxNS45MzhhMTIuMywxMi4zLDAsMCwwLS41NTMtMi40NjksNi41MzgsNi41MzgsMCwwLDAtMS4xLTIuMTI3LDUuMDUxLDUuMDUxLDAsMCwwLTEuOTQxLTEuMzkzLDcuNDU2LDcuNDU2LDAsMCwwLTMtLjU1Miw5LDksMCwwLDAtMS4zNzEuMTA2LDMuODA2LDMuODA2LDAsMCwxLC41OTIsMS4xNTMsNy4xNzksNy4xNzksMCwwLDEsLjMxMywxLjQsMTYuMjE2LDE2LjIxNiwwLDAsMSwwLDMuMDk1LDcuMTA2LDcuMTA2LDAsMCwxLS4zMTMsMS40LDMuNzU2LDMuNzU2LDAsMCwxLS42MjUsMS4yLDIuODYzLDIuODYzLDAsMCwxLTEuMS43ODksNC43NTcsNC43NTcsMCwwLDEtMy4zOTQsMCwzLjQzMSwzLjQzMSwwLDAsMS0uODA5LS41YzAsLjIxLS4wMTYuNC0uMDE2LjYyNWEyNC44NzMsMjQuODczLDAsMCwwLC4xMzMsMi43MzEsMTQuMTMsMTQuMTMsMCwwLDAsLjUyMywyLjQ5NSw1LjY4OSw1LjY4OSwwLDAsMCwxLjEwNSwyLjEyOCw1LjQ3OSw1LjQ3OSwwLDAsMCwxLjk2OSwxLjM2NSw4LjQxNiw4LjQxNiwwLDAsMCw1Ljk5LDAsNS4wNDEsNS4wNDEsMCwwLDAsMS45NDEtMS4zOTIsNi41OTEsNi41OTEsMCwwLDAsMS4xLTIuMTI4LDEyLjM1MywxMi4zNTMsMCwwLDAsLjU1My0yLjQ2OSwyNS40NTYsMjUuNDU2LDAsMCwwLC4xMzEtMi43MzEsMjUuMTg0LDI1LjE4NCwwLDAsMC0uMTMtMi43MjkiIGZpbGw9IiMxYzE4MTgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzIwIiBkYXRhLW5hbWU9IlBhdGggMjAiIGQ9Ik0zNjEuNzE1LDYxOC42NjdhMTkuNywxOS43LDAsMCwxLS44NzEsMy45LDEwLjM4NCwxMC4zODQsMCwwLDEtMS43NDQsMy4zNjIsNy45ODEsNy45ODEsMCwwLDEtMy4wNzIsMi4yLDEzLjI3NSwxMy4yNzUsMCwwLDEtOS40NjQsMCw4LjYzLDguNjMsMCwwLDEtMy4xMTMtMi4xNTksOC45NTgsOC45NTgsMCwwLDEtMS43NDQtMy4zNjIsMjIuMywyMi4zLDAsMCwxLS44My0zLjk0Myw0NC45MTIsNDQuOTEyLDAsMCwxLDAtOC42MzUsMjEuNCwyMS40LDAsMCwxLC44My0zLjksOS40MjMsOS40MjMsMCwwLDEsMS43NDQtMy4zNjMsOC4zODgsOC4zODgsMCwwLDEsMy4xMTMtMi4yLDEzLjI2MSwxMy4yNjEsMCwwLDEsOS40NjQsMCw3Ljk4Miw3Ljk4MiwwLDAsMSwzLjA3MiwyLjIsMTAuNDQyLDEwLjQ0MiwwLDAsMSwxLjc0NCwzLjM2MywxOS43LDE5LjcsMCwwLDEsLjg3MSwzLjksNDUuMTMsNDUuMTMsMCwwLDEsMCw4LjYzNVptMTEuOTQ0LTIyLjQ1NnEtNy4xNzItOC43MzMtMjIuMzYzLTguOC0xNS4wNTMuMDctMjIuMjkyLDguOC01LjYxLDYuOTU4LTUuNTM3LDE4LjE3NC0uMDcyLDExLjE0OCw1LjUzNywxOC4xLDcuMjQsOC43MywyMi4yOTIsOC44LDE1LjE5MS0uMDc0LDIyLjM2My04LjgsNS41MzctNi44ODcsNS40NjUtMTguMS4wNjktMTEuMjg4LTUuNDY1LTE4LjE3NCIgZmlsbD0iI2NjY2EwNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMjEiIGRhdGEtbmFtZT0iUGF0aCAyMSIgZD0iTTMwNS45MDgsNjMzLjA3OWEyNC4xNTUsMjQuMTU1LDAsMCwxLTEuMDc2LDQuODE0LDEyLjg2OSwxMi44NjksMCwwLDEtMi4xNSw0LjE1LDkuODcyLDkuODcyLDAsMCwxLTMuNzkxLDIuNzE1LDE2LjQsMTYuNCwwLDAsMS0xMS42OCwwLDEwLjYzNiwxMC42MzYsMCwwLDEtMy44NDItMi42NjQsMTEuMDYzLDExLjA2MywwLDAsMS0yLjE1Mi00LjE0OSwyNy41NDUsMjcuNTQ1LDAsMCwxLTEuMDI0LTQuODY2LDU1LjU2Niw1NS41NjYsMCwwLDEsMC0xMC42NTUsMjYuNSwyNi41LDAsMCwxLDEuMDI0LTQuODE2LDExLjYyLDExLjYyLDAsMCwxLDIuMTUyLTQuMTQ5LDEwLjMzLDEwLjMzLDAsMCwxLDMuODQyLTIuNzE1LDE2LjM4NiwxNi4zODYsMCwwLDEsMTEuNjgsMCw5Ljg4Myw5Ljg4MywwLDAsMSwzLjc5MSwyLjcxNSwxMi44NzUsMTIuODc1LDAsMCwxLDIuMTUsNC4xNDksMjQuMTg5LDI0LjE4OSwwLDAsMSwxLjA3Niw0LjgxNiw1NS41NTksNTUuNTU5LDAsMCwxLDAsMTAuNjU1Wm0xNC43MzYtMjcuNzFxLTguODQ3LTEwLjc3Ni0yNy41OTQtMTAuODYzLTE4LjU3NC4wODktMjcuNTA5LDEwLjg2My02LjkyMSw4LjU4Ni02LjgzMywyMi40MjctLjA4OSwxMy43NTQsNi44MzMsMjIuMzM5UTI3NC40NzgsNjYwLjkwOSwyOTMuMDUsNjYxcTE4Ljc0Ni0uMDksMjcuNTk0LTEwLjg2Myw2LjgzNS04LjUsNi43NDYtMjIuMzM5LjA4OC0xMy45MzEtNi43NDYtMjIuNDI3IiBmaWxsPSIjOWViYTFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .logo a img{display:none}body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .show_tickets_logo,body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .show_tickets_logo a,body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .search-icon,body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .search-icon a{background:none !important}body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .show_tickets_logo img,body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .show_tickets_logo a img,body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .search-icon img,body:not(.shrek_page):not(.thewiz_page) header.header.sticky .header-main .navbar .search-icon a img{display:block !important}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main{background:transparent !important;min-height:100%}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .page_block.logo{max-width:140px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .page_block.logo{max-width:240px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .page_block.logo{margin-top:40px}}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-item{white-space:nowrap}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#76bf43;font-weight:600}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#fff}}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{opacity:0.7}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .show_tickets_logo a{width:62px;height:33px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Mi41NzIiIGhlaWdodD0iMzMuNSIgdmlld0JveD0iMCAwIDYyLjU3MiAzMy41Ij4NCiAgPGcgaWQ9Ikdyb3VwXzI4MSIgZGF0YS1uYW1lPSJHcm91cCAyODEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTkxLjc0OSAtNDkpIj4NCiAgICA8ZyBpZD0iR3JvdXBfMjAiIGRhdGEtbmFtZT0iR3JvdXAgMjAiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk4LCAtMC4wNywgMC4wNywgMC45OTgsIDExOTYuMTc0LCA1Mi45MzEpIj4NCiAgICAgIDxnIGlkPSJHcm91cF83IiBkYXRhLW5hbWU9Ikdyb3VwIDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgICAgICA8cGF0aCBpZD0iUGF0aF84IiBkYXRhLW5hbWU9IlBhdGggOCIgZD0iTTU1LjYyLDExLjdoLjcyN1YyLjM3QTIuMzIyLDIuMzIyLDAsMCwwLDU0LjA4MywwSDIuMjY1QTIuMzIyLDIuMzIyLDAsMCwwLDAsMi4zN3Y5LjMyNUguNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAsNC4zNzRIMHY5LjMyNWEyLjMyMiwyLjMyMiwwLDAsMCwyLjI2NSwyLjM3SDU0LjA4M2EyLjMyMiwyLjMyMiwwLDAsMCwyLjI2NS0yLjM3VjE2LjA2OUg1NS42MmEyLjE4OSwyLjE4OSwwLDAsMSwwLTQuMzc0Wm0tLjcyOCw1LjgxOXY3Ljg4MWEuODMuODMsMCwwLDEtLjgwOS44NDdIMi4yNjVhLjgzLjgzLDAsMCwxLS44MDktLjg0N1YxNy41MTRhMy43NSwzLjc1LDAsMCwwLDAtNy4yNjNWMi4zN2EuODMuODMsMCwwLDEsLjgwOS0uODQ3SDU0LjA4M2EuODMuODMsMCwwLDEsLjgwOS44NDdWMTAuMjVhMy43NSwzLjc1LDAsMCwwLDAsNy4yNjNaIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDxnIGlkPSJHcm91cF82IiBkYXRhLW5hbWU9Ikdyb3VwIDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2LjE4NSAyLjMwNSkiPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNLjg4LDBBLjg3OC44NzgsMCwwLDAsMCwuODczdi40OGEuODguODgsMCwwLDAsMS43NiwwVi44NzNBLjg3OC44NzgsMCwwLDAsLjg4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwLjUyKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEwIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0uODgsMEEuODc4Ljg3OCwwLDAsMCwwLC44NzN2LjQ4YS44OC44OCwwLDAsMCwxLjc2LDBWLjg3M0EuODc4Ljg3OCwwLDAsMCwuODgsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTQuMTMyKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzExIiBkYXRhLW5hbWU9IlBhdGggMTEiIGQ9Ik0uODgsMEEuODc4Ljg3OCwwLDAsMCwwLC44NzN2LjQ4MWEuODguODgsMCwwLDAsMS43NiwwVi44NzNBLjg3OC44NzgsMCwwLDAsLjg4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDYuOTE2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyIiBkYXRhLW5hbWU9IlBhdGggMTIiIGQ9Ik0uODU5LDBBLjg1Ni44NTYsMCwwLDAsMCwuODUydi40NjdhLjg1OS44NTksMCwwLDAsMS43MTcsMFYuODUyQS44NTYuODU2LDAsMCwwLC44NTksMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDIxIDIwLjk4NSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMyIgZGF0YS1uYW1lPSJQYXRoIDEzIiBkPSJNLjg1OSwwQS44NTYuODU2LDAsMCwwLDAsLjg1MnYuNDY3YS44NTkuODU5LDAsMCwwLDEuNzE3LDBWLjg1MkEuODU2Ljg1NiwwLDAsMCwuODU5LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyMSAxNy40ODgpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTQiIGRhdGEtbmFtZT0iUGF0aCAxNCIgZD0iTS44NTksMi4xN2EuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJWLjg1MkEuODU5Ljg1OSwwLDAsMCwwLC44NTJ2LjQ2NkEuODU2Ljg1NiwwLDAsMCwuODU5LDIuMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyMSAzLjQ5OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNSIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNLjg1OSwyLjE3YS44NTYuODU2LDAsMCwwLC44NTktLjg1MlYuODUyQS44NTkuODU5LDAsMCwwLDAsLjg1MnYuNDY2QS44NTYuODU2LDAsMCwwLC44NTksMi4xN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDIyIDApIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvZz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogICAgPGcgaWQ9Ikdyb3VwXzIxIiBkYXRhLW5hbWU9Ikdyb3VwIDIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTkxLjc0OSA1NC43MzUpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzciIGRhdGEtbmFtZT0iUGF0aCA3IiBkPSJNODIuNzgzLDU3Ni43MmguNzI3VjU2Ny40YTIuMzIyLDIuMzIyLDAsMCwwLTIuMjY1LTIuMzdIMjkuNDI4YTIuMzIyLDIuMzIyLDAsMCwwLTIuMjY1LDIuMzd2OS4zMjVoLjcyN2EyLjE4OSwyLjE4OSwwLDAsMSwwLDQuMzc0aC0uNzI3djkuMzI1YTIuMzIyLDIuMzIyLDAsMCwwLDIuMjY1LDIuMzdIODEuMjQ2YTIuMzIyLDIuMzIyLDAsMCwwLDIuMjY1LTIuMzd2LTkuMzI1aC0uNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAtNC4zNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcuMTYzIC01NjUuMDI1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgPGcgaWQ9Ikdyb3VwXzctMiIgZGF0YS1uYW1lPSJHcm91cCA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+DQogICAgICAgIDxwYXRoIGlkPSJQYXRoXzgtMiIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik04Mi43ODMsNTc2LjcyaC43MjdWNTY3LjRhMi4zMjIsMi4zMjIsMCwwLDAtMi4yNjUtMi4zN0gyOS40MjhhMi4zMjIsMi4zMjIsMCwwLDAtMi4yNjUsMi4zN3Y5LjMyNWguNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAsNC4zNzRoLS43Mjd2OS4zMjVhMi4zMjIsMi4zMjIsMCwwLDAsMi4yNjUsMi4zN0g4MS4yNDZhMi4zMjIsMi4zMjIsMCwwLDAsMi4yNjUtMi4zN3YtOS4zMjVoLS43MjdhMi4xODksMi4xODksMCwwLDEsMC00LjM3NFptLS43MjgsNS44MTl2Ny44ODFhLjgzLjgzLDAsMCwxLS44MDkuODQ3SDI5LjQyOGEuODMuODMsMCwwLDEtLjgwOS0uODQ3di03Ljg4MWEzLjc1LDMuNzUsMCwwLDAsMC03LjI2M1Y1NjcuNGEuODI5LjgyOSwwLDAsMSwuODA5LS44NDdIODEuMjQ2YS44My44MywwLDAsMSwuODA5Ljg0N3Y3Ljg4YTMuNzUsMy43NSwwLDAsMCwwLDcuMjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3LjE2MyAtNTY1LjAyNSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgPGcgaWQ9Ikdyb3VwXzYtMiIgZGF0YS1uYW1lPSJHcm91cCA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4xODUgMi4zMDUpIj4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF85LTIiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMTcyLjE1NSw2MDUuMDQxYS44NzguODc4LDAsMCwwLS44OC44NzN2LjQ4YS44OC44OCwwLDAsMCwxLjc2LDB2LS40OEEuODc4Ljg3OCwwLDAsMCwxNzIuMTU1LDYwNS4wNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjI3NSAtNTk0LjUyMSkiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMC0yIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0xNzIuMTU1LDYxNi4zMTNhLjg3OC44NzgsMCwwLDAtLjg4Ljg3M3YuNDhhLjg4Ljg4LDAsMCwwLDEuNzYsMHYtLjQ4QS44NzguODc4LDAsMCwwLDE3Mi4xNTUsNjE2LjMxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMjc1IC02MDIuMTgxKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzExLTIiIGRhdGEtbmFtZT0iUGF0aCAxMSIgZD0iTTE3Mi4xNTUsNTkzLjhhLjg3OC44NzgsMCwwLDAtLjg4Ljg3M3YuNDgxYS44OC44OCwwLDAsMCwxLjc2LDB2LS40ODFBLjg3OC44NzgsMCwwLDAsMTcyLjE1NSw1OTMuOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMjc1IC01ODYuODgxKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyLTIiIGRhdGEtbmFtZT0iUGF0aCAxMiIgZD0iTTE3Mi4yLDYzNy43YS44NTYuODU2LDAsMCwwLS44NTkuODUydi40NjdhLjg1OS44NTksMCwwLDAsMS43MTcsMHYtLjQ2N0EuODU2Ljg1NiwwLDAsMCwxNzIuMiw2MzcuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMzIxIC02MTYuNzEyKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEzLTIiIGRhdGEtbmFtZT0iUGF0aCAxMyIgZD0iTTE3Mi4yLDYyNi43ODRhLjg1Ni44NTYsMCwwLDAtLjg1OS44NTJ2LjQ2N2EuODU5Ljg1OSwwLDAsMCwxLjcxNywwdi0uNDY3QS44NTYuODU2LDAsMCwwLDE3Mi4yLDYyNi43ODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjMyMSAtNjA5LjI5NikiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNC0yIiBkYXRhLW5hbWU9IlBhdGggMTQiIGQ9Ik0xNzIuMiw1ODUuM2EuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJ2LS40NjZhLjg1OS44NTksMCwwLDAtMS43MTcsMHYuNDY2QS44NTYuODU2LDAsMCwwLDE3Mi4yLDU4NS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MS4zMjEgLTU3OS42MzIpIiBmaWxsPSIjMjMxZjIwIi8+DQogICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTUtMiIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNMTcyLjIsNTc0LjM4NmEuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJ2LS40NjZhLjg1OS44NTksMCwwLDAtMS43MTcsMHYuNDY2QS44NTYuODU2LDAsMCwwLDE3Mi4yLDU3NC4zODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjMyMSAtNTcyLjIxNikiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgPC9nPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8dGV4dCBpZD0idGlja2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE5OSA3MikiIGZpbGw9IiMyMzFmMjAiIGZvbnQtc2l6ZT0iMTEiIGZvbnQtZmFtaWx5PSJCZVZpZXRuYW0tQm9sZCwgQmUgVmlldG5hbSIgZm9udC13ZWlnaHQ9IjcwMCI+PHRzcGFuIHg9IjAiIHk9IjAiPnRpY2tldHM8L3RzcGFuPjwvdGV4dD4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .show_tickets_logo a:hover{opacity:0.7}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .show_tickets_logo a img{display:none}}@media (min-width: 1200px) and (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .show_tickets_logo{margin-right:26px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .page_block.searchbox .search-icon{width:24px;height:24px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMiIgaGVpZ2h0PSIyMC4wMiIgdmlld0JveD0iMCAwIDIwLjAyIDIwLjAyIj4NCiAgPGcgaWQ9Ikdyb3VwXzI5MiIgZGF0YS1uYW1lPSJHcm91cCAyOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzE2IC02My41KSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMjk1IiBkYXRhLW5hbWU9IlBhdGggMjk1IiBkPSJNMTkuODQ0LjgyYS40LjQsMCwwLDEsMCwuNjY0bC0uODU5Ljg1OWEuNC40LDAsMCwxLS42NjQsMEwxMy41OTQtMi4zODNhLjQ1LjQ1LDAsMCwxLS4xNTYtLjMxMnYtLjU0N0E3Ljg4NCw3Ljg4NCwwLDAsMSw4LjEyNS0xLjI1LDcuODI2LDcuODI2LDAsMCwxLDIuMzgzLTMuNjMzLDcuODI2LDcuODI2LDAsMCwxLDAtOS4zNzVhNy44MjYsNy44MjYsMCwwLDEsMi4zODMtNS43NDJBNy44MjYsNy44MjYsMCwwLDEsOC4xMjUtMTcuNWE3LjgyNiw3LjgyNiwwLDAsMSw1Ljc0MiwyLjM4M0E3LjgyNiw3LjgyNiwwLDAsMSwxNi4yNS05LjM3NWE3Ljg4NCw3Ljg4NCwwLDAsMS0xLjk5Miw1LjMxM0gxNC44YS4zNzEuMzcxLDAsMCwxLC4zMTMuMTU2Wk0zLjcxMS00Ljk2MUE2LjAxOCw2LjAxOCwwLDAsMCw4LjEyNS0zLjEyNWE2LjAxOCw2LjAxOCwwLDAsMCw0LjQxNC0xLjgzNiw2LjAxOCw2LjAxOCwwLDAsMCwxLjgzNi00LjQxNCw2LjAxOCw2LjAxOCwwLDAsMC0xLjgzNi00LjQxNCw2LjAxOCw2LjAxOCwwLDAsMC00LjQxNC0xLjgzNiw2LjAxOCw2LjAxOCwwLDAsMC00LjQxNCwxLjgzNkE2LjAxOCw2LjAxOCwwLDAsMCwxLjg3NS05LjM3NSw2LjAxOCw2LjAxOCwwLDAsMCwzLjcxMS00Ljk2MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMTYgODEpIiBmaWxsPSIjZmZmIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMjk0IiBkYXRhLW5hbWU9IlBhdGggMjk0IiBkPSJNLTQyMzEuMTI2LDguOGEyLjQyNiwyLjQyNiwwLDAsMS0xLjk0Mi0xLjE3MSw1LjU1Miw1LjU1MiwwLDAsMS0uOTA3LTIuODY3LDEuNTczLDEuNTczLDAsMCwwLDEuMTMzLjUxOGMxLjA1MSwwLDEuOTA2LTEuMTg0LDEuOTA2LTIuNjRhMi44MzksMi44MzksMCwwLDAtMS4xMTctMi40LDEuOTc0LDEuOTc0LDAsMCwxLC45MjctLjIzNmMxLjU3NiwwLDIuODU5LDEuOTczLDIuODU5LDQuNFMtNDIyOS41NSw4LjgtNDIzMS4xMjYsOC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTU1Ni43MyA2NykiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .page_block.searchbox .search-icon img{display:none}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).home header.header.sticky{background:#fff}}body:not(.shrek_page):not(.thewiz_page).home header.header.sticky .header-main .logo{margin-top:10px}body:not(.shrek_page):not(.thewiz_page).home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body:not(.shrek_page):not(.thewiz_page).home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body:not(.shrek_page):not(.thewiz_page).home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item.first .nav-link{color:#76bf43}body:not(.shrek_page):not(.thewiz_page).home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#231F20}body:not(.shrek_page):not(.thewiz_page).home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{color:#76bf43;opacity:1}body:not(.shrek_page):not(.thewiz_page) section.intro-section{background:#76bf43;padding:70px 0 0;margin-top:5px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.intro-section{padding:90px 0 0}}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info h1{position:relative}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info h1::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MS45NDYiIHZpZXdCb3g9IjAgMCA4NSA1MS45NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTguNzA3IC01ODcuNDA3KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjczLjg4MyA1OTYuMDgxKSI+PHBhdGggZD0iTTI5Ny43OCw2MTUuMjcyYTkuMDg4LDkuMDg4LDAsMCwwLTEuNTE4LTIuOTI5LDYuOTc2LDYuOTc2LDAsMCwwLTIuNjc2LTEuOTE2LDExLjU2OSwxMS41NjksMCwwLDAtOC4yNDUsMCw3LjI5LDcuMjksMCwwLDAtMi43MTIsMS45MTYsOC4yLDguMiwwLDAsMC0xLjUxOSwyLjkyOSwxOC43MjEsMTguNzIxLDAsMCwwLS43MjMsMy40LDM5LjIyMiwzOS4yMjIsMCwwLDAsMCw3LjUyMSwxOS40NTIsMTkuNDUyLDAsMCwwLC43MjMsMy40MzUsNy44MSw3LjgxLDAsMCwwLDEuNTE5LDIuOTI5LDcuNTA2LDcuNTA2LDAsMCwwLDIuNzEyLDEuODgsMTEuNTc2LDExLjU3NiwwLDAsMCw4LjI0NSwwLDYuOTY5LDYuOTY5LDAsMCwwLDIuNjc2LTEuOTE2LDkuMDgyLDkuMDgyLDAsMCwwLDEuNTE4LTIuOTI5LDE3LjA0NywxNy4wNDcsMCwwLDAsLjc2LTMuNCwzOS4yMjIsMzkuMjIyLDAsMCwwLDAtNy41MjFBMTcuMDc1LDE3LjA3NSwwLDAsMCwyOTcuNzgsNjE1LjI3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAuMjA3IC02MDIuNjI5KSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zNTUuMTgsNjA0LjIzOGE3LjM3NCw3LjM3NCwwLDAsMC0xLjIzMS0yLjM3NCw1LjYzOCw1LjYzOCwwLDAsMC0yLjE2OC0xLjU1Miw5LjM2Miw5LjM2MiwwLDAsMC02LjY4LDAsNS45MjQsNS45MjQsMCwwLDAtMi4yLDEuNTUyLDYuNjUzLDYuNjUzLDAsMCwwLTEuMjMxLDIuMzc0LDE1LjExNCwxNS4xMTQsMCwwLDAtLjU4NiwyLjc1NCwzMS43LDMxLjcsMCwwLDAsMCw2LjEsMTUuNzUsMTUuNzUsMCwwLDAsLjU4NiwyLjc4Myw2LjMyNSw2LjMyNSwwLDAsMCwxLjIzMSwyLjM3Myw2LjA5Miw2LjA5MiwwLDAsMCwyLjIsMS41MjQsOS4zNjgsOS4zNjgsMCwwLDAsNi42OCwwLDUuNjMyLDUuNjMyLDAsMCwwLDIuMTY4LTEuNTUzLDcuMzMzLDcuMzMzLDAsMCwwLDEuMjMxLTIuMzczLDEzLjkxNywxMy45MTcsMCwwLDAsLjYxNS0yLjc1NCwzMS44NjcsMzEuODY3LDAsMCwwLDAtNi4xQTEzLjkxNSwxMy45MTUsMCwwLDAsMzU1LjE4LDYwNC4yMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk4LjA3IC01OTkuNjk2KSIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNMzAwLjY1Niw2MjcuMTg3YTEwLjg3NiwxMC44NzYsMCwwLDAtLjQ4MS0yLjE1MSw1LjczOSw1LjczOSwwLDAsMC0uOTYxLTEuODU0LDQuNDE2LDQuNDE2LDAsMCwwLTEuNjkyLTEuMjEyLDYuNDY5LDYuNDY5LDAsMCwwLTIuNjA4LS40ODIsNy44NzgsNy44NzgsMCwwLDAtMS4yLjA5MiwzLjMsMy4zLDAsMCwxLC41MTUsMS4wMDYsNi4yMjUsNi4yMjUsMCwwLDEsLjI3MywxLjIxOSwxNC4xOTEsMTQuMTkxLDAsMCwxLDAsMi43LDYuMTI3LDYuMTI3LDAsMCwxLS4yNzMsMS4yMTksMy4yMjUsMy4yMjUsMCwwLDEtLjU0NCwxLjA1LDIuNSwyLjUsMCwwLDEtLjk1OS42ODgsNC4xNDksNC4xNDksMCwwLDEtMi45NTcsMCwyLjk0MiwyLjk0MiwwLDAsMS0uNy0uNDM4YzAsLjE4NC0uMDEyLjM1Mi0uMDEyLjU0NGEyMS44MTMsMjEuODEzLDAsMCwwLC4xMTQsMi4zOCwxMi4yMzksMTIuMjM5LDAsMCwwLC40NTgsMi4xNzMsNC45Miw0LjkyLDAsMCwwLC45NjEsMS44NTQsNC43NjMsNC43NjMsMCwwLDAsMS43MTYsMS4xODksNy4zMjMsNy4zMjMsMCwwLDAsNS4yMTYsMCw0LjQsNC40LDAsMCwwLDEuNjkyLTEuMjEzLDUuNzIsNS43MiwwLDAsMCwuOTYxLTEuODUzLDEwLjkyOSwxMC45MjksMCwwLDAsLjQ4MS0yLjE1MSwyMS44MTQsMjEuODE0LDAsMCwwLC4xMTQtMi4zOCwyMS41MTgsMjEuNTE4LDAsMCwwLS4xMTQtMi4zNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyNyAtMTAuMDI0KSIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM1Ny41OCw2MTQuMDE0YTguNjgxLDguNjgxLDAsMCwwLS4zOS0xLjc0Myw0LjYxNyw0LjYxNywwLDAsMC0uNzc5LTEuNSwzLjU2NiwzLjU2NiwwLDAsMC0xLjM3LS45ODMsNS4yNjYsNS4yNjYsMCwwLDAtMi4xMTUtLjM5LDYuMzQzLDYuMzQzLDAsMCwwLS45NjguMDc1LDIuNjksMi42OSwwLDAsMSwuNDE4LjgxNCw1LjA3MSw1LjA3MSwwLDAsMSwuMjIxLjk4OCwxMS40NDUsMTEuNDQ1LDAsMCwxLDAsMi4xODUsNS4wMTcsNS4wMTcsMCwwLDEtLjIyMS45ODgsMi42NTQsMi42NTQsMCwwLDEtLjQ0MS44NTEsMi4wMTksMi4wMTksMCwwLDEtLjc3OC41NTcsMy4zNTksMy4zNTksMCwwLDEtMi40LDAsMi40MjUsMi40MjUsMCwwLDEtLjU3MS0uMzU0YzAsLjE0OC0uMDExLjI4NC0uMDExLjQ0MWExNy41NTcsMTcuNTU3LDAsMCwwLC4wOTQsMS45MjgsOS45NzYsOS45NzYsMCwwLDAsLjM2OSwxLjc2MSw0LjAxNyw0LjAxNywwLDAsMCwuNzgsMS41LDMuODY3LDMuODY3LDAsMCwwLDEuMzkuOTY0LDUuOTM5LDUuOTM5LDAsMCwwLDQuMjI4LDAsMy41NiwzLjU2LDAsMCwwLDEuMzctLjk4Miw0LjY1Niw0LjY1NiwwLDAsMCwuNzc5LTEuNSw4LjcxNyw4LjcxNywwLDAsMCwuMzktMS43NDMsMTcuOTc4LDE3Ljk3OCwwLDAsMCwuMDkyLTEuOTI4LDE3Ljc2NSwxNy43NjUsMCwwLDAtLjA5Mi0xLjkyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2LjMxNiAtNi40NjgpIiBmaWxsPSIjMWMxODE4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMzUwLjQ2NSw2MDkuNDczYTEzLjkwNywxMy45MDcsMCwwLDEtLjYxNSwyLjc1NCw3LjMyNyw3LjMyNywwLDAsMS0xLjIzMSwyLjM3Myw1LjYzMiw1LjYzMiwwLDAsMS0yLjE2OCwxLjU1Myw5LjM3LDkuMzcsMCwwLDEtNi42OCwwLDYuMDkzLDYuMDkzLDAsMCwxLTIuMi0xLjUyNCw2LjMyMiw2LjMyMiwwLDAsMS0xLjIzMS0yLjM3MywxNS43MzUsMTUuNzM1LDAsMCwxLS41ODYtMi43ODMsMzEuNjkyLDMxLjY5MiwwLDAsMSwwLTYuMSwxNS4xLDE1LjEsMCwwLDEsLjU4Ni0yLjc1NCw2LjY1LDYuNjUsMCwwLDEsMS4yMzEtMi4zNzQsNS45Miw1LjkyLDAsMCwxLDIuMi0xLjU1Miw5LjM2MSw5LjM2MSwwLDAsMSw2LjY4LDAsNS42MzMsNS42MzMsMCwwLDEsMi4xNjgsMS41NTIsNy4zNjksNy4zNjksMCwwLDEsMS4yMzEsMi4zNzQsMTMuOSwxMy45LDAsMCwxLC42MTUsMi43NTQsMzEuODYzLDMxLjg2MywwLDAsMSwwLDYuMVptOC40MzEtMTUuODUxcS01LjA2Mi02LjE2NC0xNS43ODUtNi4yMTQtMTAuNjI1LjA1LTE1LjczNSw2LjIxNC0zLjk2LDQuOTEyLTMuOTA4LDEyLjgyOS0uMDUxLDcuODY5LDMuOTA4LDEyLjc3OSw1LjExMSw2LjE2MiwxNS43MzUsNi4yMTQsMTAuNzIzLS4wNTIsMTUuNzg1LTYuMjE0LDMuOTA4LTQuODYxLDMuODU4LTEyLjc3OS4wNDktNy45NjgtMy44NTgtMTIuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuMDQ3KSIgZmlsbD0iI2QzZGEzNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTI5Mi4wMjUsNjIxLjczNGExNy4wNDksMTcuMDQ5LDAsMCwxLS43NTksMy40LDkuMDg0LDkuMDg0LDAsMCwxLTEuNTE4LDIuOTI5LDYuOTY4LDYuOTY4LDAsMCwxLTIuNjc2LDEuOTE2LDExLjU3NiwxMS41NzYsMCwwLDEtOC4yNDUsMCw3LjUsNy41LDAsMCwxLTIuNzEyLTEuODgsNy44MDksNy44MDksMCwwLDEtMS41MTktMi45MjksMTkuNDQ5LDE5LjQ0OSwwLDAsMS0uNzIzLTMuNDM1LDM5LjIzLDM5LjIzLDAsMCwxLDAtNy41MjEsMTguNzExLDE4LjcxMSwwLDAsMSwuNzIzLTMuNCw4LjIsOC4yLDAsMCwxLDEuNTE5LTIuOTI5LDcuMjkxLDcuMjkxLDAsMCwxLDIuNzEyLTEuOTE2LDExLjU2OCwxMS41NjgsMCwwLDEsOC4yNDUsMCw2Ljk3Nyw2Ljk3NywwLDAsMSwyLjY3NiwxLjkxNiw5LjA5MSw5LjA5MSwwLDAsMSwxLjUxOCwyLjkyOSwxNy4wNzIsMTcuMDcyLDAsMCwxLC43NTksMy40LDM5LjIzLDM5LjIzLDAsMCwxLDAsNy41MjFabTEwLjQtMTkuNTZxLTYuMjQ1LTcuNjA2LTE5LjQ3OC03LjY2OC0xMy4xMTEuMDYyLTE5LjQxOCw3LjY2OC00Ljg4NSw2LjA2MS00LjgyMywxNS44MzEtLjA2Myw5LjcwOCw0LjgyMywxNS43NjgsNi4zMDksNy42MDYsMTkuNDE4LDcuNjY4LDEzLjIzMi0uMDY0LDE5LjQ3OC03LjY2OCw0LjgyNS02LDQuNzYyLTE1Ljc2OC4wNjMtOS44MzMtNC43NjItMTUuODMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjA4OCkiIGZpbGw9IiNhYWNmMzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat top/100%;content:"";position:absolute;top:-65px;left:-20px;width:85px;height:73px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info h1::before{left:-60px}}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info h1,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info h2,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info p{color:#fff}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info h2{font-size:1.5rem}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info p{font-size:1rem;margin:20px 0 38px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info p{margin:20px 0 58px}}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra{margin-top:30px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra{margin-top:110px}}body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra a{margin-top:30px}body:not(.shrek_page):not(.thewiz_page) section.map-section{background:url(/build/4c5cbf1de558021b44cb.svg) no-repeat center/100%;padding:100px 30px 30px 30px;position:relative}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.map-section{padding-top:155px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.map-section{padding-top:12.5vw}}body:not(.shrek_page):not(.thewiz_page) section.map-section::before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNTYgMTIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzU2IDEyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2Rpc3BsYXk6bm9uZTt9DQoJLnN0MXtkaXNwbGF5OmlubGluZTt9DQoJLnN0MntmaWxsOiNGRkZGRkY7fQ0KCS5zdDN7ZmlsbDojMDBCNUU5O30NCgkuc3Q0e2ZpbGw6Izc2QkY0Mzt9DQo8L3N0eWxlPg0KPGcgaWQ9ImJvdHRvbSIgY2xhc3M9InN0MCI+DQoJPGcgY2xhc3M9InN0MSI+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0wLDI2Ljh2LTIuNiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNNjc4LDEwNy44Yy0yMTMuNSwwLTQxNC4zLTE3LjktNTY1LjQtNTAuNUM2OS41LDQ4LDMxLjgsMzcuOCwwLDI2Ljh2OTMuMWgxMzU2VjI2LjgNCgkJCWMtMzEuOCwxMC45LTY5LjUsMjEuMi0xMTIuNiwzMC41QzEwOTIuMyw4OS45LDg5MS41LDEwNy44LDY3OCwxMDcuOHoiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0id2hpdGUiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTEyNDIuMyw1Mi40Yy0xNTAuNywzMi41LTM1MS4xLDUwLjQtNTY0LjMsNTAuNFMyNjQuNCw4NC45LDExMy43LDUyLjRDNzAuMSw0MywzMi4xLDMyLjcsMCwyMS42djIuNnYyLjYNCgkJCUMzMS44LDM3LjgsNjkuNSw0OCwxMTIuNiw1Ny4zYzE1MSwzMi42LDM1MS44LDUwLjUsNTY1LjQsNTAuNXM0MTQuMy0xNy45LDU2NS40LTUwLjVjNDMuMi05LjMsODAuOC0xOS41LDExMi42LTMwLjV2LTIuNnYtMi42DQoJCQlDMTMyMy45LDMyLjcsMTI4NS45LDQzLDEyNDIuMyw1Mi40eiIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTAsMC4xdjIxLjVDMzIuMSwzMi43LDcwLjEsNDMsMTEzLjcsNTIuNGMxNTAuNywzMi41LDM1MS4xLDUwLjQsNTY0LjMsNTAuNHM0MTMuNi0xNy45LDU2NC4zLTUwLjQNCgkJCWM0My42LTkuNCw4MS42LTE5LjcsMTEzLjctMzAuOVYwLjFIMHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat top/100%;content:"";position:absolute;width:100%;height:100%;top:0;right:0;z-index:11}body:not(.shrek_page):not(.thewiz_page) section.map-section::after{background:rgba(0,181,233,0.6);content:"";position:absolute;width:100%;height:100%;bottom:0;right:0;z-index:1}body:not(.shrek_page):not(.thewiz_page) section.map-section .container-default{position:relative;z-index:12}body:not(.shrek_page):not(.thewiz_page) section.map-section .container-default .page_block h3{display:block;max-width:400px;margin-left:auto;margin-right:auto;color:#fff;text-align:center;position:relative}body:not(.shrek_page):not(.thewiz_page) section.map-section .container-default .page_block h3::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MS45NDYiIHZpZXdCb3g9IjAgMCA4NSA1MS45NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTguNzA3IC01ODcuNDA3KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjczLjg4MyA1OTYuMDgxKSI+PHBhdGggZD0iTTI5Ny43OCw2MTUuMjcyYTkuMDg4LDkuMDg4LDAsMCwwLTEuNTE4LTIuOTI5LDYuOTc2LDYuOTc2LDAsMCwwLTIuNjc2LTEuOTE2LDExLjU2OSwxMS41NjksMCwwLDAtOC4yNDUsMCw3LjI5LDcuMjksMCwwLDAtMi43MTIsMS45MTYsOC4yLDguMiwwLDAsMC0xLjUxOSwyLjkyOSwxOC43MjEsMTguNzIxLDAsMCwwLS43MjMsMy40LDM5LjIyMiwzOS4yMjIsMCwwLDAsMCw3LjUyMSwxOS40NTIsMTkuNDUyLDAsMCwwLC43MjMsMy40MzUsNy44MSw3LjgxLDAsMCwwLDEuNTE5LDIuOTI5LDcuNTA2LDcuNTA2LDAsMCwwLDIuNzEyLDEuODgsMTEuNTc2LDExLjU3NiwwLDAsMCw4LjI0NSwwLDYuOTY5LDYuOTY5LDAsMCwwLDIuNjc2LTEuOTE2LDkuMDgyLDkuMDgyLDAsMCwwLDEuNTE4LTIuOTI5LDE3LjA0NywxNy4wNDcsMCwwLDAsLjc2LTMuNCwzOS4yMjIsMzkuMjIyLDAsMCwwLDAtNy41MjFBMTcuMDc1LDE3LjA3NSwwLDAsMCwyOTcuNzgsNjE1LjI3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAuMjA3IC02MDIuNjI5KSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zNTUuMTgsNjA0LjIzOGE3LjM3NCw3LjM3NCwwLDAsMC0xLjIzMS0yLjM3NCw1LjYzOCw1LjYzOCwwLDAsMC0yLjE2OC0xLjU1Miw5LjM2Miw5LjM2MiwwLDAsMC02LjY4LDAsNS45MjQsNS45MjQsMCwwLDAtMi4yLDEuNTUyLDYuNjUzLDYuNjUzLDAsMCwwLTEuMjMxLDIuMzc0LDE1LjExNCwxNS4xMTQsMCwwLDAtLjU4NiwyLjc1NCwzMS43LDMxLjcsMCwwLDAsMCw2LjEsMTUuNzUsMTUuNzUsMCwwLDAsLjU4NiwyLjc4Myw2LjMyNSw2LjMyNSwwLDAsMCwxLjIzMSwyLjM3Myw2LjA5Miw2LjA5MiwwLDAsMCwyLjIsMS41MjQsOS4zNjgsOS4zNjgsMCwwLDAsNi42OCwwLDUuNjMyLDUuNjMyLDAsMCwwLDIuMTY4LTEuNTUzLDcuMzMzLDcuMzMzLDAsMCwwLDEuMjMxLTIuMzczLDEzLjkxNywxMy45MTcsMCwwLDAsLjYxNS0yLjc1NCwzMS44NjcsMzEuODY3LDAsMCwwLDAtNi4xQTEzLjkxNSwxMy45MTUsMCwwLDAsMzU1LjE4LDYwNC4yMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk4LjA3IC01OTkuNjk2KSIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNMzAwLjY1Niw2MjcuMTg3YTEwLjg3NiwxMC44NzYsMCwwLDAtLjQ4MS0yLjE1MSw1LjczOSw1LjczOSwwLDAsMC0uOTYxLTEuODU0LDQuNDE2LDQuNDE2LDAsMCwwLTEuNjkyLTEuMjEyLDYuNDY5LDYuNDY5LDAsMCwwLTIuNjA4LS40ODIsNy44NzgsNy44NzgsMCwwLDAtMS4yLjA5MiwzLjMsMy4zLDAsMCwxLC41MTUsMS4wMDYsNi4yMjUsNi4yMjUsMCwwLDEsLjI3MywxLjIxOSwxNC4xOTEsMTQuMTkxLDAsMCwxLDAsMi43LDYuMTI3LDYuMTI3LDAsMCwxLS4yNzMsMS4yMTksMy4yMjUsMy4yMjUsMCwwLDEtLjU0NCwxLjA1LDIuNSwyLjUsMCwwLDEtLjk1OS42ODgsNC4xNDksNC4xNDksMCwwLDEtMi45NTcsMCwyLjk0MiwyLjk0MiwwLDAsMS0uNy0uNDM4YzAsLjE4NC0uMDEyLjM1Mi0uMDEyLjU0NGEyMS44MTMsMjEuODEzLDAsMCwwLC4xMTQsMi4zOCwxMi4yMzksMTIuMjM5LDAsMCwwLC40NTgsMi4xNzMsNC45Miw0LjkyLDAsMCwwLC45NjEsMS44NTQsNC43NjMsNC43NjMsMCwwLDAsMS43MTYsMS4xODksNy4zMjMsNy4zMjMsMCwwLDAsNS4yMTYsMCw0LjQsNC40LDAsMCwwLDEuNjkyLTEuMjEzLDUuNzIsNS43MiwwLDAsMCwuOTYxLTEuODUzLDEwLjkyOSwxMC45MjksMCwwLDAsLjQ4MS0yLjE1MSwyMS44MTQsMjEuODE0LDAsMCwwLC4xMTQtMi4zOCwyMS41MTgsMjEuNTE4LDAsMCwwLS4xMTQtMi4zNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyNyAtMTAuMDI0KSIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM1Ny41OCw2MTQuMDE0YTguNjgxLDguNjgxLDAsMCwwLS4zOS0xLjc0Myw0LjYxNyw0LjYxNywwLDAsMC0uNzc5LTEuNSwzLjU2NiwzLjU2NiwwLDAsMC0xLjM3LS45ODMsNS4yNjYsNS4yNjYsMCwwLDAtMi4xMTUtLjM5LDYuMzQzLDYuMzQzLDAsMCwwLS45NjguMDc1LDIuNjksMi42OSwwLDAsMSwuNDE4LjgxNCw1LjA3MSw1LjA3MSwwLDAsMSwuMjIxLjk4OCwxMS40NDUsMTEuNDQ1LDAsMCwxLDAsMi4xODUsNS4wMTcsNS4wMTcsMCwwLDEtLjIyMS45ODgsMi42NTQsMi42NTQsMCwwLDEtLjQ0MS44NTEsMi4wMTksMi4wMTksMCwwLDEtLjc3OC41NTcsMy4zNTksMy4zNTksMCwwLDEtMi40LDAsMi40MjUsMi40MjUsMCwwLDEtLjU3MS0uMzU0YzAsLjE0OC0uMDExLjI4NC0uMDExLjQ0MWExNy41NTcsMTcuNTU3LDAsMCwwLC4wOTQsMS45MjgsOS45NzYsOS45NzYsMCwwLDAsLjM2OSwxLjc2MSw0LjAxNyw0LjAxNywwLDAsMCwuNzgsMS41LDMuODY3LDMuODY3LDAsMCwwLDEuMzkuOTY0LDUuOTM5LDUuOTM5LDAsMCwwLDQuMjI4LDAsMy41NiwzLjU2LDAsMCwwLDEuMzctLjk4Miw0LjY1Niw0LjY1NiwwLDAsMCwuNzc5LTEuNSw4LjcxNyw4LjcxNywwLDAsMCwuMzktMS43NDMsMTcuOTc4LDE3Ljk3OCwwLDAsMCwuMDkyLTEuOTI4LDE3Ljc2NSwxNy43NjUsMCwwLDAtLjA5Mi0xLjkyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2LjMxNiAtNi40NjgpIiBmaWxsPSIjMWMxODE4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMzUwLjQ2NSw2MDkuNDczYTEzLjkwNywxMy45MDcsMCwwLDEtLjYxNSwyLjc1NCw3LjMyNyw3LjMyNywwLDAsMS0xLjIzMSwyLjM3Myw1LjYzMiw1LjYzMiwwLDAsMS0yLjE2OCwxLjU1Myw5LjM3LDkuMzcsMCwwLDEtNi42OCwwLDYuMDkzLDYuMDkzLDAsMCwxLTIuMi0xLjUyNCw2LjMyMiw2LjMyMiwwLDAsMS0xLjIzMS0yLjM3MywxNS43MzUsMTUuNzM1LDAsMCwxLS41ODYtMi43ODMsMzEuNjkyLDMxLjY5MiwwLDAsMSwwLTYuMSwxNS4xLDE1LjEsMCwwLDEsLjU4Ni0yLjc1NCw2LjY1LDYuNjUsMCwwLDEsMS4yMzEtMi4zNzQsNS45Miw1LjkyLDAsMCwxLDIuMi0xLjU1Miw5LjM2MSw5LjM2MSwwLDAsMSw2LjY4LDAsNS42MzMsNS42MzMsMCwwLDEsMi4xNjgsMS41NTIsNy4zNjksNy4zNjksMCwwLDEsMS4yMzEsMi4zNzQsMTMuOSwxMy45LDAsMCwxLC42MTUsMi43NTQsMzEuODYzLDMxLjg2MywwLDAsMSwwLDYuMVptOC40MzEtMTUuODUxcS01LjA2Mi02LjE2NC0xNS43ODUtNi4yMTQtMTAuNjI1LjA1LTE1LjczNSw2LjIxNC0zLjk2LDQuOTEyLTMuOTA4LDEyLjgyOS0uMDUxLDcuODY5LDMuOTA4LDEyLjc3OSw1LjExMSw2LjE2MiwxNS43MzUsNi4yMTQsMTAuNzIzLS4wNTIsMTUuNzg1LTYuMjE0LDMuOTA4LTQuODYxLDMuODU4LTEyLjc3OS4wNDktNy45NjgtMy44NTgtMTIuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuMDQ3KSIgZmlsbD0iI2QzZGEzNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTI5Mi4wMjUsNjIxLjczNGExNy4wNDksMTcuMDQ5LDAsMCwxLS43NTksMy40LDkuMDg0LDkuMDg0LDAsMCwxLTEuNTE4LDIuOTI5LDYuOTY4LDYuOTY4LDAsMCwxLTIuNjc2LDEuOTE2LDExLjU3NiwxMS41NzYsMCwwLDEtOC4yNDUsMCw3LjUsNy41LDAsMCwxLTIuNzEyLTEuODgsNy44MDksNy44MDksMCwwLDEtMS41MTktMi45MjksMTkuNDQ5LDE5LjQ0OSwwLDAsMS0uNzIzLTMuNDM1LDM5LjIzLDM5LjIzLDAsMCwxLDAtNy41MjEsMTguNzExLDE4LjcxMSwwLDAsMSwuNzIzLTMuNCw4LjIsOC4yLDAsMCwxLDEuNTE5LTIuOTI5LDcuMjkxLDcuMjkxLDAsMCwxLDIuNzEyLTEuOTE2LDExLjU2OCwxMS41NjgsMCwwLDEsOC4yNDUsMCw2Ljk3Nyw2Ljk3NywwLDAsMSwyLjY3NiwxLjkxNiw5LjA5MSw5LjA5MSwwLDAsMSwxLjUxOCwyLjkyOSwxNy4wNzIsMTcuMDcyLDAsMCwxLC43NTksMy40LDM5LjIzLDM5LjIzLDAsMCwxLDAsNy41MjFabTEwLjQtMTkuNTZxLTYuMjQ1LTcuNjA2LTE5LjQ3OC03LjY2OC0xMy4xMTEuMDYyLTE5LjQxOCw3LjY2OC00Ljg4NSw2LjA2MS00LjgyMywxNS44MzEtLjA2Myw5LjcwOCw0LjgyMywxNS43NjgsNi4zMDksNy42MDYsMTkuNDE4LDcuNjY4LDEzLjIzMi0uMDY0LDE5LjQ3OC03LjY2OCw0LjgyNS02LDQuNzYyLTE1Ljc2OC4wNjMtOS44MzMtNC43NjItMTUuODMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjA4OCkiIGZpbGw9IiNhYWNmMzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat top/100%;content:"";position:absolute;top:-65px;left:-20px;width:80px;height:50px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.map-section .container-default .page_block h3::before{left:-60px;width:120px;height:73px}}body:not(.shrek_page):not(.thewiz_page) section.story-section{background:#fff;padding:0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section{padding:0}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default{padding:0 30px !important}}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show-story-item-media{text-align:center}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show-story-item-content{max-width:576px;margin:0 auto}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show-story-item-content{max-width:640px}}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show-story-item-content h4{font-size:1.25rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show-story-item-content h4{font-size:1.5rem}}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show-story-item-content p{font-size:.875rem;margin-top:20px}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider{min-height:100%}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-stage-outer .owl-stage:not(:empty){padding-top:80px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-stage-outer .owl-stage:not(:empty){padding-top:100px}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-stage-outer .owl-stage .show-gallery-wrapper.item{display:block !important}}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-item .item .video .card-image{position:relative}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-item .item .video .card-image:after{content:"\f144";font-family:"Font Awesome 5 Pro";font-weight:100;color:#fff;font-size:5rem;position:absolute;top:30%;right:0;bottom:0;left:0;margin:auto;text-align:center;pointer-events:none}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-item .item .card-image{position:relative}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-item .item .card-image:after{content:"\f002";font-family:"Font Awesome 5 Pro";color:#fff;font-size:1.5rem;position:absolute;right:10px;bottom:10px}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-item .item .card-image .card-img{height:300px;object-fit:cover}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav{bottom:65%}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-prev{margin-bottom:10px;left:-25px}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-next{left:-25px;top:55px}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav button{box-shadow:3px 3px 6px rgba(0,0,0,0.16);width:48px;height:48px;border-radius:50%}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-prev{color:#00b5e9;font-size:1rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-prev{font-size:2rem}}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-next.disabled,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-prev.disabled{opacity:1 !important}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-next.disabled i,body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-nav .owl-prev.disabled i{opacity:0.5}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-dots{display:flex;height:10px;box-shadow:inset 0px 1px 4px rgba(0,0,0,0.16);flex:1;padding:0;border-radius:4px;margin:20px 10px 0 95px}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-dots .owl-dot{border:none;box-shadow:none;flex:1;list-style:none}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-dots .owl-dot.active{border-radius:8px;background:#00b5e9}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-dots .owl-dot span{display:none !important}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-dots .owl-dot:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .slider .owl-dots .owl-dot.active ~ .owl-dot{background:transparent}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show_detail_gallery{padding-bottom:40px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default .container-holder .show_detail_gallery{padding-bottom:50px}}body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default:first-child{padding:0 30px 0 60px !important}body:not(.shrek_page):not(.thewiz_page) section.shop-section{background:#00b5e9;padding:70px 0 140px;position:relative}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.shop-section{padding:100px 0 220px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.shop-section{padding:100px 0}}body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder h1{color:#fff;position:relative}body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder h1::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MS45NDYiIHZpZXdCb3g9IjAgMCA4NSA1MS45NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTguNzA3IC01ODcuNDA3KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjczLjg4MyA1OTYuMDgxKSI+PHBhdGggZD0iTTI5Ny43OCw2MTUuMjcyYTkuMDg4LDkuMDg4LDAsMCwwLTEuNTE4LTIuOTI5LDYuOTc2LDYuOTc2LDAsMCwwLTIuNjc2LTEuOTE2LDExLjU2OSwxMS41NjksMCwwLDAtOC4yNDUsMCw3LjI5LDcuMjksMCwwLDAtMi43MTIsMS45MTYsOC4yLDguMiwwLDAsMC0xLjUxOSwyLjkyOSwxOC43MjEsMTguNzIxLDAsMCwwLS43MjMsMy40LDM5LjIyMiwzOS4yMjIsMCwwLDAsMCw3LjUyMSwxOS40NTIsMTkuNDUyLDAsMCwwLC43MjMsMy40MzUsNy44MSw3LjgxLDAsMCwwLDEuNTE5LDIuOTI5LDcuNTA2LDcuNTA2LDAsMCwwLDIuNzEyLDEuODgsMTEuNTc2LDExLjU3NiwwLDAsMCw4LjI0NSwwLDYuOTY5LDYuOTY5LDAsMCwwLDIuNjc2LTEuOTE2LDkuMDgyLDkuMDgyLDAsMCwwLDEuNTE4LTIuOTI5LDE3LjA0NywxNy4wNDcsMCwwLDAsLjc2LTMuNCwzOS4yMjIsMzkuMjIyLDAsMCwwLDAtNy41MjFBMTcuMDc1LDE3LjA3NSwwLDAsMCwyOTcuNzgsNjE1LjI3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAuMjA3IC02MDIuNjI5KSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zNTUuMTgsNjA0LjIzOGE3LjM3NCw3LjM3NCwwLDAsMC0xLjIzMS0yLjM3NCw1LjYzOCw1LjYzOCwwLDAsMC0yLjE2OC0xLjU1Miw5LjM2Miw5LjM2MiwwLDAsMC02LjY4LDAsNS45MjQsNS45MjQsMCwwLDAtMi4yLDEuNTUyLDYuNjUzLDYuNjUzLDAsMCwwLTEuMjMxLDIuMzc0LDE1LjExNCwxNS4xMTQsMCwwLDAtLjU4NiwyLjc1NCwzMS43LDMxLjcsMCwwLDAsMCw2LjEsMTUuNzUsMTUuNzUsMCwwLDAsLjU4NiwyLjc4Myw2LjMyNSw2LjMyNSwwLDAsMCwxLjIzMSwyLjM3Myw2LjA5Miw2LjA5MiwwLDAsMCwyLjIsMS41MjQsOS4zNjgsOS4zNjgsMCwwLDAsNi42OCwwLDUuNjMyLDUuNjMyLDAsMCwwLDIuMTY4LTEuNTUzLDcuMzMzLDcuMzMzLDAsMCwwLDEuMjMxLTIuMzczLDEzLjkxNywxMy45MTcsMCwwLDAsLjYxNS0yLjc1NCwzMS44NjcsMzEuODY3LDAsMCwwLDAtNi4xQTEzLjkxNSwxMy45MTUsMCwwLDAsMzU1LjE4LDYwNC4yMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk4LjA3IC01OTkuNjk2KSIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNMzAwLjY1Niw2MjcuMTg3YTEwLjg3NiwxMC44NzYsMCwwLDAtLjQ4MS0yLjE1MSw1LjczOSw1LjczOSwwLDAsMC0uOTYxLTEuODU0LDQuNDE2LDQuNDE2LDAsMCwwLTEuNjkyLTEuMjEyLDYuNDY5LDYuNDY5LDAsMCwwLTIuNjA4LS40ODIsNy44NzgsNy44NzgsMCwwLDAtMS4yLjA5MiwzLjMsMy4zLDAsMCwxLC41MTUsMS4wMDYsNi4yMjUsNi4yMjUsMCwwLDEsLjI3MywxLjIxOSwxNC4xOTEsMTQuMTkxLDAsMCwxLDAsMi43LDYuMTI3LDYuMTI3LDAsMCwxLS4yNzMsMS4yMTksMy4yMjUsMy4yMjUsMCwwLDEtLjU0NCwxLjA1LDIuNSwyLjUsMCwwLDEtLjk1OS42ODgsNC4xNDksNC4xNDksMCwwLDEtMi45NTcsMCwyLjk0MiwyLjk0MiwwLDAsMS0uNy0uNDM4YzAsLjE4NC0uMDEyLjM1Mi0uMDEyLjU0NGEyMS44MTMsMjEuODEzLDAsMCwwLC4xMTQsMi4zOCwxMi4yMzksMTIuMjM5LDAsMCwwLC40NTgsMi4xNzMsNC45Miw0LjkyLDAsMCwwLC45NjEsMS44NTQsNC43NjMsNC43NjMsMCwwLDAsMS43MTYsMS4xODksNy4zMjMsNy4zMjMsMCwwLDAsNS4yMTYsMCw0LjQsNC40LDAsMCwwLDEuNjkyLTEuMjEzLDUuNzIsNS43MiwwLDAsMCwuOTYxLTEuODUzLDEwLjkyOSwxMC45MjksMCwwLDAsLjQ4MS0yLjE1MSwyMS44MTQsMjEuODE0LDAsMCwwLC4xMTQtMi4zOCwyMS41MTgsMjEuNTE4LDAsMCwwLS4xMTQtMi4zNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyNyAtMTAuMDI0KSIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM1Ny41OCw2MTQuMDE0YTguNjgxLDguNjgxLDAsMCwwLS4zOS0xLjc0Myw0LjYxNyw0LjYxNywwLDAsMC0uNzc5LTEuNSwzLjU2NiwzLjU2NiwwLDAsMC0xLjM3LS45ODMsNS4yNjYsNS4yNjYsMCwwLDAtMi4xMTUtLjM5LDYuMzQzLDYuMzQzLDAsMCwwLS45NjguMDc1LDIuNjksMi42OSwwLDAsMSwuNDE4LjgxNCw1LjA3MSw1LjA3MSwwLDAsMSwuMjIxLjk4OCwxMS40NDUsMTEuNDQ1LDAsMCwxLDAsMi4xODUsNS4wMTcsNS4wMTcsMCwwLDEtLjIyMS45ODgsMi42NTQsMi42NTQsMCwwLDEtLjQ0MS44NTEsMi4wMTksMi4wMTksMCwwLDEtLjc3OC41NTcsMy4zNTksMy4zNTksMCwwLDEtMi40LDAsMi40MjUsMi40MjUsMCwwLDEtLjU3MS0uMzU0YzAsLjE0OC0uMDExLjI4NC0uMDExLjQ0MWExNy41NTcsMTcuNTU3LDAsMCwwLC4wOTQsMS45MjgsOS45NzYsOS45NzYsMCwwLDAsLjM2OSwxLjc2MSw0LjAxNyw0LjAxNywwLDAsMCwuNzgsMS41LDMuODY3LDMuODY3LDAsMCwwLDEuMzkuOTY0LDUuOTM5LDUuOTM5LDAsMCwwLDQuMjI4LDAsMy41NiwzLjU2LDAsMCwwLDEuMzctLjk4Miw0LjY1Niw0LjY1NiwwLDAsMCwuNzc5LTEuNSw4LjcxNyw4LjcxNywwLDAsMCwuMzktMS43NDMsMTcuOTc4LDE3Ljk3OCwwLDAsMCwuMDkyLTEuOTI4LDE3Ljc2NSwxNy43NjUsMCwwLDAtLjA5Mi0xLjkyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2LjMxNiAtNi40NjgpIiBmaWxsPSIjMWMxODE4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMzUwLjQ2NSw2MDkuNDczYTEzLjkwNywxMy45MDcsMCwwLDEtLjYxNSwyLjc1NCw3LjMyNyw3LjMyNywwLDAsMS0xLjIzMSwyLjM3Myw1LjYzMiw1LjYzMiwwLDAsMS0yLjE2OCwxLjU1Myw5LjM3LDkuMzcsMCwwLDEtNi42OCwwLDYuMDkzLDYuMDkzLDAsMCwxLTIuMi0xLjUyNCw2LjMyMiw2LjMyMiwwLDAsMS0xLjIzMS0yLjM3MywxNS43MzUsMTUuNzM1LDAsMCwxLS41ODYtMi43ODMsMzEuNjkyLDMxLjY5MiwwLDAsMSwwLTYuMSwxNS4xLDE1LjEsMCwwLDEsLjU4Ni0yLjc1NCw2LjY1LDYuNjUsMCwwLDEsMS4yMzEtMi4zNzQsNS45Miw1LjkyLDAsMCwxLDIuMi0xLjU1Miw5LjM2MSw5LjM2MSwwLDAsMSw2LjY4LDAsNS42MzMsNS42MzMsMCwwLDEsMi4xNjgsMS41NTIsNy4zNjksNy4zNjksMCwwLDEsMS4yMzEsMi4zNzQsMTMuOSwxMy45LDAsMCwxLC42MTUsMi43NTQsMzEuODYzLDMxLjg2MywwLDAsMSwwLDYuMVptOC40MzEtMTUuODUxcS01LjA2Mi02LjE2NC0xNS43ODUtNi4yMTQtMTAuNjI1LjA1LTE1LjczNSw2LjIxNC0zLjk2LDQuOTEyLTMuOTA4LDEyLjgyOS0uMDUxLDcuODY5LDMuOTA4LDEyLjc3OSw1LjExMSw2LjE2MiwxNS43MzUsNi4yMTQsMTAuNzIzLS4wNTIsMTUuNzg1LTYuMjE0LDMuOTA4LTQuODYxLDMuODU4LTEyLjc3OS4wNDktNy45NjgtMy44NTgtMTIuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuMDQ3KSIgZmlsbD0iI2QzZGEzNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTI5Mi4wMjUsNjIxLjczNGExNy4wNDksMTcuMDQ5LDAsMCwxLS43NTksMy40LDkuMDg0LDkuMDg0LDAsMCwxLTEuNTE4LDIuOTI5LDYuOTY4LDYuOTY4LDAsMCwxLTIuNjc2LDEuOTE2LDExLjU3NiwxMS41NzYsMCwwLDEtOC4yNDUsMCw3LjUsNy41LDAsMCwxLTIuNzEyLTEuODgsNy44MDksNy44MDksMCwwLDEtMS41MTktMi45MjksMTkuNDQ5LDE5LjQ0OSwwLDAsMS0uNzIzLTMuNDM1LDM5LjIzLDM5LjIzLDAsMCwxLDAtNy41MjEsMTguNzExLDE4LjcxMSwwLDAsMSwuNzIzLTMuNCw4LjIsOC4yLDAsMCwxLDEuNTE5LTIuOTI5LDcuMjkxLDcuMjkxLDAsMCwxLDIuNzEyLTEuOTE2LDExLjU2OCwxMS41NjgsMCwwLDEsOC4yNDUsMCw2Ljk3Nyw2Ljk3NywwLDAsMSwyLjY3NiwxLjkxNiw5LjA5MSw5LjA5MSwwLDAsMSwxLjUxOCwyLjkyOSwxNy4wNzIsMTcuMDcyLDAsMCwxLC43NTksMy40LDM5LjIzLDM5LjIzLDAsMCwxLDAsNy41MjFabTEwLjQtMTkuNTZxLTYuMjQ1LTcuNjA2LTE5LjQ3OC03LjY2OC0xMy4xMTEuMDYyLTE5LjQxOCw3LjY2OC00Ljg4NSw2LjA2MS00LjgyMywxNS44MzEtLjA2Myw5LjcwOCw0LjgyMywxNS43NjgsNi4zMDksNy42MDYsMTkuNDE4LDcuNjY4LDEzLjIzMi0uMDY0LDE5LjQ3OC03LjY2OCw0LjgyNS02LDQuNzYyLTE1Ljc2OC4wNjMtOS44MzMtNC43NjItMTUuODMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjA4OCkiIGZpbGw9IiNhYWNmMzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat top/cover;content:"";position:absolute;top:0;left:0;margin-left:60px;width:85px;height:51px;transform:translate(-100%, -60px)}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder h1::before{margin-left:30px}}body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder p{font-size:1rem;color:#fff;max-width:517px;margin-bottom:35px}body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder .show-detail-bottom-image{z-index:1;position:absolute;transform:translateY(35%) !important;bottom:0;right:0}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder .show-detail-bottom-image{right:30px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder .show-detail-bottom-image{right:60px}}body:not(.shrek_page):not(.thewiz_page) section.characters-section{background:#fff;padding:80px 0 50px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.characters-section{padding:110px 0 70px}}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .show_detail_characteristics_intro{padding:0 !important}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .show_detail_characteristics_intro p{max-width:517px}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block{padding-top:70px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block .item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block .show-character-wrapper .show-character-item .card-image{border:1px solid rgba(196,196,196,0.5)}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block .show-character-wrapper .show-character-item .card-image .card-img{display:flex;margin:auto}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block .show-character-wrapper .show-character-item .card-body{padding:15px 0}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block .show-character-wrapper .show-character-item .card-body .card-title{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .show_detail_characters .grid.page_block .show-character-wrapper .show-character-item .card-body .card-description-content p{font-size:.875rem}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder{padding:0 !important}body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder h1,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder p{max-width:600px}body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder p{padding-bottom:70px}body:not(.shrek_page):not(.thewiz_page) section.events-section{background:#fff;padding:70px 0 80px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.events-section{padding:90px 0 100px}}body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events h1{font-size:1.875rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events h1{font-size:2.25rem}}body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events h1,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events h2{color:#000}body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events h2{font-size:1.25rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events h2{font-size:1.5rem}}body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.events-section .container-default .container-holder .show_detail_events .card-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.events-section .container-default .container-holder .show_detail_events .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:last-of-type{margin-top:40px}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section{background:#76bf43;padding:80px 0 100px;position:relative;margin-top:4px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section{padding:90px 0 160px}}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder h1,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder h2,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder h3,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder h1,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder h2,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder h3{color:#fff}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder h2,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder h3,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder h2,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder h3{font-size:1.5rem;margin-bottom:30px}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder p,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder p{max-width:680px;color:#fff}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-image .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-image .card-image-link .card-img{border-radius:8px}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-body,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-body{padding:15px 0}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title-link{text-decoration:none}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title-link:hover .card-title{color:#231F20}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title{margin-bottom:.75rem !important}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-subtitle,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .show-character-item .card-body .card-caption .card-subtitle{color:#fff}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .owl-nav,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .owl-nav{left:-55px !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .show_detail_other_shows .owl-nav,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .show_detail_other_shows .owl-nav{left:-80px !important}}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider{padding-top:60px;min-height:100%}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-nav,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-nav{top:60px;left:5px;bottom:auto}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-nav,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-nav{left:40px}}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-nav button,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-nav button{display:flex;align-items:center;justify-content:center;background:#fff;width:48px;height:48px;line-height:48px;border-radius:50%;box-shadow:3px 3px 6px rgba(0,0,0,0.16);font-size:1rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-nav button,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-nav button{font-size:2rem}}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-nav .owl-next{left:0;top:55px}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-dots,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-dots{margin:0}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-dots .owl-dot span,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-dots .owl-dot span{border-color:#fff}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-dots .owl-dot:hover span,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .slider .owl-dots .owl-dot.active span,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-dots .owl-dot:hover span,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .slider .owl-dots .owl-dot.active span{border-color:#fff;background-color:#fff}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:last-of-type{margin:15px 20px 0 60px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:last-of-type{margin:15px 20px 0 130px}}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one p,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one p{margin-bottom:35px}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.two .resource_image,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.two .resource_image{margin-bottom:30px}body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .contentblock{padding:0 15px !important}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .contentblock{padding:0 0 0 130px !important}}body:not(.shrek_page):not(.thewiz_page) section.intro{background:#76bf43;margin-top:5px;padding:80px 0 !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.intro{padding:100px 0 !important}}body:not(.shrek_page):not(.thewiz_page) section.intro .container-default .container-holder{max-width:560px;display:flex;justify-content:flex-start;flex-direction:column}body:not(.shrek_page):not(.thewiz_page) section.intro .container-default .container-holder h1,body:not(.shrek_page):not(.thewiz_page) section.intro .container-default .container-holder p{color:#fff}body:not(.shrek_page):not(.thewiz_page) section.bg-primary{padding:80px 0 0 !important;background:#76bf43}body:not(.shrek_page):not(.thewiz_page) section.bg-primary h1,body:not(.shrek_page):not(.thewiz_page) section.bg-primary h2,body:not(.shrek_page):not(.thewiz_page) section.bg-primary h3,body:not(.shrek_page):not(.thewiz_page) section.bg-primary .card-title,body:not(.shrek_page):not(.thewiz_page) section.bg-primary .card-subtitle,body:not(.shrek_page):not(.thewiz_page) section.bg-primary p{color:#fff !important}body:not(.shrek_page):not(.thewiz_page) section.bg-primary .page_block.contentblock{margin-top:50px}body:not(.shrek_page):not(.thewiz_page) section.bg-primary .slider{min-height:100%}body:not(.shrek_page):not(.thewiz_page) section.home-blocks{background:#76bf43;position:relative;padding:50px 0 80px !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.home-blocks{padding:50px 0 70px !important}}body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel{min-height:100%}@media (max-width: 575.98px){body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item .item{max-width:350px}body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item .item .card.card-wide .card-body{max-width:70%}}@media screen and (max-width: 375px){body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item img{max-width:80%}}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item{flex-direction:column}body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item .card{display:block}body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item img{object-fit:cover}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item .card-image{flex:0 0 41.66667%;max-width:41.66667%}body:not(.shrek_page):not(.thewiz_page) section.home-blocks .slider.owl-carousel .owl-item .card-body{flex:0 0 58.33333%;max-width:58.33333%}}body:not(.shrek_page):not(.thewiz_page) section.webshop-content{background:#fff;padding:80px 0;position:relative}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.webshop-content{padding:90px 0}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.webshop-content{padding:90px 0 140px}}body:not(.shrek_page):not(.thewiz_page) section.webshop-content::after{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMTM1NiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzNTYgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6Izc2QkY0Mzt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9CiAgLnN0MntmaWxsOiNmZmZmZmY7fQo8L3N0eWxlPgogIDxnIGlkPSJib3R0b20iPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMjYuOHYtMi42Ii8+CiAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjc4LDEwNy44Yy0yMTMuNSwwLTQxNC4zLTE3LjktNTY1LjQtNTAuNUM2OS41LDQ4LDMxLjgsMzcuOCwwLDI2Ljh2OTMuMWgxMzU2VjI2LjgKCQkJYy0zMS44LDEwLjktNjkuNSwyMS4yLTExMi42LDMwLjVDMTA5Mi4zLDg5LjksODkxLjUsMTA3LjgsNjc4LDEwNy44eiIvPgoJPC9nPgo8L2c+CiAgPGcgaWQ9IndoaXRlIj4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLDI2Ljh2LTIuNiIvPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNDIuMyw1Mi40Yy0xNTAuNywzMi41LTM1MS4xLDUwLjQtNTY0LjMsNTAuNFMyNjQuNCw4NC45LDExMy43LDUyLjRDNzAuMSw0MywzMi4xLDMyLjcsMCwyMS42djIuNnYyLjYKCQkJQzMxLjgsMzcuOCw2OS41LDQ4LDExMi42LDU3LjNjMTUxLDMyLjYsMzUxLjgsNTAuNSw1NjUuNCw1MC41czQxNC4zLTE3LjksNTY1LjQtNTAuNWM0My4yLTkuMyw4MC44LTE5LjUsMTEyLjYtMzAuNXYtMi42di0yLjYKCQkJQzEzMjMuOSwzMi43LDEyODUuOSw0MywxMjQyLjMsNTIuNHoiLz4KCTwvZz4KPC9nPgogIDxnIGlkPSJ0b3AiPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTAsMjYuOHYtMi42Ii8+CiAgICA8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwwLjF2MjEuNUMzMi4xLDMyLjcsNzAuMSw0MywxMTMuNyw1Mi40YzE1MC43LDMyLjUsMzUxLjEsNTAuNCw1NjQuMyw1MC40czQxMy42LTE3LjksNTY0LjMtNTAuNAoJCQljNDMuNi05LjQsODEuNi0xOS43LDExMy43LTMwLjlWMC4xSDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat bottom/100%;content:"";position:absolute;width:100%;height:135px;bottom:-1px;right:0}body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder h1{max-width:300px;color:#76bf43}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder h1{max-width:100%}}body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder p{color:#000;max-width:517px;margin-bottom:25px}body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.link{margin-bottom:30px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.resource_image{z-index:1;position:absolute;bottom:0;right:30px}}body:not(.shrek_page):not(.thewiz_page) section.content-blocks{padding:80px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.content-blocks{padding:100px 0}}body:not(.shrek_page):not(.thewiz_page) section.content-blocks p{max-width:517px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-title-link{order:1}body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-title-link .card-title{color:#231F20;font-size:1.25rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-title-link .card-title{font-size:1.5rem}}body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-title-link:hover .card-title{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-subtitle{order:2;font-size:1.5rem;color:#76bf43}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-subtitle{font-size:2.25rem}}body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default .container-holder .page_block.grid .item .card-body .card-caption .card-description{order:3}body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks{padding:70px 0 50px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks{padding:80px 0}}body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks p{max-width:517px}body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .container,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contact-content-blocks .owl-container,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contact-content-blocks .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info section.contact-content-blocks .container-holder,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top section.contact-content-blocks .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .carousel-container{padding-bottom:60px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .container,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contact-content-blocks .owl-container,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contact-content-blocks .carousel-container,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info section.contact-content-blocks .container-holder,body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top section.contact-content-blocks .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .carousel-container{padding-bottom:80px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.contact-content-blocks .container-default .container-holder .page_block.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) section.search-book-section{position:relative;background:#00b5e9;text-align:center;padding:100px 0 80px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.search-book-section{padding:155px 0 100px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) section.search-book-section{padding:235px 0 100px}}body:not(.shrek_page):not(.thewiz_page) section.search-book-section::before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNTYgMTIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzU2IDEyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2Rpc3BsYXk6bm9uZTt9DQoJLnN0MXtkaXNwbGF5OmlubGluZTt9DQoJLnN0MntmaWxsOiNGRkZGRkY7fQ0KCS5zdDN7ZmlsbDojMDBCNUU5O30NCgkuc3Q0e2ZpbGw6Izc2QkY0Mzt9DQo8L3N0eWxlPg0KPGcgaWQ9ImJvdHRvbSIgY2xhc3M9InN0MCI+DQoJPGcgY2xhc3M9InN0MSI+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0wLDI2Ljh2LTIuNiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNNjc4LDEwNy44Yy0yMTMuNSwwLTQxNC4zLTE3LjktNTY1LjQtNTAuNUM2OS41LDQ4LDMxLjgsMzcuOCwwLDI2Ljh2OTMuMWgxMzU2VjI2LjgNCgkJCWMtMzEuOCwxMC45LTY5LjUsMjEuMi0xMTIuNiwzMC41QzEwOTIuMyw4OS45LDg5MS41LDEwNy44LDY3OCwxMDcuOHoiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0id2hpdGUiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTEyNDIuMyw1Mi40Yy0xNTAuNywzMi41LTM1MS4xLDUwLjQtNTY0LjMsNTAuNFMyNjQuNCw4NC45LDExMy43LDUyLjRDNzAuMSw0MywzMi4xLDMyLjcsMCwyMS42djIuNnYyLjYNCgkJCUMzMS44LDM3LjgsNjkuNSw0OCwxMTIuNiw1Ny4zYzE1MSwzMi42LDM1MS44LDUwLjUsNTY1LjQsNTAuNXM0MTQuMy0xNy45LDU2NS40LTUwLjVjNDMuMi05LjMsODAuOC0xOS41LDExMi42LTMwLjV2LTIuNnYtMi42DQoJCQlDMTMyMy45LDMyLjcsMTI4NS45LDQzLDEyNDIuMyw1Mi40eiIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTAsMC4xdjIxLjVDMzIuMSwzMi43LDcwLjEsNDMsMTEzLjcsNTIuNGMxNTAuNywzMi41LDM1MS4xLDUwLjQsNTY0LjMsNTAuNHM0MTMuNi0xNy45LDU2NC4zLTUwLjQNCgkJCWM0My42LTkuNCw4MS42LTE5LjcsMTEzLjctMzAuOVYwLjFIMHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat top/100%;content:"";position:absolute;width:100%;height:100%;top:-1px;right:0}body:not(.shrek_page):not(.thewiz_page) section.search-book-section .container-default .container-holder h2{color:#fff;font-size:1.5rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) section.search-book-section .container-default .container-holder h2{font-size:2.25rem}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) section.content.news-block .container-default .container-holder .grid.blog_overview .item{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .main{overflow:hidden}body:not(.shrek_page):not(.thewiz_page) .main .intro-section{padding:90px 0 50px}body:not(.shrek_page):not(.thewiz_page) .main .intro-section h1,body:not(.shrek_page):not(.thewiz_page) .main .intro-section h2,body:not(.shrek_page):not(.thewiz_page) .main .intro-section h3,body:not(.shrek_page):not(.thewiz_page) .main .intro-section h4,body:not(.shrek_page):not(.thewiz_page) .main .intro-section p{color:#fff}body:not(.shrek_page):not(.thewiz_page) .main .intro-section p{max-width:680px}body:not(.shrek_page):not(.thewiz_page) .main .intro-section h4{font-size:1.25rem;margin-bottom:50px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .intro-section h4{font-size:1.5rem}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .intro-section .container-two-columns .container-holder .column.one{flex:0 0 66.66667%;max-width:66.66667%}}body:not(.shrek_page):not(.thewiz_page) .main .intro-section .container-two-columns .container-holder .column.one p:nth-child(3) a{color:#fff;text-decoration:underline}body:not(.shrek_page):not(.thewiz_page) .main .intro-section .container-two-columns .container-holder .column.one p:nth-child(3) a:hover{font-weight:600}body:not(.shrek_page):not(.thewiz_page) .main .intro-section .container-two-columns .container-holder .column.two p iframe{width:100%}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .intro-section .container-two-columns .container-holder .column.two{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns{padding:80px 0 70px !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns{padding:100px 0 90px !important}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:first-of-type{margin-bottom:40px}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:first-of-type .container-holder .column.two{padding-top:0 !important}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one{order:1}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one{padding-top:60px}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item:last-of-type .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.one a:last-of-type{margin-top:25px}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item:last-of-type .container-holder .column.two{order:2;padding-top:0}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder{margin-bottom:0}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder{padding:0 30px}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder img{box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5);width:100%}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h3,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two p,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h3,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one p{color:#231F20}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two p,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one p{font-size:.875rem}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two p:not(:first-child),body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one p:not(:first-child){max-width:640px}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h2{margin-bottom:10px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h2{font-size:1.75rem}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h2{max-width:640px;font-size:3rem}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h3,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h3{font-size:1.25rem;margin-bottom:20px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h3,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h3{font-size:1.5rem}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h3,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h3{max-width:640px}}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one h3::before{content:none}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.two .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:last-of-type{margin-top:10px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two{padding-left:3rem !important}}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark{background:#00b5e9 !important;padding:80px 0 !important;position:relative}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark{padding:100px 0 !important}}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder h1{position:relative}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder h1::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MS45NDYiIHZpZXdCb3g9IjAgMCA4NSA1MS45NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTguNzA3IC01ODcuNDA3KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjczLjg4MyA1OTYuMDgxKSI+PHBhdGggZD0iTTI5Ny43OCw2MTUuMjcyYTkuMDg4LDkuMDg4LDAsMCwwLTEuNTE4LTIuOTI5LDYuOTc2LDYuOTc2LDAsMCwwLTIuNjc2LTEuOTE2LDExLjU2OSwxMS41NjksMCwwLDAtOC4yNDUsMCw3LjI5LDcuMjksMCwwLDAtMi43MTIsMS45MTYsOC4yLDguMiwwLDAsMC0xLjUxOSwyLjkyOSwxOC43MjEsMTguNzIxLDAsMCwwLS43MjMsMy40LDM5LjIyMiwzOS4yMjIsMCwwLDAsMCw3LjUyMSwxOS40NTIsMTkuNDUyLDAsMCwwLC43MjMsMy40MzUsNy44MSw3LjgxLDAsMCwwLDEuNTE5LDIuOTI5LDcuNTA2LDcuNTA2LDAsMCwwLDIuNzEyLDEuODgsMTEuNTc2LDExLjU3NiwwLDAsMCw4LjI0NSwwLDYuOTY5LDYuOTY5LDAsMCwwLDIuNjc2LTEuOTE2LDkuMDgyLDkuMDgyLDAsMCwwLDEuNTE4LTIuOTI5LDE3LjA0NywxNy4wNDcsMCwwLDAsLjc2LTMuNCwzOS4yMjIsMzkuMjIyLDAsMCwwLDAtNy41MjFBMTcuMDc1LDE3LjA3NSwwLDAsMCwyOTcuNzgsNjE1LjI3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAuMjA3IC02MDIuNjI5KSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zNTUuMTgsNjA0LjIzOGE3LjM3NCw3LjM3NCwwLDAsMC0xLjIzMS0yLjM3NCw1LjYzOCw1LjYzOCwwLDAsMC0yLjE2OC0xLjU1Miw5LjM2Miw5LjM2MiwwLDAsMC02LjY4LDAsNS45MjQsNS45MjQsMCwwLDAtMi4yLDEuNTUyLDYuNjUzLDYuNjUzLDAsMCwwLTEuMjMxLDIuMzc0LDE1LjExNCwxNS4xMTQsMCwwLDAtLjU4NiwyLjc1NCwzMS43LDMxLjcsMCwwLDAsMCw2LjEsMTUuNzUsMTUuNzUsMCwwLDAsLjU4NiwyLjc4Myw2LjMyNSw2LjMyNSwwLDAsMCwxLjIzMSwyLjM3Myw2LjA5Miw2LjA5MiwwLDAsMCwyLjIsMS41MjQsOS4zNjgsOS4zNjgsMCwwLDAsNi42OCwwLDUuNjMyLDUuNjMyLDAsMCwwLDIuMTY4LTEuNTUzLDcuMzMzLDcuMzMzLDAsMCwwLDEuMjMxLTIuMzczLDEzLjkxNywxMy45MTcsMCwwLDAsLjYxNS0yLjc1NCwzMS44NjcsMzEuODY3LDAsMCwwLDAtNi4xQTEzLjkxNSwxMy45MTUsMCwwLDAsMzU1LjE4LDYwNC4yMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk4LjA3IC01OTkuNjk2KSIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNMzAwLjY1Niw2MjcuMTg3YTEwLjg3NiwxMC44NzYsMCwwLDAtLjQ4MS0yLjE1MSw1LjczOSw1LjczOSwwLDAsMC0uOTYxLTEuODU0LDQuNDE2LDQuNDE2LDAsMCwwLTEuNjkyLTEuMjEyLDYuNDY5LDYuNDY5LDAsMCwwLTIuNjA4LS40ODIsNy44NzgsNy44NzgsMCwwLDAtMS4yLjA5MiwzLjMsMy4zLDAsMCwxLC41MTUsMS4wMDYsNi4yMjUsNi4yMjUsMCwwLDEsLjI3MywxLjIxOSwxNC4xOTEsMTQuMTkxLDAsMCwxLDAsMi43LDYuMTI3LDYuMTI3LDAsMCwxLS4yNzMsMS4yMTksMy4yMjUsMy4yMjUsMCwwLDEtLjU0NCwxLjA1LDIuNSwyLjUsMCwwLDEtLjk1OS42ODgsNC4xNDksNC4xNDksMCwwLDEtMi45NTcsMCwyLjk0MiwyLjk0MiwwLDAsMS0uNy0uNDM4YzAsLjE4NC0uMDEyLjM1Mi0uMDEyLjU0NGEyMS44MTMsMjEuODEzLDAsMCwwLC4xMTQsMi4zOCwxMi4yMzksMTIuMjM5LDAsMCwwLC40NTgsMi4xNzMsNC45Miw0LjkyLDAsMCwwLC45NjEsMS44NTQsNC43NjMsNC43NjMsMCwwLDAsMS43MTYsMS4xODksNy4zMjMsNy4zMjMsMCwwLDAsNS4yMTYsMCw0LjQsNC40LDAsMCwwLDEuNjkyLTEuMjEzLDUuNzIsNS43MiwwLDAsMCwuOTYxLTEuODUzLDEwLjkyOSwxMC45MjksMCwwLDAsLjQ4MS0yLjE1MSwyMS44MTQsMjEuODE0LDAsMCwwLC4xMTQtMi4zOCwyMS41MTgsMjEuNTE4LDAsMCwwLS4xMTQtMi4zNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyNyAtMTAuMDI0KSIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM1Ny41OCw2MTQuMDE0YTguNjgxLDguNjgxLDAsMCwwLS4zOS0xLjc0Myw0LjYxNyw0LjYxNywwLDAsMC0uNzc5LTEuNSwzLjU2NiwzLjU2NiwwLDAsMC0xLjM3LS45ODMsNS4yNjYsNS4yNjYsMCwwLDAtMi4xMTUtLjM5LDYuMzQzLDYuMzQzLDAsMCwwLS45NjguMDc1LDIuNjksMi42OSwwLDAsMSwuNDE4LjgxNCw1LjA3MSw1LjA3MSwwLDAsMSwuMjIxLjk4OCwxMS40NDUsMTEuNDQ1LDAsMCwxLDAsMi4xODUsNS4wMTcsNS4wMTcsMCwwLDEtLjIyMS45ODgsMi42NTQsMi42NTQsMCwwLDEtLjQ0MS44NTEsMi4wMTksMi4wMTksMCwwLDEtLjc3OC41NTcsMy4zNTksMy4zNTksMCwwLDEtMi40LDAsMi40MjUsMi40MjUsMCwwLDEtLjU3MS0uMzU0YzAsLjE0OC0uMDExLjI4NC0uMDExLjQ0MWExNy41NTcsMTcuNTU3LDAsMCwwLC4wOTQsMS45MjgsOS45NzYsOS45NzYsMCwwLDAsLjM2OSwxLjc2MSw0LjAxNyw0LjAxNywwLDAsMCwuNzgsMS41LDMuODY3LDMuODY3LDAsMCwwLDEuMzkuOTY0LDUuOTM5LDUuOTM5LDAsMCwwLDQuMjI4LDAsMy41NiwzLjU2LDAsMCwwLDEuMzctLjk4Miw0LjY1Niw0LjY1NiwwLDAsMCwuNzc5LTEuNSw4LjcxNyw4LjcxNywwLDAsMCwuMzktMS43NDMsMTcuOTc4LDE3Ljk3OCwwLDAsMCwuMDkyLTEuOTI4LDE3Ljc2NSwxNy43NjUsMCwwLDAtLjA5Mi0xLjkyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2LjMxNiAtNi40NjgpIiBmaWxsPSIjMWMxODE4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMzUwLjQ2NSw2MDkuNDczYTEzLjkwNywxMy45MDcsMCwwLDEtLjYxNSwyLjc1NCw3LjMyNyw3LjMyNywwLDAsMS0xLjIzMSwyLjM3Myw1LjYzMiw1LjYzMiwwLDAsMS0yLjE2OCwxLjU1Myw5LjM3LDkuMzcsMCwwLDEtNi42OCwwLDYuMDkzLDYuMDkzLDAsMCwxLTIuMi0xLjUyNCw2LjMyMiw2LjMyMiwwLDAsMS0xLjIzMS0yLjM3MywxNS43MzUsMTUuNzM1LDAsMCwxLS41ODYtMi43ODMsMzEuNjkyLDMxLjY5MiwwLDAsMSwwLTYuMSwxNS4xLDE1LjEsMCwwLDEsLjU4Ni0yLjc1NCw2LjY1LDYuNjUsMCwwLDEsMS4yMzEtMi4zNzQsNS45Miw1LjkyLDAsMCwxLDIuMi0xLjU1Miw5LjM2MSw5LjM2MSwwLDAsMSw2LjY4LDAsNS42MzMsNS42MzMsMCwwLDEsMi4xNjgsMS41NTIsNy4zNjksNy4zNjksMCwwLDEsMS4yMzEsMi4zNzQsMTMuOSwxMy45LDAsMCwxLC42MTUsMi43NTQsMzEuODYzLDMxLjg2MywwLDAsMSwwLDYuMVptOC40MzEtMTUuODUxcS01LjA2Mi02LjE2NC0xNS43ODUtNi4yMTQtMTAuNjI1LjA1LTE1LjczNSw2LjIxNC0zLjk2LDQuOTEyLTMuOTA4LDEyLjgyOS0uMDUxLDcuODY5LDMuOTA4LDEyLjc3OSw1LjExMSw2LjE2MiwxNS43MzUsNi4yMTQsMTAuNzIzLS4wNTIsMTUuNzg1LTYuMjE0LDMuOTA4LTQuODYxLDMuODU4LTEyLjc3OS4wNDktNy45NjgtMy44NTgtMTIuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuMDQ3KSIgZmlsbD0iI2QzZGEzNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTI5Mi4wMjUsNjIxLjczNGExNy4wNDksMTcuMDQ5LDAsMCwxLS43NTksMy40LDkuMDg0LDkuMDg0LDAsMCwxLTEuNTE4LDIuOTI5LDYuOTY4LDYuOTY4LDAsMCwxLTIuNjc2LDEuOTE2LDExLjU3NiwxMS41NzYsMCwwLDEtOC4yNDUsMCw3LjUsNy41LDAsMCwxLTIuNzEyLTEuODgsNy44MDksNy44MDksMCwwLDEtMS41MTktMi45MjksMTkuNDQ5LDE5LjQ0OSwwLDAsMS0uNzIzLTMuNDM1LDM5LjIzLDM5LjIzLDAsMCwxLDAtNy41MjEsMTguNzExLDE4LjcxMSwwLDAsMSwuNzIzLTMuNCw4LjIsOC4yLDAsMCwxLDEuNTE5LTIuOTI5LDcuMjkxLDcuMjkxLDAsMCwxLDIuNzEyLTEuOTE2LDExLjU2OCwxMS41NjgsMCwwLDEsOC4yNDUsMCw2Ljk3Nyw2Ljk3NywwLDAsMSwyLjY3NiwxLjkxNiw5LjA5MSw5LjA5MSwwLDAsMSwxLjUxOCwyLjkyOSwxNy4wNzIsMTcuMDcyLDAsMCwxLC43NTksMy40LDM5LjIzLDM5LjIzLDAsMCwxLDAsNy41MjFabTEwLjQtMTkuNTZxLTYuMjQ1LTcuNjA2LTE5LjQ3OC03LjY2OC0xMy4xMTEuMDYyLTE5LjQxOCw3LjY2OC00Ljg4NSw2LjA2MS00LjgyMywxNS44MzEtLjA2Myw5LjcwOCw0LjgyMywxNS43NjgsNi4zMDksNy42MDYsMTkuNDE4LDcuNjY4LDEzLjIzMi0uMDY0LDE5LjQ3OC03LjY2OCw0LjgyNS02LDQuNzYyLTE1Ljc2OC4wNjMtOS44MzMtNC43NjItMTUuODMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjA4OCkiIGZpbGw9IiNhYWNmMzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat top/100%;content:"";position:absolute;top:-65px;left:-20px;width:85px;height:73px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder h1::before{left:-60px}}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder p{max-width:517px !important}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .content.bg-dark .container-default .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .content.bg-dark .container-default .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .content.bg-dark .container-default .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:last-of-type{margin-top:25px}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .floating-image{z-index:1;position:absolute;left:70%;bottom:-7%}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section{padding:100px 0 60px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section{padding:170px 0 100px}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:first-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:first-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:first-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:first-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:first-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:first-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:first-of-type{padding-bottom:80px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:first-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:first-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:first-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:first-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:first-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:first-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:first-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:first-of-type{padding-bottom:100px}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type{padding-top:80px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type{padding-top:100px}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder h2,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder h2,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder h2,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder h2,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder h2{font-size:2.25rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder h2,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder h2,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder h2,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder h2,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder h2,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder h2{font-size:1.75rem}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.shrek_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.shrek_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a,body.shrek_page .shrek-social-section p .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a,body.shrek_page .shrek-social-section p .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type{margin-top:20px}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container .container-holder p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container .container-holder p,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container .container-holder p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container .container-holder p,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container .container-holder p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder .container-holder p,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder .container-holder p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default .container-holder p,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default .container-holder p,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container .container-holder p,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container .container-holder p,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container .container-holder p,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container .container-holder p{max-width:517px}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item{margin:0 0 12px 0 !important}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card{border:none !important}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image{border:1px solid rgba(196,196,196,0.5);background:transparent;padding:50px 30px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image{min-height:418px}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link{width:331px}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image-link .card-img{border-radius:8px}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body{padding:15px 0}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption{max-width:400px}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title-link:hover .card-title{color:#231F20}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title{color:#76bf43;font-size:1.875rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-title{font-size:2.25rem}}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-caption .card-description-content p{font-size:.875rem}body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-body .card-buttons{display:none}body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro{position:relative;margin-top:0;padding:60px 0;background:#00b5e9 !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro{padding:100px 0 80px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro{padding:125px 0 80px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro{padding:180px 0 80px}}body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro::before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNTYgMTIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzU2IDEyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2Rpc3BsYXk6bm9uZTt9DQoJLnN0MXtkaXNwbGF5OmlubGluZTt9DQoJLnN0MntmaWxsOiNGRkZGRkY7fQ0KCS5zdDN7ZmlsbDojMDBCNUU5O30NCgkuc3Q0e2ZpbGw6Izc2QkY0Mzt9DQo8L3N0eWxlPg0KPGcgaWQ9ImJvdHRvbSIgY2xhc3M9InN0MCI+DQoJPGcgY2xhc3M9InN0MSI+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0wLDI2Ljh2LTIuNiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNNjc4LDEwNy44Yy0yMTMuNSwwLTQxNC4zLTE3LjktNTY1LjQtNTAuNUM2OS41LDQ4LDMxLjgsMzcuOCwwLDI2Ljh2OTMuMWgxMzU2VjI2LjgNCgkJCWMtMzEuOCwxMC45LTY5LjUsMjEuMi0xMTIuNiwzMC41QzEwOTIuMyw4OS45LDg5MS41LDEwNy44LDY3OCwxMDcuOHoiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0id2hpdGUiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTEyNDIuMyw1Mi40Yy0xNTAuNywzMi41LTM1MS4xLDUwLjQtNTY0LjMsNTAuNFMyNjQuNCw4NC45LDExMy43LDUyLjRDNzAuMSw0MywzMi4xLDMyLjcsMCwyMS42djIuNnYyLjYNCgkJCUMzMS44LDM3LjgsNjkuNSw0OCwxMTIuNiw1Ny4zYzE1MSwzMi42LDM1MS44LDUwLjUsNTY1LjQsNTAuNXM0MTQuMy0xNy45LDU2NS40LTUwLjVjNDMuMi05LjMsODAuOC0xOS41LDExMi42LTMwLjV2LTIuNnYtMi42DQoJCQlDMTMyMy45LDMyLjcsMTI4NS45LDQzLDEyNDIuMyw1Mi40eiIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTAsMC4xdjIxLjVDMzIuMSwzMi43LDcwLjEsNDMsMTEzLjcsNTIuNGMxNTAuNywzMi41LDM1MS4xLDUwLjQsNTY0LjMsNTAuNHM0MTMuNi0xNy45LDU2NC4zLTUwLjQNCgkJCWM0My42LTkuNCw4MS42LTE5LjcsMTEzLjctMzAuOVYwLjFIMHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat top/100%;content:"";position:absolute;width:100%;height:145px;top:-1px;right:0;z-index:11}body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro::after{content:none}body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) .main .contentblocks-section.bg-dark.contact-intro .owl-nav .owl-prev{color:#00b5e9}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form{background:#00b5e9;padding:80px 0;position:relative}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form{padding:100px 0}}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one h1{position:relative;margin-bottom:15px}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one h1::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MS45NDYiIHZpZXdCb3g9IjAgMCA4NSA1MS45NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTguNzA3IC01ODcuNDA3KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjczLjg4MyA1OTYuMDgxKSI+PHBhdGggZD0iTTI5Ny43OCw2MTUuMjcyYTkuMDg4LDkuMDg4LDAsMCwwLTEuNTE4LTIuOTI5LDYuOTc2LDYuOTc2LDAsMCwwLTIuNjc2LTEuOTE2LDExLjU2OSwxMS41NjksMCwwLDAtOC4yNDUsMCw3LjI5LDcuMjksMCwwLDAtMi43MTIsMS45MTYsOC4yLDguMiwwLDAsMC0xLjUxOSwyLjkyOSwxOC43MjEsMTguNzIxLDAsMCwwLS43MjMsMy40LDM5LjIyMiwzOS4yMjIsMCwwLDAsMCw3LjUyMSwxOS40NTIsMTkuNDUyLDAsMCwwLC43MjMsMy40MzUsNy44MSw3LjgxLDAsMCwwLDEuNTE5LDIuOTI5LDcuNTA2LDcuNTA2LDAsMCwwLDIuNzEyLDEuODgsMTEuNTc2LDExLjU3NiwwLDAsMCw4LjI0NSwwLDYuOTY5LDYuOTY5LDAsMCwwLDIuNjc2LTEuOTE2LDkuMDgyLDkuMDgyLDAsMCwwLDEuNTE4LTIuOTI5LDE3LjA0NywxNy4wNDcsMCwwLDAsLjc2LTMuNCwzOS4yMjIsMzkuMjIyLDAsMCwwLDAtNy41MjFBMTcuMDc1LDE3LjA3NSwwLDAsMCwyOTcuNzgsNjE1LjI3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAuMjA3IC02MDIuNjI5KSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zNTUuMTgsNjA0LjIzOGE3LjM3NCw3LjM3NCwwLDAsMC0xLjIzMS0yLjM3NCw1LjYzOCw1LjYzOCwwLDAsMC0yLjE2OC0xLjU1Miw5LjM2Miw5LjM2MiwwLDAsMC02LjY4LDAsNS45MjQsNS45MjQsMCwwLDAtMi4yLDEuNTUyLDYuNjUzLDYuNjUzLDAsMCwwLTEuMjMxLDIuMzc0LDE1LjExNCwxNS4xMTQsMCwwLDAtLjU4NiwyLjc1NCwzMS43LDMxLjcsMCwwLDAsMCw2LjEsMTUuNzUsMTUuNzUsMCwwLDAsLjU4NiwyLjc4Myw2LjMyNSw2LjMyNSwwLDAsMCwxLjIzMSwyLjM3Myw2LjA5Miw2LjA5MiwwLDAsMCwyLjIsMS41MjQsOS4zNjgsOS4zNjgsMCwwLDAsNi42OCwwLDUuNjMyLDUuNjMyLDAsMCwwLDIuMTY4LTEuNTUzLDcuMzMzLDcuMzMzLDAsMCwwLDEuMjMxLTIuMzczLDEzLjkxNywxMy45MTcsMCwwLDAsLjYxNS0yLjc1NCwzMS44NjcsMzEuODY3LDAsMCwwLDAtNi4xQTEzLjkxNSwxMy45MTUsMCwwLDAsMzU1LjE4LDYwNC4yMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk4LjA3IC01OTkuNjk2KSIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNMzAwLjY1Niw2MjcuMTg3YTEwLjg3NiwxMC44NzYsMCwwLDAtLjQ4MS0yLjE1MSw1LjczOSw1LjczOSwwLDAsMC0uOTYxLTEuODU0LDQuNDE2LDQuNDE2LDAsMCwwLTEuNjkyLTEuMjEyLDYuNDY5LDYuNDY5LDAsMCwwLTIuNjA4LS40ODIsNy44NzgsNy44NzgsMCwwLDAtMS4yLjA5MiwzLjMsMy4zLDAsMCwxLC41MTUsMS4wMDYsNi4yMjUsNi4yMjUsMCwwLDEsLjI3MywxLjIxOSwxNC4xOTEsMTQuMTkxLDAsMCwxLDAsMi43LDYuMTI3LDYuMTI3LDAsMCwxLS4yNzMsMS4yMTksMy4yMjUsMy4yMjUsMCwwLDEtLjU0NCwxLjA1LDIuNSwyLjUsMCwwLDEtLjk1OS42ODgsNC4xNDksNC4xNDksMCwwLDEtMi45NTcsMCwyLjk0MiwyLjk0MiwwLDAsMS0uNy0uNDM4YzAsLjE4NC0uMDEyLjM1Mi0uMDEyLjU0NGEyMS44MTMsMjEuODEzLDAsMCwwLC4xMTQsMi4zOCwxMi4yMzksMTIuMjM5LDAsMCwwLC40NTgsMi4xNzMsNC45Miw0LjkyLDAsMCwwLC45NjEsMS44NTQsNC43NjMsNC43NjMsMCwwLDAsMS43MTYsMS4xODksNy4zMjMsNy4zMjMsMCwwLDAsNS4yMTYsMCw0LjQsNC40LDAsMCwwLDEuNjkyLTEuMjEzLDUuNzIsNS43MiwwLDAsMCwuOTYxLTEuODUzLDEwLjkyOSwxMC45MjksMCwwLDAsLjQ4MS0yLjE1MSwyMS44MTQsMjEuODE0LDAsMCwwLC4xMTQtMi4zOCwyMS41MTgsMjEuNTE4LDAsMCwwLS4xMTQtMi4zNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyNyAtMTAuMDI0KSIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM1Ny41OCw2MTQuMDE0YTguNjgxLDguNjgxLDAsMCwwLS4zOS0xLjc0Myw0LjYxNyw0LjYxNywwLDAsMC0uNzc5LTEuNSwzLjU2NiwzLjU2NiwwLDAsMC0xLjM3LS45ODMsNS4yNjYsNS4yNjYsMCwwLDAtMi4xMTUtLjM5LDYuMzQzLDYuMzQzLDAsMCwwLS45NjguMDc1LDIuNjksMi42OSwwLDAsMSwuNDE4LjgxNCw1LjA3MSw1LjA3MSwwLDAsMSwuMjIxLjk4OCwxMS40NDUsMTEuNDQ1LDAsMCwxLDAsMi4xODUsNS4wMTcsNS4wMTcsMCwwLDEtLjIyMS45ODgsMi42NTQsMi42NTQsMCwwLDEtLjQ0MS44NTEsMi4wMTksMi4wMTksMCwwLDEtLjc3OC41NTcsMy4zNTksMy4zNTksMCwwLDEtMi40LDAsMi40MjUsMi40MjUsMCwwLDEtLjU3MS0uMzU0YzAsLjE0OC0uMDExLjI4NC0uMDExLjQ0MWExNy41NTcsMTcuNTU3LDAsMCwwLC4wOTQsMS45MjgsOS45NzYsOS45NzYsMCwwLDAsLjM2OSwxLjc2MSw0LjAxNyw0LjAxNywwLDAsMCwuNzgsMS41LDMuODY3LDMuODY3LDAsMCwwLDEuMzkuOTY0LDUuOTM5LDUuOTM5LDAsMCwwLDQuMjI4LDAsMy41NiwzLjU2LDAsMCwwLDEuMzctLjk4Miw0LjY1Niw0LjY1NiwwLDAsMCwuNzc5LTEuNSw4LjcxNyw4LjcxNywwLDAsMCwuMzktMS43NDMsMTcuOTc4LDE3Ljk3OCwwLDAsMCwuMDkyLTEuOTI4LDE3Ljc2NSwxNy43NjUsMCwwLDAtLjA5Mi0xLjkyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2LjMxNiAtNi40NjgpIiBmaWxsPSIjMWMxODE4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMzUwLjQ2NSw2MDkuNDczYTEzLjkwNywxMy45MDcsMCwwLDEtLjYxNSwyLjc1NCw3LjMyNyw3LjMyNywwLDAsMS0xLjIzMSwyLjM3Myw1LjYzMiw1LjYzMiwwLDAsMS0yLjE2OCwxLjU1Myw5LjM3LDkuMzcsMCwwLDEtNi42OCwwLDYuMDkzLDYuMDkzLDAsMCwxLTIuMi0xLjUyNCw2LjMyMiw2LjMyMiwwLDAsMS0xLjIzMS0yLjM3MywxNS43MzUsMTUuNzM1LDAsMCwxLS41ODYtMi43ODMsMzEuNjkyLDMxLjY5MiwwLDAsMSwwLTYuMSwxNS4xLDE1LjEsMCwwLDEsLjU4Ni0yLjc1NCw2LjY1LDYuNjUsMCwwLDEsMS4yMzEtMi4zNzQsNS45Miw1LjkyLDAsMCwxLDIuMi0xLjU1Miw5LjM2MSw5LjM2MSwwLDAsMSw2LjY4LDAsNS42MzMsNS42MzMsMCwwLDEsMi4xNjgsMS41NTIsNy4zNjksNy4zNjksMCwwLDEsMS4yMzEsMi4zNzQsMTMuOSwxMy45LDAsMCwxLC42MTUsMi43NTQsMzEuODYzLDMxLjg2MywwLDAsMSwwLDYuMVptOC40MzEtMTUuODUxcS01LjA2Mi02LjE2NC0xNS43ODUtNi4yMTQtMTAuNjI1LjA1LTE1LjczNSw2LjIxNC0zLjk2LDQuOTEyLTMuOTA4LDEyLjgyOS0uMDUxLDcuODY5LDMuOTA4LDEyLjc3OSw1LjExMSw2LjE2MiwxNS43MzUsNi4yMTQsMTAuNzIzLS4wNTIsMTUuNzg1LTYuMjE0LDMuOTA4LTQuODYxLDMuODU4LTEyLjc3OS4wNDktNy45NjgtMy44NTgtMTIuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuMDQ3KSIgZmlsbD0iI2QzZGEzNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTI5Mi4wMjUsNjIxLjczNGExNy4wNDksMTcuMDQ5LDAsMCwxLS43NTksMy40LDkuMDg0LDkuMDg0LDAsMCwxLTEuNTE4LDIuOTI5LDYuOTY4LDYuOTY4LDAsMCwxLTIuNjc2LDEuOTE2LDExLjU3NiwxMS41NzYsMCwwLDEtOC4yNDUsMCw3LjUsNy41LDAsMCwxLTIuNzEyLTEuODgsNy44MDksNy44MDksMCwwLDEtMS41MTktMi45MjksMTkuNDQ5LDE5LjQ0OSwwLDAsMS0uNzIzLTMuNDM1LDM5LjIzLDM5LjIzLDAsMCwxLDAtNy41MjEsMTguNzExLDE4LjcxMSwwLDAsMSwuNzIzLTMuNCw4LjIsOC4yLDAsMCwxLDEuNTE5LTIuOTI5LDcuMjkxLDcuMjkxLDAsMCwxLDIuNzEyLTEuOTE2LDExLjU2OCwxMS41NjgsMCwwLDEsOC4yNDUsMCw2Ljk3Nyw2Ljk3NywwLDAsMSwyLjY3NiwxLjkxNiw5LjA5MSw5LjA5MSwwLDAsMSwxLjUxOCwyLjkyOSwxNy4wNzIsMTcuMDcyLDAsMCwxLC43NTksMy40LDM5LjIzLDM5LjIzLDAsMCwxLDAsNy41MjFabTEwLjQtMTkuNTZxLTYuMjQ1LTcuNjA2LTE5LjQ3OC03LjY2OC0xMy4xMTEuMDYyLTE5LjQxOCw3LjY2OC00Ljg4NSw2LjA2MS00LjgyMywxNS44MzEtLjA2Myw5LjcwOCw0LjgyMywxNS43NjgsNi4zMDksNy42MDYsMTkuNDE4LDcuNjY4LDEzLjIzMi0uMDY0LDE5LjQ3OC03LjY2OCw0LjgyNS02LDQuNzYyLTE1Ljc2OC4wNjMtOS44MzMtNC43NjItMTUuODMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjA4OCkiIGZpbGw9IiNhYWNmMzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat top/100%;content:"";position:absolute;top:-65px;left:-20px;width:85px;height:73px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one h1::before{left:-60px}}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one p{color:#fff;max-width:517px;font-size:1rem}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one p:first-of-type{margin-bottom:45px}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one p:not(:first-of-type){margin-bottom:10px;font-size:1.125rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one p:not(:first-of-type){font-size:1.25rem}}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one p:not(:first-of-type) a{color:#fff;font-weight:700;text-decoration:underline}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.one p:not(:first-of-type) a:hover{opacity:0.8}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group .form-control-label{font-weight:500}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group .form-control{height:calc(1.5em + 0.75rem + 11px);font-size:.875rem;color:#231F20;box-shadow:0 3px 6px rgba(0,0,0,0.16) !important}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group textarea{min-height:100px}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form small,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form a{font-weight:.813rem;color:#fff}body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form small a,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form a a{text-decoration:underline}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section{margin:40px 0;padding:0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section{margin:60px 0}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder{padding:0 30px !important}}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.one{display:flex;flex-direction:column}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.one{order:2}}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.one p{width:100%}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.one p img{width:100%}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two{order:1}}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two h2{font-size:1.875rem;margin-bottom:22px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two h2{font-size:2.25rem}}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two p{font-size:1rem;max-width:722px}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two p:last-of-type{font-size:.875rem}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two .custom-list{padding-left:15px !important}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two .custom-list li{font-size:.875rem;margin-bottom:5px;font-weight:500}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two .custom-list li::before{content:"\f0a9" !important;width:16px;height:16px;font-family:"Font Awesome 5 Pro";font-weight:normal !important;color:#231F20 !important;transition:all 300ms}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two .custom-list li::before{font-size:.875rem !important}}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column.two iframe{height:350px}body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column img{width:100%;height:100%}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .intro .container-default.container,body:not(.shrek_page):not(.thewiz_page) .intro .owl-carousel .item .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .intro .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .intro .carousel .carousel-item .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .intro .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .intro section.characters-section .info .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .intro .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) .intro .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .intro .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.container,body:not(.shrek_page):not(.thewiz_page) .webshop-content .owl-carousel .item .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .webshop-content .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .webshop-content .carousel .carousel-item .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .webshop-content .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .webshop-content section.characters-section .info .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .webshop-content .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) .webshop-content .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .webshop-content .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .footer .container-default.container,body:not(.shrek_page):not(.thewiz_page) .footer .owl-carousel .item .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .footer .carousel .carousel-item .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .footer section.characters-section .info .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .footer .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.carousel-container{padding:0 30px}}@media screen and (max-width: 340px){body:not(.shrek_page):not(.thewiz_page) .intro .container-default.container,body:not(.shrek_page):not(.thewiz_page) .intro .owl-carousel .item .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .intro .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .intro .carousel .carousel-item .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .intro .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .intro section.characters-section .info .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .intro .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) .intro .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .intro .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .intro .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.container,body:not(.shrek_page):not(.thewiz_page) .webshop-content .owl-carousel .item .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .webshop-content .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .webshop-content .carousel .carousel-item .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .webshop-content .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .webshop-content section.characters-section .info .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .webshop-content .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) .webshop-content .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .webshop-content .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .webshop-content .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .footer .container-default.container,body:not(.shrek_page):not(.thewiz_page) .footer .owl-carousel .item .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .container-default.owl-container,body:not(.shrek_page):not(.thewiz_page) .footer .carousel .carousel-item .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .container-default.carousel-container,body:not(.shrek_page):not(.thewiz_page) .footer section.characters-section .info .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .footer .container-default.container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .container-default.carousel-container{padding:0 30px}}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.one p{line-height:1.8}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.one p a{color:#231F20;text-decoration:underline;font-weight:700}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.one p a:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.two .form .form-group{margin:0 0 20px 0}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.two .form .form-group .form-control-label{font-weight:500}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.two .form .form-group .form-control{height:calc(1.5em + 0.75rem + 11px);font-size:.875rem;color:#231F20;box-shadow:0 3px 6px rgba(0,0,0,0.16) !important}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.two .form .form-group textarea{min-height:100px;margin-bottom:30px}body:not(.shrek_page):not(.thewiz_page).contact .main .content .container-two-columns .column.two .form small a{text-decoration:underline}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section{padding:80px 0 !important}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section{padding:100px 0 !important}}@media (max-width: 1199.98px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns{padding:0 15px !important}}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-left .column.one{order:2}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-left .column.one{order:1}}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-left .column.two{order:1}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-left .column.two{padding-top:60px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-left .column.two{order:2}}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-right{text-align:left !important;margin-top:60px}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-right .column.one{padding-top:30px}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-right .column.two{order:1}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns.text-right .column.two{order:2}}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns .container-holder .column{flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns .container-holder .column{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns .container-holder .column p{font-size:.875rem;margin-top:20px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns .container-holder .column p{max-width:640px}}body:not(.shrek_page):not(.thewiz_page).character_landing_page .story-section .container-two-columns .container-holder .column .resource_image img{width:100%;height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .container .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .owl-carousel .item .owl-container .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .owl-carousel .item .shop-section .owl-container .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .carousel .carousel-item .carousel-container .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .carousel .carousel-item .shop-section .carousel-container .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section section.characters-section .info .container-holder .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page section.characters-section .info .shop-section .container-holder .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .footer .footer-top .container-default .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .footer .footer-top .shop-section .container-default .container-holder .column h1,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .owl-container .container-holder .column h1,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .carousel-container .container-holder .column h1,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .owl-container .container-holder .column h1,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .carousel-container .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .container .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .owl-carousel .item .owl-container .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .owl-carousel .item .shop-section .owl-container .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .carousel .carousel-item .carousel-container .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .carousel .carousel-item .shop-section .carousel-container .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section section.characters-section .info .container-holder .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page section.characters-section .info .shop-section .container-holder .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .footer .footer-top .container-default .container-holder .column p,body:not(.shrek_page):not(.thewiz_page).character_landing_page .footer .footer-top .shop-section .container-default .container-holder .column p,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .owl-container .container-holder .column p,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .carousel-container .container-holder .column p,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .owl-container .container-holder .column p,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).character_landing_page .shop-section .carousel-container .container-holder .column p{color:#fff}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main{margin-top:0 !important}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right{padding:0 15px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right{padding:0 30px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one img,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.two img,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .container-holder .column.one img,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .container-holder .column.two img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.two img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .container-holder .column.one img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .container-holder .column.two img{min-height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.two p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .container-holder .column.one p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .container-holder .column.two p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.two p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .container-holder .column.one p iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .container-holder .column.two p iframe{width:100%}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1{margin-top:0 !important}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2{max-width:464px}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.one{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-left .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-left .container-holder .column.two{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right{text-align:left !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column h1{font-size:1.75rem}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.one{order:2;flex:0 0 100%;max-width:100%}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.one{order:1}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.one{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.two{order:1;flex:0 0 100%;max-width:100%}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.two{order:2}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.two{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.two h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.two h2,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right .column.two p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.two h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.two h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right .column.two p{max-width:722px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#231F20;position:relative;padding-right:20px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a{font-size:.875rem}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:hover{color:#76bf43;text-decoration:none}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:hover::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:hover::after{right:-10px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a::after{position:absolute;top:50%;right:0;content:"\f0a9";transform:translateY(-50%);font-size:.75rem;font-family:"Font Awesome 5 Pro";font-weight:normal;transition:all 300ms}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a::after{font-size:.875rem;margin-top:2px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .mini-sab a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .mini-sab .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .card a.card-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .card .main .story-section .container-two-columns.story-container.text-right p a.card-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .owl-carousel .item a.owl-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .owl-carousel .item .main .story-section .container-two-columns.story-container.text-right p a.owl-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .carousel .carousel-item a.carousel-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .carousel .carousel-item .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .timeslot-item .timeslot-item-navigation .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:last-of-type,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .mini-sab a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .mini-sab .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .card a.card-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .card .main .story-section .container-two-columns.story-container.text-right p a.card-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .owl-carousel .item a.owl-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .owl-carousel .item .main .story-section .container-two-columns.story-container.text-right p a.owl-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .carousel .carousel-item a.carousel-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .carousel .carousel-item .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .timeslot-item .timeslot-item-navigation .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:last-of-type{color:#fff}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .mini-sab a.btn-toggle-mini-sab:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .mini-sab .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .card a.card-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .card .main .story-section .container-two-columns.story-container.text-right p a.card-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .owl-carousel .item a.owl-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .owl-carousel .item .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .carousel .carousel-item a.carousel-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .carousel .carousel-item .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .timeslot-item .timeslot-item-navigation .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:after,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:after,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.card-btn:after,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:after,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:after,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right body.shrek_page.shrek_page .shrek-social-section p a:after,body.shrek_page.shrek_page .shrek-social-section body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:after,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:after,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.card-btn:after,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:after,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:after,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type:after,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:last-of-type:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .mini-sab a.btn-toggle-mini-sab:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .mini-sab .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .card a.card-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .card .main .story-section .container-two-columns.story-container.text-right p a.card-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .owl-carousel .item a.owl-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .owl-carousel .item .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .carousel .carousel-item a.carousel-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .carousel .carousel-item .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .timeslot-item .timeslot-item-navigation .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:after,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:after,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.card-btn:after,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:after,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:after,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right body.shrek_page.shrek_page .shrek-social-section p a:after,body.shrek_page.shrek_page .shrek-social-section body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:after,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:after,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.card-btn:after,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:after,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:after,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type:after,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:last-of-type:after{display:none}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .mini-sab a.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .mini-sab .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .card a.card-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .card .main .story-section .container-two-columns.story-container.text-right p a.card-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .owl-carousel .item a.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .owl-carousel .item .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .carousel .carousel-item a.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .carousel .carousel-item .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .timeslot-item .timeslot-item-navigation .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .story-section .container-two-columns.story-container.text-right p a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .mini-sab a.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .mini-sab .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .card a.card-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .card .main .story-section .container-two-columns.story-container.text-right p a.card-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .owl-carousel .item a.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .owl-carousel .item .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .carousel .carousel-item a.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .carousel .carousel-item .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .timeslot-item .timeslot-item-navigation .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .story-section .container-two-columns.story-container.text-right p a:hover:last-of-type{color:#76bf43}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column.two{flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column.two{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column p{font-size:.875rem;margin-top:20px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column p{max-width:640px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .info .container-two-columns .container-holder .column .resource_image img{width:100%;height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .vacancies .grid .item .card-image{box-shadow:none;border-radius:0;border:0}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .vacancies .grid .item .card-image .card-image-link{box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main.main .vacancies .grid .item .card-image .card-image-link .card-img{border-radius:8px}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two{margin:0 0 15px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two{margin:0 !important;flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one p,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two p,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one p,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two p{margin:0;font-size:.875rem}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one p,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two p,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one p,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two p{max-width:640px}}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two h2{font-size:2.25rem !important}}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.one a,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two a,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.one a,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two a{margin:10px 10px 10px 0}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column.two{padding-left:1rem !important}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column .resource_image img,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column .resource_image img{width:100%;height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .intro-section .container-two-columns .container-holder .column iframe,body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.contact-description-section .container-two-columns .container-holder .column iframe{width:100% !important}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.content-blocks-odd-even{padding:0}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.content-blocks-odd-even .container-default .container-holder .content_blocks_odd_even.page_block .item:nth-of-type(even) .item-media{padding-right:3rem}}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.content-blocks-odd-even .container-default .container-holder .content_blocks_odd_even.page_block .item-content{padding:60px 30px 0 15px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.content-blocks-odd-even .container-default .container-holder .content_blocks_odd_even.page_block .item-content .item-content-caption{max-width:640px}}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.content-blocks-odd-even .container-default .container-holder .content_blocks_odd_even.page_block .item-content .card-description p{font-size:.875rem}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .main .content.content-blocks-odd-even .container-default .container-holder .content_blocks_odd_even.page_block .item-media img{width:100%;height:100%}body:not(.shrek_page):not(.thewiz_page).landing_page_contact .content.contact-description-section .container-two-columns .container-holder{display:flex;align-items:center}body:not(.shrek_page):not(.thewiz_page).show_location_detail #events-section{padding-top:110px}body:not(.shrek_page):not(.thewiz_page).landing_page .content .slider{min-height:auto !important}body:not(.shrek_page):not(.thewiz_page) .brands-section .slider{min-height:auto}body:not(.shrek_page):not(.thewiz_page) .brands-section .slider .owl-stage-outer .owl-stage{padding:10px 0}body:not(.shrek_page):not(.thewiz_page) .brands-section .slider .card{border:none;border-radius:0}body:not(.shrek_page):not(.thewiz_page) .brands-section .slider .card .card-image{margin-bottom:0}body:not(.shrek_page):not(.thewiz_page) .brands-section .slider .card .card-body{display:none !important}body:not(.shrek_page):not(.thewiz_page) p{font-size:1rem;font-weight:500 !important}body:not(.shrek_page):not(.thewiz_page) img{max-width:100%}body:not(.shrek_page):not(.thewiz_page) .mx-auto,body:not(.shrek_page):not(.thewiz_page) header.header .header-main .navbar .navbar-collapse.menu,body:not(.shrek_page):not(.thewiz_page).home header.header .header-main .navbar .navbar-collapse.menu,body.shrek_page header.header .header-main .navbar body:not(.shrek_page):not(.thewiz_page) .navbar-collapse.menu,body.thewiz_page header.header .header-main .navbar body:not(.shrek_page):not(.thewiz_page) .navbar-collapse.menu{margin-left:auto;margin-right:auto}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) h1{font-size:2rem !important}}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) h2{font-size:1.125rem !important}}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) h3{font-size:1.5rem}}body:not(.shrek_page):not(.thewiz_page) .flex-center,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-fluid .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-sm .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-md .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-lg .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container-xl .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.story-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.story-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.characters-section .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.content-blocks .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) section.content-blocks .main .tiles-section .container-default .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .article_2_columns.park-2-columns .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .tiles-section .container-default.container-two-columns.item .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .main .tiles-section main .story-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .main .tiles-section .container-default.container-two-columns .container-holder .grid.page_block .item .card-image,body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-prev{display:flex;align-items:center;justify-content:center}body:not(.shrek_page):not(.thewiz_page) .list-default,body:not(.shrek_page):not(.thewiz_page) .list-item,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page) .info-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra .info-extra-list,body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-description-content .info-extra-list,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-description-content .info-extra-list,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-description-content .info-extra-list,body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-description-content .info-extra-list,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-description-content .info-extra-list,body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-description-content .info-extra-list{margin:0;padding:0;list-style:none}body:not(.shrek_page):not(.thewiz_page) .list-item,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list{display:flex;flex-wrap:wrap}body:not(.shrek_page):not(.thewiz_page) .list-item li,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list li,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul li,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list li,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list li,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list li,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list li{display:flex;background:rgba(255,255,255,0.4);border-radius:15px;padding:5px 16px}body:not(.shrek_page):not(.thewiz_page) .list-item li a,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list li a,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul li a,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list li a,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list li a,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list li a,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list li a{color:#231F20;font-weight:700;font-size:.75rem;text-decoration:none}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .list-item li a,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list li a,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul li a,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list li a,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list li a,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list li a,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list li a{font-size:.875rem}}body:not(.shrek_page):not(.thewiz_page) .list-item li a:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list li a:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul li a:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list li a:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list li a:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list li a:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list li a:hover{opacity:0.6}body:not(.shrek_page):not(.thewiz_page) .list-item li:not(:last-child),body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list li:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul li:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list li:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list li:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list li:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list li:not(:last-child){margin:0 10px 10px 0}body:not(.shrek_page):not(.thewiz_page) .list-item li:last-child,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list li:last-child,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul li:last-child,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list li:last-child,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list li:last-child,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list li:last-child,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list li:last-child{margin:0 0 10px 0}body:not(.shrek_page):not(.thewiz_page) .info-list li,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra .info-extra-list li,body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-description-content .info-extra-list li,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-description-content .info-extra-list li,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-description-content .info-extra-list li,body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-description-content .info-extra-list li,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-description-content .info-extra-list li{color:#fff;margin-bottom:5px}body:not(.shrek_page):not(.thewiz_page) .info-list li i,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra .info-extra-list li i,body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-description-content .info-extra-list li i,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-description-content .info-extra-list li i,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-description-content .info-extra-list li i,body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-description-content .info-extra-list li i,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-description-content .info-extra-list li i{margin-right:10px;min-width:20px;text-align:center}body:not(.shrek_page):not(.thewiz_page) .info-list li span,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra .info-extra-list li span,body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-description-content .info-extra-list li span,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-description-content .info-extra-list li span,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-description-content .info-extra-list li span,body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-description-content .info-extra-list li span,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-description-content .info-extra-list li span{color:#fff}body:not(.shrek_page):not(.thewiz_page) .view_offer{font-weight:500;display:flex;align-items:center}body:not(.shrek_page):not(.thewiz_page) .view_offer a{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#231F20;position:relative;padding-right:20px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .view_offer a{font-size:.875rem}}body:not(.shrek_page):not(.thewiz_page) .view_offer a:hover{color:#76bf43;text-decoration:none}body:not(.shrek_page):not(.thewiz_page) .view_offer a:hover::after{right:-10px}body:not(.shrek_page):not(.thewiz_page) .view_offer a::after{position:absolute;top:50%;right:0;content:"\f0a9";transform:translateY(-50%);font-size:.75rem;font-family:"Font Awesome 5 Pro";font-weight:normal;transition:all 300ms}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .view_offer a::after{font-size:.875rem;margin-top:2px}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .container,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .content-blocks.contact-content-blocks .owl-container,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .content-blocks.contact-content-blocks .carousel-container,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .content-blocks.contact-content-blocks .container-holder,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .content-blocks.contact-content-blocks .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .carousel-container{max-width:720px !important}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .container,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .content-blocks.contact-content-blocks .owl-container,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .content-blocks.contact-content-blocks .carousel-container,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .content-blocks.contact-content-blocks .container-holder,body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .content-blocks.contact-content-blocks .container-default,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .owl-container,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .carousel-container,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .owl-container,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .content-blocks.contact-content-blocks .carousel-container{max-width:1140px !important}}body:not(.shrek_page):not(.thewiz_page) .contentblock-card .card-image,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item .card .card-image{border:1px solid rgba(196,196,196,0.5)}body:not(.shrek_page):not(.thewiz_page) .contentblock-card .card-image .card-img,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item .card .card-image .card-img{display:flex;margin:auto}body:not(.shrek_page):not(.thewiz_page) .contentblock-card .card-body,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item .card .card-body{padding:15px 0}body:not(.shrek_page):not(.thewiz_page) .contentblock-card .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item .card .card-body .card-caption .card-title{color:#76bf43;font-size:1.5rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .contentblock-card .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item .card .card-body .card-caption .card-title{font-size:1.75rem}}body:not(.shrek_page):not(.thewiz_page) .contentblock-card .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default .container-holder .grid.page_block .item .card .card-body .card-caption .card-description-content p{font-size:.875rem}body:not(.shrek_page):not(.thewiz_page) .custom-list-item,body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column ul{padding-left:15px !important;margin-top:25px;list-style:none}body:not(.shrek_page):not(.thewiz_page) .custom-list-item li,body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column ul li{font-size:.875rem;margin-bottom:5px;font-weight:500}body:not(.shrek_page):not(.thewiz_page) .custom-list-item li::before,body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column ul li::before{content:"\f0a9" !important;width:16px;height:16px;margin-right:10px;font-family:"Font Awesome 5 Pro";font-weight:normal !important;color:#231F20 !important;transition:all 300ms}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .custom-list-item li::before,body:not(.shrek_page):not(.thewiz_page) .main .content.contact-description-section .container-two-columns .container-holder .column ul li::before{font-size:.875rem !important}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.small{min-height:0 !important;height:75vh !important;max-height:540px !important}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.small .owl-carousel{min-height:0 !important}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.small .owl-carousel .item{min-height:0 !important;height:75vh !important;max-height:540px !important}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .container-default{max-width:none}body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before{content:none}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.large{min-height:90vh}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.large{min-height:100vh}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher iframe{display:none}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher iframe{display:block}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel::before{content:none;border:none}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{min-height:calc(100vh - 10px)}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-dots{height:auto}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .page_block.app_scroll_down{display:none;bottom:30px;left:0;margin-left:auto;z-index:20000;position:absolute;color:white;width:100%;text-align:center}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .page_block.app_scroll_down a{margin:0 auto;display:block;width:48px;height:48px;line-height:48px;border-radius:50%;background:transparent;position:static;text-decoration:none;font-size:1.5rem;color:#fff}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .page_block.app_scroll_down a:hover{color:#76bf43}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher .page_block.app_scroll_down{display:block;pointer-events:none}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .page_block.app_scroll_down i{pointer-events:all}}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home{padding-bottom:56.25%;height:0;min-height:0}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h1{display:none;top:0;left:0;z-index:20000;position:absolute;color:white;width:100%;text-align:center;font-size:4rem}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h1{top:15% !important}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h1{top:35% !important}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h1{top:40% !important}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h2{display:none;top:50%;left:0;z-index:20000;position:absolute;color:white;width:100%;text-align:center;font-size:3rem}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home .page_block.highlight{z-index:3000001}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home .eyecatcher-owl-carousel{display:none}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h1{display:block}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h2{display:block}}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home h2{margin-top:20px}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home .page_block.vimeo_video{z-index:10000}body:not(.shrek_page):not(.thewiz_page) .eyecatcher.home .page_block.vimeo_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}body:not(.shrek_page):not(.thewiz_page) .highlight{max-width:380px;position:absolute;background:#231F20;right:15px;bottom:15px;z-index:11;border:1px solid #A8A8A8;border-radius:8px;height:max-content;padding:10px}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .highlight{max-width:none;left:15px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .highlight{right:80px;width:100%}}body:not(.shrek_page):not(.thewiz_page) .highlight .close-highlight{z-index:10;position:absolute;top:5px;right:5px}body:not(.shrek_page):not(.thewiz_page) .highlight .close-highlight .close-highlight-link{display:block;padding:0 10px;color:#fff;font-size:1.5rem;transition:0.5s}body:not(.shrek_page):not(.thewiz_page) .highlight .close-highlight .close-highlight-link:hover{color:#DC3545}body:not(.shrek_page):not(.thewiz_page) .highlight .card{border:none}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body{background:#231F20;padding:10px 0}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-title{font-size:1.125rem !important;color:#00b5e9;text-align:center}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-subtitle{font-size:1.5rem;color:#fff;text-align:center}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-description{position:relative;min-height:100%;max-height:100%;display:flex;justify-content:center}@media (max-width: 767.98px){body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-description{height:45px;overflow:hidden}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-description::after{content:"";display:block !important;position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(180deg, rgba(35,31,32,0) 0%, #231f20 100%)}}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-description-content p{font-size:.813rem;color:#fff;text-align:center;margin-bottom:0}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-caption .card-description-content p strong{font-size:1.5rem}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-buttons{text-align:center}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-buttons .card-btn{border-radius:22px;padding:9px 45px;background:#00b5e9;font-size:.875rem;font-weight:700;border:none}body:not(.shrek_page):not(.thewiz_page) .highlight .card-body .card-buttons .card-btn:hover{background:#fff;color:#00b5e9}body:not(.shrek_page):not(.thewiz_page) .highlight.show_detail_highlight .card-subtitle{font-size:1rem !important;color:#00b5e9 !important}body:not(.shrek_page):not(.thewiz_page) .footer{padding:0}body:not(.shrek_page):not(.thewiz_page) .footer .brands-section{padding:6vh 0}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top{background:#76bf43;padding:70px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .footer .footer-top{padding:90px 0}}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text{color:#fff}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text h1,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text h2{color:#fff}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text h2{margin-left:5px}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text p{font-size:1rem;font-weight:500;margin-bottom:30px}body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default:last-of-type{margin-top:20px}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket{background:#fff;padding:60px 0}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder{margin:auto;text-align:center}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block{display:flex;justify-content:center}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.logo{max-width:218px;margin:auto auto 58px auto}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.logo img{height:100px}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_logolink .list{margin-bottom:24px}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_logolink .list .list-item .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .list .info ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .info ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .info .list ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .info .list ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_logolink .list .page_block.footer_text ul .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_logolink .list .page_block.footer_text ul .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_logolink .list ul .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_logolink .list ul .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link{color:#00b5e9}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_logolink .list .list-item .link i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .list .info ul.tag-list .link i,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .info ul.tag-list .link i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .info .list ul.tag-list .link i,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .info .list ul.tag-list .link i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_logolink .list .page_block.footer_text ul .link i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_logolink .list .page_block.footer_text ul .link i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_logolink .list ul .link i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_logolink .list ul .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list .link i,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link i{font-size:1.875rem}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_logolink .list .list-item .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .list .info ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .info ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .info .list ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .info .list ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_logolink .list .page_block.footer_text ul .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_logolink .list .page_block.footer_text ul .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_logolink .list ul .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_logolink .list ul .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list .link:hover{opacity:0.7}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_logolink .list .list-item:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .list .info ul.tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .info ul.tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_logolink .info .list ul.tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .info .list ul.tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_logolink .list .page_block.footer_text ul:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_logolink .list .page_block.footer_text ul:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_logolink .list ul:not(:last-child),body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_logolink .list ul:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_logolink .list .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_logolink .list main .content .tag-list:not(:last-child),body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_logolink .list .tag-list:not(:last-child){margin-right:20px}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_link .list{display:flex !important;padding-left:30px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_link .list{padding-left:0}}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_link .list .list-item,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .list .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .info .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .info .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_link .list .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_link .list .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_link .list ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_link .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list{margin-right:10px;margin-bottom:5px;font-weight:500;font-size:.625rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_link .list .list-item,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .list .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .info .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .info .list ul.tag-list,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_link .list .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_link .list .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_link .list ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_link .list ul,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list{font-size:.75rem;margin-right:26px}}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_link .list .list-item .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .list .info ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .info ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .info .list ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .info .list ul.tag-list .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_link .list .page_block.footer_text ul .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_link .list .page_block.footer_text ul .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_link .list ul .link,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_link .list ul .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list .link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link{color:#231F20;text-decoration:none}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_link .list .list-item .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .list .info ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .info ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket section.intro-section .container-default .container-holder .page_block.footer_link .info .list ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .info .list ul.tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_link .list .page_block.footer_text ul .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_link .list .page_block.footer_text ul .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .footer-top .container-default .container-holder .page_block.footer_text .page_block.footer_link .list ul .link:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .footer-socket .container-holder .page_block.footer_text .page_block.footer_link .list ul .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket main .intro-section .container-default .container-holder .page_block.footer_link .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions .footer .footer-socket .container-holder .page_block.footer_link .list main .content .tag-list .link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .footer .footer-socket .container-holder .page_block.footer_link .list .tag-list .link:hover{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_text p{font-size:.625rem;font-weight:300}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .footer .footer-socket .container-holder .page_block.footer_text p{font-size:.75rem}}body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter a:last-of-type{position:fixed;right:20px;bottom:10px;z-index:20;font-size:.875rem;font-weight:500;color:#00b5e9;background:#fff;padding:4px 15px;box-shadow:3px 3px 6px rgba(0,0,0,0.16)}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter a:last-of-type{right:100px}}body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .mini-sab .btn-toggle-mini-sab i,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card .card-btn i,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-carousel .item .owl-btn i,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel .carousel-item .carousel-btn i,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn i,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn i,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab i,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn i,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn i,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn i,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter body.shrek_page.shrek_page .shrek-social-section p a i,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter a i,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .btn-toggle-mini-sab i,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .card-btn i,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .owl-btn i,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .carousel-btn i,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter .timeslot-item-navigation-btn i,body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type i,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-newsletter .container-default .container-holder .page_block.app_newsletter a:last-of-type i{margin-right:2px}body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section{margin-top:75px;position:relative}@media (max-width: 767px){body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section{padding-bottom:25px}}body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section h1,body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section h2{text-align:center}body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section::before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNTYgMTIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzU2IDEyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2Rpc3BsYXk6bm9uZTt9DQoJLnN0MXtkaXNwbGF5OmlubGluZTt9DQoJLnN0MntmaWxsOiNGRkZGRkY7fQ0KCS5zdDN7ZmlsbDojMDBCNUU5O30NCgkuc3Q0e2ZpbGw6Izc2QkY0Mzt9DQo8L3N0eWxlPg0KPGcgaWQ9ImJvdHRvbSIgY2xhc3M9InN0MCI+DQoJPGcgY2xhc3M9InN0MSI+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0wLDI2Ljh2LTIuNiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNNjc4LDEwNy44Yy0yMTMuNSwwLTQxNC4zLTE3LjktNTY1LjQtNTAuNUM2OS41LDQ4LDMxLjgsMzcuOCwwLDI2Ljh2OTMuMWgxMzU2VjI2LjgNCgkJCWMtMzEuOCwxMC45LTY5LjUsMjEuMi0xMTIuNiwzMC41QzEwOTIuMyw4OS45LDg5MS41LDEwNy44LDY3OCwxMDcuOHoiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0id2hpdGUiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTEyNDIuMyw1Mi40Yy0xNTAuNywzMi41LTM1MS4xLDUwLjQtNTY0LjMsNTAuNFMyNjQuNCw4NC45LDExMy43LDUyLjRDNzAuMSw0MywzMi4xLDMyLjcsMCwyMS42djIuNnYyLjYNCgkJCUMzMS44LDM3LjgsNjkuNSw0OCwxMTIuNiw1Ny4zYzE1MSwzMi42LDM1MS44LDUwLjUsNTY1LjQsNTAuNXM0MTQuMy0xNy45LDU2NS40LTUwLjVjNDMuMi05LjMsODAuOC0xOS41LDExMi42LTMwLjV2LTIuNnYtMi42DQoJCQlDMTMyMy45LDMyLjcsMTI4NS45LDQzLDEyNDIuMyw1Mi40eiIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwyNi44di0yLjYiLz4NCgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTAsMC4xdjIxLjVDMzIuMSwzMi43LDcwLjEsNDMsMTEzLjcsNTIuNGMxNTAuNywzMi41LDM1MS4xLDUwLjQsNTY0LjMsNTAuNHM0MTMuNi0xNy45LDU2NC4zLTUwLjQNCgkJCWM0My42LTkuNCw4MS42LTE5LjcsMTEzLjctMzAuOVYwLjFIMHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat top/100%;content:"";position:absolute;width:100%;height:100%;top:calc(100% - 1px);right:0;z-index:11}body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content{z-index:100;position:relative;padding-top:0}body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content .filter{display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:15vh}@media (max-width: 767px){body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content .filter{margin-bottom:15px}}body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content #show-select,body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content #province-select,body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content #place-select{height:calc(1.5em + 0.75rem + 11px);color:#231F20;box-shadow:0 3px 6px rgba(0,0,0,0.16) !important;padding:0.375rem 0.75rem;background-color:#FFFFFF;border:1px solid #CED4DA;border-radius:0.25rem;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;width:calc(33.333% - 10px);max-width:calc(33.333% - 10px)}@media (max-width: 767px){body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content #show-select,body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content #province-select,body:not(.shrek_page):not(.thewiz_page).show_ticket_overview .intro-section+.content #place-select{width:100%;max-width:100%;margin-bottom:15px}}body:not(.shrek_page):not(.thewiz_page) .btn-highlight,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra a,body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder a,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.events-section .container-default .container-holder .show_detail_events .card-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.events-section .container-default .container-holder .show_detail_events .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-secondary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-primary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-secondary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-primary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.link,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .intro-section .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .intro-section .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .intro-section .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .intro-section .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .intro-section .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .intro-section a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.two .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .content.bg-dark .container-default .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .content.bg-dark .container-default .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .content.bg-dark .container-default .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a,body.shrek_page .shrek-social-section p .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a,body.shrek_page .shrek-social-section p .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group button,body:not(.shrek_page):not(.thewiz_page) .card-body .card-buttons .card-btn{display:inline-flex;align-items:center;padding:10px 40px;font-size:.75rem;font-weight:700;border:1px solid #231F20;border-radius:22px;color:#fff;background:#231F20;text-transform:uppercase;text-decoration:none !important;transition:0.3s}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .btn-highlight,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra a,body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder a,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.events-section .container-default .container-holder .show_detail_events .card-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.events-section .container-default .container-holder .show_detail_events .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-secondary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-primary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-secondary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-primary,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.link,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .intro-section .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .intro-section .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .intro-section .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .intro-section .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .intro-section .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .intro-section a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.two .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .content.bg-dark .container-default .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .content.bg-dark .container-default .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .content.bg-dark .container-default .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn,body.shrek_page .card body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a,body.shrek_page .shrek-social-section p .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a,body.shrek_page .shrek-social-section p .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body.thewiz_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn,body.thewiz_page .card body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn,body.thewiz_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn,body.thewiz_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn,body.thewiz_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group button,body:not(.shrek_page):not(.thewiz_page) .card-body .card-buttons .card-btn{font-size:.875rem}}body:not(.shrek_page):not(.thewiz_page) .btn-highlight:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra a:hover,body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card section.events-section .container-default .container-holder .show_detail_events .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.events-section .container-default .container-holder .show_detail_events .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.events-section .container-default .container-holder .show_detail_events .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-secondary:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-primary:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-secondary:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-primary:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.link:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .intro-section .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .intro-section .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .intro-section .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .intro-section .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .intro-section .timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.two .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:hover,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:hover,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:hover,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:hover,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .content.bg-dark .container-default .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .content.bg-dark .container-default .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .content.bg-dark .container-default .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body.shrek_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body.shrek_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:hover,body.shrek_page .card body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a:hover,body.shrek_page .shrek-social-section p .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a:hover,body.shrek_page .shrek-social-section p .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:hover,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:hover,body.thewiz_page .card body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body.thewiz_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body.thewiz_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body.thewiz_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:hover:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:hover:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:hover:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:hover:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group button:hover,body:not(.shrek_page):not(.thewiz_page) .card-body .card-buttons .card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .btn-highlight:focus,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra a:focus,body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card section.events-section .container-default .container-holder .show_detail_events .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.events-section .container-default .container-holder .show_detail_events .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.events-section .container-default .container-holder .show_detail_events .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-secondary:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:focus:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:focus:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:focus:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:focus:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-primary:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-secondary:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:focus:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:focus:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:focus:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:focus:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:focus:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-primary:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.link:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .intro-section .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .intro-section .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .intro-section .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .intro-section .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .intro-section .timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.two .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:focus,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:focus,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.one .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:focus,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:focus,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .content.bg-dark .container-default .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .content.bg-dark .container-default .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .content.bg-dark .container-default .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:focus,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body.shrek_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body.shrek_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:focus,body.shrek_page .card body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:focus,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:focus,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a:focus,body.shrek_page .shrek-social-section p .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a:focus,body.shrek_page .shrek-social-section p .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:focus,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body.thewiz_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:focus,body.thewiz_page .card body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body.thewiz_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body.thewiz_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:focus,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body.thewiz_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:focus,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:focus:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:focus:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:focus:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:focus:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group button:focus,body:not(.shrek_page):not(.thewiz_page) .card-body .card-buttons .card-btn:focus,body:not(.shrek_page):not(.thewiz_page) .btn-highlight:active,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info-extra a:active,body:not(.shrek_page):not(.thewiz_page) section.shop-section .container-default .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card section.events-section .container-default .container-holder .show_detail_events .card-btn:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.events-section .container-default .container-holder .show_detail_events .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.events-section .container-default .container-holder .show_detail_events .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.events-section .container-default .container-holder .show_detail_events a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn.btn-all-shows.page_block.link:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .card a.btn-all-shows.page_block.link.card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder a.btn-all-shows.page_block.link:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn.btn-all-shows.page_block.link:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .mini-sab a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .card a.btn-all-shows.page_block.link.card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .owl-carousel .item a.btn-all-shows.page_block.link.owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .carousel .carousel-item a.btn-all-shows.page_block.link.carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .timeslot-item .timeslot-item-navigation a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.shrek_page.shrek_page .shrek-social-section p a.btn-all-shows.page_block.link:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link.timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.btn-all-shows.page_block.link:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder a.btn-all-shows.page_block.link:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-secondary:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:active:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:active:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:active:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:active:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-primary:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-default .container-holder .column.one .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .btn-toggle-mini-sab:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-default .container-holder .column.one a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-secondary:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:active:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:active:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:active:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:active:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:active:hover,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-primary:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .btn-toggle-mini-sab:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.contentblocks-section .container-two-columns .container-holder .column.one a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.webshop-content .container-default .container-holder .page_block.link:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .intro-section .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .intro-section .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .intro-section .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .intro-section .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .intro-section .timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .intro-section .btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .intro-section .card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .intro-section .carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .intro-section .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .intro-section body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .intro-section a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.two .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:active,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .card-btn:active,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.two a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .owl-carousel .container-two-columns.item .container-holder .column.one .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:active,body.shrek_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .card-btn:active,body.thewiz_page .owl-carousel body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item .container-holder .column.one a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .content.bg-dark .container-default .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .content.bg-dark .container-default .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .content.bg-dark .container-default .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .carousel-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark .container-default .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .mini-sab .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card .card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card .card-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-carousel .item .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel .carousel-item .carousel-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.shrek_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.shrek_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .mini-sab .btn-toggle-mini-sab:active,body.shrek_page .mini-sab body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body.shrek_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body.shrek_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .card .card-btn:active,body.shrek_page .card body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.shrek_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .owl-carousel .item .owl-btn:active,body.shrek_page .owl-carousel .item body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .carousel .carousel-item .carousel-btn:active,body.shrek_page .carousel .carousel-item body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .shrek-social-section p a:active,body.shrek_page .shrek-social-section p .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .shrek-social-section p .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .shrek-social-section p a:active,body.shrek_page .shrek-social-section p .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.shrek_page.shrek_page .shrek-social-section p a:active,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .mini-sab .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .mini-sab .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body.thewiz_page .mini-sab .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .card .card-btn:active,body.thewiz_page .card body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .card-btn:active,body.thewiz_page .card .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .card .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body.thewiz_page .card .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .card-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .owl-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .owl-carousel .item .owl-btn:active,body.thewiz_page .owl-carousel .item body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body.thewiz_page .owl-carousel .item .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .carousel .carousel-item .carousel-btn:active,body.thewiz_page .carousel .carousel-item body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page .carousel .carousel-item .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .carousel-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .timeslot-item-navigation-btn:active,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section section.characters-section .info .container-default.container-holder:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .main .tiles-section .container-default.container-holder:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .footer .footer-top .container-default:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .main .tiles-section .container-default:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:active:last-of-type,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.shrek_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:active:last-of-type,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .owl-carousel .item .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item .container-default.owl-container:last-of-type .container-holder a:active:last-of-type,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.owl-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .tiles-section body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item .container-default.carousel-container:last-of-type .container-holder a:active:last-of-type,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .main .tiles-section .container-default.carousel-container:last-of-type .container-holder a:active:last-of-type,body:not(.shrek_page):not(.thewiz_page) .main .content.bg-dark.contact-form .container-two-columns .container-holder .column.two .page_block.form .form-group button:active,body:not(.shrek_page):not(.thewiz_page) .card-body .card-buttons .card-btn:active{color:#231F20 !important;background:#fff}body:not(.shrek_page):not(.thewiz_page) .btn-primary,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) a:last-of-type{display:inline-flex;align-items:center;padding:10px 40px;font-size:.75rem;font-weight:700;color:#fff;border-radius:22px;text-transform:uppercase;text-decoration:none;transition:0.3s;background-color:#231F20;border-color:#231F20}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .btn-primary,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) a:last-of-type{font-size:.875rem}}body:not(.shrek_page):not(.thewiz_page) .btn-primary:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) a:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .btn-primary:focus,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:focus,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:focus,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:focus,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab:focus,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn:focus,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn:focus,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab:focus,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn:focus,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn:focus,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:focus:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) a:focus:last-of-type,body:not(.shrek_page):not(.thewiz_page) .btn-primary:active,body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:active,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:active,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:active,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab:active,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn:active,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn:active,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .btn-toggle-mini-sab:active,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .owl-btn:active,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .carousel-btn:active,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:active:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) a:active:last-of-type{color:#231F20;background:#fff}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel{min-height:90vh}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel{min-height:100vh}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item{position:relative}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.21)}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{min-height:90vh}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{min-height:100vh}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-container{max-width:700px;z-index:1}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-container .owl-caption{position:relative;text-align:center}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-container .owl-caption .owl-title{text-align:center;font-size:2rem;text-shadow:none}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-container .owl-caption .owl-title{font-size:3.75rem}}body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-container .owl-caption .owl-subtitle{display:none;font-size:1.875rem;text-align:center;text-shadow:none}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .eyecatcher .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-container .owl-caption .owl-subtitle{display:block}}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel{min-height:auto}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-stage-outer{margin-left:70px;margin-right:-5px}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-stage-outer{margin-left:130px}}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-stage-outer .owl-item img{border-radius:8px}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav{left:22px;display:flex;flex-direction:column;width:50px}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav{left:40px}}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-prev{margin-bottom:10px}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-prev{position:static;width:36px;height:36px;border-radius:50%;background:#fff;box-shadow:3px 3px 6px rgba(0,0,0,0.16)}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-nav .owl-prev{width:48px;height:48px}}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots{display:flex;height:10px;background:rgba(255,255,255,0.6);flex:1;padding:0;border-radius:4px;margin:20px 20px 0 95px}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots{margin-right:90px;margin-left:130px}}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots .owl-dot{border:none;box-shadow:none;flex:1;list-style:none}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots .owl-dot.active{border-radius:6px;background:#fff}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots .owl-dot span{display:none !important}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots .owl-dot:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}body:not(.shrek_page):not(.thewiz_page) .slider.home-contentblock-slider.owl-carousel .owl-dots .owl-dot.active ~ .owl-dot{background:transparent}body:not(.shrek_page):not(.thewiz_page).landing_page_park .main .owl-carousel .owl-stage .owl-item,body:not(.shrek_page):not(.thewiz_page) .show_detail_other_shows .main .owl-carousel .owl-stage .owl-item{max-width:262px}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-nav{right:1em;left:1em}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-nav button{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-nav button i{top:50%;left:50%;position:absolute;color:#fff;font-size:1.5rem;transform:translate(-50%, -50%)}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-item .item{width:75%}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-item .item .card .card-image{box-shadow:none}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-item .item .card .card-body{display:flex !important}body:not(.shrek_page):not(.thewiz_page) .owl-carousel.owl-brands-slider .owl-item .item .card .card-body .card-title{color:#76bf43;font-size:1rem;line-height:1.2;text-transform:uppercase;text-align:center}body:not(.shrek_page):not(.thewiz_page) .card{background:transparent !important;border:none;overflow:visible}body:not(.shrek_page):not(.thewiz_page) .card-image{box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5);background:transparent !important;margin-bottom:5px}body:not(.shrek_page):not(.thewiz_page) .card-image .card-img{border-radius:8px !important}body:not(.shrek_page):not(.thewiz_page) .card-body{background:transparent !important}body:not(.shrek_page):not(.thewiz_page) .card-body .card-caption .card-title-link .card-title{font-size:1.5rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card-body .card-caption .card-title-link .card-title{font-size:1.875rem}}body:not(.shrek_page):not(.thewiz_page) .card-body .card-caption .card-subtitle{font-size:1.125rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .card-body .card-caption .card-subtitle{font-size:1.25rem}}body:not(.shrek_page):not(.thewiz_page) .card-body .card-caption .card-description{min-height:min-content;max-height:max-content}body:not(.shrek_page):not(.thewiz_page) .card-body .card-caption .card-description::after{content:none}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card{width:100%;border:none;border-radius:0}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-image-link,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-image-link{overflow:hidden;border-radius:8px}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-image-link .card-img{border-radius:8px !important;width:100%;height:auto;transition:all 0.5s ease-in-out}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body{padding:30px 0 !important}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption{display:flex;flex-direction:column;max-width:400px;flex:0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption{flex:1 1 auto}}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-title-link{order:2}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-title-link:hover .card-title{color:#231F20}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-title-link .card-title,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-title-link .card-title{color:#76bf43}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-subtitle,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-subtitle{order:1;margin-bottom:10px}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-description{order:3;margin-top:10px;font-weight:500}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-description{margin-top:25px}}body:not(.shrek_page):not(.thewiz_page) .grid.show_overview .card-body .card-caption .card-description-content p,body:not(.shrek_page):not(.thewiz_page) .content-blocks .card-body .card-caption .card-description-content p{font-size:.875rem}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider{padding-right:5px}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card{border:none;background:transparent}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-image,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-image,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-image{height:max-content}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-image-link,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-image-link,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-image-link{border-radius:8px}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-image-link .card-img,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-image-link .card-img{border-radius:8px !important}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body{background:#76bf43}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-title-link{color:#fff}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-subtitle,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-subtitle,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-subtitle{font-size:1.25rem;color:#fff}body:not(.shrek_page):not(.thewiz_page) .home-blocks .slider .card-body .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .contact-intro .slider .card-body .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .slider .card-body .card-caption .card-description{margin-top:40px}body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body{padding:15px 0}body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-title-link:hover .card-title{color:#231F20}body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-description{margin-top:20px !important}body:not(.shrek_page):not(.thewiz_page) .contact-intro .card-body .card-caption .card-description-content .info-extra-list-item,body:not(.shrek_page):not(.thewiz_page) .park-contentblocks .card-body .card-caption .card-description-content .info-extra-list-item{font-weight:500}body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item{display:flex;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item{margin:80px 0}}body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item:nth-of-type(odd) .item-media{order:1}body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item .item-content{flex:0 0 100%;max-width:100%;margin:0 auto;padding:0 40px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item .item-content{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item .item-media{flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item .item-media{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .page_block.content_blocks_odd_even .item .item-media img{object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page) .home-contentblock-slider:not(.owl-loaded){display:flex;justify-content:center}body:not(.shrek_page):not(.thewiz_page) .ntk-events{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin-bottom:30px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item .ntk-events-list-item-info{font-size:1.1em;font-weight:bold}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item .ntk-events-list-item-info a{color:#000000}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item .ntk-events-list-item-info a .ntk-events-list-item-info-icon{margin-left:6px}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item .ntk-events-list-item-title{margin-top:3px}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item a{color:#00B5E9}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item a.sold-out{color:#E41E26}body:not(.shrek_page):not(.thewiz_page) .ntk-events .ntk-events-list-item .ntk-event-label{color:#76BF43;font-size:14px;font-weight:700}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns{padding:0 30px !important}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns .container-two-columns{display:block !important}body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns .container-two-columns .container-holder{display:flex;margin-left:-15px;margin-right:-15px}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item-media img,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item .column.one-image,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item .column.one img,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-holder-media-image,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-holder-media img,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-holder .column.one-image,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-holder .column.one img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item-media img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder-media img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one img{min-height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder{margin-bottom:40px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder{margin-bottom:60px}}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.one,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.one{order:2}}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.two{padding-top:60px}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.two{order:1}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.two{margin:0 auto}}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-content h3,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.two h3,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-content h3,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.two h3,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-content h3,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.two h3,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-content h3,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.two h3{position:relative}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.two h3::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MS45NDYiIHZpZXdCb3g9IjAgMCA4NSA1MS45NDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS45NTIgOC42NzQpIj48cGF0aCBkPSJNMjgxLjE0Nyw2MTUuMjcyYTkuMDg4LDkuMDg4LDAsMCwxLDEuNTE4LTIuOTI5LDYuOTc2LDYuOTc2LDAsMCwxLDIuNjc2LTEuOTE2LDExLjU2OSwxMS41NjksMCwwLDEsOC4yNDUsMCw3LjI5LDcuMjksMCwwLDEsMi43MTIsMS45MTYsOC4yLDguMiwwLDAsMSwxLjUxOSwyLjkyOSwxOC43MjEsMTguNzIxLDAsMCwxLC43MjMsMy40LDM5LjIyMiwzOS4yMjIsMCwwLDEsMCw3LjUyMSwxOS40NTIsMTkuNDUyLDAsMCwxLS43MjMsMy40MzUsNy44MSw3LjgxLDAsMCwxLTEuNTE5LDIuOTI5LDcuNTA2LDcuNTA2LDAsMCwxLTIuNzEyLDEuODgsMTEuNTc2LDExLjU3NiwwLDAsMS04LjI0NSwwLDYuOTY5LDYuOTY5LDAsMCwxLTIuNjc2LTEuOTE2LDkuMDgyLDkuMDgyLDAsMCwxLTEuNTE4LTIuOTI5LDE3LjA0NywxNy4wNDcsMCwwLDEtLjc2LTMuNCwzOS4yMTUsMzkuMjE1LDAsMCwxLDAtNy41MjFBMTcuMDc1LDE3LjA3NSwwLDAsMSwyODEuMTQ3LDYxNS4yNzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQwLjg0OSAtNjAyLjYyOSkiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzQxLjcsNjA0LjIzOGE3LjM3NCw3LjM3NCwwLDAsMSwxLjIzMS0yLjM3NCw1LjYzOCw1LjYzOCwwLDAsMSwyLjE2OC0xLjU1Miw5LjM2Miw5LjM2MiwwLDAsMSw2LjY4LDAsNS45MjQsNS45MjQsMCwwLDEsMi4yLDEuNTUyLDYuNjUzLDYuNjUzLDAsMCwxLDEuMjMxLDIuMzc0LDE1LjExNCwxNS4xMTQsMCwwLDEsLjU4NiwyLjc1NCwzMS43LDMxLjcsMCwwLDEsMCw2LjEsMTUuNzUsMTUuNzUsMCwwLDEtLjU4NiwyLjc4Myw2LjMyNSw2LjMyNSwwLDAsMS0xLjIzMSwyLjM3Myw2LjA5Miw2LjA5MiwwLDAsMS0yLjIsMS41MjQsOS4zNjgsOS4zNjgsMCwwLDEtNi42OCwwLDUuNjMyLDUuNjMyLDAsMCwxLTIuMTY4LTEuNTUzLDcuMzMzLDcuMzMzLDAsMCwxLTEuMjMxLTIuMzczLDEzLjkxNywxMy45MTcsMCwwLDEtLjYxNS0yLjc1NCwzMS44NjcsMzEuODY3LDAsMCwxLDAtNi4xQTEzLjkxNSwxMy45MTUsMCwwLDEsMzQxLjcsNjA0LjIzOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDAuOTM5IC01OTkuNjk2KSIgZmlsbD0iI2ZmZiIvPjwvZz48cGF0aCBkPSJNMjg5LjE3MSw2MjcuMTg3YTEwLjg3NiwxMC44NzYsMCwwLDEsLjQ4MS0yLjE1MSw1LjczOSw1LjczOSwwLDAsMSwuOTYxLTEuODU0LDQuNDE2LDQuNDE2LDAsMCwxLDEuNjkyLTEuMjEyLDYuNDY5LDYuNDY5LDAsMCwxLDIuNjA4LS40ODIsNy44NzgsNy44NzgsMCwwLDEsMS4yLjA5MiwzLjMsMy4zLDAsMCwwLS41MTUsMS4wMDYsNi4yMjUsNi4yMjUsMCwwLDAtLjI3MywxLjIxOSwxNC4xOTEsMTQuMTkxLDAsMCwwLDAsMi43LDYuMTI3LDYuMTI3LDAsMCwwLC4yNzMsMS4yMTksMy4yMjUsMy4yMjUsMCwwLDAsLjU0NCwxLjA1LDIuNSwyLjUsMCwwLDAsLjk1OS42ODgsNC4xNDksNC4xNDksMCwwLDAsMi45NTcsMCwyLjk0MiwyLjk0MiwwLDAsMCwuNy0uNDM4YzAsLjE4NC4wMTIuMzUyLjAxMi41NDRhMjEuODEzLDIxLjgxMywwLDAsMS0uMTE0LDIuMzgsMTIuMjM5LDEyLjIzOSwwLDAsMS0uNDU4LDIuMTczLDQuOTIsNC45MiwwLDAsMS0uOTYxLDEuODU0LDQuNzYzLDQuNzYzLDAsMCwxLTEuNzE2LDEuMTg5LDcuMzIzLDcuMzIzLDAsMCwxLTUuMjE2LDAsNC40LDQuNCwwLDAsMS0xLjY5Mi0xLjIxMyw1LjcyLDUuNzIsMCwwLDEtLjk2MS0xLjg1MywxMC45MjksMTAuOTI5LDAsMCwxLS40ODEtMi4xNTEsMjEuODE0LDIxLjgxNCwwLDAsMS0uMTE0LTIuMzgsMjEuNTE4LDIxLjUxOCwwLDAsMSwuMTE0LTIuMzc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjM3LjE5MyAtNTk3LjQzMSkiIGZpbGw9IiMxYzE4MTgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0zNDguMjcxLDYxNC4wMTRhOC42ODEsOC42ODEsMCwwLDEsLjM5LTEuNzQzLDQuNjE3LDQuNjE3LDAsMCwxLC43NzktMS41LDMuNTY2LDMuNTY2LDAsMCwxLDEuMzctLjk4Myw1LjI2Niw1LjI2NiwwLDAsMSwyLjExNS0uMzksNi4zNDMsNi4zNDMsMCwwLDEsLjk2OC4wNzUsMi42OSwyLjY5LDAsMCwwLS40MTguODE0LDUuMDcxLDUuMDcxLDAsMCwwLS4yMjEuOTg4LDExLjQ0NSwxMS40NDUsMCwwLDAsMCwyLjE4NSw1LjAxNyw1LjAxNywwLDAsMCwuMjIxLjk4OCwyLjY1NCwyLjY1NCwwLDAsMCwuNDQxLjg1MSwyLjAxOSwyLjAxOSwwLDAsMCwuNzc4LjU1NywzLjM1OSwzLjM1OSwwLDAsMCwyLjQsMCwyLjQyNSwyLjQyNSwwLDAsMCwuNTcxLS4zNTRjMCwuMTQ4LjAxMS4yODQuMDExLjQ0MWExNy41NTcsMTcuNTU3LDAsMCwxLS4wOTQsMS45MjgsOS45NzYsOS45NzYsMCwwLDEtLjM2OSwxLjc2MSw0LjAxNyw0LjAxNywwLDAsMS0uNzgsMS41LDMuODY3LDMuODY3LDAsMCwxLTEuMzkuOTY0LDUuOTM5LDUuOTM5LDAsMCwxLTQuMjI4LDAsMy41NiwzLjU2LDAsMCwxLTEuMzctLjk4Miw0LjY1Niw0LjY1NiwwLDAsMS0uNzc5LTEuNSw4LjcxNyw4LjcxNywwLDAsMS0uMzktMS43NDMsMTcuOTc4LDE3Ljk3OCwwLDAsMS0uMDkyLTEuOTI4LDE3Ljc2NSwxNy43NjUsMCwwLDEsLjA5Mi0xLjkyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNS44MjggLTU5My44NzUpIiBmaWxsPSIjMWMxODE4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMzM1Ljc1NSw2MDkuNDczYTEzLjkwNywxMy45MDcsMCwwLDAsLjYxNSwyLjc1NEE3LjMyNyw3LjMyNywwLDAsMCwzMzcuNiw2MTQuNmE1LjYzMiw1LjYzMiwwLDAsMCwyLjE2OCwxLjU1Myw5LjM3LDkuMzcsMCwwLDAsNi42OCwwLDYuMDkzLDYuMDkzLDAsMCwwLDIuMi0xLjUyNCw2LjMyMiw2LjMyMiwwLDAsMCwxLjIzMS0yLjM3MywxNS43MzUsMTUuNzM1LDAsMCwwLC41ODYtMi43ODMsMzEuNjkyLDMxLjY5MiwwLDAsMCwwLTYuMSwxNS4xLDE1LjEsMCwwLDAtLjU4Ni0yLjc1NCw2LjY1LDYuNjUsMCwwLDAtMS4yMzEtMi4zNzQsNS45Miw1LjkyLDAsMCwwLTIuMi0xLjU1Miw5LjM2MSw5LjM2MSwwLDAsMC02LjY4LDAsNS42MzMsNS42MzMsMCwwLDAtMi4xNjgsMS41NTIsNy4zNjksNy4zNjksMCwwLDAtMS4yMzEsMi4zNzQsMTMuOSwxMy45LDAsMCwwLS42MTUsMi43NTQsMzEuODYzLDMxLjg2MywwLDAsMCwwLDYuMVptLTguNDMxLTE1Ljg1MXE1LjA2Mi02LjE2NCwxNS43ODUtNi4yMTQsMTAuNjI1LjA1LDE1LjczNSw2LjIxNCwzLjk2LDQuOTEyLDMuOTA4LDEyLjgyOS4wNTEsNy44NjktMy45MDgsMTIuNzc5LTUuMTExLDYuMTYyLTE1LjczNSw2LjIxNC0xMC43MjMtLjA1Mi0xNS43ODUtNi4yMTQtMy45MDgtNC44NjEtMy44NTgtMTIuNzc5LS4wNDktNy45NjgsMy44NTgtMTIuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIzLjQ2NiAtNTg3LjQwNykiIGZpbGw9IiNkM2RhMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0yNzMuODcxLDYyMS43MzRhMTcuMDQ5LDE3LjA0OSwwLDAsMCwuNzU5LDMuNCw5LjA4NCw5LjA4NCwwLDAsMCwxLjUxOCwyLjkyOSw2Ljk2OCw2Ljk2OCwwLDAsMCwyLjY3NiwxLjkxNiwxMS41NzYsMTEuNTc2LDAsMCwwLDguMjQ1LDAsNy41LDcuNSwwLDAsMCwyLjcxMi0xLjg4LDcuODA5LDcuODA5LDAsMCwwLDEuNTE5LTIuOTI5LDE5LjQ0OSwxOS40NDksMCwwLDAsLjcyMy0zLjQzNSwzOS4yMywzOS4yMywwLDAsMCwwLTcuNTIxLDE4LjcxMSwxOC43MTEsMCwwLDAtLjcyMy0zLjQsOC4yLDguMiwwLDAsMC0xLjUxOS0yLjkyOSw3LjI5MSw3LjI5MSwwLDAsMC0yLjcxMi0xLjkxNiwxMS41NjgsMTEuNTY4LDAsMCwwLTguMjQ1LDAsNi45NzcsNi45NzcsMCwwLDAtMi42NzYsMS45MTYsOS4wOTEsOS4wOTEsMCwwLDAtMS41MTgsMi45MjksMTcuMDcyLDE3LjA3MiwwLDAsMC0uNzU5LDMuNCwzOS4yMywzOS4yMywwLDAsMCwwLDcuNTIxWm0tMTAuNC0xOS41NnE2LjI0NS03LjYwNiwxOS40NzgtNy42NjgsMTMuMTExLjA2MiwxOS40MTgsNy42NjgsNC44ODUsNi4wNjEsNC44MjMsMTUuODMxLjA2Myw5LjcwOC00LjgyMywxNS43NjgtNi4zMDksNy42MDYtMTkuNDE4LDcuNjY4LTEzLjIzMi0uMDY0LTE5LjQ3OC03LjY2OC00LjgyNS02LTQuNzYyLTE1Ljc2OC0uMDYzLTkuODMzLDQuNzYyLTE1LjgzMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyMi4xODkgLTU4OS40OTUpIiBmaWxsPSIjYWFjZjM3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+) no-repeat top/cover;content:"";position:absolute;top:-65px;right:0;width:85px;height:52px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:first-of-type .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:first-of-type .container-holder .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:first-of-type .column.two h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .show-story-item-content h3::before,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:first-of-type .container-holder .column.two h3::before{right:-65px}}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:last-of-type,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:last-of-type .container-holder,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:last-of-type,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:last-of-type .container-holder{margin-bottom:80px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:last-of-type,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:last-of-type .container-holder,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:last-of-type,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:last-of-type .container-holder{margin-bottom:100px}}body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:last-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .show-story-item:last-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:last-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .container-two-columns:last-of-type .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:last-of-type .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:last-of-type .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:last-of-type .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:last-of-type .container-holder .column.two{padding-top:30px}body:not(.shrek_page):not(.thewiz_page) .show_detail_story-content h4,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .column.two h4,body:not(.shrek_page):not(.thewiz_page) .article_2_columns-content h4,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .column.two h4{font-size:1.25rem;line-height:1.6;margin-bottom:20px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page) .show_detail_story-content h4,body:not(.shrek_page):not(.thewiz_page) .show_detail_story .column.two h4,body:not(.shrek_page):not(.thewiz_page) .article_2_columns-content h4,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .column.two h4{font-size:1.5rem}}body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item:nth-of-type(even) .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item:nth-of-type(even) .column.one,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-two-columns:nth-of-type(even) .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-two-columns:nth-of-type(even) .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:nth-of-type(even) .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item:nth-of-type(even) .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:nth-of-type(even) .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-two-columns:nth-of-type(even) .container-holder .column.one{order:1}body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.one,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.one,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-media,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-media .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-media .item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-media img,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.one .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.one .item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.one img,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-media .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-media .item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-media img,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.one .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.one .item-media-image,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.one img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-media .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-media .item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-media img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one .item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.one img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-media .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-media .item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-media img,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one .show-story-item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one .item-media-image,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.one img{max-width:100%}body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.two,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.two{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;padding-left:15px !important}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .show-story-item .column.two,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .page_block.show_detail_story .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .show-story-item .column.two,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .show-story-item-content,body:not(.shrek_page):not(.thewiz_page) .article_2_columns .container-holder .column.two{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page) .fancybox-content{max-height:100vh;overflow-y:auto}body:not(.shrek_page):not(.thewiz_page).error .main .content{padding:16vh 0}@media (max-width: 1199.98px){body:not(.shrek_page):not(.thewiz_page).show_detail header.header.sticky{position:relative !important}}body:not(.shrek_page):not(.thewiz_page).show_detail .page_block.show_detail_intro{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body:not(.shrek_page):not(.thewiz_page).show_detail .page_block.show_detail_intro .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).show_detail .page_block.show_detail_intro .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).show_detail .page_block.show_detail_intro .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).show_detail .page_block.show_detail_intro .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section{text-align:center;margin-bottom:3rem}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock{margin-top:3rem}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel{min-height:0;padding:0}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item{min-height:0;padding:0}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card{background:none;border:none;border-radius:0;text-decoration:none}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-image{margin-bottom:15px;background:none;border-radius:100%;aspect-ratio:1;overflow:hidden}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-image img{height:100%;object-fit:cover;transition:0.5s}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-image:hover img{transform:scale(1.05)}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-body{padding:0;background:none}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-subtitle{margin-bottom:0.25rem;color:#000;font-size:17px;text-align:center}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title{font-weight:700}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-subtitle{font-weight:400}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .item .card .card-body .card-buttons{display:none}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_detail .cast-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#76bf43;border-color:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_detail .fancybox-card-title{font-size:24px;font-weight:600}body:not(.shrek_page):not(.thewiz_page).show_detail .fancybox-card-subtitle{font-size:18px;font-weight:500}body:not(.shrek_page):not(.thewiz_page).show_detail .fancybox-card-description{font-size:16px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).show_location_overview .intro-section{padding-top:160px}}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid{margin-top:30px}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid .item{flex:0 0 100%;max-width:100%;margin-bottom:15px}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid .item .card .card-body{flex-direction:row !important;flex-wrap:wrap;padding:0 0 15px 0;border-bottom:1px solid rgba(0,0,0,0.5)}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid .item .card .card-body .card-caption .card-title-link .card-title{font-size:1rem}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid .item .card .card-body .card-caption .card-subtitle{margin-bottom:0;font-size:1rem;font-weight:400}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid .item .card .card-body .card-buttons{margin-top:auto}body:not(.shrek_page):not(.thewiz_page).show_location_overview .grid .item .card .card-body .card-buttons .card-btn{padding:0.375rem 0.75rem;text-transform:none}body:not(.shrek_page):not(.thewiz_page).show_overview main{padding:0 !important;margin:0 !important;position:relative;z-index:1}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).show_overview main{padding:80px 0 0 !important}}body:not(.shrek_page):not(.thewiz_page).show_overview main .content{padding:60px 0 70px !important;margin-top:-130px;z-index:11}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).show_overview main .content{margin-top:-150px}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).show_overview main .content{padding:60px 0 60px !important}}body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show{padding:50px 0 140px !important;position:relative;z-index:-1;background-color:#00b5e9;margin-top:0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show{padding:30px 0 180px !important}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show{padding:70px 0 180px !important}}body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show::after{content:"";background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNTYgNTkuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTM1NiA1OS4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMDBCNUU5O30NCjwvc3R5bGU+DQo8ZyBpZD0idG9wIj4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMTFWOS45Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDB2OC45YzMyLjEsNC42LDcwLjEsOC44LDExMy43LDEyLjdDMjY0LjQsMzUsNDY0LjgsNDIuNCw2NzgsNDIuNHM0MTMuNi03LjQsNTY0LjMtMjAuOA0KCQkJYzQzLjYtMy45LDgxLjYtOC4xLDExMy43LTEyLjdWMEgweiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat top/100%;position:absolute;bottom:-198px;width:100%;height:198px;right:0;z-index:-1}body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show .container-holder{padding-top:50px;text-align:center}body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show .container-holder h1{font-size:2.5rem}@media (min-width: 768px){body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show .container-holder h1{font-size:3.75rem}}body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show .container-holder h1,body:not(.shrek_page):not(.thewiz_page).show_overview section.intro-section.show .container-holder h2{color:#fff}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item{margin:0 0 60px 0 !important}}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card{border-radius:8px !important}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body{padding:10px 0 !important}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-title-link{order:1;color:#231F20}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-title-link:hover .card-title{color:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-title-link .card-title{color:#231F20}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-subtitle{order:2;color:#231F20;margin-top:0;margin-bottom:0}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-description-content .info-extra-list-item{display:flex;align-items:center;margin-bottom:5px}body:not(.shrek_page):not(.thewiz_page).show_overview .grid.show_overview .item .card .card-body .card-caption .card-description-content .info-extra-list-item i{margin-right:10px;min-width:20px;text-align:center}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main{z-index:1}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main{margin-top:83px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section{margin-top:0;padding:90px 0 70px !important}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section{padding:90px 0 90px !important}}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section{padding:110px 0 100px !important}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder h2,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder p{color:#fff}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder h1{margin-bottom:5px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder h2{font-size:1.5rem;margin-bottom:20px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder p{max-width:680px;margin-bottom:30px;font-weight:500}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info{padding:80px 0}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.one{margin:auto}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.one{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.two{margin-bottom:0}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.two{flex:0 0 66.66667%;max-width:66.66667%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.two h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.two h1{margin-bottom:5px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.two h2{font-size:1.5rem}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .info .container-two-columns .container-holder .column.two p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .info .container-two-columns .container-holder .column.two p{max-width:722px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content{background:#00b5e9;padding:70px 0 90px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content{padding:90px 0 100px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content p{color:#fff}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content p{max-width:517px;font-weight:500;margin-bottom:20px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .tag-list-item,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .tag-list-item{width:auto}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .tag-list-item.current,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .tag-list-item.current{background:#fff}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .page_block.vacancy_filter,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .page_block.vacancy_filter{margin-bottom:60px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item{margin-bottom:0;padding:0;flex:0 0 100%;max-width:100%}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card{background:transparent;border:none}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body{background:transparent}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-subtitle,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-description,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-subtitle,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-description{color:#fff}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-title-link,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-title-link{margin-bottom:5px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-title-link:hover .card-title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-title-link:hover .card-title{color:#231F20}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-description-content,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-caption .card-description-content{max-width:624px;font-weight:500}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .grid.page_block.vacancy_overview .item .card-body .card-buttons,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .grid.page_block.vacancy_overview .item .card-body .card-buttons{margin-top:10px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section{padding:80px 0}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section{padding:100px 0}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left{margin-bottom:40px}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left{margin-bottom:80px}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one{flex:0 0 41.66667%;max-width:41.66667%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2{display:block}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2{max-width:466px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1{font-size:1.875rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1{font-size:2.25rem}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h1{margin-top:50px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2{font-size:1.25rem;margin-bottom:20px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.one h2{font-size:1.5rem}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.two{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.two{flex:0 0 58.33333%;max-width:58.33333%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.resource_image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.resource_image{height:100%}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.resource_image img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.resource_image img{width:100%;height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.vimeo_video,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.vimeo_video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.vimeo_video iframe,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-container.text-left .container-holder .column.two .page_block.vimeo_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right{text-align:left !important}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one{order:2}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one{flex:0 0 33.33333%;max-width:33.33333%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one .page_block.resource_image,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one .page_block.resource_image{height:100%}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one .page_block.resource_image img,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.one .page_block.resource_image img{width:100%;height:100%;object-fit:cover;box-shadow:3px 3px 6px rgba(0,0,0,0.16);border-radius:8px;border:1px solid rgba(255,255,255,0.5)}@media (max-width: 991.98px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two{order:1}}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two{flex:0 0 66.66667%;max-width:66.66667%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h1{font-size:1.875rem}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h1{font-size:2.25rem}}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h1,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h1{margin-top:50px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h2{font-size:1.25rem;margin-bottom:20px}@media (min-width: 576px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h2,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two h2{font-size:1.5rem}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two p,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns.story-contiainer.text-right .container-holder .column.two p{max-width:722px}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main section.content .page_block.contentblock .card .card-title-link:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main section.content .page_block.contentblock .card .card-title-link:hover{color:#006683}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main section.content .page_block.contentblock .owl-nav .owl-prev,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main section.content .page_block.contentblock .owl-nav .owl-next,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main section.content .page_block.contentblock .owl-nav .owl-prev,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main section.content .page_block.contentblock .owl-nav .owl-next{color:#00b5e9}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main section.content .page_block.contentblock .owl-nav .owl-prev:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main section.content .page_block.contentblock .owl-nav .owl-next:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main section.content .page_block.contentblock .owl-nav .owl-prev:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main section.content .page_block.contentblock .owl-nav .owl-next:hover{color:#00b5e9}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width: 1200px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail{margin-top:85px}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_detail .vacancy_detail .info-extra{flex:0 0 50%;max-width:50%}}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section{text-align:center;margin-bottom:3rem}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock{margin-top:3rem}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel{min-height:0;padding:0}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item{min-height:0;padding:0}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card{background:none;border:none;border-radius:0;text-decoration:none}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-image{margin-bottom:15px;background:none;border-radius:100%;aspect-ratio:1;overflow:hidden}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-image img{height:100%;object-fit:cover;transition:0.5s}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-image:hover img{transform:scale(1.05)}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-body{padding:0;background:none}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title,body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-subtitle{margin-bottom:0.25rem;color:#000;font-size:17px;font-weight:500;text-align:center}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .item .card .card-body .card-buttons{display:none}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_detail .characters-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#76bf43;border-color:#76bf43}body:not(.shrek_page):not(.thewiz_page).show_detail .fancybox-card-title{font-size:24px;font-weight:600}body:not(.shrek_page):not(.thewiz_page).show_detail .fancybox-card-subtitle{font-size:18px;font-weight:500}body:not(.shrek_page):not(.thewiz_page).show_detail .fancybox-card-description{font-size:16px}body.shrek_page{/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */}@media (min-width: 1200px){body.shrek_page{padding:0;transition:all 0.2s ease-in-out}}@media (min-width: 1200px){body.shrek_page.sticky{padding:0}}body.shrek_page .container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .owl-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .carousel-container,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .container-holder,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .container-default,body.shrek_page .owl-carousel .item .owl-container,body.shrek_page .carousel .carousel-item .carousel-container,body.thewiz_page .owl-carousel .item body.shrek_page .owl-container,body.thewiz_page .carousel .carousel-item body.shrek_page .carousel-container{padding:0 30px}body.shrek_page .container-small{width:100%;margin:0 auto;padding:0 30px}@media (min-width: 576px){body.shrek_page .container-small{max-width:540px;padding:0 30px}}@media (min-width: 768px){body.shrek_page .container-small{max-width:720px}}@media (min-width: 992px){body.shrek_page .container-small{max-width:960px}}@media (min-width: 1200px){body.shrek_page .container-small{max-width:1000px}}body.shrek_page .container-fluid,body.shrek_page .container-sm,body.shrek_page .container-md,body.shrek_page .container-lg,body.shrek_page .container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .container-two-columns{max-width:2000px;padding:0 30px}@media (min-width: 576px){body.shrek_page .container-fluid,body.shrek_page .container-sm,body.shrek_page .container-md,body.shrek_page .container-lg,body.shrek_page .container-xl,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.shrek_page .container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.shrek_page .container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.shrek_page .container-default,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.shrek_page .container-two-columns.item,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.shrek_page .container-two-columns,body.shrek_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.shrek_page .container-two-columns{padding:0 30px}}body.shrek_page .container-one-column .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.shrek_page .container-one-column .column.default{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}body.shrek_page .container-two-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.shrek_page .container-two-columns .column.one,body.shrek_page .container-two-columns .column.two{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 768px){body.shrek_page .container-two-columns .column.one,body.shrek_page .container-two-columns .column.two{flex:0 0 50%;max-width:50%}}body.shrek_page .container-three-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.shrek_page .container-three-columns .column.one,body.shrek_page .container-three-columns .column.two,body.shrek_page .container-three-columns .column.three{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 768px){body.shrek_page .container-three-columns .column.one,body.shrek_page .container-three-columns .column.two,body.shrek_page .container-three-columns .column.three{flex:0 0 33.33333%;max-width:33.33333%}}body.shrek_page .container-four-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.shrek_page .container-four-columns .column.one,body.shrek_page .container-four-columns .column.two,body.shrek_page .container-four-columns .column.three,body.shrek_page .container-four-columns .column.four{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 576px){body.shrek_page .container-four-columns .column.one,body.shrek_page .container-four-columns .column.two,body.shrek_page .container-four-columns .column.three,body.shrek_page .container-four-columns .column.four{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.shrek_page .container-four-columns .column.one,body.shrek_page .container-four-columns .column.two,body.shrek_page .container-four-columns .column.three,body.shrek_page .container-four-columns .column.four{flex:0 0 25%;max-width:25%}}body.shrek_page .container-six-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.shrek_page .container-six-columns .column.one,body.shrek_page .container-six-columns .column.two,body.shrek_page .container-six-columns .column.three,body.shrek_page .container-six-columns .column.four,body.shrek_page .container-six-columns .column.five,body.shrek_page .container-six-columns .column.six{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 576px){body.shrek_page .container-six-columns .column.one,body.shrek_page .container-six-columns .column.two,body.shrek_page .container-six-columns .column.three,body.shrek_page .container-six-columns .column.four,body.shrek_page .container-six-columns .column.five,body.shrek_page .container-six-columns .column.six{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.shrek_page .container-six-columns .column.one,body.shrek_page .container-six-columns .column.two,body.shrek_page .container-six-columns .column.three,body.shrek_page .container-six-columns .column.four,body.shrek_page .container-six-columns .column.five,body.shrek_page .container-six-columns .column.six{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.shrek_page .container-six-columns .column.one,body.shrek_page .container-six-columns .column.two,body.shrek_page .container-six-columns .column.three,body.shrek_page .container-six-columns .column.four,body.shrek_page .container-six-columns .column.five,body.shrek_page .container-six-columns .column.six{flex:0 0 16.66667%;max-width:16.66667%}}body.shrek_page .header{position:relative;z-index:999;transition:all 0.2s ease-in-out}@media (min-width: 1200px){body.shrek_page .header{position:absolute;top:0;right:0;left:0}}body.shrek_page .header .header-socket{background-color:#343A40}body.shrek_page .header .header-main{background:#fff}body.shrek_page .header .header-main .logo{max-width:75px;transition:all 0.2s ease-in-out}body.shrek_page .header .header-main .navbar-toggler{margin:0 0 0 auto}body.shrek_page .header .header-main .navbar-toggler .navbar-toggler-icon{width:auto;height:auto;background-image:none}body.shrek_page .header .header-main .navbar-collapse .navbar-nav{margin:0 0 0 auto}@media (min-width: 1200px){body.shrek_page .header.sticky{position:fixed;box-shadow:0 3px 3px rgba(0,0,0,0.1)}}@media (min-width: 1200px){body.shrek_page .header.sticky .header-main .logo{max-width:40px}}body.shrek_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel{display:inherit}body.shrek_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel .dropdown-toggle{display:none !important}body.shrek_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel .nav-item{display:inherit}body.shrek_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item:not(.active_side_panel){display:none}body.shrek_page .header .navbar-collapse.side_panel .menu-side-panel-header .go-back::after{content:"\F060";font-family:"Font Awesome 5 Pro";font-size:0.813rem;font-weight:700;border:none}body.shrek_page .footer{padding:0;background:rgba(0,0,0,0)}body.shrek_page .footer .footer-top{padding:8vh 0;background:#00b5e9}body.shrek_page .footer .footer-socket{padding:4vh 0;background:#343A40}body.shrek_page .content{padding:8vh 0}body.shrek_page .content h1,body.shrek_page .content h2,body.shrek_page .content h3,body.shrek_page .content h4,body.shrek_page .content h5,body.shrek_page .content h6{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:700;line-height:1.2;color:#000}body.shrek_page .content h1{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:3rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.shrek_page .content h1{font-size:3rem;line-height:1.2}}body.shrek_page .content h2{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.shrek_page .content h2{font-size:2.25rem;line-height:1.2}}body.shrek_page .content h3{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.shrek_page .content h3{font-size:1.75rem;line-height:1.2}}body.shrek_page .content h4{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.shrek_page .content h4{font-size:1.5rem;line-height:1.2}}body.shrek_page .content h5{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.shrek_page .content h5{font-size:1.25rem;line-height:1.2}}body.shrek_page .content h6{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.shrek_page .content h6{font-size:1rem;line-height:1.2}}body.shrek_page .content p{margin:0 0 1rem 0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.shrek_page .content ul:not(.vocabulary_term_list) li,body.shrek_page .content ol:not(.carousel-indicators) li{margin:0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.shrek_page .content ul.custom-list li{padding:0 0 0 25px}body.shrek_page .content ul.custom-list li::before{left:0;height:24px;font-family:'Font Awesome 5 Pro';font-size:10px;font-weight:700;line-height:24px;color:#76bf43;content:""}body.shrek_page .content ol.custom-list li{padding:0 0 0 25px}body.shrek_page .content ol.custom-list li::before{left:0;height:24px;font-family:'Font Awesome 5 Pro';font-size:10px;font-weight:400;line-height:24px;color:#76bf43;content:""}body.shrek_page .content.bg-dark h1{color:#fff}body.shrek_page .content.bg-dark h2{color:#fff}body.shrek_page .content.bg-dark h3{color:#fff}body.shrek_page .content.bg-dark h4{color:#fff}body.shrek_page .content.bg-dark h5{color:#fff}body.shrek_page .content.bg-dark h6{color:#fff}body.shrek_page .content.bg-dark p{color:#fff}body.shrek_page .content.bg-dark ul li,body.shrek_page .content.bg-dark ol li{color:#fff}body.shrek_page .content.bg-dark ul.custom-list li::before{color:#76bf43}body.shrek_page .content.bg-dark ol.custom-list li::before{color:#76bf43}body.shrek_page .content-padding{padding:8vh 0}body.shrek_page .mini-sab{padding:4vh 0;background-color:#DEE2E6}@media (max-width: 767.98px){body.shrek_page .mini-sab .container .container-holder,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .mini-sab .owl-container .container-holder,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .mini-sab .carousel-container .container-holder,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page .mini-sab .container-holder .container-holder,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page .mini-sab .container-default .container-holder,body.shrek_page .mini-sab .owl-carousel .item .owl-container .container-holder,body.shrek_page .owl-carousel .item .mini-sab .owl-container .container-holder,body.shrek_page .mini-sab .carousel .carousel-item .carousel-container .container-holder,body.shrek_page .carousel .carousel-item .mini-sab .carousel-container .container-holder,body.thewiz_page .owl-carousel .item body.shrek_page .mini-sab .owl-container .container-holder,body.thewiz_page .carousel .carousel-item body.shrek_page .mini-sab .carousel-container .container-holder{flex:1}}body.shrek_page .mini-sab .btn-toggle-mini-sab{border-radius:4px !important}body.shrek_page .eyecatcher{min-height:90vh}body.shrek_page .eyecatcher.large{min-height:100vh}body.shrek_page .alert{margin:0 0 1rem 0;padding:.75rem 1.25rem;border-radius:.25rem;box-shadow:none;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}body.shrek_page .alert-danger{background:#fff;border:1px solid #DC3545;color:#DC3545}body.shrek_page .bg-dark .alert-danger{background:rgba(0,0,0,0);border:1px solid #DC3545;color:#DC3545}body.shrek_page .btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .btn-toggle-mini-sab,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page .card-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .owl-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .carousel-btn,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page .timeslot-item-navigation-btn,body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .card .card-btn,body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page .shrek-social-section p a,body.thewiz_page .mini-sab body.shrek_page .btn-toggle-mini-sab,body.thewiz_page .card body.shrek_page .card-btn,body.thewiz_page .owl-carousel .item body.shrek_page .owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page .timeslot-item-navigation-btn,body.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page a:last-of-type{max-width:100%}body.shrek_page .btn-white{background:#fff;border:1px solid #fff;color:#000}body.shrek_page .btn-white:hover{background:#76bf43;border:1px solid #76bf43}body.shrek_page .btn-link--primary,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .btn-back,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .btn-back,body.shrek_page .btn-back{color:#76bf43}body.shrek_page .btn-link--primary:hover,body.shrek_page .btn-back:hover{color:#00b5e9}body.shrek_page .btn-link--white{color:#fff}body.shrek_page .btn-link--white:hover{color:#76bf43}body.shrek_page .btn-back{transition:all 0.2s ease-in-out}body.shrek_page .list{margin:0;padding:0;list-style:none}body.shrek_page .list.list-icons{margin:10px 0 0 0}body.shrek_page .list.list-icons .list-item,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .list.list-icons ul.tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .list.list-icons ul,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .list.list-icons .tag-list,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .list.list-icons .tag-list{padding:0 0 0 30px}body.shrek_page .list.list-icons .list-item .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .list.list-icons ul.tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .list.list-icons ul .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .list.list-icons .tag-list .icon,body.shrek_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .list.list-icons .tag-list .icon{left:0}body.shrek_page .vocabulary_term_list li{margin:0 10px 0 0}body.shrek_page .footer_logolink .list .list-item,body.shrek_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .footer_logolink .list ul.tag-list,body.shrek_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .footer_logolink .list ul,body.shrek_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .footer_logolink .list .tag-list,body.shrek_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .footer_logolink .list .tag-list,body.shrek_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .footer_logolink .list .tag-list,body.shrek_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .footer_logolink .list .tag-list{margin:0 10px 0 0}body.shrek_page .footer_link .list .list-item,body.shrek_page .footer_link .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .footer_link .list ul.tag-list,body.shrek_page .footer_link .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .footer_link .list ul,body.shrek_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .footer_link .list .tag-list,body.shrek_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .footer_link .list .tag-list,body.shrek_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .footer_link .list .tag-list,body.shrek_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .footer_link .list .tag-list{margin:0 10px 0 0}body.shrek_page .card{background:#fff;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem;box-shadow:none;overflow:hidden}body.shrek_page .card .card-image{flex:0 0 auto;background:#E9ECEF}body.shrek_page .card .card-image .card-img{border-radius:0}body.shrek_page .card .card-image .card-image-caption{top:auto;right:0;bottom:0;left:0;display:block;align-items:stretch;justify-content:flex-start;padding:0;background:rgba(0,0,0,0)}body.shrek_page .card .card-image .card-image-caption .card-image-label{padding:5px 15px;background:rgba(0,0,0,0.25);font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:none;text-align:left;color:#fff}body.shrek_page .card .card-body{padding:15px;background:#fff}body.shrek_page .card .card-caption{flex:1 1 auto;text-align:left}body.shrek_page .card .card-caption .card-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:none;text-align:left;color:#000;transition:all 0.2s ease-in-out}@media (min-width: 576px){body.shrek_page .card .card-caption .card-title{font-size:1.5rem;line-height:1.2}}body.shrek_page .card .card-caption .card-title-link{margin:0 0 .5rem 0;text-decoration:none;color:#000}body.shrek_page .card .card-caption .card-title-link .card-title{margin:0;color:inherit}body.shrek_page .card .card-caption .card-title-link:hover{text-decoration:none;color:#76bf43}body.shrek_page .card .card-caption .card-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:none;text-align:left;color:#000}@media (min-width: 576px){body.shrek_page .card .card-caption .card-subtitle{font-size:1rem;line-height:1.2}}body.shrek_page .card .card-caption .card-description{margin:0;overflow:hidden;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-shadow:none;text-align:left;color:#000}@media (min-width: 576px){body.shrek_page .card .card-caption .card-description{min-height:125px;max-height:125px}}body.shrek_page .card .card-caption .card-description::after{right:0;bottom:0;left:0;height:50px;background:#fff;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);content:''}body.shrek_page .card .card-caption .card-description .list .list-item,body.shrek_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .card .card-caption .card-description .list ul.tag-list,body.shrek_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .card .card-caption .card-description .list ul,body.shrek_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .card .card-caption .card-description .list .tag-list,body.shrek_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .card .card-caption .card-description .list .tag-list,body.shrek_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .card .card-caption .card-description .list .tag-list,body.shrek_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .card .card-caption .card-description .list .tag-list{color:inherit}body.shrek_page .card .card-buttons{flex:0 0 auto;margin:15px 0 0 0}body.shrek_page .card .card-btn{background:#76bf43;border:1px solid #76bf43;color:#fff}body.shrek_page .card .card-btn:hover{background:#000;border:1px solid #000;color:#fff}body.shrek_page .card.card-overlay .card-img-overlay{display:block;flex-direction:column;padding:15px;background:rgba(0,0,0,0.25);overflow:hidden}body.shrek_page .card.card-overlay .card-caption{padding:0;background:rgba(0,0,0,0)}body.shrek_page .card.card-overlay .card-caption .card-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.shrek_page .card.card-overlay .card-caption .card-title{font-size:1.5rem;line-height:1.2}}body.shrek_page .card.card-overlay .card-caption .card-title-link{margin:0 0 .5rem 0;text-decoration:none;color:#fff}body.shrek_page .card.card-overlay .card-caption .card-title-link .card-title{color:inherit}body.shrek_page .card.card-overlay .card-caption .card-title-link:hover{text-decoration:none;color:#76bf43}body.shrek_page .card.card-overlay .card-caption .card-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.shrek_page .card.card-overlay .card-caption .card-subtitle{font-size:1rem;line-height:1.2}}body.shrek_page .card.card-overlay .card-caption .card-description{min-height:75px;max-height:75px;margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.shrek_page .card.card-overlay .card-caption .card-description::after{height:50px;background:rgba(0,0,0,0.25);background:rgba(0,0,0,0)}body.shrek_page .card.card-overlay .card-btn{background:transparent;border:1px solid #fff;color:#fff}body.shrek_page .card.card-overlay .card-btn:hover{background:#fff;border:1px solid #fff;color:#000}body.shrek_page .card.card-assortiment .card-price.discounted{text-decoration:line-through}body.shrek_page .card.card-assortiment .card-caption .card-prices{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5;text-shadow:none;text-align:left;color:#000}body.shrek_page .card.card-assortiment .card-caption .card-prices .card-price{font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;color:#000}body.shrek_page .card.card-arrangement .card-image{overflow:visible}body.shrek_page .card.card-arrangement .card-image .card-label{position:absolute;right:0;bottom:-10px;margin:0 15px;background:#76bf43;padding:.5rem 1rem;border-radius:.25rem;color:#fff;font-weight:700}body.shrek_page .card.card-arrangement .card-image .card-label::after{content:'';position:absolute;top:100%;left:10px;width:0;height:0;border-top:10px solid #76bf43;border-right:10px solid transparent}body.shrek_page .card.card-arrangement .card-info{margin-bottom:1rem}body.shrek_page .card.card-arrangement .card-info .card-staydata{display:flex;flex-wrap:wrap;margin:0 0 0.5rem 0;padding:0;list-style:none}body.shrek_page .card.card-arrangement .card-info .card-staydata li{font-size:.75rem;line-height:1}body.shrek_page .card.card-arrangement .card-info .card-staydata li+li::before{content:'|';margin:0 5px}body.shrek_page .card.card-arrangement .card-info .card-traveldata{margin-bottom:1rem}body.shrek_page .card.card-arrangement .card-info .card-traveldata .dates{display:flex;flex-wrap:wrap;margin:0 0 0.5rem 0;padding:0;list-style:none}body.shrek_page .card.card-arrangement .card-info .card-traveldata .dates li{color:#76bf43;line-height:1;font-size:.875rem}body.shrek_page .card.card-arrangement .card-info .card-traveldata .dates li+li::before{content:'\f061';margin:0 7.5px;color:rgba(118,191,67,0.5);font-weight:900;font-family:"Font Awesome 5 Pro"}body.shrek_page .card.card-arrangement .card-info .card-prices{text-align:right}body.shrek_page .card.card-arrangement .card-info .card-prices .card-old-price{font-size:.875rem;line-height:1;text-decoration:line-through}body.shrek_page .card.card-arrangement .card-info .card-prices .card-price .card-price-prefix{font-size:.75rem}body.shrek_page .card.card-arrangement .card-info .card-prices .card-price .card-price-amount{margin-left:5px;color:#76bf43;font-size:1.125rem;font-weight:700}body.shrek_page .card.card-arrangement .card-characteristics{margin:0}body.shrek_page .card.card-arrangement .card-buttons{margin:0}body.shrek_page .card.card-wide .card-image{flex:0 0 100%;max-width:100%}@media (min-width: 576px){body.shrek_page .card.card-wide .card-image{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body.shrek_page .card.card-wide .card-image{flex:0 0 41.66667%;max-width:41.66667%}}@media (min-width: 992px){body.shrek_page .card.card-wide .card-image{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.shrek_page .card.card-wide .card-image{flex:0 0 33.33333%;max-width:33.33333%}}body.shrek_page .card.card-wide .card-body{flex:0 0 100%;max-width:100%}@media (min-width: 576px){body.shrek_page .card.card-wide .card-body{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body.shrek_page .card.card-wide .card-body{flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width: 992px){body.shrek_page .card.card-wide .card-body{flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width: 1200px){body.shrek_page .card.card-wide .card-body{flex:0 0 66.66667%;max-width:66.66667%}}body.shrek_page .card.icon .card-image{background:#fff;font-size:155px}body.shrek_page .card.dark{background:#000;border:0}body.shrek_page .card.dark .card-image{background:#343A40}body.shrek_page .card.dark .card-body{background:#000}body.shrek_page .card.dark .card-caption .card-title{color:#fff}body.shrek_page .card.dark .card-caption .card-title-link{color:#fff}body.shrek_page .card.dark .card-caption .card-title-link .card-title{margin:0;color:inherit}body.shrek_page .card.dark .card-caption .card-title-link:hover{color:#76bf43}body.shrek_page .card.dark .card-caption .card-subtitle{color:#fff}body.shrek_page .card.dark .card-caption .card-description{color:#fff}body.shrek_page .card.dark .card-caption .card-description::after{background:#000;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%)}body.shrek_page .card.dark .card-caption .card-prices{color:#fff}body.shrek_page .card.dark .card-caption .card-prices .card-price{color:#fff}body.shrek_page .card.dark .card-info .card-prices .card-price-label,body.shrek_page .card.dark .card-info .card-prices .card-old-price{color:#fff}body.shrek_page .card.dark .card-info .card-prices .card-price{color:#76bf43}body.shrek_page .card.dark .card-info .card-traveldata .card-arrival-label,body.shrek_page .card.dark .card-info .card-traveldata .card-arrival-data,body.shrek_page .card.dark .card-info .card-traveldata .card-duration-data{color:#fff}body.shrek_page .card.dark .card-btn{background:#fff;border:1px solid #fff;color:#000}body.shrek_page .card.dark .card-btn:hover{background:#76bf43;border:1px solid #76bf43;color:#fff}body.shrek_page .masonry .card .card-caption .card-description{min-height:0;max-height:unset}body.shrek_page .faq-overview .faq-icon{top:0;right:unset;bottom:unset;left:0;z-index:10;width:50px;font-size:1rem;line-height:41px;color:#76bf43;transition:all 0.2s ease-in-out}body.shrek_page .faq-overview .faq-category{margin:15px 0 0 0}body.shrek_page .faq-overview .faq-category .faq-title{margin:0;padding:10px 0 10px 50px;background:rgba(0,0,0,0);cursor:pointer}@media (min-width: 576px){body.shrek_page .faq-overview .faq-category .faq-title{padding:10px 10px 10px 50px}}body.shrek_page .faq-overview .faq-category .faq-title h2{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body.shrek_page .faq-overview .faq-category .faq-title h2{font-size:1.5rem;line-height:1.2}}body.shrek_page .faq-overview .faq-category .faq-title .faq-icon{line-height:48px}body.shrek_page .faq-overview .faq-category .faq-title:hover .faq-icon{color:#53872e}body.shrek_page .faq-overview .faq-category .faq-items{display:none}body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-question{margin:0 0 5px 0;padding:10px 10px 10px 50px;background:rgba(0,0,0,0);border:1px solid #E9ECEF;cursor:pointer}@media (min-width: 576px){body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-question{padding:10px 10px 10px 50px}}body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-question h3{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-question h3{font-size:1rem;line-height:1.2}}body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-question:hover .faq-icon{color:#53872e}body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-answer{display:none;margin:0 0 25px 0;padding:10px 10px 10px 50px;background:rgba(0,0,0,0);border:1px solid #E9ECEF;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body.shrek_page .faq-overview .faq-category .faq-items .faq-item .faq-answer{padding:10px 10px 10px 50px}}body.shrek_page .faq-overview .faq-category.js-single-category .faq-items{display:block}body.shrek_page .form .form-group{margin:0 0 1rem 0}body.shrek_page .form .form-control-label{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.shrek_page .form .form-control{padding:.375rem .75rem;background-color:#fff;border:1px solid #CED4DA;border-radius:.25rem;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#495057}body.shrek_page .form .form-control.is-invalid{border:1px solid #DC3545}body.shrek_page .form .g-recaptcha{margin:0 0 1rem 0}body.shrek_page .form .reCAPTCHA-text{margin:0 0 1rem 0;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.shrek_page .bg-dark .form .form-control-label{color:#fff}body.shrek_page .bg-dark .form .form-control{background-color:#fff;border:1px solid #CED4DA;color:#495057}body.shrek_page .bg-dark .form .form-control.is-invalid{border:1px solid #DC3545}body.shrek_page .bg-dark .form .reCAPTCHA-text{color:#fff}body.shrek_page .loading-icon::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .loading-overlay::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .loading-overlay::before,body.shrek_page .loading-overlay::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .eyecatcher::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page).home body.shrek_page .spacer::before,body.shrek_page .eyecatcher::before,body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page .carousel::before,body.shrek_page.home .spacer::before,body.shrek_page body.thewiz_page .loading-overlay::before,body.thewiz_page body.shrek_page .loading-overlay::before,body.shrek_page body.thewiz_page .eyecatcher::before,body.thewiz_page body.shrek_page .eyecatcher::before,body.shrek_page body.thewiz_page .carousel::before,body.thewiz_page body.shrek_page .carousel::before,body.shrek_page body.thewiz_page.home .spacer::before,body.thewiz_page.home body.shrek_page .spacer::before{width:32px;height:32px;margin:0 auto;border:4px solid #F8F9FA;border-color:#00b5e9 #00b5e9 #00b5e9 transparent;border-radius:50%;content:'';animation:loading-icon-spin .75s linear infinite}body.shrek_page .loading-overlay::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .eyecatcher::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .carousel::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page).home body.shrek_page .spacer::before,body.shrek_page .eyecatcher::before,body.shrek_page .owl-carousel:not(.slider)::before,body.shrek_page .carousel::before,body.shrek_page.home .spacer::before,body.shrek_page body.thewiz_page .eyecatcher::before,body.thewiz_page body.shrek_page .eyecatcher::before,body.shrek_page body.thewiz_page .carousel::before,body.thewiz_page body.shrek_page .carousel::before,body.shrek_page body.thewiz_page.home .spacer::before,body.thewiz_page.home body.shrek_page .spacer::before{top:50%;left:50%;margin:-16px 0 0 -16px}@keyframes loading-icon-spin{to{transform:rotate(360deg)}}body.shrek_page .owl-carousel{min-height:90vh}body.shrek_page .owl-carousel .owl-stage .owl-item{flex:0 0 auto}body.shrek_page .owl-carousel .item{align-items:center;min-height:90vh;padding:7.5vh 0;background-position:center center;background-repeat:no-repeat;background-size:cover}body.shrek_page .owl-carousel .item .owl-caption-holder{width:100%}body.shrek_page .owl-carousel .item .owl-caption{padding:0;background:rgba(0,0,0,0);text-align:left}body.shrek_page .owl-carousel .item .owl-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.shrek_page .owl-carousel .item .owl-title{font-size:2.25rem;line-height:1.2}}body.shrek_page .owl-carousel .item .owl-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.shrek_page .owl-carousel .item .owl-subtitle{font-size:1.75rem;line-height:1.2}}body.shrek_page .owl-carousel .item .owl-description{margin:0 0 1rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.shrek_page .owl-carousel .item .owl-description .list .list-item,body.shrek_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .owl-carousel .item .owl-description .list ul.tag-list,body.shrek_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .owl-carousel .item .owl-description .list ul,body.shrek_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .owl-carousel .item .owl-description .list .tag-list,body.shrek_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .owl-carousel .item .owl-description .list .tag-list,body.shrek_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .owl-carousel .item .owl-description .list .tag-list,body.shrek_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .owl-carousel .item .owl-description .list .tag-list{color:#fff}body.shrek_page .owl-carousel .owl-nav{position:absolute;right:0;bottom:50%;left:0;z-index:100;margin:0 0 25px 0}body.shrek_page .owl-carousel .owl-nav .owl-prev,body.shrek_page .owl-carousel .owl-nav .owl-next{position:absolute;display:block;width:30px;height:50px;outline:0;font-size:2rem;line-height:50px;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff;transition:all 0.2s ease-in-out}body.shrek_page .owl-carousel .owl-nav .owl-prev:hover,body.shrek_page .owl-carousel .owl-nav .owl-next:hover{color:#76bf43}body.shrek_page .owl-carousel .owl-nav .owl-prev.disabled,body.shrek_page .owl-carousel .owl-nav .owl-next.disabled{opacity:.25;pointer-events:none}body.shrek_page .owl-carousel .owl-nav .owl-prev{left:0}body.shrek_page .owl-carousel .owl-nav .owl-next{right:0}body.shrek_page .owl-carousel .owl-dots{position:absolute;right:0;bottom:30px;left:0;z-index:100;height:0;display:flex;justify-content:center;flex-wrap:wrap}body.shrek_page .owl-carousel .owl-dots .owl-dot{outline:0}body.shrek_page .owl-carousel .owl-dots .owl-dot span{width:15px;height:15px;margin:7.5px 2.5px;background:rgba(0,0,0,0);border:2px solid #fff;border-radius:15px;box-shadow:2px 2px 2px rgba(0,0,0,0.5);transition:all 0.2s ease-in-out}body.shrek_page .owl-carousel .owl-dots .owl-dot:hover span{background:#fff;border:2px solid #fff}body.shrek_page .owl-carousel .owl-dots .owl-dot.active span{background:#fff;border:2px solid #fff}body.shrek_page .owl-carousel.large{min-height:100vh}body.shrek_page .owl-carousel.large .item{min-height:100vh;padding:15vh 0}body.shrek_page .owl-carousel.slider .item{min-height:0;padding:0}body.shrek_page .owl-carousel.slider .owl-nav{right:-30px;left:-30px}body.shrek_page .owl-carousel.slider .owl-nav .owl-prev,body.shrek_page .owl-carousel.slider .owl-nav .owl-next{text-shadow:none;color:#76bf43}body.shrek_page .owl-carousel.slider .owl-nav .owl-prev:hover,body.shrek_page .owl-carousel.slider .owl-nav .owl-next:hover{color:#53872e}body.shrek_page .owl-carousel.slider .owl-dots{bottom:0;height:auto;margin-top:15px}body.shrek_page .owl-carousel.slider .owl-dots .owl-dot span{background:rgba(0,0,0,0);border:2px solid #76bf43;box-shadow:none}body.shrek_page .owl-carousel.slider .owl-dots .owl-dot:hover span{background:#76bf43;border:2px solid #76bf43}body.shrek_page .owl-carousel.slider .owl-dots .owl-dot.active span{background:#76bf43;border:2px solid #76bf43}body.shrek_page .bg-dark .owl-carousel.slider .owl-nav .owl-prev,body.shrek_page .bg-dark .owl-carousel.slider .owl-nav .owl-next{color:#fff}body.shrek_page .bg-dark .owl-carousel.slider .owl-nav .owl-prev:hover,body.shrek_page .bg-dark .owl-carousel.slider .owl-nav .owl-next:hover{color:#76bf43}body.shrek_page .bg-dark .owl-carousel.slider .owl-dots .owl-dot span{background:rgba(0,0,0,0);border:2px solid #fff}body.shrek_page .bg-dark .owl-carousel.slider .owl-dots .owl-dot:hover span{background:#fff;border:2px solid #fff}body.shrek_page .bg-dark .owl-carousel.slider .owl-dots .owl-dot.active span{background:#fff;border:2px solid #fff}body.shrek_page .owl-carousel.accommodation-gallery,body.shrek_page .owl-carousel.accommodation-gallery .item{height:100%;border-radius:10px;overflow:hidden;min-height:unset;cursor:pointer;padding:0;aspect-ratio:16 / 9}@media (max-width: 767.98px){body.shrek_page .owl-carousel.accommodation-gallery,body.shrek_page .owl-carousel.accommodation-gallery .item{aspect-ratio:3 / 2;height:auto}}body.shrek_page .owl-carousel.accommodation-gallery .item picture{display:block;height:100%}body.shrek_page .owl-carousel.accommodation-gallery .item picture img{height:100%}body.shrek_page .owl-carousel.accommodation-gallery .item[data-video_url]{align-items:center;justify-content:center}body.shrek_page .owl-carousel.accommodation-gallery .item[data-video_url]::after{content:'\f144';font-family:"Font Awesome 5 Pro";font-weight:300;width:120px;font-size:96px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.7);color:#76bf43;border-radius:50%;line-height:normal;transition:.2s}@media (max-width: 767.98px){body.shrek_page .owl-carousel.accommodation-gallery .item[data-video_url]::after{width:80px;font-size:66px}}@media (max-width: 575.98px){body.shrek_page .owl-carousel.accommodation-gallery .item[data-video_url]::after{width:60px;font-size:44px}}body.shrek_page .owl-carousel.accommodation-gallery .item[data-video_url]:hover::after{background-color:#fff}body.shrek_page .owl-carousel.accommodation-gallery .owl-stage,body.shrek_page .owl-carousel.accommodation-gallery .owl-stage-outer{height:100%}body.shrek_page .owl-carousel.accommodation-gallery .owl-dots .owl-dot span{box-shadow:none;border-width:1px}body.shrek_page .owl-carousel.accommodation-gallery .num{background-color:#FFF;position:absolute;right:10px;bottom:10px;padding:5px 15px;border-radius:4px;z-index:99;font-size:12px;line-height:normal;font-weight:700}body.shrek_page .carousel{min-height:90vh}body.shrek_page .carousel .carousel-item{min-height:90vh;padding:7.5vh 0}body.shrek_page .carousel .carousel-item .carousel-holder{top:0;right:0;bottom:0;left:0}body.shrek_page .carousel .carousel-item .carousel-caption{right:unset;bottom:unset;left:unset;padding:0;background:rgba(0,0,0,0);text-align:left}body.shrek_page .carousel .carousel-item .carousel-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.shrek_page .carousel .carousel-item .carousel-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.shrek_page .carousel .carousel-item .carousel-description{margin:0 0 1rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.shrek_page .carousel .carousel-item .carousel-description .list .list-item,body.shrek_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.shrek_page .carousel .carousel-item .carousel-description .list ul.tag-list,body.shrek_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page .carousel .carousel-item .carousel-description .list ul,body.shrek_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page .carousel .carousel-item .carousel-description .list .tag-list,body.shrek_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page .carousel .carousel-item .carousel-description .list .tag-list,body.shrek_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page .carousel .carousel-item .carousel-description .list .tag-list,body.shrek_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page .carousel .carousel-item .carousel-description .list .tag-list{color:#fff}body.shrek_page .carousel .carousel-item-bg{background-position:center center;background-repeat:no-repeat;background-size:cover}body.shrek_page .carousel.large{min-height:100vh}body.shrek_page .carousel.large .carousel-item{min-height:100vh;padding:15vh 0}body.shrek_page .datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}body.shrek_page .datepicker-inline{width:220px}body.shrek_page .datepicker-rtl{direction:rtl}body.shrek_page .datepicker-rtl.dropdown-menu{left:auto}body.shrek_page .datepicker-rtl table tr td span{float:right}body.shrek_page .datepicker-dropdown{top:0;left:0}body.shrek_page .datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute}body.shrek_page .datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}body.shrek_page .datepicker-dropdown.datepicker-orient-left:before{left:6px}body.shrek_page .datepicker-dropdown.datepicker-orient-left:after{left:7px}body.shrek_page .datepicker-dropdown.datepicker-orient-right:before{right:6px}body.shrek_page .datepicker-dropdown.datepicker-orient-right:after{right:7px}body.shrek_page .datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}body.shrek_page .datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}body.shrek_page .datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}body.shrek_page .datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}body.shrek_page .datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.shrek_page .datepicker td,body.shrek_page .datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}body.shrek_page .table-striped .datepicker table tr td,body.shrek_page .table-striped .datepicker table tr th{background-color:transparent}body.shrek_page .datepicker table tr td.day:hover,body.shrek_page .datepicker table tr td.day.focused{background:#eee;cursor:pointer}body.shrek_page .datepicker table tr td.old,body.shrek_page .datepicker table tr td.new{color:#999}body.shrek_page .datepicker table tr td.disabled,body.shrek_page .datepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}body.shrek_page .datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}body.shrek_page .datepicker table tr td.today,body.shrek_page .datepicker table tr td.today:hover,body.shrek_page .datepicker table tr td.today.disabled,body.shrek_page .datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-ms-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image:-webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-o-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:linear-gradient(to bottom, #fdd49a, #fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}body.shrek_page .datepicker table tr td.today:hover,body.shrek_page .datepicker table tr td.today:hover:hover,body.shrek_page .datepicker table tr td.today.disabled:hover,body.shrek_page .datepicker table tr td.today.disabled:hover:hover,body.shrek_page .datepicker table tr td.today:active,body.shrek_page .datepicker table tr td.today:hover:active,body.shrek_page .datepicker table tr td.today.disabled:active,body.shrek_page .datepicker table tr td.today.disabled:hover:active,body.shrek_page .datepicker table tr td.today.active,body.shrek_page .datepicker table tr td.today:hover.active,body.shrek_page .datepicker table tr td.today.disabled.active,body.shrek_page .datepicker table tr td.today.disabled:hover.active,body.shrek_page .datepicker table tr td.today.disabled,body.shrek_page .datepicker table tr td.today:hover.disabled,body.shrek_page .datepicker table tr td.today.disabled.disabled,body.shrek_page .datepicker table tr td.today.disabled:hover.disabled,body.shrek_page .datepicker table tr td.today[disabled],body.shrek_page .datepicker table tr td.today:hover[disabled],body.shrek_page .datepicker table tr td.today.disabled[disabled],body.shrek_page .datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}body.shrek_page .datepicker table tr td.today:active,body.shrek_page .datepicker table tr td.today:hover:active,body.shrek_page .datepicker table tr td.today.disabled:active,body.shrek_page .datepicker table tr td.today.disabled:hover:active,body.shrek_page .datepicker table tr td.today.active,body.shrek_page .datepicker table tr td.today:hover.active,body.shrek_page .datepicker table tr td.today.disabled.active,body.shrek_page .datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9}body.shrek_page .datepicker table tr td.today:hover:hover{color:#000}body.shrek_page .datepicker table tr td.today.active:hover{color:#fff}body.shrek_page .datepicker table tr td.range,body.shrek_page .datepicker table tr td.range:hover,body.shrek_page .datepicker table tr td.range.disabled,body.shrek_page .datepicker table tr td.range.disabled:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body.shrek_page .datepicker table tr td.range.today,body.shrek_page .datepicker table tr td.range.today:hover,body.shrek_page .datepicker table tr td.range.today.disabled,body.shrek_page .datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-ms-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image:-webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-o-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:linear-gradient(to bottom, #f3c17a, #f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body.shrek_page .datepicker table tr td.range.today:hover,body.shrek_page .datepicker table tr td.range.today:hover:hover,body.shrek_page .datepicker table tr td.range.today.disabled:hover,body.shrek_page .datepicker table tr td.range.today.disabled:hover:hover,body.shrek_page .datepicker table tr td.range.today:active,body.shrek_page .datepicker table tr td.range.today:hover:active,body.shrek_page .datepicker table tr td.range.today.disabled:active,body.shrek_page .datepicker table tr td.range.today.disabled:hover:active,body.shrek_page .datepicker table tr td.range.today.active,body.shrek_page .datepicker table tr td.range.today:hover.active,body.shrek_page .datepicker table tr td.range.today.disabled.active,body.shrek_page .datepicker table tr td.range.today.disabled:hover.active,body.shrek_page .datepicker table tr td.range.today.disabled,body.shrek_page .datepicker table tr td.range.today:hover.disabled,body.shrek_page .datepicker table tr td.range.today.disabled.disabled,body.shrek_page .datepicker table tr td.range.today.disabled:hover.disabled,body.shrek_page .datepicker table tr td.range.today[disabled],body.shrek_page .datepicker table tr td.range.today:hover[disabled],body.shrek_page .datepicker table tr td.range.today.disabled[disabled],body.shrek_page .datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a}body.shrek_page .datepicker table tr td.range.today:active,body.shrek_page .datepicker table tr td.range.today:hover:active,body.shrek_page .datepicker table tr td.range.today.disabled:active,body.shrek_page .datepicker table tr td.range.today.disabled:hover:active,body.shrek_page .datepicker table tr td.range.today.active,body.shrek_page .datepicker table tr td.range.today:hover.active,body.shrek_page .datepicker table tr td.range.today.disabled.active,body.shrek_page .datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9}body.shrek_page .datepicker table tr td.selected,body.shrek_page .datepicker table tr td.selected:hover,body.shrek_page .datepicker table tr td.selected.disabled,body.shrek_page .datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom, #b3b3b3, gray);background-image:-ms-linear-gradient(to bottom, #b3b3b3, gray);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image:-webkit-linear-gradient(to bottom, #b3b3b3, gray);background-image:-o-linear-gradient(to bottom, #b3b3b3, gray);background-image:linear-gradient(to bottom, #b3b3b3, gray);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:#808080 #808080 #595959;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body.shrek_page .datepicker table tr td.selected:hover,body.shrek_page .datepicker table tr td.selected:hover:hover,body.shrek_page .datepicker table tr td.selected.disabled:hover,body.shrek_page .datepicker table tr td.selected.disabled:hover:hover,body.shrek_page .datepicker table tr td.selected:active,body.shrek_page .datepicker table tr td.selected:hover:active,body.shrek_page .datepicker table tr td.selected.disabled:active,body.shrek_page .datepicker table tr td.selected.disabled:hover:active,body.shrek_page .datepicker table tr td.selected.active,body.shrek_page .datepicker table tr td.selected:hover.active,body.shrek_page .datepicker table tr td.selected.disabled.active,body.shrek_page .datepicker table tr td.selected.disabled:hover.active,body.shrek_page .datepicker table tr td.selected.disabled,body.shrek_page .datepicker table tr td.selected:hover.disabled,body.shrek_page .datepicker table tr td.selected.disabled.disabled,body.shrek_page .datepicker table tr td.selected.disabled:hover.disabled,body.shrek_page .datepicker table tr td.selected[disabled],body.shrek_page .datepicker table tr td.selected:hover[disabled],body.shrek_page .datepicker table tr td.selected.disabled[disabled],body.shrek_page .datepicker table tr td.selected.disabled:hover[disabled]{background-color:#808080}body.shrek_page .datepicker table tr td.selected:active,body.shrek_page .datepicker table tr td.selected:hover:active,body.shrek_page .datepicker table tr td.selected.disabled:active,body.shrek_page .datepicker table tr td.selected.disabled:hover:active,body.shrek_page .datepicker table tr td.selected.active,body.shrek_page .datepicker table tr td.selected:hover.active,body.shrek_page .datepicker table tr td.selected.disabled.active,body.shrek_page .datepicker table tr td.selected.disabled:hover.active{background-color:#666666 \9}body.shrek_page .datepicker table tr td.active,body.shrek_page .datepicker table tr td.active:hover,body.shrek_page .datepicker table tr td.active.disabled,body.shrek_page .datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #04c);background-image:-ms-linear-gradient(to bottom, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(to bottom, #08c, #04c);background-image:-o-linear-gradient(to bottom, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body.shrek_page .datepicker table tr td.active:hover,body.shrek_page .datepicker table tr td.active:hover:hover,body.shrek_page .datepicker table tr td.active.disabled:hover,body.shrek_page .datepicker table tr td.active.disabled:hover:hover,body.shrek_page .datepicker table tr td.active:active,body.shrek_page .datepicker table tr td.active:hover:active,body.shrek_page .datepicker table tr td.active.disabled:active,body.shrek_page .datepicker table tr td.active.disabled:hover:active,body.shrek_page .datepicker table tr td.active.active,body.shrek_page .datepicker table tr td.active:hover.active,body.shrek_page .datepicker table tr td.active.disabled.active,body.shrek_page .datepicker table tr td.active.disabled:hover.active,body.shrek_page .datepicker table tr td.active.disabled,body.shrek_page .datepicker table tr td.active:hover.disabled,body.shrek_page .datepicker table tr td.active.disabled.disabled,body.shrek_page .datepicker table tr td.active.disabled:hover.disabled,body.shrek_page .datepicker table tr td.active[disabled],body.shrek_page .datepicker table tr td.active:hover[disabled],body.shrek_page .datepicker table tr td.active.disabled[disabled],body.shrek_page .datepicker table tr td.active.disabled:hover[disabled]{background-color:#0044cc}body.shrek_page .datepicker table tr td.active:active,body.shrek_page .datepicker table tr td.active:hover:active,body.shrek_page .datepicker table tr td.active.disabled:active,body.shrek_page .datepicker table tr td.active.disabled:hover:active,body.shrek_page .datepicker table tr td.active.active,body.shrek_page .datepicker table tr td.active:hover.active,body.shrek_page .datepicker table tr td.active.disabled.active,body.shrek_page .datepicker table tr td.active.disabled:hover.active{background-color:#003399 \9}body.shrek_page .datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}body.shrek_page .datepicker table tr td span:hover,body.shrek_page .datepicker table tr td span.focused{background:#eee}body.shrek_page .datepicker table tr td span.disabled,body.shrek_page .datepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}body.shrek_page .datepicker table tr td span.active,body.shrek_page .datepicker table tr td span.active:hover,body.shrek_page .datepicker table tr td span.active.disabled,body.shrek_page .datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #04c);background-image:-ms-linear-gradient(to bottom, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(to bottom, #08c, #04c);background-image:-o-linear-gradient(to bottom, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body.shrek_page .datepicker table tr td span.active:hover,body.shrek_page .datepicker table tr td span.active:hover:hover,body.shrek_page .datepicker table tr td span.active.disabled:hover,body.shrek_page .datepicker table tr td span.active.disabled:hover:hover,body.shrek_page .datepicker table tr td span.active:active,body.shrek_page .datepicker table tr td span.active:hover:active,body.shrek_page .datepicker table tr td span.active.disabled:active,body.shrek_page .datepicker table tr td span.active.disabled:hover:active,body.shrek_page .datepicker table tr td span.active.active,body.shrek_page .datepicker table tr td span.active:hover.active,body.shrek_page .datepicker table tr td span.active.disabled.active,body.shrek_page .datepicker table tr td span.active.disabled:hover.active,body.shrek_page .datepicker table tr td span.active.disabled,body.shrek_page .datepicker table tr td span.active:hover.disabled,body.shrek_page .datepicker table tr td span.active.disabled.disabled,body.shrek_page .datepicker table tr td span.active.disabled:hover.disabled,body.shrek_page .datepicker table tr td span.active[disabled],body.shrek_page .datepicker table tr td span.active:hover[disabled],body.shrek_page .datepicker table tr td span.active.disabled[disabled],body.shrek_page .datepicker table tr td span.active.disabled:hover[disabled]{background-color:#0044cc}body.shrek_page .datepicker table tr td span.active:active,body.shrek_page .datepicker table tr td span.active:hover:active,body.shrek_page .datepicker table tr td span.active.disabled:active,body.shrek_page .datepicker table tr td span.active.disabled:hover:active,body.shrek_page .datepicker table tr td span.active.active,body.shrek_page .datepicker table tr td span.active:hover.active,body.shrek_page .datepicker table tr td span.active.disabled.active,body.shrek_page .datepicker table tr td span.active.disabled:hover.active{background-color:#003399 \9}body.shrek_page .datepicker table tr td span.old,body.shrek_page .datepicker table tr td span.new{color:#999}body.shrek_page .datepicker .datepicker-switch{width:145px}body.shrek_page .datepicker .datepicker-switch,body.shrek_page .datepicker .prev,body.shrek_page .datepicker .next,body.shrek_page .datepicker tfoot tr th{cursor:pointer}body.shrek_page .datepicker .datepicker-switch:hover,body.shrek_page .datepicker .prev:hover,body.shrek_page .datepicker .next:hover,body.shrek_page .datepicker tfoot tr th:hover{background:#eee}body.shrek_page .datepicker .prev.disabled,body.shrek_page .datepicker .next.disabled{visibility:hidden}body.shrek_page .datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}body.shrek_page .input-append.date .add-on,body.shrek_page .input-prepend.date .add-on{cursor:pointer}body.shrek_page .input-append.date .add-on i,body.shrek_page .input-prepend.date .add-on i{margin-top:3px}body.shrek_page .input-daterange input{text-align:center}body.shrek_page .input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}body.shrek_page .input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}body.shrek_page .input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}body.shrek_page .timeslot_overview{margin:0 0 30px 0}body.shrek_page .timeslot_overview .timeslot-overview-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body.shrek_page .timeslot-category{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}body.shrek_page .timeslot-category .timeslot-category-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body.shrek_page .timeslot-category .timeslot-category-content{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}body.shrek_page .timeslot-category .timeslot-category-content .timeslot-category-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}body.shrek_page .timeslot_highlight{margin:0 0 30px 0}body.shrek_page .timeslot_highlight .timeslot-highlight-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body.shrek_page .timeslot-datepicker-holder,body.shrek_page .timeslot-item-holder{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body.shrek_page .timeslot-datepicker-holder,body.shrek_page .timeslot-item-holder{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body.shrek_page .timeslot-datepicker-holder,body.shrek_page .timeslot-item-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.shrek_page .timeslot-datepicker-holder,body.shrek_page .timeslot-item-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.shrek_page .timeslot-datepicker-holder,body.shrek_page .timeslot-item-holder{flex:0 0 33.33333%;max-width:33.33333%}}body.shrek_page .timeslot-datepicker{height:100%;padding:15px;background:#76bf43;border:1px solid #76bf43;border-radius:.25rem;box-shadow:none}body.shrek_page .timeslot-datepicker .datepicker{width:100%;height:100%;padding:15px;background:#fff;border:1px solid #fff;border-radius:.25rem}body.shrek_page .timeslot-datepicker .datepicker .datepicker-days,body.shrek_page .timeslot-datepicker .datepicker .datepicker-months,body.shrek_page .timeslot-datepicker .datepicker .datepicker-years,body.shrek_page .timeslot-datepicker .datepicker .datepicker-decades,body.shrek_page .timeslot-datepicker .datepicker .datepicker-centuries{height:100%}body.shrek_page .timeslot-datepicker .datepicker .table-condensed{width:100%;height:100%}body.shrek_page .timeslot-datepicker .datepicker table tr td.day.active{background:#76bf43;color:#000}body.shrek_page .timeslot-datepicker .datepicker table tr td span.active{background:#76bf43;color:#000}body.shrek_page .timeslot-item{height:100%;padding:15px;background:#fff;border:1px solid #CED4DA;border-radius:.25rem;box-shadow:none}body.shrek_page .timeslot-item .timeslot-item-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}body.shrek_page .timeslot-item .timeslot-item-navigation{display:flex;align-items:center;justify-content:space-between;padding:5px 0;background:rgba(0,0,0,0)}body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-duration{float:1 1 auto;padding:0 10px;text-align:center}body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn{padding:5px 10px;flex:0 0 auto;background-color:#76bf43;border:1px solid #76bf43;border-radius:.25rem;box-shadow:none;font-size:1rem;font-weight:700;line-height:1.5;color:#fff}body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover{background-color:#00b5e9;border:1px solid #00b5e9;color:#fff}body.shrek_page .timeslot-item .timeslot-item-days{margin:-1px 0 0 0}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:1px -0.5px 0 -0.5px}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 100%;max-width:100%;padding:0 0.5px 0 0.5px}@media (min-width: 576px){body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title{height:100%;padding:5px 10px;background:#DEE2E6;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5;text-transform:none;text-decoration:none;color:#000}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times{height:100%;padding:5px 10px;background:#E9ECEF;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-decoration:none;color:#000}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list{margin:0;padding:0;list-style:none}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list::before,body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list::after{display:none}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list .timeslot-item-day-times-list-item{font-size:inherit;font-weight:inherit;text-transform:inherit;text-decoration:inherit;color:inherit}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info{position:relative}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup{position:absolute;top:30px;right:unset;bottom:unset;left:50%;display:none;width:250px;margin:0 0 0 -125px;padding:15px;background:#fff;border:1px solid #fff;border-radius:.25rem;box-shadow:0 3px 3px rgba(0,0,0,0.1);font-size:.875rem;line-height:1.5;color:#000}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup>*{font-size:inherit;color:inherit}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup :last-child{margin:0}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup::before{position:absolute;top:unset;right:unset;bottom:100%;left:50%;width:0;height:0;margin:0 0 0 -10px;border:10px solid transparent;border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:#fff;border-left-color:rgba(0,0,0,0);content:''}body.shrek_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info:hover .timeslot-item-day-times-info-popup{display:block}body.shrek_page [class^='w3-icon-']:before,body.shrek_page [class*=' w3-icon-']:before{width:auto;margin-left:0;margin-right:0}body.shrek_page iframe{border:none}body.shrek_page iframe[src*="youtube"]{width:100%;height:auto;aspect-ratio:16/9;border-radius:10px}body.shrek_page .gallery{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:-10px -5px 0 -5px}@media (min-width: 576px){body.shrek_page .gallery{margin:-20px -10px 0 -10px}}body.shrek_page .gallery .gallery-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%;margin:10px 0 0 0;padding:0 5px;transition:all 0.2s ease-in-out}body.shrek_page .gallery .gallery-item:hover{transform:scale(1.025)}@media (min-width: 576px){body.shrek_page .gallery .gallery-item{margin:20px 0 0 0;padding:0 10px}}@media (min-width: 992px){body.shrek_page .gallery .gallery-item{flex:0 0 33.33333%;max-width:33.33333%}}body.shrek_page .gallery .gallery-item .gallery-link{position:relative}body.shrek_page .gallery .gallery-item .gallery-caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:rgba(0,0,0,0.5);font-size:1.5rem;color:#fff}body.shrek_page .gallery .gallery-item .gallery-caption::before{content:'+'}@media (min-width: 576px){body.shrek_page .gallery .gallery-item .gallery-caption{font-size:2rem}}body.shrek_page .gallery .gallery-item.large-item{flex:0 0 100%;max-width:100%}body.shrek_page .gallery-grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -30px -15px}body.shrek_page .gallery-grid .gallery-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0;transition:all 0.2s ease-in-out}body.shrek_page .gallery-grid .gallery-item:hover{transform:scale(1.025)}@media (min-width: 576px){body.shrek_page .gallery-grid .gallery-item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.shrek_page .gallery-grid .gallery-item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.shrek_page .gallery-grid .gallery-item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.shrek_page .gallery-grid .gallery-item{flex:0 0 25%;max-width:25%}}body.shrek_page .gallery-grid .gallery-item .gallery-link{position:relative}body.shrek_page .gallery-grid .gallery-item .gallery-caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:rgba(0,0,0,0.5);font-size:1.5rem;color:#fff}body.shrek_page .page_block.grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center;margin:0 -15px -30px -15px}body.shrek_page .page_block.grid .item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body.shrek_page .page_block.grid .item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.shrek_page .page_block.grid .item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.shrek_page .page_block.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.shrek_page .page_block.grid .item{flex:0 0 25%;max-width:25%}}body.shrek_page .page_block.card-columns{column-count:1;column-gap:30px}body.shrek_page .page_block.card-columns .card{margin:0 0 30px 0}@media (min-width: 576px){body.shrek_page .page_block.card-columns{column-count:2}}@media (min-width: 768px){body.shrek_page .page_block.card-columns{column-count:2}}@media (min-width: 992px){body.shrek_page .page_block.card-columns{column-count:3}}@media (min-width: 1200px){body.shrek_page .page_block.card-columns{column-count:4}}body.shrek_page .page_block.inspiration{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -30px -15px}body.shrek_page .page_block.inspiration .item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body.shrek_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.shrek_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.shrek_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.shrek_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.shrek_page .home-blocks .page_block.contentblock.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}body.shrek_page .accordion-list{margin-top:2rem;margin-bottom:3rem}body.shrek_page .accordion-list-item{border-top:1px solid #76bf43}body.shrek_page .accordion-list-item:last-child{border-bottom:1px solid #76bf43}body.shrek_page .accordion-list-item-header h2{margin-bottom:0}body.shrek_page .accordion-list-item-header button{display:block;width:100%;padding:0.75rem 0;border:unset;position:relative;font-weight:400;font-size:18px;text-transform:unset;letter-spacing:normal;text-decoration:none;box-shadow:none;background-color:transparent;color:#76bf43;transition:all 0.2s ease-in-out;justify-content:flex-start}body.shrek_page .accordion-list-item-header button:active,body.shrek_page .accordion-list-item-header button:focus{box-shadow:none;text-decoration:none}body.shrek_page .accordion-list-item-header button:hover{color:inherit;text-decoration:none}body.shrek_page .accordion-list-item-header button::after{content:'\e833';font-family:'fontello';position:absolute;right:0}body.shrek_page .accordion-list-item-header button[aria-expanded="true"]::after{content:'\e83c'}body.shrek_page .accordion-list-item-content{display:none}body.shrek_page .accordion-list-item-content ul:not(.custom-list){padding-left:1rem}body.shrek_page .add-arrow--before::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .btn-back::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .btn-back::before,body.shrek_page .btn-back::before{margin-right:10px;font-family:'Font Awesome 5 Pro';font-weight:700;content:'\f061'}body.shrek_page .add-arrow--before-r::before,body.shrek_page body:not(.shrek_page):not(.thewiz_page) .btn-back::before,body:not(.shrek_page):not(.thewiz_page) body.shrek_page .btn-back::before,body.shrek_page .btn-back::before{content:'\f060'}body.shrek_page .add-arrow--after::after{margin-left:10px;font-family:'Font Awesome 5 Pro';font-weight:700;content:'\f061'}body.shrek_page .add-arrow--after-r::after{content:'\f060'}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body.shrek_page body.w3-booking-widget-fullscreen-active{overflow:hidden}body.shrek_page body.w3-booking-widget-fullscreen-active .mini-sab,body.shrek_page body.w3-booking-widget-fullscreen-active:not(.home) .main{position:relative;z-index:2147483647}body.shrek_page.home .intro{padding:8vh 0 4vh 0}body.shrek_page.home .home-blocks{padding:4vh 0 8vh 0}body.shrek_page.home .spacer{min-height:90vh}body.shrek_page.home .spacer.large{min-height:100vh}body.shrek_page.home .home-double{padding:8vh 0}body.shrek_page.home .slider-section{padding:8vh 0}body.shrek_page.home .inspiration-blocks{padding:8vh 0}body.shrek_page.test_page .content{padding:4vh 0}body.shrek_page.test_page .content.bg-dark{padding:8vh 0}body.shrek_page.test_page .content:first-of-type{padding:8vh 0}body.shrek_page.test_page .content:nth-of-type(3){padding:8vh 0 4vh 0}body.shrek_page.test_page .content:last-of-type{padding:4vh 0 8vh 0}body.shrek_page.accommodation_category_detail .accommodation_detail,body.shrek_page.location-accommodation-detail .accommodation_detail,body.shrek_page.accommodation_detail .accommodation_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.shrek_page.accommodation_category_detail .accommodation_detail .info,body.shrek_page.location-accommodation-detail .accommodation_detail .info,body.shrek_page.accommodation_detail .accommodation_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.accommodation_category_detail .accommodation_detail .info,body.shrek_page.location-accommodation-detail .accommodation_detail .info,body.shrek_page.accommodation_detail .accommodation_detail .info{flex:0 0 50%;max-width:50%}}body.shrek_page.accommodation_category_detail .accommodation_detail .accommodation-properties,body.shrek_page.location-accommodation-detail .accommodation_detail .accommodation-properties,body.shrek_page.accommodation_detail .accommodation_detail .accommodation-properties{display:flex;flex-wrap:wrap;margin:0 0 10px 0;padding:0;list-style:none}body.shrek_page.accommodation_category_detail .accommodation_detail .accommodation-properties__item,body.shrek_page.location-accommodation-detail .accommodation_detail .accommodation-properties__item,body.shrek_page.accommodation_detail .accommodation_detail .accommodation-properties__item{margin:0 20px 0 0}body.shrek_page.accommodation_category_detail .accommodation_detail .accommodation-properties__icon,body.shrek_page.location-accommodation-detail .accommodation_detail .accommodation-properties__icon,body.shrek_page.accommodation_detail .accommodation_detail .accommodation-properties__icon{margin:0 10px 0 0;color:#76bf43}body.shrek_page.accommodation_category_detail .accommodation_detail .accommodation-properties__label,body.shrek_page.location-accommodation-detail .accommodation_detail .accommodation-properties__label,body.shrek_page.accommodation_detail .accommodation_detail .accommodation-properties__label{color:#000}body.shrek_page.accommodation_category_detail .accommodation_detail .info-extra,body.shrek_page.location-accommodation-detail .accommodation_detail .info-extra,body.shrek_page.accommodation_detail .accommodation_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.accommodation_category_detail .accommodation_detail .info-extra,body.shrek_page.location-accommodation-detail .accommodation_detail .info-extra,body.shrek_page.accommodation_detail .accommodation_detail .info-extra{flex:0 0 50%;max-width:50%}}body.shrek_page.accommodation_category_detail .accommodation_detail .tommy,body.shrek_page.location-accommodation-detail .accommodation_detail .tommy,body.shrek_page.accommodation_detail .accommodation_detail .tommy{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}body.shrek_page.layout-advanced-smooth .lead-section{margin-bottom:0;padding-bottom:0}body.shrek_page.layout-advanced-smooth .info-nav{display:flex;justify-content:space-between}body.shrek_page.layout-advanced-smooth .actions{display:flex;align-items:center}body.shrek_page.layout-advanced-smooth .actions-item:not(:last-child){border-right:1px solid #76bf43;padding-right:0.75rem;margin-right:0.75rem}@media (min-width: 768px){body.shrek_page.layout-advanced-smooth .actions-item:not(:last-child){padding-right:1rem;margin-right:1rem}}body.shrek_page.layout-advanced-smooth .actions-item a{text-decoration:none}@media (min-width: 768px){body.shrek_page.layout-advanced-smooth .actions-item-icon{margin-right:10px}}@media (max-width: 767.98px){body.shrek_page.layout-advanced-smooth .actions-item-title{display:none}}body.shrek_page.layout-advanced-smooth .info{margin-top:1.5rem}body.shrek_page.layout-advanced-smooth .info .list{display:flex;flex-flow:row wrap;gap:5px;margin-bottom:2.5rem;padding-left:0 !important}body.shrek_page.layout-advanced-smooth .info .list-item,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list{position:relative;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:99px;font-size:13px;padding:2px 4px;cursor:pointer;transition:var(--w3-booking-transition-duration, 0.3s);border:1px solid var(--w3-booking-result-item-iconlist-item-border-color, #cecece);color:var(--w3-booking-result-item-iconlist-item-color, #76bf43);background-color:var(--w3-booking-result-item-iconlist-item-background, #fff);line-height:normal;height:25px;min-width:25px}body.shrek_page.layout-advanced-smooth .info .list-item.list-item-with-title,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.list-item-with-title.tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul.list-item-with-title,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul.list-item-with-title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list{padding-left:10px;padding-right:10px}body.shrek_page.layout-advanced-smooth .info .list-item.list-item-with-title .icon,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.list-item-with-title.tag-list .icon,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul.list-item-with-title .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul.list-item-with-title .icon,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon{margin-right:2px}body.shrek_page.layout-advanced-smooth .info .list-item:hover,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list:hover,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul:hover,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list:hover,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list:hover,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list:hover,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list:hover{border-color:var(--w3-booking-result-item-iconlist-item-border-color-hover, #76bf43);color:var(--w3-booking-result-item-iconlist-item-color-hover, #fff);background-color:var(--w3-booking-result-item-iconlist-item-background-hover, #76bf43)}body.shrek_page.layout-advanced-smooth .info .list-item:hover .hover-label,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list:hover .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul:hover .hover-label,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul:hover .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list:hover .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list:hover .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list:hover .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list:hover .hover-label{bottom:calc(100% + 1em);z-index:1;visibility:visible;opacity:1}body.shrek_page.layout-advanced-smooth .info .list-item .icon+.title,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list .icon+.title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon+.title,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul .icon+.title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .icon+.title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .icon+.title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list .icon+.title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list .icon+.title{padding:0}body.shrek_page.layout-advanced-smooth .info .list-item .title,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .title,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list .title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .title,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul .title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list .title,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list .title{padding:0 5px}body.shrek_page.layout-advanced-smooth .info .list-item .hover-label,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label{position:absolute;bottom:100%;left:50%;width:max-content;transform:translateX(-50%);background-color:var(--w3-booking-result-item-iconlist-label-background, #000);color:var(--w3-booking-result-item-iconlist-label-color, #fff);padding:4px 15px;border-radius:4px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.4));z-index:-1;visibility:hidden;opacity:0;transition:var(--w3-booking-transition-duration, 0.3s);line-height:1.5}@media (max-width: 1199.98px){body.shrek_page.layout-advanced-smooth .info .list-item .hover-label,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label{max-width:100px;padding:4px 10px;text-overflow:ellipsis;overflow-x:clip}}body.shrek_page.layout-advanced-smooth .info .list-item .hover-label::after,body.shrek_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.shrek_page.layout-advanced-smooth .info ul.tag-list .hover-label::after,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label::after,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.shrek_page.layout-advanced-smooth .info ul .hover-label::after,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label::after,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label::after,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label::after,body.shrek_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.shrek_page.layout-advanced-smooth .info .tag-list .hover-label::after{content:"";display:block;position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);border-left:10px solid transparent;border-top:10px solid var(--w3-booking-result-item-iconlist-label-background, #000);border-right:10px solid transparent}body.shrek_page.layout-advanced-smooth .content-section{margin-top:0;padding-top:0}body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column:has(.filters-fullscreen){z-index:999999}@media (min-width: 768px){body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three{flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width: 768px){body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body.shrek_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 992px){body.shrek_page.layout-advanced-smooth .content-section .container-one-column .column{flex:0 0 66.66667%;max-width:66.66667%}}body.shrek_page.layout-advanced-smooth .content-section ul.custom-list,body.shrek_page.layout-advanced-smooth .content-section ol.custom-list{list-style:none !important;padding:0 !important}body.shrek_page.layout-advanced-smooth .content-section h1,body.shrek_page.layout-advanced-smooth .content-section h2,body.shrek_page.layout-advanced-smooth .content-section h3,body.shrek_page.layout-advanced-smooth .content-section h4,body.shrek_page.layout-advanced-smooth .content-section h5,body.shrek_page.layout-advanced-smooth .content-section h6{font-size:1.5rem;color:#000}body.shrek_page.layout-advanced-smooth .item-label{position:absolute;top:10px;left:25px;background-color:var(--w3-booking-result-item-label-background, #fff);color:var(--w3-booking-result-item-label-color, #76bf43);padding:10px;border-radius:4px;font-size:14px;z-index:1}body.shrek_page.layout-advanced-smooth .item-label::after{content:'';display:inline-block;position:absolute;left:14px;bottom:-12px;z-index:1;border-left:14px solid var(--w3-booking-result-item-label-background, #fff);border-bottom:14px solid transparent;border-right:14px solid transparent}body.shrek_page.layout-advanced-smooth .widget-title{margin-bottom:1.5rem}body.shrek_page.assortiment_detail .assortiment_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.shrek_page.assortiment_detail .assortiment_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.assortiment_detail .assortiment_detail .info{flex:0 0 50%;max-width:50%}}body.shrek_page.assortiment_detail .assortiment_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.assortiment_detail .assortiment_detail .info-extra{flex:0 0 50%;max-width:50%}}body.shrek_page.blog_post_detail .blog_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.shrek_page.blog_post_detail .blog_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.blog_post_detail .blog_detail .info{flex:0 0 50%;max-width:50%}}body.shrek_page.blog_post_detail .blog_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.blog_post_detail .blog_detail .info-extra{flex:0 0 50%;max-width:50%}}body.shrek_page.service_category .service_category_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.shrek_page.service_category .service_category_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.service_category .service_category_detail .info{flex:0 0 50%;max-width:50%}}body.shrek_page.service_category .service_category_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.service_category .service_category_detail .info-extra{flex:0 0 50%;max-width:50%}}body.shrek_page.service_detail .service_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.shrek_page.service_detail .service_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.service_detail .service_detail .info{flex:0 0 50%;max-width:50%}}body.shrek_page.service_detail .service_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.shrek_page.service_detail .service_detail .info-extra{flex:0 0 50%;max-width:50%}}body.shrek_page header.header{z-index:300000}@media (max-width: 767.98px){body.shrek_page header.header::after{content:"";background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDM1NS45IDM0LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NS45IDM0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTAuMiw2VjUuNCIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTAuMiwwdjQuOGM4LjQsMi41LDE4LjQsNC44LDI5LjksNi45YzM5LjYsNy4zLDkyLjIsMTEuMywxNDguMywxMS4zczEwOC43LTQsMTQ4LjMtMTEuMw0KCQkJYzExLjUtMi4xLDIxLjQtNC40LDI5LjktNi45VjBILTAuMnoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/100%;position:absolute;bottom:-29px;width:100%;height:30px}}@media (min-width: 1200px){body.shrek_page header.header .header-main{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNjYgMTQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzY2IDE0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiPg0KCQ0KCQk8aW1hZ2Ugc3R5bGU9Im92ZXJmbG93OnZpc2libGU7b3BhY2l0eTowLjI1OyIgd2lkdGg9IjE0MDIiIGhlaWdodD0iMTYwIiB4bGluazpocmVmPSI0ODZEQkZCMC5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0xNSAtMTgpIj4NCgk8L2ltYWdlPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGlkPSJVbmlvbl8xLTJfMDAwMDAxMDE3ODkwNzk2NjY4MzE5ODc2NjAwMDAwMTQyNzM3ODE4NDU2OTE2Mjc5MTVfIiBjbGFzcz0ic3QwIiBkPSJNMCw5MC45VjBoMTM2NnY5MC45DQoJCQkJQzEyMjUuNCwxMTAuOCw5NzIuMSwxMjQsNjgzLDEyNFMxNDAuNiwxMTAuOCwwLDkwLjl6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat bottom/cover !important;min-height:155px;transition:height 0.25s ease}}body.shrek_page header.header .header-main .page_block.logo{max-width:140px}@media (min-width: 576px){body.shrek_page header.header .header-main .page_block.logo{max-width:179px}}@media (min-width: 1200px){body.shrek_page header.header .header-main .page_block.logo{margin-top:10px}}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu{flex-grow:0}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item{font-size:16px}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-item{white-space:nowrap}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item:not(:last-child){margin-right:16px}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#76bf43;font-weight:600}@media (min-width: 1200px){body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#231F20}}body.shrek_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{color:#76bf43}body.shrek_page header.header .header-main .navbar .show_tickets_logo{margin-right:0}body.shrek_page header.header .header-main .navbar .show_tickets_logo:hover{opacity:0.7}@media (min-width: 576px){body.shrek_page header.header .header-main .navbar .show_tickets_logo{margin-right:26px}}body.shrek_page header.header .header-main .navbar .page_block.searchbox{display:flex;align-items:center}body.shrek_page header.header .header-main .navbar .page_block.searchbox .search-icon:hover{opacity:0.7}@media (max-width: 1199.98px){body.shrek_page header.header .header-main .navbar{padding:16px;z-index:1}body.shrek_page header.header .header-main .navbar-toggler{margin-right:0;order:1;min-width:45px}}@media screen and (max-width: 1199.98px) and (min-width: 340px){body.shrek_page header.header .header-main .navbar-toggler{margin-right:40px}}@media (max-width: 1199.98px){body.shrek_page header.header .header-main .navbar-toggler[aria-expanded="true"] .fa-bars::before{content:"\f00d"}body.shrek_page header.header .header-main .navbar-toggler .navbar-toggler-icon{color:#000;background:none}body.shrek_page header.header .header-main .navbar-nav{display:block;padding:30px 20px 10px}body.shrek_page header.header .header-main .navbar .page_block.logo{order:2}body.shrek_page header.header .header-main .navbar .show_tickets_logo{order:3;flex:1;display:flex;justify-content:flex-end;margin-right:15px;margin-left:10px}body.shrek_page header.header .header-main .navbar .page_block.searchbox{order:4}body.shrek_page header.header .header-main .navbar-collapse{order:5}body.shrek_page header.header .header-main .navbar-collapse .navbar-nav>li:not(:last-child){border-bottom:1px solid #00b5e9}body.shrek_page header.header .header-main .navbar-collapse .navbar-nav>li>a{padding:8px 0;font-size:.875rem}}@media (min-width: 1200px){body.shrek_page header.header .header-main .navbar{padding:0 50px}}body.shrek_page header.header .page_block.searchbox .search-box-form{display:none}body.shrek_page header.header.sticky{background:#fff;position:fixed;width:100%;top:0}body.shrek_page header.header.sticky .header-main{min-height:100%;transition:height 0.25s ease}body.shrek_page header.header.sticky .header-main .logo{max-width:179px;margin-top:10px;margin-bottom:10px}body.shrek_page header.header.sticky .header-main .logo a{width:65px;height:40px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAuNDE4IiBoZWlnaHQ9IjczLjU5MSIgdmlld0JveD0iMCAwIDEyMC40MTggNzMuNTkxIj4NCiAgPGcgaWQ9Ikdyb3VwXzEyIiBkYXRhLW5hbWU9Ikdyb3VwIDEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU4LjcwNyAtNTg3LjQwNykiPg0KICAgIDxnIGlkPSJHcm91cF8xMSIgZGF0YS1uYW1lPSJHcm91cCAxMSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNiIgZGF0YS1uYW1lPSJQYXRoIDE2IiBkPSJNMzA1LjEsNjE3LjYwOGExMi44NzUsMTIuODc1LDAsMCwwLTIuMTUtNC4xNDksOS44ODIsOS44ODIsMCwwLDAtMy43OTEtMi43MTUsMTYuMzg3LDE2LjM4NywwLDAsMC0xMS42OCwwLDEwLjMzLDEwLjMzLDAsMCwwLTMuODQyLDIuNzE1LDExLjYyLDExLjYyLDAsMCwwLTIuMTUyLDQuMTQ5LDI2LjUsMjYuNSwwLDAsMC0xLjAyNCw0LjgxNiw1NS41NTksNTUuNTU5LDAsMCwwLDAsMTAuNjU1LDI3LjU0NCwyNy41NDQsMCwwLDAsMS4wMjQsNC44NjYsMTEuMDYzLDExLjA2MywwLDAsMCwyLjE1Miw0LjE0OSwxMC42MzUsMTAuNjM1LDAsMCwwLDMuODQyLDIuNjY0LDE2LjQsMTYuNCwwLDAsMCwxMS42OCwwLDkuODcyLDkuODcyLDAsMCwwLDMuNzkxLTIuNzE1LDEyLjg2OCwxMi44NjgsMCwwLDAsMi4xNS00LjE1LDI0LjE1NSwyNC4xNTUsMCwwLDAsMS4wNzYtNC44MTQsNTUuNTY2LDU1LjU2NiwwLDAsMCwwLTEwLjY1NUEyNC4xODksMjQuMTg5LDAsMCwwLDMwNS4xLDYxNy42MDhaIiBmaWxsPSIjZmZmIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNyIgZGF0YS1uYW1lPSJQYXRoIDE3IiBkPSJNMzYxLjExNCw2MDYuMTMxYTEwLjQ0MywxMC40NDMsMCwwLDAtMS43NDQtMy4zNjMsNy45ODIsNy45ODIsMCwwLDAtMy4wNzItMi4yLDEzLjI2MSwxMy4yNjEsMCwwLDAtOS40NjQsMCw4LjM4OCw4LjM4OCwwLDAsMC0zLjExMywyLjIsOS40MjMsOS40MjMsMCwwLDAtMS43NDQsMy4zNjMsMjEuNCwyMS40LDAsMCwwLS44MywzLjksNDQuOTEyLDQ0LjkxMiwwLDAsMCwwLDguNjM1LDIyLjMwNSwyMi4zMDUsMCwwLDAsLjgzLDMuOTQzLDguOTU4LDguOTU4LDAsMCwwLDEuNzQ0LDMuMzYyLDguNjMsOC42MywwLDAsMCwzLjExMywyLjE1OSwxMy4yNzUsMTMuMjc1LDAsMCwwLDkuNDY0LDAsNy45ODEsNy45ODEsMCwwLDAsMy4wNzItMi4yLDEwLjM4NSwxMC4zODUsMCwwLDAsMS43NDQtMy4zNjIsMTkuNywxOS43LDAsMCwwLC44NzEtMy45LDQ1LjEzLDQ1LjEzLDAsMCwwLDAtOC42MzVBMTkuNywxOS43LDAsMCwwLDM2MS4xMTQsNjA2LjEzMVoiIGZpbGw9IiNmZmYiLz4NCiAgICA8L2c+DQogICAgPHBhdGggaWQ9IlBhdGhfMTgiIGRhdGEtbmFtZT0iUGF0aCAxOCIgZD0iTTMwNS40ODksNjI5LjU2MWExNS40LDE1LjQsMCwwLDAtLjY4MS0zLjA0Nyw4LjEyNyw4LjEyNywwLDAsMC0xLjM2Mi0yLjYyNiw2LjI1NSw2LjI1NSwwLDAsMC0yLjQtMS43MTcsOS4xNjYsOS4xNjYsMCwwLDAtMy43LS42ODIsMTEuMTc3LDExLjE3NywwLDAsMC0xLjY5My4xMyw0LjY2NCw0LjY2NCwwLDAsMSwuNzMsMS40MjUsOC44MTUsOC44MTUsMCwwLDEsLjM4NywxLjcyNywyMC4xMDYsMjAuMTA2LDAsMCwxLDAsMy44MjEsOC42OCw4LjY4LDAsMCwxLS4zODcsMS43MjcsNC41Nyw0LjU3LDAsMCwxLS43NzEsMS40ODgsMy41NDUsMy41NDUsMCwwLDEtMS4zNTkuOTc0LDUuODc2LDUuODc2LDAsMCwxLTQuMTg5LDAsNC4xNyw0LjE3LDAsMCwxLTEtLjYyMWMwLC4yNi0uMDE3LjUtLjAxNy43NzFhMzAuOTIzLDMwLjkyMywwLDAsMCwuMTYxLDMuMzcxLDE3LjM0LDE3LjM0LDAsMCwwLC42NDksMy4wNzksNi45NzIsNi45NzIsMCwwLDAsMS4zNjEsMi42MjcsNi43NDksNi43NDksMCwwLDAsMi40MzEsMS42ODUsMTAuMzc2LDEwLjM3NiwwLDAsMCw3LjM4OSwwLDYuMjM4LDYuMjM4LDAsMCwwLDIuNC0xLjcxOCw4LjEsOC4xLDAsMCwwLDEuMzYyLTIuNjI1LDE1LjQ3OCwxNS40NzgsMCwwLDAsLjY4MS0zLjA0OCwzMC45LDMwLjksMCwwLDAsLjE2Mi0zLjM3MSwzMC40MzgsMzAuNDM4LDAsMCwwLS4xNjEtMy4zNyIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTkiIGRhdGEtbmFtZT0iUGF0aCAxOSIgZD0iTTM2MS41LDYxNS45MzhhMTIuMywxMi4zLDAsMCwwLS41NTMtMi40NjksNi41MzgsNi41MzgsMCwwLDAtMS4xLTIuMTI3LDUuMDUxLDUuMDUxLDAsMCwwLTEuOTQxLTEuMzkzLDcuNDU2LDcuNDU2LDAsMCwwLTMtLjU1Miw5LDksMCwwLDAtMS4zNzEuMTA2LDMuODA2LDMuODA2LDAsMCwxLC41OTIsMS4xNTMsNy4xNzksNy4xNzksMCwwLDEsLjMxMywxLjQsMTYuMjE2LDE2LjIxNiwwLDAsMSwwLDMuMDk1LDcuMTA2LDcuMTA2LDAsMCwxLS4zMTMsMS40LDMuNzU2LDMuNzU2LDAsMCwxLS42MjUsMS4yLDIuODYzLDIuODYzLDAsMCwxLTEuMS43ODksNC43NTcsNC43NTcsMCwwLDEtMy4zOTQsMCwzLjQzMSwzLjQzMSwwLDAsMS0uODA5LS41YzAsLjIxLS4wMTYuNC0uMDE2LjYyNWEyNC44NzMsMjQuODczLDAsMCwwLC4xMzMsMi43MzEsMTQuMTMsMTQuMTMsMCwwLDAsLjUyMywyLjQ5NSw1LjY4OSw1LjY4OSwwLDAsMCwxLjEwNSwyLjEyOCw1LjQ3OSw1LjQ3OSwwLDAsMCwxLjk2OSwxLjM2NSw4LjQxNiw4LjQxNiwwLDAsMCw1Ljk5LDAsNS4wNDEsNS4wNDEsMCwwLDAsMS45NDEtMS4zOTIsNi41OTEsNi41OTEsMCwwLDAsMS4xLTIuMTI4LDEyLjM1MywxMi4zNTMsMCwwLDAsLjU1My0yLjQ2OSwyNS40NTYsMjUuNDU2LDAsMCwwLC4xMzEtMi43MzEsMjUuMTg0LDI1LjE4NCwwLDAsMC0uMTMtMi43MjkiIGZpbGw9IiMxYzE4MTgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzIwIiBkYXRhLW5hbWU9IlBhdGggMjAiIGQ9Ik0zNjEuNzE1LDYxOC42NjdhMTkuNywxOS43LDAsMCwxLS44NzEsMy45LDEwLjM4NCwxMC4zODQsMCwwLDEtMS43NDQsMy4zNjIsNy45ODEsNy45ODEsMCwwLDEtMy4wNzIsMi4yLDEzLjI3NSwxMy4yNzUsMCwwLDEtOS40NjQsMCw4LjYzLDguNjMsMCwwLDEtMy4xMTMtMi4xNTksOC45NTgsOC45NTgsMCwwLDEtMS43NDQtMy4zNjIsMjIuMywyMi4zLDAsMCwxLS44My0zLjk0Myw0NC45MTIsNDQuOTEyLDAsMCwxLDAtOC42MzUsMjEuNCwyMS40LDAsMCwxLC44My0zLjksOS40MjMsOS40MjMsMCwwLDEsMS43NDQtMy4zNjMsOC4zODgsOC4zODgsMCwwLDEsMy4xMTMtMi4yLDEzLjI2MSwxMy4yNjEsMCwwLDEsOS40NjQsMCw3Ljk4Miw3Ljk4MiwwLDAsMSwzLjA3MiwyLjIsMTAuNDQyLDEwLjQ0MiwwLDAsMSwxLjc0NCwzLjM2MywxOS43LDE5LjcsMCwwLDEsLjg3MSwzLjksNDUuMTMsNDUuMTMsMCwwLDEsMCw4LjYzNVptMTEuOTQ0LTIyLjQ1NnEtNy4xNzItOC43MzMtMjIuMzYzLTguOC0xNS4wNTMuMDctMjIuMjkyLDguOC01LjYxLDYuOTU4LTUuNTM3LDE4LjE3NC0uMDcyLDExLjE0OCw1LjUzNywxOC4xLDcuMjQsOC43MywyMi4yOTIsOC44LDE1LjE5MS0uMDc0LDIyLjM2My04LjgsNS41MzctNi44ODcsNS40NjUtMTguMS4wNjktMTEuMjg4LTUuNDY1LTE4LjE3NCIgZmlsbD0iI2NjY2EwNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMjEiIGRhdGEtbmFtZT0iUGF0aCAyMSIgZD0iTTMwNS45MDgsNjMzLjA3OWEyNC4xNTUsMjQuMTU1LDAsMCwxLTEuMDc2LDQuODE0LDEyLjg2OSwxMi44NjksMCwwLDEtMi4xNSw0LjE1LDkuODcyLDkuODcyLDAsMCwxLTMuNzkxLDIuNzE1LDE2LjQsMTYuNCwwLDAsMS0xMS42OCwwLDEwLjYzNiwxMC42MzYsMCwwLDEtMy44NDItMi42NjQsMTEuMDYzLDExLjA2MywwLDAsMS0yLjE1Mi00LjE0OSwyNy41NDUsMjcuNTQ1LDAsMCwxLTEuMDI0LTQuODY2LDU1LjU2Niw1NS41NjYsMCwwLDEsMC0xMC42NTUsMjYuNSwyNi41LDAsMCwxLDEuMDI0LTQuODE2LDExLjYyLDExLjYyLDAsMCwxLDIuMTUyLTQuMTQ5LDEwLjMzLDEwLjMzLDAsMCwxLDMuODQyLTIuNzE1LDE2LjM4NiwxNi4zODYsMCwwLDEsMTEuNjgsMCw5Ljg4Myw5Ljg4MywwLDAsMSwzLjc5MSwyLjcxNSwxMi44NzUsMTIuODc1LDAsMCwxLDIuMTUsNC4xNDksMjQuMTg5LDI0LjE4OSwwLDAsMSwxLjA3Niw0LjgxNiw1NS41NTksNTUuNTU5LDAsMCwxLDAsMTAuNjU1Wm0xNC43MzYtMjcuNzFxLTguODQ3LTEwLjc3Ni0yNy41OTQtMTAuODYzLTE4LjU3NC4wODktMjcuNTA5LDEwLjg2My02LjkyMSw4LjU4Ni02LjgzMywyMi40MjctLjA4OSwxMy43NTQsNi44MzMsMjIuMzM5UTI3NC40NzgsNjYwLjkwOSwyOTMuMDUsNjYxcTE4Ljc0Ni0uMDksMjcuNTk0LTEwLjg2Myw2LjgzNS04LjUsNi43NDYtMjIuMzM5LjA4OC0xMy45MzEtNi43NDYtMjIuNDI3IiBmaWxsPSIjOWViYTFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body.shrek_page header.header.sticky .header-main .logo a img{display:none}body.shrek_page header.header.sticky .header-main .navbar .show_tickets_logo,body.shrek_page header.header.sticky .header-main .navbar .show_tickets_logo a,body.shrek_page header.header.sticky .header-main .navbar .search-icon,body.shrek_page header.header.sticky .header-main .navbar .search-icon a{background:none !important}body.shrek_page header.header.sticky .header-main .navbar .show_tickets_logo img,body.shrek_page header.header.sticky .header-main .navbar .show_tickets_logo a img,body.shrek_page header.header.sticky .header-main .navbar .search-icon img,body.shrek_page header.header.sticky .header-main .navbar .search-icon a img{display:block !important}body.shrek_page.home header.header .header-main{background:transparent !important;min-height:100%}body.shrek_page.home header.header .header-main .page_block.logo{max-width:140px}@media (min-width: 576px){body.shrek_page.home header.header .header-main .page_block.logo{max-width:240px}}@media (min-width: 1200px){body.shrek_page.home header.header .header-main .page_block.logo{margin-top:40px}}body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-item{white-space:nowrap}body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#76bf43;font-weight:600}@media (min-width: 1200px){body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#fff}}body.shrek_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{opacity:0.7}@media (min-width: 1200px){body.shrek_page.home header.header .header-main .navbar .show_tickets_logo a{width:62px;height:33px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Mi41NzIiIGhlaWdodD0iMzMuNSIgdmlld0JveD0iMCAwIDYyLjU3MiAzMy41Ij4NCiAgPGcgaWQ9Ikdyb3VwXzI4MSIgZGF0YS1uYW1lPSJHcm91cCAyODEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTkxLjc0OSAtNDkpIj4NCiAgICA8ZyBpZD0iR3JvdXBfMjAiIGRhdGEtbmFtZT0iR3JvdXAgMjAiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk4LCAtMC4wNywgMC4wNywgMC45OTgsIDExOTYuMTc0LCA1Mi45MzEpIj4NCiAgICAgIDxnIGlkPSJHcm91cF83IiBkYXRhLW5hbWU9Ikdyb3VwIDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgICAgICA8cGF0aCBpZD0iUGF0aF84IiBkYXRhLW5hbWU9IlBhdGggOCIgZD0iTTU1LjYyLDExLjdoLjcyN1YyLjM3QTIuMzIyLDIuMzIyLDAsMCwwLDU0LjA4MywwSDIuMjY1QTIuMzIyLDIuMzIyLDAsMCwwLDAsMi4zN3Y5LjMyNUguNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAsNC4zNzRIMHY5LjMyNWEyLjMyMiwyLjMyMiwwLDAsMCwyLjI2NSwyLjM3SDU0LjA4M2EyLjMyMiwyLjMyMiwwLDAsMCwyLjI2NS0yLjM3VjE2LjA2OUg1NS42MmEyLjE4OSwyLjE4OSwwLDAsMSwwLTQuMzc0Wm0tLjcyOCw1LjgxOXY3Ljg4MWEuODMuODMsMCwwLDEtLjgwOS44NDdIMi4yNjVhLjgzLjgzLDAsMCwxLS44MDktLjg0N1YxNy41MTRhMy43NSwzLjc1LDAsMCwwLDAtNy4yNjNWMi4zN2EuODMuODMsMCwwLDEsLjgwOS0uODQ3SDU0LjA4M2EuODMuODMsMCwwLDEsLjgwOS44NDdWMTAuMjVhMy43NSwzLjc1LDAsMCwwLDAsNy4yNjNaIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDxnIGlkPSJHcm91cF82IiBkYXRhLW5hbWU9Ikdyb3VwIDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2LjE4NSAyLjMwNSkiPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNLjg4LDBBLjg3OC44NzgsMCwwLDAsMCwuODczdi40OGEuODguODgsMCwwLDAsMS43NiwwVi44NzNBLjg3OC44NzgsMCwwLDAsLjg4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwLjUyKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEwIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0uODgsMEEuODc4Ljg3OCwwLDAsMCwwLC44NzN2LjQ4YS44OC44OCwwLDAsMCwxLjc2LDBWLjg3M0EuODc4Ljg3OCwwLDAsMCwuODgsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTQuMTMyKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzExIiBkYXRhLW5hbWU9IlBhdGggMTEiIGQ9Ik0uODgsMEEuODc4Ljg3OCwwLDAsMCwwLC44NzN2LjQ4MWEuODguODgsMCwwLDAsMS43NiwwVi44NzNBLjg3OC44NzgsMCwwLDAsLjg4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDYuOTE2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyIiBkYXRhLW5hbWU9IlBhdGggMTIiIGQ9Ik0uODU5LDBBLjg1Ni44NTYsMCwwLDAsMCwuODUydi40NjdhLjg1OS44NTksMCwwLDAsMS43MTcsMFYuODUyQS44NTYuODU2LDAsMCwwLC44NTksMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDIxIDIwLjk4NSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMyIgZGF0YS1uYW1lPSJQYXRoIDEzIiBkPSJNLjg1OSwwQS44NTYuODU2LDAsMCwwLDAsLjg1MnYuNDY3YS44NTkuODU5LDAsMCwwLDEuNzE3LDBWLjg1MkEuODU2Ljg1NiwwLDAsMCwuODU5LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyMSAxNy40ODgpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTQiIGRhdGEtbmFtZT0iUGF0aCAxNCIgZD0iTS44NTksMi4xN2EuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJWLjg1MkEuODU5Ljg1OSwwLDAsMCwwLC44NTJ2LjQ2NkEuODU2Ljg1NiwwLDAsMCwuODU5LDIuMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyMSAzLjQ5OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNSIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNLjg1OSwyLjE3YS44NTYuODU2LDAsMCwwLC44NTktLjg1MlYuODUyQS44NTkuODU5LDAsMCwwLDAsLjg1MnYuNDY2QS44NTYuODU2LDAsMCwwLC44NTksMi4xN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDIyIDApIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvZz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogICAgPGcgaWQ9Ikdyb3VwXzIxIiBkYXRhLW5hbWU9Ikdyb3VwIDIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTkxLjc0OSA1NC43MzUpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzciIGRhdGEtbmFtZT0iUGF0aCA3IiBkPSJNODIuNzgzLDU3Ni43MmguNzI3VjU2Ny40YTIuMzIyLDIuMzIyLDAsMCwwLTIuMjY1LTIuMzdIMjkuNDI4YTIuMzIyLDIuMzIyLDAsMCwwLTIuMjY1LDIuMzd2OS4zMjVoLjcyN2EyLjE4OSwyLjE4OSwwLDAsMSwwLDQuMzc0aC0uNzI3djkuMzI1YTIuMzIyLDIuMzIyLDAsMCwwLDIuMjY1LDIuMzdIODEuMjQ2YTIuMzIyLDIuMzIyLDAsMCwwLDIuMjY1LTIuMzd2LTkuMzI1aC0uNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAtNC4zNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcuMTYzIC01NjUuMDI1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgPGcgaWQ9Ikdyb3VwXzctMiIgZGF0YS1uYW1lPSJHcm91cCA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+DQogICAgICAgIDxwYXRoIGlkPSJQYXRoXzgtMiIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik04Mi43ODMsNTc2LjcyaC43MjdWNTY3LjRhMi4zMjIsMi4zMjIsMCwwLDAtMi4yNjUtMi4zN0gyOS40MjhhMi4zMjIsMi4zMjIsMCwwLDAtMi4yNjUsMi4zN3Y5LjMyNWguNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAsNC4zNzRoLS43Mjd2OS4zMjVhMi4zMjIsMi4zMjIsMCwwLDAsMi4yNjUsMi4zN0g4MS4yNDZhMi4zMjIsMi4zMjIsMCwwLDAsMi4yNjUtMi4zN3YtOS4zMjVoLS43MjdhMi4xODksMi4xODksMCwwLDEsMC00LjM3NFptLS43MjgsNS44MTl2Ny44ODFhLjgzLjgzLDAsMCwxLS44MDkuODQ3SDI5LjQyOGEuODMuODMsMCwwLDEtLjgwOS0uODQ3di03Ljg4MWEzLjc1LDMuNzUsMCwwLDAsMC03LjI2M1Y1NjcuNGEuODI5LjgyOSwwLDAsMSwuODA5LS44NDdIODEuMjQ2YS44My44MywwLDAsMSwuODA5Ljg0N3Y3Ljg4YTMuNzUsMy43NSwwLDAsMCwwLDcuMjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3LjE2MyAtNTY1LjAyNSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgPGcgaWQ9Ikdyb3VwXzYtMiIgZGF0YS1uYW1lPSJHcm91cCA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4xODUgMi4zMDUpIj4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF85LTIiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMTcyLjE1NSw2MDUuMDQxYS44NzguODc4LDAsMCwwLS44OC44NzN2LjQ4YS44OC44OCwwLDAsMCwxLjc2LDB2LS40OEEuODc4Ljg3OCwwLDAsMCwxNzIuMTU1LDYwNS4wNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjI3NSAtNTk0LjUyMSkiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMC0yIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0xNzIuMTU1LDYxNi4zMTNhLjg3OC44NzgsMCwwLDAtLjg4Ljg3M3YuNDhhLjg4Ljg4LDAsMCwwLDEuNzYsMHYtLjQ4QS44NzguODc4LDAsMCwwLDE3Mi4xNTUsNjE2LjMxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMjc1IC02MDIuMTgxKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzExLTIiIGRhdGEtbmFtZT0iUGF0aCAxMSIgZD0iTTE3Mi4xNTUsNTkzLjhhLjg3OC44NzgsMCwwLDAtLjg4Ljg3M3YuNDgxYS44OC44OCwwLDAsMCwxLjc2LDB2LS40ODFBLjg3OC44NzgsMCwwLDAsMTcyLjE1NSw1OTMuOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMjc1IC01ODYuODgxKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyLTIiIGRhdGEtbmFtZT0iUGF0aCAxMiIgZD0iTTE3Mi4yLDYzNy43YS44NTYuODU2LDAsMCwwLS44NTkuODUydi40NjdhLjg1OS44NTksMCwwLDAsMS43MTcsMHYtLjQ2N0EuODU2Ljg1NiwwLDAsMCwxNzIuMiw2MzcuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMzIxIC02MTYuNzEyKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEzLTIiIGRhdGEtbmFtZT0iUGF0aCAxMyIgZD0iTTE3Mi4yLDYyNi43ODRhLjg1Ni44NTYsMCwwLDAtLjg1OS44NTJ2LjQ2N2EuODU5Ljg1OSwwLDAsMCwxLjcxNywwdi0uNDY3QS44NTYuODU2LDAsMCwwLDE3Mi4yLDYyNi43ODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjMyMSAtNjA5LjI5NikiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNC0yIiBkYXRhLW5hbWU9IlBhdGggMTQiIGQ9Ik0xNzIuMiw1ODUuM2EuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJ2LS40NjZhLjg1OS44NTksMCwwLDAtMS43MTcsMHYuNDY2QS44NTYuODU2LDAsMCwwLDE3Mi4yLDU4NS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MS4zMjEgLTU3OS42MzIpIiBmaWxsPSIjMjMxZjIwIi8+DQogICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTUtMiIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNMTcyLjIsNTc0LjM4NmEuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJ2LS40NjZhLjg1OS44NTksMCwwLDAtMS43MTcsMHYuNDY2QS44NTYuODU2LDAsMCwwLDE3Mi4yLDU3NC4zODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjMyMSAtNTcyLjIxNikiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgPC9nPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8dGV4dCBpZD0idGlja2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE5OSA3MikiIGZpbGw9IiMyMzFmMjAiIGZvbnQtc2l6ZT0iMTEiIGZvbnQtZmFtaWx5PSJCZVZpZXRuYW0tQm9sZCwgQmUgVmlldG5hbSIgZm9udC13ZWlnaHQ9IjcwMCI+PHRzcGFuIHg9IjAiIHk9IjAiPnRpY2tldHM8L3RzcGFuPjwvdGV4dD4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body.shrek_page.home header.header .header-main .navbar .show_tickets_logo a:hover{opacity:0.7}body.shrek_page.home header.header .header-main .navbar .show_tickets_logo a img{display:none}}@media (min-width: 1200px) and (min-width: 576px){body.shrek_page.home header.header .header-main .navbar .show_tickets_logo{margin-right:26px}}@media (min-width: 1200px){body.shrek_page.home header.header .header-main .navbar .page_block.searchbox .search-icon{width:24px;height:24px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMiIgaGVpZ2h0PSIyMC4wMiIgdmlld0JveD0iMCAwIDIwLjAyIDIwLjAyIj4NCiAgPGcgaWQ9Ikdyb3VwXzI5MiIgZGF0YS1uYW1lPSJHcm91cCAyOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzE2IC02My41KSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMjk1IiBkYXRhLW5hbWU9IlBhdGggMjk1IiBkPSJNMTkuODQ0LjgyYS40LjQsMCwwLDEsMCwuNjY0bC0uODU5Ljg1OWEuNC40LDAsMCwxLS42NjQsMEwxMy41OTQtMi4zODNhLjQ1LjQ1LDAsMCwxLS4xNTYtLjMxMnYtLjU0N0E3Ljg4NCw3Ljg4NCwwLDAsMSw4LjEyNS0xLjI1LDcuODI2LDcuODI2LDAsMCwxLDIuMzgzLTMuNjMzLDcuODI2LDcuODI2LDAsMCwxLDAtOS4zNzVhNy44MjYsNy44MjYsMCwwLDEsMi4zODMtNS43NDJBNy44MjYsNy44MjYsMCwwLDEsOC4xMjUtMTcuNWE3LjgyNiw3LjgyNiwwLDAsMSw1Ljc0MiwyLjM4M0E3LjgyNiw3LjgyNiwwLDAsMSwxNi4yNS05LjM3NWE3Ljg4NCw3Ljg4NCwwLDAsMS0xLjk5Miw1LjMxM0gxNC44YS4zNzEuMzcxLDAsMCwxLC4zMTMuMTU2Wk0zLjcxMS00Ljk2MUE2LjAxOCw2LjAxOCwwLDAsMCw4LjEyNS0zLjEyNWE2LjAxOCw2LjAxOCwwLDAsMCw0LjQxNC0xLjgzNiw2LjAxOCw2LjAxOCwwLDAsMCwxLjgzNi00LjQxNCw2LjAxOCw2LjAxOCwwLDAsMC0xLjgzNi00LjQxNCw2LjAxOCw2LjAxOCwwLDAsMC00LjQxNC0xLjgzNiw2LjAxOCw2LjAxOCwwLDAsMC00LjQxNCwxLjgzNkE2LjAxOCw2LjAxOCwwLDAsMCwxLjg3NS05LjM3NSw2LjAxOCw2LjAxOCwwLDAsMCwzLjcxMS00Ljk2MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMTYgODEpIiBmaWxsPSIjZmZmIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMjk0IiBkYXRhLW5hbWU9IlBhdGggMjk0IiBkPSJNLTQyMzEuMTI2LDguOGEyLjQyNiwyLjQyNiwwLDAsMS0xLjk0Mi0xLjE3MSw1LjU1Miw1LjU1MiwwLDAsMS0uOTA3LTIuODY3LDEuNTczLDEuNTczLDAsMCwwLDEuMTMzLjUxOGMxLjA1MSwwLDEuOTA2LTEuMTg0LDEuOTA2LTIuNjRhMi44MzksMi44MzksMCwwLDAtMS4xMTctMi40LDEuOTc0LDEuOTc0LDAsMCwxLC45MjctLjIzNmMxLjU3NiwwLDIuODU5LDEuOTczLDIuODU5LDQuNFMtNDIyOS41NSw4LjgtNDIzMS4xMjYsOC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTU1Ni43MyA2NykiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body.shrek_page.home header.header .header-main .navbar .page_block.searchbox .search-icon img{display:none}}@media (min-width: 1200px){body.shrek_page.home header.header.sticky{background:#fff}}body.shrek_page.home header.header.sticky .header-main .logo{margin-top:10px}body.shrek_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body.shrek_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body.shrek_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item.first .nav-link{color:#76bf43}body.shrek_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#231F20}body.shrek_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{color:#76bf43;opacity:1}body.shrek_page .fancybox-content{max-height:100vh;overflow-y:auto}body.shrek_page.shrek_page{font-weight:500}@media (min-width: 992px){body.shrek_page.shrek_page{font-size:19px}}body.shrek_page.shrek_page h1,body.shrek_page.shrek_page h2,body.shrek_page.shrek_page h3{line-height:1;font-weight:600;font-family:"Grandstander",cursive}body.shrek_page.shrek_page h4,body.shrek_page.shrek_page h5,body.shrek_page.shrek_page h6{font-weight:700}body.shrek_page.shrek_page h1{font-size:42px}@media (min-width: 1200px){body.shrek_page.shrek_page h1{font-size:70px}}body.shrek_page.shrek_page h2{font-size:36px}@media (min-width: 1200px){body.shrek_page.shrek_page h2{font-size:60px}}body.shrek_page.shrek_page h3{font-size:30px}body.shrek_page.shrek_page h4{font-size:26px}body.shrek_page.shrek_page .btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn,body.shrek_page.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page.shrek_page .card .card-btn,body.shrek_page.shrek_page .owl-carousel .item .owl-btn,body.shrek_page.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a,body.thewiz_page .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab,body.thewiz_page .card body.shrek_page.shrek_page .card-btn,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a:last-of-type{padding:16px 20px;border-radius:20px;font-size:24px;font-weight:600;line-height:1;transition:0.25s}@media (min-width: 992px){body.shrek_page.shrek_page .btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn,body.shrek_page.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page.shrek_page .card .card-btn,body.shrek_page.shrek_page .owl-carousel .item .owl-btn,body.shrek_page.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-social-section p a,body.thewiz_page .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab,body.thewiz_page .card body.shrek_page.shrek_page .card-btn,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a:last-of-type{font-size:26px;padding:22px}}body.shrek_page.shrek_page .btn.btn-primary,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .btn-primary.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .btn-primary.card-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .mini-sab body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item body.shrek_page.shrek_page .card-btn.owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card body.shrek_page.shrek_page .card-btn.owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item body.shrek_page.shrek_page .card-btn.carousel-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card body.shrek_page.shrek_page .card-btn.carousel-btn,body.shrek_page.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn,body.shrek_page.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn.owl-btn,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn.carousel-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:last-of-type,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.card-btn:last-of-type,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card a.card-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page a.card-btn:last-of-type,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .btn-primary.timeslot-item-navigation-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:last-of-type,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.timeslot-item-navigation-btn:last-of-type,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page a.timeslot-item-navigation-btn:last-of-type,body.shrek_page.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page.shrek_page .card .btn-primary.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .card .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .card .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .card .card-btn.carousel-btn,body.shrek_page.shrek_page .card .mini-sab .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .card .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .card .owl-carousel .item .card-btn.owl-btn,body.shrek_page.shrek_page .owl-carousel .item .card .card-btn.owl-btn,body.shrek_page.shrek_page .card .carousel .carousel-item .card-btn.carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .card .card-btn.carousel-btn,body.thewiz_page .mini-sab body.shrek_page.shrek_page .card .card-btn.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .card .card-btn.owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .card .card-btn.carousel-btn,body.shrek_page.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .card a.card-btn:last-of-type,body.shrek_page.shrek_page .owl-carousel .item .owl-btn,body.shrek_page.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page .mini-sab body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:last-of-type,body.shrek_page.shrek_page .shrek-social-section p a.btn-primary,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .mini-sab a.btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .shrek-social-section p a.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item a.owl-btn,body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p a.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item a.carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p a.carousel-btn,body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p a:last-of-type,body.shrek_page.shrek_page body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .card .btn-primary.card-btn,body.thewiz_page .card body.shrek_page.shrek_page .btn-primary.card-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card body.shrek_page.shrek_page .card-btn.owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card body.shrek_page.shrek_page .card-btn.carousel-btn,body.shrek_page.shrek_page .mini-sab body.thewiz_page .card .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .owl-carousel .item body.thewiz_page .card .card-btn.owl-btn,body.shrek_page.shrek_page .carousel .carousel-item body.thewiz_page .card .card-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .card .mini-sab .card-btn.btn-toggle-mini-sab,body.thewiz_page .card .mini-sab body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .mini-sab .card .card-btn.btn-toggle-mini-sab,body.thewiz_page .mini-sab .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .card .owl-carousel .item .card-btn.owl-btn,body.thewiz_page .card .owl-carousel .item body.shrek_page.shrek_page .card-btn.owl-btn,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item .card .card-btn.owl-btn,body.thewiz_page .owl-carousel .item .card body.shrek_page.shrek_page .card-btn.owl-btn,body.shrek_page.shrek_page body.thewiz_page .card .carousel .carousel-item .card-btn.carousel-btn,body.thewiz_page .card .carousel .carousel-item body.shrek_page.shrek_page .card-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item .card .card-btn.carousel-btn,body.thewiz_page .carousel .carousel-item .card body.shrek_page.shrek_page .card-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:last-of-type,body.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.card-btn:last-of-type,body.shrek_page.shrek_page body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card a.card-btn:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card body.shrek_page.shrek_page a.card-btn:last-of-type,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .owl-btn,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .btn-primary.timeslot-item-navigation-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.timeslot-item-navigation-btn:last-of-type,body.shrek_page.shrek_page body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page a.timeslot-item-navigation-btn:last-of-type,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a:last-of-type{background-color:#e60050;border-color:#e60050;color:#fff}body.shrek_page.shrek_page .btn.btn-primary:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .btn-primary.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .btn-primary.card-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .card .mini-sab body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item body.shrek_page.shrek_page .card-btn.owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card body.shrek_page.shrek_page .card-btn.owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item body.shrek_page.shrek_page .card-btn.carousel-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card body.shrek_page.shrek_page .card-btn.carousel-btn:hover,body.shrek_page.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn.owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .card-btn.carousel-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.card-btn:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page a.card-btn:hover:last-of-type,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .btn-primary.timeslot-item-navigation-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:hover:last-of-type,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.timeslot-item-navigation-btn:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page a.timeslot-item-navigation-btn:hover:last-of-type,body.shrek_page.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .card .btn-primary.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .card .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .card .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .card .card-btn.carousel-btn:hover,body.shrek_page.shrek_page .card .mini-sab .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .mini-sab .card .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .card .owl-carousel .item .card-btn.owl-btn:hover,body.shrek_page.shrek_page .owl-carousel .item .card .card-btn.owl-btn:hover,body.shrek_page.shrek_page .card .carousel .carousel-item .card-btn.carousel-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item .card .card-btn.carousel-btn:hover,body.thewiz_page .mini-sab body.shrek_page.shrek_page .card .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .card .card-btn.owl-btn:hover,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .card .card-btn.carousel-btn:hover,body.shrek_page.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .card a.card-btn:hover:last-of-type,body.shrek_page.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page .mini-sab body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover:last-of-type,body.shrek_page.shrek_page .shrek-social-section p a.btn-primary:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn:hover,body.shrek_page.shrek_page .shrek-social-section p .mini-sab a.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .mini-sab .shrek-social-section p a.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item a.owl-btn:hover,body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p a.owl-btn:hover,body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item a.carousel-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p a.carousel-btn:hover,body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab:hover,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn:hover,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn:hover,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p a:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab body.shrek_page.shrek_page .btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .card .btn-primary.card-btn:hover,body.thewiz_page .card body.shrek_page.shrek_page .btn-primary.card-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .card body.shrek_page.shrek_page .card-btn.owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .card body.shrek_page.shrek_page .card-btn.carousel-btn:hover,body.shrek_page.shrek_page .mini-sab body.thewiz_page .card .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .owl-carousel .item body.thewiz_page .card .card-btn.owl-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item body.thewiz_page .card .card-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .card .mini-sab .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page .card .mini-sab body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .mini-sab .card .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab .card body.shrek_page.shrek_page .card-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .card .owl-carousel .item .card-btn.owl-btn:hover,body.thewiz_page .card .owl-carousel .item body.shrek_page.shrek_page .card-btn.owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item .card .card-btn.owl-btn:hover,body.thewiz_page .owl-carousel .item .card body.shrek_page.shrek_page .card-btn.owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .card .carousel .carousel-item .card-btn.carousel-btn:hover,body.thewiz_page .card .carousel .carousel-item body.shrek_page.shrek_page .card-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item .card .card-btn.carousel-btn:hover,body.thewiz_page .carousel .carousel-item .card body.shrek_page.shrek_page .card-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:hover:last-of-type,body.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.card-btn:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card a.card-btn:hover:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card body.shrek_page.shrek_page a.card-btn:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .btn-primary.timeslot-item-navigation-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page .mini-sab body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .owl-carousel .item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page.shrek_page body.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a.timeslot-item-navigation-btn:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page a.timeslot-item-navigation-btn:hover:last-of-type,body.shrek_page.shrek_page body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page a:hover:last-of-type{background-color:#bbe136;border-color:#bbe136;color:#375313}@media (max-width: 1199.98px){body.shrek_page.shrek_page header.header.sticky{position:relative !important}}body.shrek_page.shrek_page .container-intro{max-width:800px;margin-bottom:30px;text-align:center}body.shrek_page.shrek_page .container-outro{max-width:800px;margin-top:30px;text-align:center}body.shrek_page.shrek_page .container-ears{padding-left:45px !important;padding-right:45px !important}@media (min-width: 576px) and (max-width: 991.98px){body.shrek_page.shrek_page .container-ears{padding-left:55px !important;padding-right:55px !important}}@media (min-width: 992px){body.shrek_page.shrek_page .container-ears{padding-left:100px !important;padding-right:100px !important}}body.shrek_page.shrek_page .container-ears .container-holder{position:relative;margin-left:0;margin-right:0;padding:45px 0 15px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6IAAAAHCAYAAAASwfBHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGQElEQVR4nO1cXXPbOAwE7eSmb/f/f+U9t7Wle3BwWW8XICjTl6QlZjSWQAAEvwCs5aSZme373sys2aJFfw796ft9/2gHFi1a9FtRs1tc+dNj66JFixYtymk3s721trc3EHoys1fLE0ijeyXL/Mr9qcPvtSOdk74aXVX/onv1HFFmo2rL2xWAqPiBMhEIqdiZDWCO2ovmY4Z/vfnp9bHbfUGG87oJW17AjfY5WvAdLRB/18ISC+evXEB/Br95H8/wqXqWM7mRM3uEZsbDr7wHnWb5z/Hxo+hobJg5DzNjFOakXfAznWe1z9bL7H30fnoGPWM8z9jvM/fJkTEfzQHO3+Aeef6c2d9I3/Wu1A/3tYOsy1xJdhf6zN+Ix76zDturxgqU7WGOzcwuZnZ9eRN+MbO/zewvuw9U2DEDOhOfZ7sBRH8+wXMT9ye4Pwu5E9j0y4jnOq/0rOyiv97mxP7wOHDsyp6aFwbLLeChD8jjwo43gALpvWKQNwf77Lon+3Xz9A5qjyJ7jxSJnFiiQ9XjKTDY65c/cQ4rc6JAqT+rcfXWM+MxX/WZ6fb0e3YrpMA598lzZCQbAXbl5263fb6ZPj/KdmU8fHZmAzRFjxSSs4qzSrJS65fZQV6z97XKYgefSd4bI+edv1Ri2VaQiagabzIwjXPi95gXqmurco36cqES1yprP0IsP6PoHfVjNC5WbfTGpmwfkeH2qA6JxhLVfNhemYee/YxG5Vn3aJzLzsBRu7PyQGWeM/7oOvWeK3pV21EdxNTL/66nwCPb3Owe+JndgN8V2q/Q139gCmQvYPdK10Z6F5C/QNtuZj/eLgN5tLmDTb+wH/fpJ4zf9czuAS1eCIIt4anP7J7X8buZ/WNm28sb82Q3EPrN9MZkwIZB50T8M7XhxWDzZDcQjO0IAl8C/qv9ClB9LO4rPmdyCP7YFxwnyjdxIVA20a74lrRFSWAXMsqGEU8V9aqgY1l1wE+kk23KzA7f94KJoqivyJ/oWekqvtKPbLJOr/jF9fGCMhsfE689+s/rirJKjv2xTvuRBMd21B6clbAzP0bkK0VHpTh51riq/VTPmZ91BDtm9+ekt3eyfnpgNDt3CE4jm8rP6AxGZ5/7M7ufDy5kqnOr4kPkX3RW2W/vW/1iaJSUPyrnsF/My/LRUXCQ0cgceIzd7Zbjo7lG21m/EQ/3BOfPKNerz6p8zx+vY3bioa8ZWI1qDjwT2dxFbZW8MbJfnnEOju7Xal6IaoJIvsevrEfPbnUf9mQrbZEvWX5RMdd5/NbScwa/jXTCtt3egaKDvQvII5BEwOngT4HDC8ggIHWey7A823d/WGcT/aPfCIb54retLnulZ79X8+dt0R7EdTibWXNQdrUbOkWj+EYQjXHQMbsPYOqtJ4NVlDmTrAM+/GzQxoCXQWYL+uCf+vJbz0Y89LsFsk7qTSbzEFRkh5D11FrgomYHG/uLApwqHpjfK6qOAjYPCCrxZ3ZUwKqAw4iX9V2xwwDK6BPtKvAV9RsF5l7Rx+29BBQlR7bl6xX9XF7ZHEmqqv9RyhK9mvNe/+z/o4VzVbdarDziC1IFOFXnLwIgvCeiAoLl1ZcyPQCbye0JXz2PxhGze38j0BXFjVlrOos4BlTyitJliorHRyjLrbzfejkTdUb6Vc/KJzX2LG4rGxmvYjerM3p2zTRYVXNcGZei6rxmup/lPM2I/T25WXPbyz9Vner6R/EFqVdLRO0qbyC48mds4zeACE430f7T7sErv4V0gHeBewaJG90jAEVAyG8/vd8L8Xe4uA81RgTcPA8IOpvgjeRIb/vh/ePfiJ7t/W1hhVRwU0GbZaJnBeaYor8BVW8ilU2WyXyLfHnk8B856FF7r3AcTZ7qEFcLzhGqFLwzbMwo1DmAZcVkZiMDaxa0zy7QmEb2x5E1+yzJ/xH6rGPIAPIzzuwozTjjbCsCCig3ci5VP71z+gjNnJMqVfLEVyFe29GC+9nxNOr3/9Y/Appn6o/IPEPX9VWc+Ixf8jyDZo3xEVD7kbaZKsBW6WTgSv18N2tHWwgAEdDtot1IFm3j20nk8xeobEfZnPUlb0+W8/h3M7s2M8P/mvtI4bno96bsm6pFixYtWrRo0aJFixYt6tHtbWhr+79G+aNANAnh/QAAAABJRU5ErkJggg==) no-repeat center 5px #bbe136;border-radius:20px}@media (min-width: 992px){body.shrek_page.shrek_page .container-ears .container-holder{padding-left:30px;padding-right:30px}}body.shrek_page.shrek_page .container-ears .container-holder h3,body.shrek_page.shrek_page .container-ears .container-holder h4{color:#375313}body.shrek_page.shrek_page .container-ears .container-holder a{color:#000;text-decoration:underline}body.shrek_page.shrek_page .container-ears .container-holder a:hover{color:#375313;text-decoration:none}body.shrek_page.shrek_page .container-ears .container-holder::before,body.shrek_page.shrek_page .container-ears .container-holder::after{content:'';position:absolute;top:-39px;width:65px;height:59px;background-size:cover}@media (min-width: 992px){body.shrek_page.shrek_page .container-ears .container-holder::before,body.shrek_page.shrek_page .container-ears .container-holder::after{top:-82px;width:130px;height:117px}}body.shrek_page.shrek_page .container-ears .container-holder::before{background-image:url(/build/b11e7b0de4dc80fdf338.png);left:-40px}@media (min-width: 992px){body.shrek_page.shrek_page .container-ears .container-holder::before{left:-84px}}body.shrek_page.shrek_page .container-ears .container-holder::after{background-image:url(/build/642264af67e0a279569d.png);right:-40px}@media (min-width: 992px){body.shrek_page.shrek_page .container-ears .container-holder::after{right:-84px}}body.shrek_page.shrek_page .fancybox-card-title{font-size:24px;font-weight:600}body.shrek_page.shrek_page .fancybox-card-subtitle{font-size:18px;font-weight:500}body.shrek_page.shrek_page .fancybox-card-description{font-size:16px}body.shrek_page.shrek_page .shrek-intro-section{position:relative;padding:8vh 0 136px 0;overflow:hidden;background:url(/build/bb80d33e17dba2c1b042.jpg) no-repeat bottom;background-size:cover;text-align:center}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-intro-section{padding-top:155px;padding-bottom:177px}}body.shrek_page.shrek_page .shrek-intro-section .image{margin:30px 0}body.shrek_page.shrek_page .shrek-intro-section .link{font-size:30px;font-weight:400;font-family:"Bebas Neue",sans-serif}@media (min-width: 992px){body.shrek_page.shrek_page .shrek-intro-section .link{font-size:40px;padding:16px 40px}}body.shrek_page.shrek_page .shrek-intro-section::before{content:'';position:absolute;left:0;bottom:0;width:832px;height:658px;background:url(/build/c38705975252749cd3a4.png);animation:sparkles-1 60s linear infinite}@keyframes sparkles-1{0%,100%{transform:translateY(-50%)}50%{transform:translateY(0%)}}body.shrek_page.shrek_page .shrek-featured-section{position:relative;margin-bottom:32px;padding-top:6vh;padding-bottom:6vh;background:#fff8ef;box-shadow:0px -25px 20px -20px rgba(0,0,0,0.15) inset,0px 25px 20px -20px rgba(0,0,0,0.5) inset}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-featured-section{margin-bottom:55px}}body.shrek_page.shrek_page .shrek-featured-section::before{content:"";position:absolute;left:0;right:0;bottom:calc(100% - 30px);height:177px;background:url(/build/9449791bbb92882364c2.png) no-repeat center}@media (max-width: 1199.98px){body.shrek_page.shrek_page .shrek-featured-section::before{bottom:calc(100% - 20px);height:106px;background-size:cover}}body.shrek_page.shrek_page .shrek-featured-section::after{content:"";position:absolute;top:calc(100% - 3px);left:0;right:0;height:65px;background:url(/build/3c903b0155e59fa2607c.png) no-repeat center}@media (max-width: 1199.98px){body.shrek_page.shrek_page .shrek-featured-section::after{height:39px;background-size:cover}}body.shrek_page.shrek_page .shrek-featured-section h1,body.shrek_page.shrek_page .shrek-featured-section h2{color:#d9ad54}body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget{text-align:initial !important}body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .w3-filtering .filtering-element .form-control{background:#fff !important}body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .mini-sab .btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .card .card-btn,body.shrek_page.shrek_page .card .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .card-btn,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .owl-carousel .item .owl-btn,body.shrek_page.shrek_page .owl-carousel .item .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .owl-btn,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .carousel .carousel-item .carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .carousel-btn,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.shrek_page.shrek_page .timeslot-item .timeslot-item-navigation .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget a,body.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .btn-toggle-mini-sab,body.thewiz_page .card body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .card-btn,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .owl-btn,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget .timeslot-item-navigation-btn,body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-featured-section .shrek_detail_map .w3-vanhoorne-ntk-widget a:last-of-type{padding:0.65rem 0.75rem !important;border-radius:22px !important;font-size:16px !important}body.shrek_page.shrek_page .shrek-media-section{padding:6vh 15px;background:#000;color:#fff}body.shrek_page.shrek_page .shrek-media-section h1,body.shrek_page.shrek_page .shrek-media-section h2,body.shrek_page.shrek_page .shrek-media-section h3,body.shrek_page.shrek_page .shrek-media-section h4,body.shrek_page.shrek_page .shrek-media-section h5,body.shrek_page.shrek_page .shrek-media-section h6{color:#fff}body.shrek_page.shrek_page .shrek-media-section .container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-media-section .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-media-section .carousel-container,body.shrek_page.shrek_page .shrek-media-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page.shrek_page .shrek-media-section .container-holder,body.shrek_page.shrek_page .shrek-media-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page.shrek_page .shrek-media-section .container-default,body.shrek_page.shrek_page .shrek-media-section .owl-carousel .item .owl-container,body.shrek_page.shrek_page .owl-carousel .item .shrek-media-section .owl-container,body.shrek_page.shrek_page .shrek-media-section .carousel .carousel-item .carousel-container,body.shrek_page.shrek_page .carousel .carousel-item .shrek-media-section .carousel-container,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-media-section .owl-container,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-media-section .carousel-container{max-width:1366px}@media (max-width: 575.98px){body.shrek_page.shrek_page .shrek-media-section .container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-media-section .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-media-section .carousel-container,body.shrek_page.shrek_page .shrek-media-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page.shrek_page .shrek-media-section .container-holder,body.shrek_page.shrek_page .shrek-media-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page.shrek_page .shrek-media-section .container-default,body.shrek_page.shrek_page .shrek-media-section .owl-carousel .item .owl-container,body.shrek_page.shrek_page .owl-carousel .item .shrek-media-section .owl-container,body.shrek_page.shrek_page .shrek-media-section .carousel .carousel-item .carousel-container,body.shrek_page.shrek_page .carousel .carousel-item .shrek-media-section .carousel-container,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-media-section .owl-container,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-media-section .carousel-container{padding-left:15px !important;padding-right:15px !important}}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection{max-width:940px;min-height:auto;margin:0 auto}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .item{height:75vh !important;min-height:360px;max-height:520px;padding:0}@media (max-width: 575.98px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .item{height:auto !important;min-height:auto;max-height:none;background-size:contain !important;aspect-ratio:20 / 13}}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .youtube-layer::before{content:'\f144';position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:100px;font-family:"Font Awesome 5 Pro";transition:0.5s}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .youtube-layer:hover::before{color:#bbe136}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev,body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{width:40px;height:40px}@media (min-width: 768px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev,body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{width:50px;height:50px}}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev,body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{width:75px;height:75px}}@media (min-width: 1366px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev,body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{width:100px;height:100px}}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev img,body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next img{max-width:100%;height:auto}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev{margin-left:15px}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev{margin-left:-100px}}@media (min-width: 1366px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev{margin-left:-140px}}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-prev:hover{transform:translateX(-3px)}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{margin-right:15px}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{margin-right:-110px}}@media (min-width: 1366px){body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next{margin-left:-140px}}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.image_collection .owl-nav .owl-next:hover{transform:translateX(3px)}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.owl-thumbs{margin-top:40px;min-height:auto}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.owl-thumbs .item{border:2px solid transparent;height:100px !important;min-height:auto;padding:0;transition:border 0.5s}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.owl-thumbs .item .owl-caption-holder{display:none}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.owl-thumbs .item:hover{border-color:#fff;cursor:pointer}body.shrek_page.shrek_page .shrek-media-section .owl-carousel.owl-thumbs .owl-item.current .item{border-color:#fff}body.shrek_page.shrek_page .shrek-information-section{padding:70px 0 120px 0;background:url(/build/deb8b6538d38e26235ee.jpg) no-repeat bottom #000;background-size:cover;text-align:center}@media (min-width: 992px){body.shrek_page.shrek_page .shrek-information-section{padding-top:110px}}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-information-section{padding-bottom:200px}}body.shrek_page.shrek_page .shrek-cast-section{position:relative;padding:6vh 0;background:url(/build/7fb6a2b396fe99a23b20.jpg) no-repeat #000;background-size:cover;color:#fff;text-align:center;overflow:hidden}body.shrek_page.shrek_page .shrek-cast-section::before{content:'';position:absolute;top:0;left:0;width:347px;height:1036px;background:url(/build/80b06e9d63c8b59da778.png);animation:sparkles-2 60s linear infinite}body.shrek_page.shrek_page .shrek-cast-section::after{content:'';position:absolute;top:0;right:0;width:271px;height:575px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ8AAAI/CAMAAABeY6w8AAAAh1BMVEUAAADg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/bzg/byq35FrAAAALXRSTlMABgoOEhwWGCQgKzMvJ0ZQPzg1Qks7Y1lebVRyf3hokYmEvJifqe6v4M/F1/sBsOJTAAAcR0lEQVR42uydh5KjMAyGI9myTUsghLQtud7f//kOA1lCSQ5SbsH4n7u5md3NXvgiyZKLPLMyRjCzsrJ6vCCVcd4G18PQMpLJVTTwKAukoGGJ5CposFyoNWUgOQ7GORdCcM7ZxIFATkNIKSn9K1Ii5gCBq8yDaRrkOEo5RCkRNl0embdwkdJQrpZyzAJynXlIUoHvLZdLz3cVycxjNA/Umk1JubeQ43rLJI7jZOmlQHIDYbPpqTAPJ/CX4WqxWKziyA8cOVmHyXgImZpHuNqvX9f7VZgbyFR5ZNGUlLuMF+un56f1fh75OQ+cLA9Jyo/m+93Hzx93m4yHnDQPkfN4ff7w/LqfOA8o/WW7e9ptF/HSnbK/vMXTZL7YbDeLeeK5SopJjy86gKRA4tVqleGg6Y63RQCRTgokSpIk8txASXPcBa4s53T54nueTtcdVZoHwMjzdbiy3Je6oAuCQCmSlJcv+nehUIEYNZDeghyIkESOcyz30z8AkOJwX3dLboTn9AWSEtESPNUxmAJfHr6GE+NRAGE8FytwZEJnvlKTq3NPJ5TTf0U51AITkk3MPDIgcGa5YfTLU3AtkCOR0RO4kwAyKhrotAZYq0kL7c4iq1QDMqxhC659nXWfiwLgYLbl9BEg58yMOaH74JDKdbi1jEIo/P167phR2sIdeMjww8+1P7Wpj0s8Xj5vA0N43P4UwFUy98jGjxKIJGHM+HKH54CprkiZnq/bZNvKynqMlZWVlZVZsgPVDCaSxffR5E56WFm11/PTntfIhHbQmMpUj5WVlZXVu2vao6yVlU3W7vGkYMOOlXWY/mYOE3cTgJZNHW9fmdoECSAXghuz6edmoXB8X5mzC+oOe+Q22zjgMNGA2txju/n8Zb2UeBMPNAVkymP79dMuolt4gDljEPBgvnta+MJOLmcClEGU+DTBA8bngAgiYXGcADGlz8k1Qlu+1h4OYMo8YFqP2x8GTLXch/d3igFZIXZ8x4Y87j8EJj7U6DTQpinv9aaQcYZgeljuHKJQKD2vNIiP5l2E9UJ5tV6Ychj1dr8EEb38fk7EdHlgjYe3/rJbChitv2DzK7fwYE6yShSHMcfTe7554JKIw+jjKWrdBe6U51GsmsIJVslWdlOE1QCrQauRyBqIlTUQK2sg7yqc1C7EEcl+IFZWvWR90Ii3/r6y18ZXYdhb0k9x4JsmvX3s9LowLaaBmMwDOuJ4uxmLXbFIIkhLzh4t0PovPLLL9ZRySPYGQlj+ImKzBwn/n3Vmt3OScj3Py6597sVDzKpi5WvHmjQAMi6VH8XzOPECEqx7D+Q2cxh7O3oAZMJxo/l+u1klfh8DQRNXXXT0kI4fLnbPT5vYU9154BCse/YQHsqLN0+fn7dzTxGfdg7yZh+vL7t9D/sAU1Hp+EH6LuzNfhW5Rfy4UXw2XuUO4y7DOMyu0b/LjTZyoMMMdM8/fH3RMXU0D9HIHMex07ZzfirJ0fmp4J2uYGB1Go3amGajVXEdtkzFO14K7jSK46wSNKQnLEBxty/rWt9i9cWcCyF4ntiONEs/N/8BnTysnu5T5mudgQyfGgD0mB+jKg4K/CjSpc8ILluDvpMLvXmkOKLVJq19XOIIcNd3PpKmK3SCQzcIWe0+HJ4WSyXPGYjhR6NFJblV0ebw88eXdRjIhzaSQSZJDrJVTYWHVMn287dvX1/jgB5pH4DSjbwh3n8IVLEPZ7l//vr9wzYJ5EN5MBXvNp4cHo/T+KHjqRtudrvt3HcEPpIHV/OXbcpjeAM0n1UcxvGTeB766rHODUheHKnh+QvUUjkuKXDdcir6UdLkB3rfH6+Vx5JIijvjgCYQZAPM+EAHkObqHmOVZL+6OmX2ieZ6BQNledurvh1w/dJ3pYxqoQ60KhnKkAWzUvZsS4uGz3vMGujcsdUwZL3lKLCRtSph1Mpcn5GUEQnBhaQqAiBe4WMEjn8GgOpDI0GFQd78Epgc8RpUDxrQ8pgcJzvWntIYTkL+bmMaDiMVG8dq+f8VDD/bmeQHBQN045kRwch0YRtmGOwy6+1VPEzI5KDLFDp0qWDABC7Qf5IHUjXcxbCOhHDmi9SEcdSgEtWHqHxGwFqoxDcaWAgMup6iR/RobjBjWidA2Oh3VlZ0MTzQmR2Zgmsio27K2GMfO8PSTWo4uCBylOOQJmJkflETMOk4kuGZDcy1Hd2QIjM5our+xkES+jL3BdY4QUWBn8xX8zDfVql/ip1uVuahYVQAKVo/xYplPKh5AMIP9+vd66Y8MQSnS/nqi2FhFZCW690ZHoxTkCx2hy+Hl03oOrWNyFz/DAdzxt6jv0SJK7GVh3D8ePvh07efn1/nniM1D5OXGI4XIxXxtJ3H+vD7z7cvu1VxpIwZzqMcb9t4kBtuP376/euwnvu5fXCzMna4mI/JejylIFq8fjx82O1DNz/IgCYc/ek/0YMnJzC36+0i9BXpjEwDLY1J8zE7W63lH5yUH4VxnPjNE+08pVCuT40VC3QzkPLEoRP4vh8oatlXyT3fpHW6lhVYapZzkshxsm2mHOCEKZ+BOrzQ6Gu84zMRtKzQY7O+zQ/JNetbmgHt56LIx7J/RnydIZ2Z+mAtB+xq8x8lNOAcjzwZjDlNhY6cyvkxAChYINZ/kBvcswvPzZ/m32EtL0BAHOqRrpslLpNiMyh/rMCTRxnORhw+egNpyzMKNNlBBz0EDfAQwj2EPZdnEAW5nuercQLBm1I21oKDSTdZLWLPGeQhyBtblojLQHgLD07eaveyj0Z5XT9ULAVynX4LLwJhVRT6V2Q8np43o+RRn+F4W3qr1vx4jiZrq/rIDRf71Sj9hZ878dVxwxyytnjquMvIG2k8/eeJQF6u6NYFQE33g6wKVs4wz5RfluhwYpSO/7L6oyOd7fyX9UUZX3lLHU4U89ITTpEg8bqjVDqHDjhfJ47Q/lnKDifOsfrQkrT45XA0ioIOWvylQ0cC7Pm/jKdsga4dK1w64QHXZLbIxhA8sNVfSGdRgp90NKnax1A61j5A7ELHG3Gm4w0bxE7+uw4gAEV8xEsdPAQFy5aOSPLsiXkY3452dlyTlaxt5R1OJwIZUeAvGx2z6Fw0GuPG3NwqhLcICSsDbGPfoAYSVDqqdbCCcUCoC53Nj48+g+aHTZTbjxYg8paOe8yosx65fdDq8BowaM5XMMxwSKVrUQCkZssKMoqHKFoQea7EVlxCp5zReqGYBuIUHTtv8QEYMile5IycYW4ejZpMm8/m28HLlpJU946u7aAGv2kZL3aYQY0IZfi8DerhpQBp3GEx+Fd6woCRGwiES9kW4nkewzWGVuE/wy0cGzaJs6HA9UaWiP4bCD/7PSxmS+GsaWG45wYdNPzL3plwtwnDAHiSL24IIeRo7jTr2u7//77ZhtBmJAHKEUir9/a2JlmJPyRZko3FGWO3YOG1tyBbuef4KA6kQK5uoOWFdxx6fj5rHXv6X4EoLUiMcjo2BEMpKcoagOFZobRAqeDCSw9nQxU6QMFgnGfngvA4c3HzpyPCd9EYuPrGo7iLH2lN8LGDtOqCRAumBvRoj0mV9iYEMZflInKOOHgeUPXDCNd0RQhBsX9HYNfgUPRBCudvIf2Ew3BCyySAvwa45eEXGiZUJQi53+FwOP2bciuKPXeo6kH8CdY89xVYvHHoiQcKe7b1LT5QHnBKZb/enhHEYu4CzUzHCKKJMTge0EzxEZJdMiR7D1AYrsmHsw/ky0KuFtdAU8mAUD7AzXQVBbCwvdIHEILw6CEqXvgREAk+WL5f4zBxvUVTDHBbdkuLOEhNJ7SNExDAR7eRwlZOTjSLHAPhpxiStuqZHmahQbLs7htXVFG3+vKmkcPIzwnsWpAyy7Y+ep/BNy+5A1IhBEP4jmWxSzcfUMrn1B+/p2JcO+wSvjmNH/ksMPz9220LDOB09B/JSZuLTiT/EnznWYbkfcoQnhZrRXRVrC8OlSCClvs+nAX3X7gl2Jd9fvc3C8CbpO4/zk4RYZ2P1L8M9EpBcBDtWEhHiLC7BjWkwkYzuM/dgAE11+xAQbDLJkbY965J5Mb1oR+O/qbcXzk6uVzmT7BPz9Ddv+KAvZje2uJArtoekit6AH24Qd27B8uHXyX6ImF1JRmEouQeFtL6AVQQ6HUDQfjVpTclTuRe3QnSK3XuRuhobp3x6MmRQcm1u/+1KAwO+U8DAN4VCWnHgWAxMczGnGuzBfdDgp2b5uWREvV62mcrZUKh7OzSf3upLETDSI8IRi38ccrJpHq5TgshlAtOiVYSjg8DpOqCdHYiO+VMt6JXSCgi3hUIaS8pBLw1MD14okyFC9M1mJBEUruB/CREWUd+BVrLkkFYAm84WERMaDDTVV3YmBCccnICAmc9H+0V618IXg0sWlsbi3BwIXEYzii0DFMTyTQEzj7PnF71VCJf+AgI28Qr4DIciobrjLxxKFVEIpF4BBdc28657Q1MPS4sRCNiXiv031m7D8OyHMceeQt/PLItVwOhlOQVJK9gbQUq0Dbm/EXUTJJMs8xwLXsU+HHse5MwIcLTY5ihkZ7EfVYoJCf1QMQUhxNOxtFstZJAxhPb0RNNoiB3OgsBu8CGeKH5KzMNywkDbzFVR2PGi8gLQscxGUsUpImhY/+C97QClOPBzcB2HTuI/Hi9fD7u5vFM2ow9MpiyGHzIjrB4PVAn3Fp5lj3x/Nl6tX3ZH5ZPawlkNHFNJijvsgcMZkWYGmOrY2CJuZiO44zGCsfuef/6ctit1lN/HDiJS6WI9UNkUo1HeypJrsLED/chvcfEW8RPu8PL65/98bBdxdPICx3tUhE7c/QkS6bwJhJIpHpzi4L5gCKiSloMrR7z3eH49uf3+9vxebuaK5NxpMlw0t3GJUzC5VOrLwLl9mpgUytzaS86icPz49X2+UXi+Pv7z+v+RRKJZWSmW0oT7GjqzJIHTklagik14UBjPFJrGY0X8WojfYfE8fev1BDJ42nmj23LZLw7HgkNdYcEVTrCcwl2q8frZephKWt52m2O+7d3qR+v++NmKXEEJxxdJfigaag7ZOp0MivBlDEJaKKUioToYCz0oulautPj/v33u8IxlzhCZS2cdDXfApwSS0P5rbTkoIFguXmpVoCaWSvXGhJE03i120iH+pZohzfR3pR2xQMgzRwkjsnIShJKDaTDKnM63zIjDMcSyNNy8/K6P+ye5HQb2NqZNsIDS38V4Tp2GPjRyNFE8uFxu/t0AdP8xbaVD5FADnsVsE+j8ehDPdrnobCneaXMsqN45qmM8gSkQM9LC5RSUiq4YI4O2KfxfPm8Udohv4+VS3Ch+UpGdrMz3x4G3nT1pG6IXWivWHnQBbp+muBM15VAxpEMyrbL9SIaSxxuVgCpzaD4/maBsrLb+WYzny28iQQi2vBfFAu8WFYOUvPu09QbjzQOxoUQtIVcAi97D2G6dhDN1rJ/jXRhC0+Fg/8drN9k2wW44AtOAaHBTNdSFSFdIAtChUNbS6H7ACkNbItFTCJDqR3Sh70971R8HFom0xN+/XaUxXzwcxCky8mKSOD7QVo/VdZSGCEqnIhQN80FrR7SWhbr5eb4/mcvA2R5YzKLgQZrZHCuJBRBSvYyYAZEEQmDQK84pDiKhorIVXSNUD/24MxwAplGHV7efv/98ybLDvNYmowCUoNHkUaRYMoIVZf4L2lQRFSoakscmobCUcQDkBu2bTGKdXmkONayAvMukygFZLOqxwPL8KDTncUMg1ECZ4u3XALhQk14ep4txqEFCbOj6dgSCDXDIHpSj+1x/yr1QxnMNApv4sBzHumPwEwof8Y+Mte0o8XEpCTFkQBhyQIuV6wy5Sh0DEjNyXrrO3V5pIm2M9Hu9PgqcezmMgaxjMSfXp+v8zxIvKQZj2JrAmpG2+PM4SecqIfOkBCtJJnnKLO+j8QMF7FniboOBM+AvLweVf0lGLlphFqlIwW4DlYpMhDDP+zndsZD2AZRPKTQZAdIRoMUj0MY9sip6z+y+MPS8cfqsN+sVPxh5+MPIE0vVCALp7FnnIaAxnJCARgoHuoPPdEAUnwZ3fZTUCxXrcEiBbEsnVcun5exik+tz/EpEGwlfwLKLMfgmP1omQiJkNMOMlBShnNa7YTy34fADQVxdf7ir5dzX+UvBtNlIdpsQTtvfZR+uqOgh5+51g/HQcv6Qqi+dosKel5BXFWbktXL+cwLZLSeqkfb2YIeAV4EB+fDw+62CmogLEmkAt+zL9Y/GjcYvJLzYn6HMikzqDbqY6YRBipzETwpGHb4bFH99KyF+qkqoFqmEJSWVQ/oYGca1f+zIXPBCvX1rMCeevbW1q/rpwDQyfoLETwtJdfEAUN/Xiy3S7rciLBfm42aFEyQKOV4nP3RNW4PZlGQggE3nH5VXGRIT8ee73jIJjm4td0+8y7Y+8cl6vHAgkkfEg9TNVbDXqkEfmVagKvFI5GUJdpcSiU9MJccmcs4hGlYOrtBCYQM8/Ej0hgPouokk4muJSLU+goDa6cGl9WDuaHnL6KRqmMjbcKYsQRIaGAA1RUEinlw0wkWchlxbJucIHRgH/C1U1Chab+LF81F8hjPdtvYsw1BeHtBCOb+b7PDJ83wQM6sYDGfT8dOJf3QAi2fyQZQrRNofYKIVLj2OIq80GX08TtMFPHQS3nuP/bOtylxGAjjeZ7Nn0IpKMh4np5zevf9P+PJoMxV6LS0hG5Kfi8ER5yGJ8lmk0025fp+t9rcGufQnWtCzHBA2t2qYlW4YHlxPfAtJ8bot77SoFUQ8eEDfySHwuobDLvFOPYRVej1P68IwD0w3ZhSaoGWAw5RobbOM3J9UcPikBicvoUXWiTzpjvTsu9QVajxJ+CsKTNSiWBwHQuDLp/GjTQLKCpLK2gsMaKogdobbXEf1pso9j8DD79GNdkQb6nNG8OxSE9h98LoT+JsW3qYKzBMdCKGWTtW2JYvK0czBjxTKzFRYP0hxWYd2LIGFgvRMe7Ymv0Inj1LMZV89Ki5XkBLaCIy1OG6S4NUA78X1d5n0VcSHm0Wb2VC950IOmchjQ8+EziNfB8OjkXh9K4Sh8JpVCYC7FXjMOdxkxecdoLjT+hSBknYI5z1KdT/gz1cVI1LKRdCepogWxXWjAOGxLYiPYHVy1ORVgtBnMjnQY/niHqwseLYt3ZBsSFYIbqFoNT1F/RtxGiQIxTz+Sy0TA7Yt4w86cRoiESgKf/AerkpZy37rqjf/wAwXClKWDw8vTYdMGc6esA6J4NHF4orVy/PDzs9UtvzUUcWj6uCw/tLmN+tVtvCE2lPd/3m/Xcpw/Wwbl6WVUh+36Zd/PhZcHDLBm1wLlhCxRJuf2Bnzl5gMANFhIn2Fh6NL8MBSCDKaE/FUg51WZDWcBMpA3yCWy+vidy0HphOz8/0RceOiyRQEj9VDmLaFcD0gWNWF3jLneYIoXUmU8voaTJf0LpyaTKfgL5aPpkGlCwVXxFIWKzeTOYT8EOPXyYedEmNXqAvto8mHtX7IqnpIqyb35t4+E1aozlow8xEAKMvrvQLfZKi6oLXywKYc48e4VbXRZKya5lMfCYdUMic5uYmVZmMNnLXyb5Z/vI17CFDQA7LfcDy1ZvMAbg5P9/l5jHhsyr/M5W8TvrIbSdL0QCyj5r3lO1Bnrlk85GZHsTXG7a25ak7Yzjzr9M2HzhZMigucUyQTL1lMhmFw8uoHOsxvbRbnSG/XceU+iHdAfDrVUNGaUWMv81NF1mHrIf2OLamOtGghyYUjCqamodhiikMYQ7wcv0je6YdtKIQJj55qWcI2BHF5DChkP9BBZBCEhGscV1l6z21Hu4AdwAG+5yDXoi4oxNstdk6pXuGQLHeWiH2F0bPi+g5suge/rysLcZ1ztAkR3BF4byQtLP1cnlfhch6wK3+vt1bjmve0XxMfLtdzKxQQrV8fV6VThj16bCL5V1BMaOCpkSDi+WPx7t5ENrwr70zXU8VBgLonclGCAHEfa1ba5f7/s93Aam9tSpopQ0h5083vn5wmJkMEKIfjmeTWnzg5wIiuKFNGFKmJqt5L2CUEO51oihVU/u+ggHj7dn4UL3BKMziA6nQgfIZ/aE1KckN5bT++iE8FcdKckwp1hzEk1u24vo+H2S1loIgACBJKR1d7Lzg/r//EJQgfKw5WAtosg/4ujB4yS4ifm/SGx+iWQrOAxll3uCb7lGCYUWlCaemKk5OS/jNjAETAgQN2AczgA8nAICmBYgpNKRxvbq3Mlh5PSCnLTraUsAbxfS2T2YEtCEpjsBkPeLlW+FZnwY8sb0nIDoaLxdmBPMfYt8PQLy84m873j2Fipu1aoC9AFj3CaffDmFsRudXHbiLDSRoS4h8cQM36NAxg8MPNsQJwB+8fQTAZKrxuH1v0vUVlP/mmi1ASNr0WccAdzw5AJZ3YO2+iHc+6gMaUD6r4SLF4XD8PJBi+z2gG0FXUMtj4oIjsFwcXtvjkya3I3A/HyA83lgP1Q8Wqm5Pe8s+sTxZjiEXfTz0Gz4A4T3TC5ku8gWaWz/u6RSg4QMzFl+b849PYMqteEez3lCueacBmnugNQApzscBAMTcCNpbUckVsYE50NqPyfpig1D67uTsljbOpDqVKbkOISgheyH2jjAVdRBCOWOC070SABt7m0onsEgVLpjWhRFEbP5EqRsByHUIxjyV+DI3Qgi2dcm1vQ4umNRBHHaUCnzPYzx3kkNS2lBEC4AKIRiTnh/0o2EqxNdSC0qKjGnBRN0CJLAPj6yQSu0ncW8wHYZxEuiA8VyIPX3YRf4P/zxbhNRB0u2N5g/TURT2lZKCUwtLKpbOVC/CQ/tJNxqNl4/L6WgSdhKPCWphSSVnfjoOD+aruDcaz7av29V0MOn2fcm4hT6wNOeLdFGdcDiebdbP60xI1FVaCkqsyxgs3wKRcqk7cbSYbR5fnt7W2+V8MAkTXwpO2uYDINPBtAoni9V2/fb09+/zSxoii0msNGuljyxbgv5kMN/sXlMfT2+vj6vpMI8Pmvmw5MLlCh+c6SDsjaarze7l6Xm3mY0POtCy9oOU+8gTxuuk9XQxe9i9vW5W01GvH3iMU0Tb5qeWnslDO6biKB1vH9a7tAGJukV4HPnARruoyD5jvLwfW8y3m7T9CDvBez9mrQrEiwGSCYl7k8FyljYfnbz7oIiQ/RFtuh90LAXOlFQhta/63Wi8iOJO4GvPYxa2pxfVkALK83sfvh8ESRxNYuVrybiFzenV94M8X8Vd5XtMZDqsDA9yxf3CzIhKtLRYR/UIofsbyp6Wh/vJdj6gqyiEIsmMMCnenzdY+sCyohCOiKRY2Mzmhw2kohACmEFyHSas3vjbQMb7A22bJ8Rc58TeTLnpHIJLlc+A7fPH/oCbhnjLgWJb5p9aHfz1zSMG08MDsCWTteygyWeqyfv+K1i3wtIdBg/Sppcm0L0j4gqO83FXwMxmFT++o1h6wuzv2D8cBMPAhEWcr6Q2HyR87lHnAw5ivNj70fgAwz8ZGvBn9whd+9Goynod7tXlAteGHePCpAKuplSHuEwqP0AwfQ32eu8mo6snRxCXKReOFk6kSBvf5D8VJUAExza9ZHrE0aED97uJaK+OL5BgPpTOxwGUfdX2+IBP9YPTluswswVzmIOLCIfD4XA4quCG4FqA6jb+AYtf8Gh+u1blAAAAAElFTkSuQmCC);animation:sparkles-3 60s linear infinite}@keyframes sparkles-2{0%,100%{transform:translateY(0%)}50%{transform:translateY(-50%)}}@keyframes sparkles-3{0%,100%{transform:translateY(-50%)}50%{transform:translateY(0%)}}body.shrek_page.shrek_page .shrek-cast-section h1,body.shrek_page.shrek_page .shrek-cast-section h2,body.shrek_page.shrek_page .shrek-cast-section h3,body.shrek_page.shrek_page .shrek-cast-section h4,body.shrek_page.shrek_page .shrek-cast-section h5,body.shrek_page.shrek_page .shrek-cast-section h6{color:#fff}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel{min-height:0;padding:0}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item{min-height:0;padding:0}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card{background:none;border:none;border-radius:0;text-decoration:none}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-image{margin-bottom:15px;background:none;border-radius:100%;aspect-ratio:1;overflow:hidden}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-image img{height:100%;object-fit:cover;transition:0.5s}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-image:hover img{transform:scale(1.05)}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-body{padding:0;background:none}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title,body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-subtitle{margin-bottom:0.25rem;color:#fff;font-size:17px;font-weight:500;text-align:center}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .item .card .card-body .card-buttons{display:none}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#fff}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#fff}body.shrek_page.shrek_page .shrek-cast-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}body.shrek_page.shrek_page .shrek-cast-section .container-ears{margin-top:65px}@media (min-width: 992px){body.shrek_page.shrek_page .shrek-cast-section .container-ears{margin-top:95px}}body.shrek_page.shrek_page .shrek-cast-section .container-ears .container-holder{padding-bottom:30px}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-cast-section .container-ears .container-holder{padding:60px 60px 45px 60px}}body.shrek_page.shrek_page .shrek-social-section{padding:35px 0;background:#375313;color:#fff;font-size:36px;font-weight:600;line-height:1;text-align:center;font-family:"Grandstander",cursive}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-social-section{font-size:48px}}body.shrek_page.shrek_page .shrek-social-section p{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin-bottom:0}body.shrek_page.shrek_page .shrek-social-section p strong{margin-bottom:-10px;font-weight:600}body.shrek_page.shrek_page .shrek-social-section p a{padding:16px 22px;background-color:#fff;border-color:#fff;color:#375313;font-size:30px;font-family:"Be Vietnam Pro",sans-serif}@media (min-width: 1200px){body.shrek_page.shrek_page .shrek-social-section p a{font-size:40px}}body.shrek_page.shrek_page .shrek-social-section p a:hover{background-color:#bbe136;border-color:#bbe136;color:#375313}body.shrek_page.shrek_page .shrek-shop-bg{position:relative;background:url(/build/9e480fd64f3cf031fed0.jpg) no-repeat bottom #000;background-size:cover;overflow:hidden}body.shrek_page.shrek_page .shrek-shop-bg::before{content:'';position:absolute;top:75%;left:0;width:476px;height:1094px;background:url(/build/076899f4555f9eb51d99.png);animation:sparkles-4 60s linear infinite}body.shrek_page.shrek_page .shrek-shop-bg::after{content:'';position:absolute;top:25%;right:0;width:282px;height:702px;background:url(/build/6cd6d62f97a82fe0d029.png);animation:sparkles-5 60s linear infinite}@keyframes sparkles-4{0%,100%{transform:translateY(0%)}50%{transform:translateY(-50%)}}@keyframes sparkles-5{0%,100%{transform:translateY(-50%)}50%{transform:translateY(0%)}}body.shrek_page.shrek_page .shrek-shop-section{padding:6vh 0;color:#fff}body.shrek_page.shrek_page .shrek-shop-section h1,body.shrek_page.shrek_page .shrek-shop-section h2,body.shrek_page.shrek_page .shrek-shop-section h3,body.shrek_page.shrek_page .shrek-shop-section h4,body.shrek_page.shrek_page .shrek-shop-section h5,body.shrek_page.shrek_page .shrek-shop-section h6{color:#fff}body.shrek_page.shrek_page .shrek-news-section{position:relative;padding:6vh 0;color:#fff}body.shrek_page.shrek_page .shrek-news-section::before{content:'';position:absolute;top:0;left:0;right:0;max-width:1140px;height:2px;margin:0 auto;background:#bbe136}body.shrek_page.shrek_page .shrek-news-section h1,body.shrek_page.shrek_page .shrek-news-section h2,body.shrek_page.shrek_page .shrek-news-section h3,body.shrek_page.shrek_page .shrek-news-section h4,body.shrek_page.shrek_page .shrek-news-section h5,body.shrek_page.shrek_page .shrek-news-section h6{color:#fff}body.shrek_page.shrek_page .shrek-news-section .contentblock.owl-carousel{min-height:0;padding:0}body.shrek_page.shrek_page .shrek-news-section .contentblock.owl-carousel .item{min-height:0;padding:0}body.shrek_page.shrek_page .shrek-news-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#fff}body.shrek_page.shrek_page .shrek-news-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#fff}body.shrek_page.shrek_page .shrek-news-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}body.shrek_page.shrek_page .shrek-news-section .contentblock .card{background:none;border:none;border-radius:0}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-image{margin-bottom:20px;background:#fff}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body{padding:0;background:none}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption{display:flex;flex-direction:column;flex:0;color:#fff}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-title,body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-title-link,body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-subtitle,body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-description{color:inherit}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-title{font-size:26px;line-height:1.5}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-subtitle,body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-description{font-size:16px;font-weight:500}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-subtitle{order:-1}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-caption .card-description::after{display:none !important}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-buttons{margin-top:0}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-buttons .card-btn{padding:0;background:none;border-radius:0;border:none;border-bottom:1px solid #fff;color:#fff;font-size:16px;font-weight:500}body.shrek_page.shrek_page .shrek-news-section .contentblock .card .card-body .card-buttons .card-btn::after{content:'...'}body.shrek_page.shrek_page .shrek-logo-section{padding:6vh 0;text-align:center}body.shrek_page.shrek_page .shrek-reviews-section{padding-top:6vh;padding-bottom:calc(6vh + 90px);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAABaCAYAAABTww3OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAxIDc5LjE0NjI4OTk3NzcsIDIwMjMvMDYvMjUtMjM6NTc6MTQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NEZGNUIzQjU4RkUxMUVFQkJDQkEwRjdCNkMyNkRCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NEZGNUIzQzU4RkUxMUVFQkJDQkEwRjdCNkMyNkRCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0RkY1QjM5NThGRTExRUVCQkNCQTBGN0I2QzI2REIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0RkY1QjNBNThGRTExRUVCQkNCQTBGN0I2QzI2REIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jNxqIQAADnNJREFUeNrs3dnSXNV5BuC1JJBAQgMgizHJUc7i8hXkLJVcRA5y4DvIFaSSE8euDJVyqlwpXGWnnMk4OGVncAI2EIjBYDPazLIGQCAhQEIjmjrfp722equR0C/pH3p4nqq39u7d/wCr1a3uV2uvXUajUS0AAAAAACzZusijo9Hotw0FAAAAAMASjTonIn8cWW9EAAAAAACuYnSppyNfNCoAAAAAAJ9j9FlnIl+J3Gp0AAAAAAAuY3RluyK/b4QAAAAAACaMru4fIjuNFAAAAABAM1qajyJfjlQjBgAAAAAsvNG1eTLyJaMGAAAAACy00bU7G/mryFajBwAAAAAspNH1ey/yh5YHAAAAAAAWzujGPR75HSMJAAAAACyM0fLI5QH+0vIAAAAAAMBCGC2vA5EvR9YZWQAAAABgbo1WxnOR3zW6AAAAAMBcGq2sf4n8llEGAAAAAObKaOWdjPxpZLPRBgAAAADmwmj1vBP5I+uvAgAAAAAzb7T6Xoj8npEHAAAAAGbVWswe/VLk4dFo9KPIFz0EAAAAAMCsWcvT8v8g8uJoNPpm5D4PBQAAAAAwK2qemz8F/x0nI38R+Wqt9aiHBQAAAACYZtNSrPY+jPx55Ou11pMeHgAAAABgGk1bsdp7P/JnkQdqrac9TAAAAADANJnWYrW3N/Inke/UWs96uAAAAACAaTDtxWrvtdIVrN+ttY48bAAAAADAWpqVYrX3QuQrkQdrrec9fAAAAADAWpi1YrX3aukK1n+0RAAAAAAAsNpmtVjt7Yp8NfItF7kCAAAAAFbLrBervbcjX4s8UGs96WEFAAAAAFbSvBSrvfcjfxP5Rq31Yw8vAAAAALAS5q1Y7R2PfDPy17XW3R5mAAAAAGA5zWux2jsXeSjytVrrsx5uAAAAAGA5zHuxOvRk6S509R+11vMeegAAAADgei1Ssdp7I/L1yLdqrUf9EQAAAAAArtUiFqu9Y5FvR/621vqqPwoAAAAAwFItcrE69OPSzWL9Ya31nOEAAAAAAD6PYvVSeyPfiDxQaz1kOAAAAACAy1GsXt6nke9FHog8Xms1RgAAAADARYrVq3uzdAVrXuzqoOEAAAAAABSrS3c28oPI30UerrWeNyQAAAAAsJgUq9dnX+lmsX671rrPcAAAAADAYlGs3pgcu8cifx/5Xq31mCEBAAAAgPmnWF0+JyLfL13J+oilAgAAAABgfilWV8b+yHdKt1TAK4YDAAAAAOaLYnXlPR/554z1WAEAABZTfPTeFJsN+Tk8sq0dvqUlbY2si9wc2dyObW6317X7J79nuD+0rf2eofzdmy7ztVsi6yeO5e/cGFnJ5e4OD/bPTvyuUy29Y+1rLve9ZyLHB7dPRj5t+0dKt4Tf8fZ1/c+9+Pvic/phfzqB66VYXV1PRf6pdOuxvmc4AAAA1kZ8FO4LzO1lXGBmIXlT6crGvrS8bXBf/z23lq543Nq+fmu7fevEzxqWpEy3T0pXuB4tXTGbBW1fyB65zH1H2/ZEu/9ky5F2rP+aLHBP1lqPG2KYP4rVtZHrrz4W+W7kwXiB/ciQAAAAXF58bM0Zm9tasujc3JKF5pbB7S3t2KaJ2/39t7Wf0ZefsGp/jEtX3mb6wvVoy5HBfn/fkZbDE9sjrukC00OxuvbyX70eiTwY+TclKwAAME/iI2eegp7l5rarZOvnHLvNSMJFfRl7SeEayT7h45YP23Z47KNa6ynDB8tHsTpdzkUejzwU+X684O03JAAAwFpr64Pe3nLHYHvH4Pjw/jy9vi9HbzGCMDWyWO0L1yxfP2jbPgcnbn9Qaz1i2ODyFKtT/N4l8kzkXyMPxQvZLkMCAADc0IeM0ShPjd8ZuXOQvhy9s1y+JM3tBqMHCyvPtO2L1gOlK18PRd5r24PteO4fUMSySBSrs+Ol0pWsP4gXqRcMBwAALLb4KJeF547SlZ99STpZmn5h4rZ1RYGVdrqMi9ecEZtn4x5otw+021nGvuuiXsw6xepsejfy75EfRn4SL0QnDQkAAMyudnGmHS07W7IUvattd7T93PYl6XojB8y47DOy4zg4sc1kEftOZL9ZsEwrxep8vAg9XLqi9T/jxeZdQwIAAGsvPmr1RWnmnrbty9Lhfl+cVqMGcFknSitZS1e4vt22+9t+3vderfWsoWI1KVbnz3Olm8n6X5Gfx4vKOUMCAADLIz4+ZQmayaI0Z5XeXbpy9K62v7Pdl19zkxEDWDXZf/SzXPeVrnDtS9fM3tKtAasHY9koVudbXuXvkciPIv8dLx77DQkAAFwqPhLlGqVZjN5blKUA8+xM6ZYZyOI1i9Y9bdvv76u1njZMLJVidbG8HPmf0hWtT8SLxaeGBACAeRQfc3L90b4QzXL03ontPYP7NhoxAJqc9bqndOXrnjIuX3dndCkMKVYXV67N+mjp1mf9SeRl0+EBAJh28fFlQ+kK0SxI7ytdeXp/2+btfuZpzi5dZ8QAWGY54zVL1l+3XNx3pvDiUazSO1S6gjXz43gxeMuQAACwWuJjSV64KcvRLEWzOP2NMi5Q7x8c32m0AJhSOZt1WLi+1fJGZE+t9Ywhmi+KVa4kF3i+ULJGHo0n/zuGBACA6xEfObaUbjZpJsvRvii9d3A8T8m/2WgBMKfy4lrZtfRFa1+6vlm62a7Wdp1BilWW6vXIk5H/zcQTfo8hAQBYbBOn5d/f9vui9N7B8c1GCwCu6HzpStddkVdLV7a+VroCdm+t9bwhmk6KVa5XzmB9vHRl62OR163RCgAwP+JjQq5R2hekTssHgLWRywtk0Zola1+25uS37GE+NjxrS7HKcsk1WnM26xORn0aeiyf4WcMCADBd4u3/+tIVor9ZxiVpbrM87Web5u2NRgsAplp2Ma+1vFK62a65fdvkt9WhWGWlnIz8PPJU6YrWp+JJfdCwAACsnHZq/rAcHZal/X7ONF1vtABgbh0v47L1lbb/q8huk+CWl2KV1ZRrhTxduqI183I8oc8ZFgCAq4u37blOaV+O3l/GZelw1qlT8wGAKzlTxjNcs2h9OfLLyC79zPVRrLKW8l9Qnov8LPKLyDPxRP61YQEAFk28Jd9RunJ0OLP0/onb24wUALACch3XnNn6y5YLpWutdZ+h+XyKVabNh6VbQuCZyLOZeCK/b1gAgFkUb7VvLl1h2l8Aqi9P+9K0n2lqPVMAYNocLd2s1lfa9qXIiy6aNaZYZRa8U7qSNWe3Pp+JJ/F+wwIArKV4G50zSPsZpcPytC9Mc3uXkQIA5kz2NC+WVrS27RuLuJyAYpVZdSDyQhmUraVbE8SfZwDghsTb47yw093ls7NK7yuXXhhqk9ECALjgVOmWEXixDErXWuvhef6fVqwyTz4pXdn6fHsC5zT1X8WT+IShAQBSvPXdWsazSS93Wn7OOM1ZpuuMFgDADct1WvO6Ohcnx9Va352X/znFKvPufGRXGRetL7XsjifyecMDAPMh3tLeVsbl6D2lK0vvLuNT9PsZqLcaLQCANXWwjM8+7s9EnsmzkBWrLKrjpbvK3Utt+2rGFe8AYLq0Gab3DJLl6d1tOzy22WgBAMys/izkvmjNC5u/Nu2T4hSrcKm84l1e7e610hWur7TtXuu3AsDyaGuYfqF0pWg/q/SuwTaL0p3tthmmAACL6VjpStZnW3JJgbemqZ9RrMLSnCxd2ZozW9+IvN7yZjyhjxkeALhQmOas0SxDszTty9HcDkvT/n5rmAIAcK1yZuszpStZM8/UWveu1X+MYhVu3DuRN8u4bO2L1z3x5D5neACYZRNlac4wzbI0Z5ne1XJ3O5b3mV0KAMBqO1S6kvVnLVm2HlqNX6xYhZVzNrIn8lbLrmHiSf6pIQJgLcTbvztKV5TuKF0hmvvKUgAA5kV2LzmzNYvWpyMvrEQPo1iFNfpMW7qZrsOydXfpithfx5P9oCECYMl/qYxGm0pXhg7L0h1lXJjmfhamO9v+zUYNAIAFcrp0F8fKsjWL1pzV+uaN/lDFKkynXNN1zyC7y7h43bNaU9oBWBvx9uy2Mi5B7yzjYvRKZalZpQAAcG0+Kt2M1v+LPFW6svWarqOjWIXZdCLydmRv22b2lW4WbG73xYvBScMEsPbirdbGMi5Hdw72h7fvLOMiNbPByAEAwKrK6+S8VLqS9ULZWmvd/XnfoFiF+ZWzWvvS9d3Sla77I++1Y/vjBeKwYQJYunjbtKWMZ5HeMZE7B/cNi9TbjBwAAMyk9yM/LeOy9bnhWq2KVVhsp0orWcugcG0vHAfasQPxovGxoQLmSbvSfZahVytJJ4/fZPQAAGBh5Vqtv4g8kVGsAkuR/xpzsWid2OaFtrKIzRmyB82CBVZDvH1ZF5vtkdtbtl/j1sWbAACAG6JYBZbbmdJK1pbJ/Q9acpHoD3Nbaz1j2GCxtKvYb23ZNrG/ve1vL58tRG8f3A8AALBmFKvANDhaJsrWtj3UtjkL9uPB9sK+C3TB6mun0PfZNsiVStJ+f/vEbafUAwAAM02xCsyyXKLgkrK1bT9pOTLY/6Tdf8mx4aLTMG/ir/hbS1eA5sWTtpVxIZrZ3o73t7Ps3DK4vaUd2zzxMwAAACiKVYBcePp46YrWnDl7rN3O7ZG23+dw255qX3uidOXukXbsVNs/XWs9bmi5knZl+fWlKy83tG2WoBtLV17msb7Q3NCObWxfs9Tvcao8AADAClKsAqycLFezeM0S9mzpytoz7Xi/zWK3L2hzaYO+oC3t+85dZj9L4PPXsJ9lb/9af6TWOpev+/HX2fbBzSwWNw1u52zL/tTzvtDs9eVkb/hzspzMiyRlWZkXO7ql5ab2M2sZz+Lsv3ZT+/19Edp/bSlmfAIAAMwNxSoAWfpebYZtlr+nr/I1wwJ30rDYvJq+kLya/JoNHj4AAADWgmIVAAAAAOAarTMEAAAAAADX5v8FGADM8NqFxv42YgAAAABJRU5ErkJggg==) no-repeat center bottom #375313;background-size:100%;color:#fff;font-size:18px;font-weight:400;text-align:center}body.shrek_page.shrek_page .shrek-reviews-section h4{margin-bottom:20px}body.shrek_page.shrek_page .shrek-reviews-section h1,body.shrek_page.shrek_page .shrek-reviews-section h2,body.shrek_page.shrek_page .shrek-reviews-section h3,body.shrek_page.shrek_page .shrek-reviews-section h4,body.shrek_page.shrek_page .shrek-reviews-section h5,body.shrek_page.shrek_page .shrek-reviews-section h6{color:#fff}body.shrek_page.shrek_page .shrek-footer{position:relative;padding:6vh 0 30px 0;font-size:18px;font-weight:400;text-align:center}body.shrek_page.shrek_page .shrek-footer .container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-footer .owl-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-footer .carousel-container,body.shrek_page.shrek_page .shrek-footer body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.shrek_page.shrek_page .shrek-footer .container-holder,body.shrek_page.shrek_page .shrek-footer body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.shrek_page.shrek_page .shrek-footer .container-default,body.shrek_page.shrek_page .shrek-footer .owl-carousel .item .owl-container,body.shrek_page.shrek_page .owl-carousel .item .shrek-footer .owl-container,body.shrek_page.shrek_page .shrek-footer .carousel .carousel-item .carousel-container,body.shrek_page.shrek_page .carousel .carousel-item .shrek-footer .carousel-container,body.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-footer .owl-container,body.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-footer .carousel-container{max-width:850px}body.shrek_page.shrek_page .shrek-footer a{color:#375313}body.shrek_page.shrek_page .shrek-footer a:hover{text-decoration:underline}body.shrek_page.shrek_page .shrek-footer .footer-logo{margin:6vh 0}body.shrek_page.shrek_page .shrek-footer .footer-socials{margin-bottom:45px}body.shrek_page.shrek_page .shrek-footer .footer-socials ul{display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}body.shrek_page.shrek_page .shrek-footer .footer-socials ul li{margin:0 10px}body.shrek_page.shrek_page .shrek-footer .footer-copyright{margin:30px 0}body.shrek_page.shrek_page .shrek-footer .footer-copyright a{color:#000}body.thewiz_page{/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */}@media (min-width: 1200px){body.thewiz_page{padding:0;transition:all 0.2s ease-in-out}}@media (min-width: 1200px){body.thewiz_page.sticky{padding:0}}body.thewiz_page .container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-container,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .owl-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-container,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .carousel-container,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .container-holder,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .container-default,body.shrek_page .owl-carousel .item body.thewiz_page .owl-container,body.shrek_page .carousel .carousel-item body.thewiz_page .carousel-container,body.thewiz_page .owl-carousel .item .owl-container,body.thewiz_page .carousel .carousel-item .carousel-container{padding:0 30px}body.thewiz_page .container-small{width:100%;margin:0 auto;padding:0 30px}@media (min-width: 576px){body.thewiz_page .container-small{max-width:540px;padding:0 30px}}@media (min-width: 768px){body.thewiz_page .container-small{max-width:720px}}@media (min-width: 992px){body.thewiz_page .container-small{max-width:960px}}@media (min-width: 1200px){body.thewiz_page .container-small{max-width:1000px}}body.thewiz_page .container-fluid,body.thewiz_page .container-sm,body.thewiz_page .container-md,body.thewiz_page .container-lg,body.thewiz_page .container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .container-two-columns{max-width:2000px;padding:0 30px}@media (min-width: 576px){body.thewiz_page .container-fluid,body.thewiz_page .container-sm,body.thewiz_page .container-md,body.thewiz_page .container-lg,body.thewiz_page .container-xl,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.story-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.story-section body.thewiz_page .container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.characters-section .container-default,body:not(.shrek_page):not(.thewiz_page) section.characters-section body.thewiz_page .container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) section.content-blocks .container-default,body:not(.shrek_page):not(.thewiz_page) section.content-blocks body.thewiz_page .container-default,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns .container-two-columns.item,body:not(.shrek_page):not(.thewiz_page) .main .article_2_columns.park-2-columns body.thewiz_page .container-two-columns.item,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .story-section body.thewiz_page .container-two-columns,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section .container-two-columns,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .story-section body.thewiz_page .container-two-columns{padding:0 30px}}body.thewiz_page .container-one-column .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.thewiz_page .container-one-column .column.default{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}body.thewiz_page .container-two-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.thewiz_page .container-two-columns .column.one,body.thewiz_page .container-two-columns .column.two{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 768px){body.thewiz_page .container-two-columns .column.one,body.thewiz_page .container-two-columns .column.two{flex:0 0 50%;max-width:50%}}body.thewiz_page .container-three-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.thewiz_page .container-three-columns .column.one,body.thewiz_page .container-three-columns .column.two,body.thewiz_page .container-three-columns .column.three{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 768px){body.thewiz_page .container-three-columns .column.one,body.thewiz_page .container-three-columns .column.two,body.thewiz_page .container-three-columns .column.three{flex:0 0 33.33333%;max-width:33.33333%}}body.thewiz_page .container-four-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.thewiz_page .container-four-columns .column.one,body.thewiz_page .container-four-columns .column.two,body.thewiz_page .container-four-columns .column.three,body.thewiz_page .container-four-columns .column.four{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 576px){body.thewiz_page .container-four-columns .column.one,body.thewiz_page .container-four-columns .column.two,body.thewiz_page .container-four-columns .column.three,body.thewiz_page .container-four-columns .column.four{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.thewiz_page .container-four-columns .column.one,body.thewiz_page .container-four-columns .column.two,body.thewiz_page .container-four-columns .column.three,body.thewiz_page .container-four-columns .column.four{flex:0 0 25%;max-width:25%}}body.thewiz_page .container-six-columns .container-holder{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -15px -15px}body.thewiz_page .container-six-columns .column.one,body.thewiz_page .container-six-columns .column.two,body.thewiz_page .container-six-columns .column.three,body.thewiz_page .container-six-columns .column.four,body.thewiz_page .container-six-columns .column.five,body.thewiz_page .container-six-columns .column.six{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 15px 0}@media (min-width: 576px){body.thewiz_page .container-six-columns .column.one,body.thewiz_page .container-six-columns .column.two,body.thewiz_page .container-six-columns .column.three,body.thewiz_page .container-six-columns .column.four,body.thewiz_page .container-six-columns .column.five,body.thewiz_page .container-six-columns .column.six{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.thewiz_page .container-six-columns .column.one,body.thewiz_page .container-six-columns .column.two,body.thewiz_page .container-six-columns .column.three,body.thewiz_page .container-six-columns .column.four,body.thewiz_page .container-six-columns .column.five,body.thewiz_page .container-six-columns .column.six{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.thewiz_page .container-six-columns .column.one,body.thewiz_page .container-six-columns .column.two,body.thewiz_page .container-six-columns .column.three,body.thewiz_page .container-six-columns .column.four,body.thewiz_page .container-six-columns .column.five,body.thewiz_page .container-six-columns .column.six{flex:0 0 16.66667%;max-width:16.66667%}}body.thewiz_page .header{position:relative;z-index:999;transition:all 0.2s ease-in-out}@media (min-width: 1200px){body.thewiz_page .header{position:absolute;top:0;right:0;left:0}}body.thewiz_page .header .header-socket{background-color:#343A40}body.thewiz_page .header .header-main{background:#fff}body.thewiz_page .header .header-main .logo{max-width:75px;transition:all 0.2s ease-in-out}body.thewiz_page .header .header-main .navbar-toggler{margin:0 0 0 auto}body.thewiz_page .header .header-main .navbar-toggler .navbar-toggler-icon{width:auto;height:auto;background-image:none}body.thewiz_page .header .header-main .navbar-collapse .navbar-nav{margin:0 0 0 auto}@media (min-width: 1200px){body.thewiz_page .header.sticky{position:fixed;box-shadow:0 3px 3px rgba(0,0,0,0.1)}}@media (min-width: 1200px){body.thewiz_page .header.sticky .header-main .logo{max-width:40px}}body.thewiz_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel{display:inherit}body.thewiz_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel .dropdown-toggle{display:none !important}body.thewiz_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item.active_side_panel .nav-item{display:inherit}body.thewiz_page .header .navbar-collapse.side_panel.side_panel_opened .nav-item:not(.active_side_panel){display:none}body.thewiz_page .header .navbar-collapse.side_panel .menu-side-panel-header .go-back::after{content:"\F060";font-family:"Font Awesome 5 Pro";font-size:0.813rem;font-weight:700;border:none}body.thewiz_page .footer{padding:0;background:rgba(0,0,0,0)}body.thewiz_page .footer .footer-top{padding:8vh 0;background:#00b5e9}body.thewiz_page .footer .footer-socket{padding:4vh 0;background:#343A40}body.thewiz_page .content{padding:8vh 0}body.thewiz_page .content h1,body.thewiz_page .content h2,body.thewiz_page .content h3,body.thewiz_page .content h4,body.thewiz_page .content h5,body.thewiz_page .content h6{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:700;line-height:1.2;color:#000}body.thewiz_page .content h1{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:3rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.thewiz_page .content h1{font-size:3rem;line-height:1.2}}body.thewiz_page .content h2{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.thewiz_page .content h2{font-size:2.25rem;line-height:1.2}}body.thewiz_page .content h3{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.thewiz_page .content h3{font-size:1.75rem;line-height:1.2}}body.thewiz_page .content h4{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.thewiz_page .content h4{font-size:1.5rem;line-height:1.2}}body.thewiz_page .content h5{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.thewiz_page .content h5{font-size:1.25rem;line-height:1.2}}body.thewiz_page .content h6{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;color:#000}@media (min-width: 576px){body.thewiz_page .content h6{font-size:1rem;line-height:1.2}}body.thewiz_page .content p{margin:0 0 1rem 0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.thewiz_page .content ul:not(.vocabulary_term_list) li,body.thewiz_page .content ol:not(.carousel-indicators) li{margin:0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.thewiz_page .content ul.custom-list li{padding:0 0 0 25px}body.thewiz_page .content ul.custom-list li::before{left:0;height:24px;font-family:'Font Awesome 5 Pro';font-size:10px;font-weight:700;line-height:24px;color:#76bf43;content:""}body.thewiz_page .content ol.custom-list li{padding:0 0 0 25px}body.thewiz_page .content ol.custom-list li::before{left:0;height:24px;font-family:'Font Awesome 5 Pro';font-size:10px;font-weight:400;line-height:24px;color:#76bf43;content:""}body.thewiz_page .content.bg-dark h1{color:#fff}body.thewiz_page .content.bg-dark h2{color:#fff}body.thewiz_page .content.bg-dark h3{color:#fff}body.thewiz_page .content.bg-dark h4{color:#fff}body.thewiz_page .content.bg-dark h5{color:#fff}body.thewiz_page .content.bg-dark h6{color:#fff}body.thewiz_page .content.bg-dark p{color:#fff}body.thewiz_page .content.bg-dark ul li,body.thewiz_page .content.bg-dark ol li{color:#fff}body.thewiz_page .content.bg-dark ul.custom-list li::before{color:#76bf43}body.thewiz_page .content.bg-dark ol.custom-list li::before{color:#76bf43}body.thewiz_page .content-padding{padding:8vh 0}body.thewiz_page .mini-sab{padding:4vh 0;background-color:#DEE2E6}@media (max-width: 767.98px){body.thewiz_page .mini-sab .container .container-holder,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .mini-sab .owl-container .container-holder,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .mini-sab .carousel-container .container-holder,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page .mini-sab .container-holder .container-holder,body.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page .mini-sab .container-default .container-holder,body.shrek_page .owl-carousel .item body.thewiz_page .mini-sab .owl-container .container-holder,body.shrek_page .carousel .carousel-item body.thewiz_page .mini-sab .carousel-container .container-holder,body.thewiz_page .mini-sab .owl-carousel .item .owl-container .container-holder,body.thewiz_page .owl-carousel .item .mini-sab .owl-container .container-holder,body.thewiz_page .mini-sab .carousel .carousel-item .carousel-container .container-holder,body.thewiz_page .carousel .carousel-item .mini-sab .carousel-container .container-holder{flex:1}}body.thewiz_page .mini-sab .btn-toggle-mini-sab{border-radius:4px !important}body.thewiz_page .eyecatcher{min-height:90vh}body.thewiz_page .eyecatcher.large{min-height:100vh}body.thewiz_page .alert{margin:0 0 1rem 0;padding:.75rem 1.25rem;border-radius:.25rem;box-shadow:none;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}body.thewiz_page .alert-danger{background:#fff;border:1px solid #DC3545;color:#DC3545}body.thewiz_page .bg-dark .alert-danger{background:rgba(0,0,0,0);border:1px solid #DC3545;color:#DC3545}body.thewiz_page .btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page .btn-toggle-mini-sab,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page .card-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page .owl-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page .carousel-btn,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page .timeslot-item-navigation-btn,body.shrek_page .mini-sab body.thewiz_page .btn-toggle-mini-sab,body.shrek_page .card body.thewiz_page .card-btn,body.shrek_page .owl-carousel .item body.thewiz_page .owl-btn,body.shrek_page .carousel .carousel-item body.thewiz_page .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page .timeslot-item-navigation-btn,body.thewiz_page body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page a,body.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page .card .card-btn,body.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{max-width:100%}body.thewiz_page .btn-white{background:#fff;border:1px solid #fff;color:#000}body.thewiz_page .btn-white:hover{background:#76bf43;border:1px solid #76bf43}body.thewiz_page .btn-link--primary,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .btn-back,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .btn-back,body.thewiz_page .btn-back{color:#76bf43}body.thewiz_page .btn-link--primary:hover,body.thewiz_page .btn-back:hover{color:#00b5e9}body.thewiz_page .btn-link--white{color:#fff}body.thewiz_page .btn-link--white:hover{color:#76bf43}body.thewiz_page .btn-back{transition:all 0.2s ease-in-out}body.thewiz_page .list{margin:0;padding:0;list-style:none}body.thewiz_page .list.list-icons{margin:10px 0 0 0}body.thewiz_page .list.list-icons .list-item,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .list.list-icons ul.tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .list.list-icons ul,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .list.list-icons .tag-list,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .list.list-icons .tag-list{padding:0 0 0 30px}body.thewiz_page .list.list-icons .list-item .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .list.list-icons ul.tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .list.list-icons ul .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .list.list-icons .tag-list .icon,body.thewiz_page .list.list-icons body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .list.list-icons .tag-list .icon{left:0}body.thewiz_page .vocabulary_term_list li{margin:0 10px 0 0}body.thewiz_page .footer_logolink .list .list-item,body.thewiz_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .footer_logolink .list ul.tag-list,body.thewiz_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .footer_logolink .list ul,body.thewiz_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .footer_logolink .list .tag-list,body.thewiz_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .footer_logolink .list .tag-list,body.thewiz_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .footer_logolink .list .tag-list,body.thewiz_page .footer_logolink .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .footer_logolink .list .tag-list{margin:0 10px 0 0}body.thewiz_page .footer_link .list .list-item,body.thewiz_page .footer_link .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .footer_link .list ul.tag-list,body.thewiz_page .footer_link .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .footer_link .list ul,body.thewiz_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .footer_link .list .tag-list,body.thewiz_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .footer_link .list .tag-list,body.thewiz_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .footer_link .list .tag-list,body.thewiz_page .footer_link .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .footer_link .list .tag-list{margin:0 10px 0 0}body.thewiz_page .card{background:#fff;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem;box-shadow:none;overflow:hidden}body.thewiz_page .card .card-image{flex:0 0 auto;background:#E9ECEF}body.thewiz_page .card .card-image .card-img{border-radius:0}body.thewiz_page .card .card-image .card-image-caption{top:auto;right:0;bottom:0;left:0;display:block;align-items:stretch;justify-content:flex-start;padding:0;background:rgba(0,0,0,0)}body.thewiz_page .card .card-image .card-image-caption .card-image-label{padding:5px 15px;background:rgba(0,0,0,0.25);font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:none;text-align:left;color:#fff}body.thewiz_page .card .card-body{padding:15px;background:#fff}body.thewiz_page .card .card-caption{flex:1 1 auto;text-align:left}body.thewiz_page .card .card-caption .card-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:none;text-align:left;color:#000;transition:all 0.2s ease-in-out}@media (min-width: 576px){body.thewiz_page .card .card-caption .card-title{font-size:1.5rem;line-height:1.2}}body.thewiz_page .card .card-caption .card-title-link{margin:0 0 .5rem 0;text-decoration:none;color:#000}body.thewiz_page .card .card-caption .card-title-link .card-title{margin:0;color:inherit}body.thewiz_page .card .card-caption .card-title-link:hover{text-decoration:none;color:#76bf43}body.thewiz_page .card .card-caption .card-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:none;text-align:left;color:#000}@media (min-width: 576px){body.thewiz_page .card .card-caption .card-subtitle{font-size:1rem;line-height:1.2}}body.thewiz_page .card .card-caption .card-description{margin:0;overflow:hidden;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-shadow:none;text-align:left;color:#000}@media (min-width: 576px){body.thewiz_page .card .card-caption .card-description{min-height:125px;max-height:125px}}body.thewiz_page .card .card-caption .card-description::after{right:0;bottom:0;left:0;height:50px;background:#fff;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);content:''}body.thewiz_page .card .card-caption .card-description .list .list-item,body.thewiz_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .card .card-caption .card-description .list ul.tag-list,body.thewiz_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .card .card-caption .card-description .list ul,body.thewiz_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .card .card-caption .card-description .list .tag-list,body.thewiz_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .card .card-caption .card-description .list .tag-list,body.thewiz_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .card .card-caption .card-description .list .tag-list,body.thewiz_page .card .card-caption .card-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .card .card-caption .card-description .list .tag-list{color:inherit}body.thewiz_page .card .card-buttons{flex:0 0 auto;margin:15px 0 0 0}body.thewiz_page .card .card-btn{background:#76bf43;border:1px solid #76bf43;color:#fff}body.thewiz_page .card .card-btn:hover{background:#000;border:1px solid #000;color:#fff}body.thewiz_page .card.card-overlay .card-img-overlay{display:block;flex-direction:column;padding:15px;background:rgba(0,0,0,0.25);overflow:hidden}body.thewiz_page .card.card-overlay .card-caption{padding:0;background:rgba(0,0,0,0)}body.thewiz_page .card.card-overlay .card-caption .card-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.thewiz_page .card.card-overlay .card-caption .card-title{font-size:1.5rem;line-height:1.2}}body.thewiz_page .card.card-overlay .card-caption .card-title-link{margin:0 0 .5rem 0;text-decoration:none;color:#fff}body.thewiz_page .card.card-overlay .card-caption .card-title-link .card-title{color:inherit}body.thewiz_page .card.card-overlay .card-caption .card-title-link:hover{text-decoration:none;color:#76bf43}body.thewiz_page .card.card-overlay .card-caption .card-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.thewiz_page .card.card-overlay .card-caption .card-subtitle{font-size:1rem;line-height:1.2}}body.thewiz_page .card.card-overlay .card-caption .card-description{min-height:75px;max-height:75px;margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.thewiz_page .card.card-overlay .card-caption .card-description::after{height:50px;background:rgba(0,0,0,0.25);background:rgba(0,0,0,0)}body.thewiz_page .card.card-overlay .card-btn{background:transparent;border:1px solid #fff;color:#fff}body.thewiz_page .card.card-overlay .card-btn:hover{background:#fff;border:1px solid #fff;color:#000}body.thewiz_page .card.card-assortiment .card-price.discounted{text-decoration:line-through}body.thewiz_page .card.card-assortiment .card-caption .card-prices{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5;text-shadow:none;text-align:left;color:#000}body.thewiz_page .card.card-assortiment .card-caption .card-prices .card-price{font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;color:#000}body.thewiz_page .card.card-arrangement .card-image{overflow:visible}body.thewiz_page .card.card-arrangement .card-image .card-label{position:absolute;right:0;bottom:-10px;margin:0 15px;background:#76bf43;padding:.5rem 1rem;border-radius:.25rem;color:#fff;font-weight:700}body.thewiz_page .card.card-arrangement .card-image .card-label::after{content:'';position:absolute;top:100%;left:10px;width:0;height:0;border-top:10px solid #76bf43;border-right:10px solid transparent}body.thewiz_page .card.card-arrangement .card-info{margin-bottom:1rem}body.thewiz_page .card.card-arrangement .card-info .card-staydata{display:flex;flex-wrap:wrap;margin:0 0 0.5rem 0;padding:0;list-style:none}body.thewiz_page .card.card-arrangement .card-info .card-staydata li{font-size:.75rem;line-height:1}body.thewiz_page .card.card-arrangement .card-info .card-staydata li+li::before{content:'|';margin:0 5px}body.thewiz_page .card.card-arrangement .card-info .card-traveldata{margin-bottom:1rem}body.thewiz_page .card.card-arrangement .card-info .card-traveldata .dates{display:flex;flex-wrap:wrap;margin:0 0 0.5rem 0;padding:0;list-style:none}body.thewiz_page .card.card-arrangement .card-info .card-traveldata .dates li{color:#76bf43;line-height:1;font-size:.875rem}body.thewiz_page .card.card-arrangement .card-info .card-traveldata .dates li+li::before{content:'\f061';margin:0 7.5px;color:rgba(118,191,67,0.5);font-weight:900;font-family:"Font Awesome 5 Pro"}body.thewiz_page .card.card-arrangement .card-info .card-prices{text-align:right}body.thewiz_page .card.card-arrangement .card-info .card-prices .card-old-price{font-size:.875rem;line-height:1;text-decoration:line-through}body.thewiz_page .card.card-arrangement .card-info .card-prices .card-price .card-price-prefix{font-size:.75rem}body.thewiz_page .card.card-arrangement .card-info .card-prices .card-price .card-price-amount{margin-left:5px;color:#76bf43;font-size:1.125rem;font-weight:700}body.thewiz_page .card.card-arrangement .card-characteristics{margin:0}body.thewiz_page .card.card-arrangement .card-buttons{margin:0}body.thewiz_page .card.card-wide .card-image{flex:0 0 100%;max-width:100%}@media (min-width: 576px){body.thewiz_page .card.card-wide .card-image{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body.thewiz_page .card.card-wide .card-image{flex:0 0 41.66667%;max-width:41.66667%}}@media (min-width: 992px){body.thewiz_page .card.card-wide .card-image{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.thewiz_page .card.card-wide .card-image{flex:0 0 33.33333%;max-width:33.33333%}}body.thewiz_page .card.card-wide .card-body{flex:0 0 100%;max-width:100%}@media (min-width: 576px){body.thewiz_page .card.card-wide .card-body{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body.thewiz_page .card.card-wide .card-body{flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width: 992px){body.thewiz_page .card.card-wide .card-body{flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width: 1200px){body.thewiz_page .card.card-wide .card-body{flex:0 0 66.66667%;max-width:66.66667%}}body.thewiz_page .card.icon .card-image{background:#fff;font-size:155px}body.thewiz_page .card.dark{background:#000;border:0}body.thewiz_page .card.dark .card-image{background:#343A40}body.thewiz_page .card.dark .card-body{background:#000}body.thewiz_page .card.dark .card-caption .card-title{color:#fff}body.thewiz_page .card.dark .card-caption .card-title-link{color:#fff}body.thewiz_page .card.dark .card-caption .card-title-link .card-title{margin:0;color:inherit}body.thewiz_page .card.dark .card-caption .card-title-link:hover{color:#76bf43}body.thewiz_page .card.dark .card-caption .card-subtitle{color:#fff}body.thewiz_page .card.dark .card-caption .card-description{color:#fff}body.thewiz_page .card.dark .card-caption .card-description::after{background:#000;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%)}body.thewiz_page .card.dark .card-caption .card-prices{color:#fff}body.thewiz_page .card.dark .card-caption .card-prices .card-price{color:#fff}body.thewiz_page .card.dark .card-info .card-prices .card-price-label,body.thewiz_page .card.dark .card-info .card-prices .card-old-price{color:#fff}body.thewiz_page .card.dark .card-info .card-prices .card-price{color:#76bf43}body.thewiz_page .card.dark .card-info .card-traveldata .card-arrival-label,body.thewiz_page .card.dark .card-info .card-traveldata .card-arrival-data,body.thewiz_page .card.dark .card-info .card-traveldata .card-duration-data{color:#fff}body.thewiz_page .card.dark .card-btn{background:#fff;border:1px solid #fff;color:#000}body.thewiz_page .card.dark .card-btn:hover{background:#76bf43;border:1px solid #76bf43;color:#fff}body.thewiz_page .masonry .card .card-caption .card-description{min-height:0;max-height:unset}body.thewiz_page .faq-overview .faq-icon{top:0;right:unset;bottom:unset;left:0;z-index:10;width:50px;font-size:1rem;line-height:41px;color:#76bf43;transition:all 0.2s ease-in-out}body.thewiz_page .faq-overview .faq-category{margin:15px 0 0 0}body.thewiz_page .faq-overview .faq-category .faq-title{margin:0;padding:10px 0 10px 50px;background:rgba(0,0,0,0);cursor:pointer}@media (min-width: 576px){body.thewiz_page .faq-overview .faq-category .faq-title{padding:10px 10px 10px 50px}}body.thewiz_page .faq-overview .faq-category .faq-title h2{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body.thewiz_page .faq-overview .faq-category .faq-title h2{font-size:1.5rem;line-height:1.2}}body.thewiz_page .faq-overview .faq-category .faq-title .faq-icon{line-height:48px}body.thewiz_page .faq-overview .faq-category .faq-title:hover .faq-icon{color:#53872e}body.thewiz_page .faq-overview .faq-category .faq-items{display:none}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question{margin:0 0 5px 0;padding:10px 10px 10px 50px;background:rgba(0,0,0,0);border:1px solid #E9ECEF;cursor:pointer}@media (min-width: 576px){body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question{padding:10px 10px 10px 50px}}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question h3{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question h3{font-size:1rem;line-height:1.2}}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question:hover .faq-icon{color:#53872e}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-answer{display:none;margin:0 0 25px 0;padding:10px 10px 10px 50px;background:rgba(0,0,0,0);border:1px solid #E9ECEF;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-decoration:none;color:#000}@media (min-width: 576px){body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-answer{padding:10px 10px 10px 50px}}body.thewiz_page .faq-overview .faq-category.js-single-category .faq-items{display:block}body.thewiz_page .form .form-group{margin:0 0 1rem 0}body.thewiz_page .form .form-control-label{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.thewiz_page .form .form-control{padding:.375rem .75rem;background-color:#fff;border:1px solid #CED4DA;border-radius:.25rem;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#495057}body.thewiz_page .form .form-control.is-invalid{border:1px solid #DC3545}body.thewiz_page .form .g-recaptcha{margin:0 0 1rem 0}body.thewiz_page .form .reCAPTCHA-text{margin:0 0 1rem 0;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.5;color:#000}body.thewiz_page .bg-dark .form .form-control-label{color:#fff}body.thewiz_page .bg-dark .form .form-control{background-color:#fff;border:1px solid #CED4DA;color:#495057}body.thewiz_page .bg-dark .form .form-control.is-invalid{border:1px solid #DC3545}body.thewiz_page .bg-dark .form .reCAPTCHA-text{color:#fff}body.thewiz_page .loading-icon::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .loading-overlay::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .loading-overlay::before,body.thewiz_page body.shrek_page .loading-overlay::before,body.shrek_page body.thewiz_page .loading-overlay::before,body.shrek_page body.thewiz_page .eyecatcher::before,body.thewiz_page body.shrek_page .eyecatcher::before,body.shrek_page body.thewiz_page .carousel::before,body.thewiz_page body.shrek_page .carousel::before,body.thewiz_page .loading-overlay::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .eyecatcher::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page).home body.thewiz_page .spacer::before,body.thewiz_page body.shrek_page.home .spacer::before,body.shrek_page.home body.thewiz_page .spacer::before,body.thewiz_page .eyecatcher::before,body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page .carousel::before,body.thewiz_page.home .spacer::before{width:32px;height:32px;margin:0 auto;border:4px solid #F8F9FA;border-color:#00b5e9 #00b5e9 #00b5e9 transparent;border-radius:50%;content:'';animation:loading-icon-spin .75s linear infinite}body.thewiz_page .loading-overlay::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .eyecatcher::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .eyecatcher::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel:not(.slider)::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .carousel::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page).home .spacer::before,body:not(.shrek_page):not(.thewiz_page).home body.thewiz_page .spacer::before,body.thewiz_page body.shrek_page .eyecatcher::before,body.shrek_page body.thewiz_page .eyecatcher::before,body.thewiz_page body.shrek_page .carousel::before,body.shrek_page body.thewiz_page .carousel::before,body.thewiz_page body.shrek_page.home .spacer::before,body.shrek_page.home body.thewiz_page .spacer::before,body.thewiz_page .eyecatcher::before,body.thewiz_page .owl-carousel:not(.slider)::before,body.thewiz_page .carousel::before,body.thewiz_page.home .spacer::before{top:50%;left:50%;margin:-16px 0 0 -16px}@keyframes loading-icon-spin{to{transform:rotate(360deg)}}body.thewiz_page .owl-carousel{min-height:90vh}body.thewiz_page .owl-carousel .owl-stage .owl-item{flex:0 0 auto}body.thewiz_page .owl-carousel .item{align-items:center;min-height:90vh;padding:7.5vh 0;background-position:center center;background-repeat:no-repeat;background-size:cover}body.thewiz_page .owl-carousel .item .owl-caption-holder{width:100%}body.thewiz_page .owl-carousel .item .owl-caption{padding:0;background:rgba(0,0,0,0);text-align:left}body.thewiz_page .owl-carousel .item .owl-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.thewiz_page .owl-carousel .item .owl-title{font-size:2.25rem;line-height:1.2}}body.thewiz_page .owl-carousel .item .owl-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}@media (min-width: 576px){body.thewiz_page .owl-carousel .item .owl-subtitle{font-size:1.75rem;line-height:1.2}}body.thewiz_page .owl-carousel .item .owl-description{margin:0 0 1rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.thewiz_page .owl-carousel .item .owl-description .list .list-item,body.thewiz_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .owl-carousel .item .owl-description .list ul.tag-list,body.thewiz_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .owl-carousel .item .owl-description .list ul,body.thewiz_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .owl-carousel .item .owl-description .list .tag-list,body.thewiz_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .owl-carousel .item .owl-description .list .tag-list,body.thewiz_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .owl-carousel .item .owl-description .list .tag-list,body.thewiz_page .owl-carousel .item .owl-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .owl-carousel .item .owl-description .list .tag-list{color:#fff}body.thewiz_page .owl-carousel .owl-nav{position:absolute;right:0;bottom:50%;left:0;z-index:100;margin:0 0 25px 0}body.thewiz_page .owl-carousel .owl-nav .owl-prev,body.thewiz_page .owl-carousel .owl-nav .owl-next{position:absolute;display:block;width:30px;height:50px;outline:0;font-size:2rem;line-height:50px;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff;transition:all 0.2s ease-in-out}body.thewiz_page .owl-carousel .owl-nav .owl-prev:hover,body.thewiz_page .owl-carousel .owl-nav .owl-next:hover{color:#76bf43}body.thewiz_page .owl-carousel .owl-nav .owl-prev.disabled,body.thewiz_page .owl-carousel .owl-nav .owl-next.disabled{opacity:.25;pointer-events:none}body.thewiz_page .owl-carousel .owl-nav .owl-prev{left:0}body.thewiz_page .owl-carousel .owl-nav .owl-next{right:0}body.thewiz_page .owl-carousel .owl-dots{position:absolute;right:0;bottom:30px;left:0;z-index:100;height:0;display:flex;justify-content:center;flex-wrap:wrap}body.thewiz_page .owl-carousel .owl-dots .owl-dot{outline:0}body.thewiz_page .owl-carousel .owl-dots .owl-dot span{width:15px;height:15px;margin:7.5px 2.5px;background:rgba(0,0,0,0);border:2px solid #fff;border-radius:15px;box-shadow:2px 2px 2px rgba(0,0,0,0.5);transition:all 0.2s ease-in-out}body.thewiz_page .owl-carousel .owl-dots .owl-dot:hover span{background:#fff;border:2px solid #fff}body.thewiz_page .owl-carousel .owl-dots .owl-dot.active span{background:#fff;border:2px solid #fff}body.thewiz_page .owl-carousel.large{min-height:100vh}body.thewiz_page .owl-carousel.large .item{min-height:100vh;padding:15vh 0}body.thewiz_page .owl-carousel.slider .item{min-height:0;padding:0}body.thewiz_page .owl-carousel.slider .owl-nav{right:-30px;left:-30px}body.thewiz_page .owl-carousel.slider .owl-nav .owl-prev,body.thewiz_page .owl-carousel.slider .owl-nav .owl-next{text-shadow:none;color:#76bf43}body.thewiz_page .owl-carousel.slider .owl-nav .owl-prev:hover,body.thewiz_page .owl-carousel.slider .owl-nav .owl-next:hover{color:#53872e}body.thewiz_page .owl-carousel.slider .owl-dots{bottom:0;height:auto;margin-top:15px}body.thewiz_page .owl-carousel.slider .owl-dots .owl-dot span{background:rgba(0,0,0,0);border:2px solid #76bf43;box-shadow:none}body.thewiz_page .owl-carousel.slider .owl-dots .owl-dot:hover span{background:#76bf43;border:2px solid #76bf43}body.thewiz_page .owl-carousel.slider .owl-dots .owl-dot.active span{background:#76bf43;border:2px solid #76bf43}body.thewiz_page .bg-dark .owl-carousel.slider .owl-nav .owl-prev,body.thewiz_page .bg-dark .owl-carousel.slider .owl-nav .owl-next{color:#fff}body.thewiz_page .bg-dark .owl-carousel.slider .owl-nav .owl-prev:hover,body.thewiz_page .bg-dark .owl-carousel.slider .owl-nav .owl-next:hover{color:#76bf43}body.thewiz_page .bg-dark .owl-carousel.slider .owl-dots .owl-dot span{background:rgba(0,0,0,0);border:2px solid #fff}body.thewiz_page .bg-dark .owl-carousel.slider .owl-dots .owl-dot:hover span{background:#fff;border:2px solid #fff}body.thewiz_page .bg-dark .owl-carousel.slider .owl-dots .owl-dot.active span{background:#fff;border:2px solid #fff}body.thewiz_page .owl-carousel.accommodation-gallery,body.thewiz_page .owl-carousel.accommodation-gallery .item{height:100%;border-radius:10px;overflow:hidden;min-height:unset;cursor:pointer;padding:0;aspect-ratio:16 / 9}@media (max-width: 767.98px){body.thewiz_page .owl-carousel.accommodation-gallery,body.thewiz_page .owl-carousel.accommodation-gallery .item{aspect-ratio:3 / 2;height:auto}}body.thewiz_page .owl-carousel.accommodation-gallery .item picture{display:block;height:100%}body.thewiz_page .owl-carousel.accommodation-gallery .item picture img{height:100%}body.thewiz_page .owl-carousel.accommodation-gallery .item[data-video_url]{align-items:center;justify-content:center}body.thewiz_page .owl-carousel.accommodation-gallery .item[data-video_url]::after{content:'\f144';font-family:"Font Awesome 5 Pro";font-weight:300;width:120px;font-size:96px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.7);color:#76bf43;border-radius:50%;line-height:normal;transition:.2s}@media (max-width: 767.98px){body.thewiz_page .owl-carousel.accommodation-gallery .item[data-video_url]::after{width:80px;font-size:66px}}@media (max-width: 575.98px){body.thewiz_page .owl-carousel.accommodation-gallery .item[data-video_url]::after{width:60px;font-size:44px}}body.thewiz_page .owl-carousel.accommodation-gallery .item[data-video_url]:hover::after{background-color:#fff}body.thewiz_page .owl-carousel.accommodation-gallery .owl-stage,body.thewiz_page .owl-carousel.accommodation-gallery .owl-stage-outer{height:100%}body.thewiz_page .owl-carousel.accommodation-gallery .owl-dots .owl-dot span{box-shadow:none;border-width:1px}body.thewiz_page .owl-carousel.accommodation-gallery .num{background-color:#FFF;position:absolute;right:10px;bottom:10px;padding:5px 15px;border-radius:4px;z-index:99;font-size:12px;line-height:normal;font-weight:700}body.thewiz_page .carousel{min-height:90vh}body.thewiz_page .carousel .carousel-item{min-height:90vh;padding:7.5vh 0}body.thewiz_page .carousel .carousel-item .carousel-holder{top:0;right:0;bottom:0;left:0}body.thewiz_page .carousel .carousel-item .carousel-caption{right:unset;bottom:unset;left:unset;padding:0;background:rgba(0,0,0,0);text-align:left}body.thewiz_page .carousel .carousel-item .carousel-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.thewiz_page .carousel .carousel-item .carousel-subtitle{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.thewiz_page .carousel .carousel-item .carousel-description{margin:0 0 1rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-shadow:2px 2px 2px rgba(0,0,0,0.5);color:#fff}body.thewiz_page .carousel .carousel-item .carousel-description .list .list-item,body.thewiz_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info body.thewiz_page .carousel .carousel-item .carousel-description .list ul.tag-list,body.thewiz_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page .carousel .carousel-item .carousel-description .list ul,body.thewiz_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page .carousel .carousel-item .carousel-description .list .tag-list,body.thewiz_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page .carousel .carousel-item .carousel-description .list .tag-list,body.thewiz_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page .carousel .carousel-item .carousel-description .list .tag-list,body.thewiz_page .carousel .carousel-item .carousel-description .list body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page .carousel .carousel-item .carousel-description .list .tag-list{color:#fff}body.thewiz_page .carousel .carousel-item-bg{background-position:center center;background-repeat:no-repeat;background-size:cover}body.thewiz_page .carousel.large{min-height:100vh}body.thewiz_page .carousel.large .carousel-item{min-height:100vh;padding:15vh 0}body.thewiz_page .datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}body.thewiz_page .datepicker-inline{width:220px}body.thewiz_page .datepicker-rtl{direction:rtl}body.thewiz_page .datepicker-rtl.dropdown-menu{left:auto}body.thewiz_page .datepicker-rtl table tr td span{float:right}body.thewiz_page .datepicker-dropdown{top:0;left:0}body.thewiz_page .datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute}body.thewiz_page .datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}body.thewiz_page .datepicker-dropdown.datepicker-orient-left:before{left:6px}body.thewiz_page .datepicker-dropdown.datepicker-orient-left:after{left:7px}body.thewiz_page .datepicker-dropdown.datepicker-orient-right:before{right:6px}body.thewiz_page .datepicker-dropdown.datepicker-orient-right:after{right:7px}body.thewiz_page .datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}body.thewiz_page .datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}body.thewiz_page .datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}body.thewiz_page .datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}body.thewiz_page .datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.thewiz_page .datepicker td,body.thewiz_page .datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}body.thewiz_page .table-striped .datepicker table tr td,body.thewiz_page .table-striped .datepicker table tr th{background-color:transparent}body.thewiz_page .datepicker table tr td.day:hover,body.thewiz_page .datepicker table tr td.day.focused{background:#eee;cursor:pointer}body.thewiz_page .datepicker table tr td.old,body.thewiz_page .datepicker table tr td.new{color:#999}body.thewiz_page .datepicker table tr td.disabled,body.thewiz_page .datepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}body.thewiz_page .datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}body.thewiz_page .datepicker table tr td.today,body.thewiz_page .datepicker table tr td.today:hover,body.thewiz_page .datepicker table tr td.today.disabled,body.thewiz_page .datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-ms-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image:-webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-o-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:linear-gradient(to bottom, #fdd49a, #fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}body.thewiz_page .datepicker table tr td.today:hover,body.thewiz_page .datepicker table tr td.today:hover:hover,body.thewiz_page .datepicker table tr td.today.disabled:hover,body.thewiz_page .datepicker table tr td.today.disabled:hover:hover,body.thewiz_page .datepicker table tr td.today:active,body.thewiz_page .datepicker table tr td.today:hover:active,body.thewiz_page .datepicker table tr td.today.disabled:active,body.thewiz_page .datepicker table tr td.today.disabled:hover:active,body.thewiz_page .datepicker table tr td.today.active,body.thewiz_page .datepicker table tr td.today:hover.active,body.thewiz_page .datepicker table tr td.today.disabled.active,body.thewiz_page .datepicker table tr td.today.disabled:hover.active,body.thewiz_page .datepicker table tr td.today.disabled,body.thewiz_page .datepicker table tr td.today:hover.disabled,body.thewiz_page .datepicker table tr td.today.disabled.disabled,body.thewiz_page .datepicker table tr td.today.disabled:hover.disabled,body.thewiz_page .datepicker table tr td.today[disabled],body.thewiz_page .datepicker table tr td.today:hover[disabled],body.thewiz_page .datepicker table tr td.today.disabled[disabled],body.thewiz_page .datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}body.thewiz_page .datepicker table tr td.today:active,body.thewiz_page .datepicker table tr td.today:hover:active,body.thewiz_page .datepicker table tr td.today.disabled:active,body.thewiz_page .datepicker table tr td.today.disabled:hover:active,body.thewiz_page .datepicker table tr td.today.active,body.thewiz_page .datepicker table tr td.today:hover.active,body.thewiz_page .datepicker table tr td.today.disabled.active,body.thewiz_page .datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9}body.thewiz_page .datepicker table tr td.today:hover:hover{color:#000}body.thewiz_page .datepicker table tr td.today.active:hover{color:#fff}body.thewiz_page .datepicker table tr td.range,body.thewiz_page .datepicker table tr td.range:hover,body.thewiz_page .datepicker table tr td.range.disabled,body.thewiz_page .datepicker table tr td.range.disabled:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body.thewiz_page .datepicker table tr td.range.today,body.thewiz_page .datepicker table tr td.range.today:hover,body.thewiz_page .datepicker table tr td.range.today.disabled,body.thewiz_page .datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-ms-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image:-webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-o-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:linear-gradient(to bottom, #f3c17a, #f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}body.thewiz_page .datepicker table tr td.range.today:hover,body.thewiz_page .datepicker table tr td.range.today:hover:hover,body.thewiz_page .datepicker table tr td.range.today.disabled:hover,body.thewiz_page .datepicker table tr td.range.today.disabled:hover:hover,body.thewiz_page .datepicker table tr td.range.today:active,body.thewiz_page .datepicker table tr td.range.today:hover:active,body.thewiz_page .datepicker table tr td.range.today.disabled:active,body.thewiz_page .datepicker table tr td.range.today.disabled:hover:active,body.thewiz_page .datepicker table tr td.range.today.active,body.thewiz_page .datepicker table tr td.range.today:hover.active,body.thewiz_page .datepicker table tr td.range.today.disabled.active,body.thewiz_page .datepicker table tr td.range.today.disabled:hover.active,body.thewiz_page .datepicker table tr td.range.today.disabled,body.thewiz_page .datepicker table tr td.range.today:hover.disabled,body.thewiz_page .datepicker table tr td.range.today.disabled.disabled,body.thewiz_page .datepicker table tr td.range.today.disabled:hover.disabled,body.thewiz_page .datepicker table tr td.range.today[disabled],body.thewiz_page .datepicker table tr td.range.today:hover[disabled],body.thewiz_page .datepicker table tr td.range.today.disabled[disabled],body.thewiz_page .datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a}body.thewiz_page .datepicker table tr td.range.today:active,body.thewiz_page .datepicker table tr td.range.today:hover:active,body.thewiz_page .datepicker table tr td.range.today.disabled:active,body.thewiz_page .datepicker table tr td.range.today.disabled:hover:active,body.thewiz_page .datepicker table tr td.range.today.active,body.thewiz_page .datepicker table tr td.range.today:hover.active,body.thewiz_page .datepicker table tr td.range.today.disabled.active,body.thewiz_page .datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9}body.thewiz_page .datepicker table tr td.selected,body.thewiz_page .datepicker table tr td.selected:hover,body.thewiz_page .datepicker table tr td.selected.disabled,body.thewiz_page .datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom, #b3b3b3, gray);background-image:-ms-linear-gradient(to bottom, #b3b3b3, gray);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image:-webkit-linear-gradient(to bottom, #b3b3b3, gray);background-image:-o-linear-gradient(to bottom, #b3b3b3, gray);background-image:linear-gradient(to bottom, #b3b3b3, gray);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:#808080 #808080 #595959;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body.thewiz_page .datepicker table tr td.selected:hover,body.thewiz_page .datepicker table tr td.selected:hover:hover,body.thewiz_page .datepicker table tr td.selected.disabled:hover,body.thewiz_page .datepicker table tr td.selected.disabled:hover:hover,body.thewiz_page .datepicker table tr td.selected:active,body.thewiz_page .datepicker table tr td.selected:hover:active,body.thewiz_page .datepicker table tr td.selected.disabled:active,body.thewiz_page .datepicker table tr td.selected.disabled:hover:active,body.thewiz_page .datepicker table tr td.selected.active,body.thewiz_page .datepicker table tr td.selected:hover.active,body.thewiz_page .datepicker table tr td.selected.disabled.active,body.thewiz_page .datepicker table tr td.selected.disabled:hover.active,body.thewiz_page .datepicker table tr td.selected.disabled,body.thewiz_page .datepicker table tr td.selected:hover.disabled,body.thewiz_page .datepicker table tr td.selected.disabled.disabled,body.thewiz_page .datepicker table tr td.selected.disabled:hover.disabled,body.thewiz_page .datepicker table tr td.selected[disabled],body.thewiz_page .datepicker table tr td.selected:hover[disabled],body.thewiz_page .datepicker table tr td.selected.disabled[disabled],body.thewiz_page .datepicker table tr td.selected.disabled:hover[disabled]{background-color:#808080}body.thewiz_page .datepicker table tr td.selected:active,body.thewiz_page .datepicker table tr td.selected:hover:active,body.thewiz_page .datepicker table tr td.selected.disabled:active,body.thewiz_page .datepicker table tr td.selected.disabled:hover:active,body.thewiz_page .datepicker table tr td.selected.active,body.thewiz_page .datepicker table tr td.selected:hover.active,body.thewiz_page .datepicker table tr td.selected.disabled.active,body.thewiz_page .datepicker table tr td.selected.disabled:hover.active{background-color:#666666 \9}body.thewiz_page .datepicker table tr td.active,body.thewiz_page .datepicker table tr td.active:hover,body.thewiz_page .datepicker table tr td.active.disabled,body.thewiz_page .datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #04c);background-image:-ms-linear-gradient(to bottom, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(to bottom, #08c, #04c);background-image:-o-linear-gradient(to bottom, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body.thewiz_page .datepicker table tr td.active:hover,body.thewiz_page .datepicker table tr td.active:hover:hover,body.thewiz_page .datepicker table tr td.active.disabled:hover,body.thewiz_page .datepicker table tr td.active.disabled:hover:hover,body.thewiz_page .datepicker table tr td.active:active,body.thewiz_page .datepicker table tr td.active:hover:active,body.thewiz_page .datepicker table tr td.active.disabled:active,body.thewiz_page .datepicker table tr td.active.disabled:hover:active,body.thewiz_page .datepicker table tr td.active.active,body.thewiz_page .datepicker table tr td.active:hover.active,body.thewiz_page .datepicker table tr td.active.disabled.active,body.thewiz_page .datepicker table tr td.active.disabled:hover.active,body.thewiz_page .datepicker table tr td.active.disabled,body.thewiz_page .datepicker table tr td.active:hover.disabled,body.thewiz_page .datepicker table tr td.active.disabled.disabled,body.thewiz_page .datepicker table tr td.active.disabled:hover.disabled,body.thewiz_page .datepicker table tr td.active[disabled],body.thewiz_page .datepicker table tr td.active:hover[disabled],body.thewiz_page .datepicker table tr td.active.disabled[disabled],body.thewiz_page .datepicker table tr td.active.disabled:hover[disabled]{background-color:#0044cc}body.thewiz_page .datepicker table tr td.active:active,body.thewiz_page .datepicker table tr td.active:hover:active,body.thewiz_page .datepicker table tr td.active.disabled:active,body.thewiz_page .datepicker table tr td.active.disabled:hover:active,body.thewiz_page .datepicker table tr td.active.active,body.thewiz_page .datepicker table tr td.active:hover.active,body.thewiz_page .datepicker table tr td.active.disabled.active,body.thewiz_page .datepicker table tr td.active.disabled:hover.active{background-color:#003399 \9}body.thewiz_page .datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}body.thewiz_page .datepicker table tr td span:hover,body.thewiz_page .datepicker table tr td span.focused{background:#eee}body.thewiz_page .datepicker table tr td span.disabled,body.thewiz_page .datepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}body.thewiz_page .datepicker table tr td span.active,body.thewiz_page .datepicker table tr td span.active:hover,body.thewiz_page .datepicker table tr td span.active.disabled,body.thewiz_page .datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #04c);background-image:-ms-linear-gradient(to bottom, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(to bottom, #08c, #04c);background-image:-o-linear-gradient(to bottom, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}body.thewiz_page .datepicker table tr td span.active:hover,body.thewiz_page .datepicker table tr td span.active:hover:hover,body.thewiz_page .datepicker table tr td span.active.disabled:hover,body.thewiz_page .datepicker table tr td span.active.disabled:hover:hover,body.thewiz_page .datepicker table tr td span.active:active,body.thewiz_page .datepicker table tr td span.active:hover:active,body.thewiz_page .datepicker table tr td span.active.disabled:active,body.thewiz_page .datepicker table tr td span.active.disabled:hover:active,body.thewiz_page .datepicker table tr td span.active.active,body.thewiz_page .datepicker table tr td span.active:hover.active,body.thewiz_page .datepicker table tr td span.active.disabled.active,body.thewiz_page .datepicker table tr td span.active.disabled:hover.active,body.thewiz_page .datepicker table tr td span.active.disabled,body.thewiz_page .datepicker table tr td span.active:hover.disabled,body.thewiz_page .datepicker table tr td span.active.disabled.disabled,body.thewiz_page .datepicker table tr td span.active.disabled:hover.disabled,body.thewiz_page .datepicker table tr td span.active[disabled],body.thewiz_page .datepicker table tr td span.active:hover[disabled],body.thewiz_page .datepicker table tr td span.active.disabled[disabled],body.thewiz_page .datepicker table tr td span.active.disabled:hover[disabled]{background-color:#0044cc}body.thewiz_page .datepicker table tr td span.active:active,body.thewiz_page .datepicker table tr td span.active:hover:active,body.thewiz_page .datepicker table tr td span.active.disabled:active,body.thewiz_page .datepicker table tr td span.active.disabled:hover:active,body.thewiz_page .datepicker table tr td span.active.active,body.thewiz_page .datepicker table tr td span.active:hover.active,body.thewiz_page .datepicker table tr td span.active.disabled.active,body.thewiz_page .datepicker table tr td span.active.disabled:hover.active{background-color:#003399 \9}body.thewiz_page .datepicker table tr td span.old,body.thewiz_page .datepicker table tr td span.new{color:#999}body.thewiz_page .datepicker .datepicker-switch{width:145px}body.thewiz_page .datepicker .datepicker-switch,body.thewiz_page .datepicker .prev,body.thewiz_page .datepicker .next,body.thewiz_page .datepicker tfoot tr th{cursor:pointer}body.thewiz_page .datepicker .datepicker-switch:hover,body.thewiz_page .datepicker .prev:hover,body.thewiz_page .datepicker .next:hover,body.thewiz_page .datepicker tfoot tr th:hover{background:#eee}body.thewiz_page .datepicker .prev.disabled,body.thewiz_page .datepicker .next.disabled{visibility:hidden}body.thewiz_page .datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}body.thewiz_page .input-append.date .add-on,body.thewiz_page .input-prepend.date .add-on{cursor:pointer}body.thewiz_page .input-append.date .add-on i,body.thewiz_page .input-prepend.date .add-on i{margin-top:3px}body.thewiz_page .input-daterange input{text-align:center}body.thewiz_page .input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}body.thewiz_page .input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}body.thewiz_page .input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}body.thewiz_page .timeslot_overview{margin:0 0 30px 0}body.thewiz_page .timeslot_overview .timeslot-overview-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body.thewiz_page .timeslot-category{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}body.thewiz_page .timeslot-category .timeslot-category-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body.thewiz_page .timeslot-category .timeslot-category-content{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}body.thewiz_page .timeslot-category .timeslot-category-content .timeslot-category-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:2.25rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}body.thewiz_page .timeslot_highlight{margin:0 0 30px 0}body.thewiz_page .timeslot_highlight .timeslot-highlight-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:flex-start;margin:0 -15px -30px -15px}body.thewiz_page .timeslot-datepicker-holder,body.thewiz_page .timeslot-item-holder{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body.thewiz_page .timeslot-datepicker-holder,body.thewiz_page .timeslot-item-holder{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){body.thewiz_page .timeslot-datepicker-holder,body.thewiz_page .timeslot-item-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.thewiz_page .timeslot-datepicker-holder,body.thewiz_page .timeslot-item-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.thewiz_page .timeslot-datepicker-holder,body.thewiz_page .timeslot-item-holder{flex:0 0 33.33333%;max-width:33.33333%}}body.thewiz_page .timeslot-datepicker{height:100%;padding:15px;background:#76bf43;border:1px solid #76bf43;border-radius:.25rem;box-shadow:none}body.thewiz_page .timeslot-datepicker .datepicker{width:100%;height:100%;padding:15px;background:#fff;border:1px solid #fff;border-radius:.25rem}body.thewiz_page .timeslot-datepicker .datepicker .datepicker-days,body.thewiz_page .timeslot-datepicker .datepicker .datepicker-months,body.thewiz_page .timeslot-datepicker .datepicker .datepicker-years,body.thewiz_page .timeslot-datepicker .datepicker .datepicker-decades,body.thewiz_page .timeslot-datepicker .datepicker .datepicker-centuries{height:100%}body.thewiz_page .timeslot-datepicker .datepicker .table-condensed{width:100%;height:100%}body.thewiz_page .timeslot-datepicker .datepicker table tr td.day.active{background:#76bf43;color:#000}body.thewiz_page .timeslot-datepicker .datepicker table tr td span.active{background:#76bf43;color:#000}body.thewiz_page .timeslot-item{height:100%;padding:15px;background:#fff;border:1px solid #CED4DA;border-radius:.25rem;box-shadow:none}body.thewiz_page .timeslot-item .timeslot-item-title{margin:0 0 .5rem 0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.2;text-transform:none;text-decoration:none;color:#000}body.thewiz_page .timeslot-item .timeslot-item-navigation{display:flex;align-items:center;justify-content:space-between;padding:5px 0;background:rgba(0,0,0,0)}body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-duration{float:1 1 auto;padding:0 10px;text-align:center}body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn{padding:5px 10px;flex:0 0 auto;background-color:#76bf43;border:1px solid #76bf43;border-radius:.25rem;box-shadow:none;font-size:1rem;font-weight:700;line-height:1.5;color:#fff}body.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn:hover{background-color:#00b5e9;border:1px solid #00b5e9;color:#fff}body.thewiz_page .timeslot-item .timeslot-item-days{margin:-1px 0 0 0}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:1px -0.5px 0 -0.5px}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 100%;max-width:100%;padding:0 0.5px 0 0.5px}@media (min-width: 576px){body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title-holder,body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times-holder{flex:0 0 50%;max-width:50%}}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-title{height:100%;padding:5px 10px;background:#DEE2E6;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5;text-transform:none;text-decoration:none;color:#000}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times{height:100%;padding:5px 10px;background:#E9ECEF;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none;text-decoration:none;color:#000}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list{margin:0;padding:0;list-style:none}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list::before,body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list::after{display:none}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-list .timeslot-item-day-times-list-item{font-size:inherit;font-weight:inherit;text-transform:inherit;text-decoration:inherit;color:inherit}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info{position:relative}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup{position:absolute;top:30px;right:unset;bottom:unset;left:50%;display:none;width:250px;margin:0 0 0 -125px;padding:15px;background:#fff;border:1px solid #fff;border-radius:.25rem;box-shadow:0 3px 3px rgba(0,0,0,0.1);font-size:.875rem;line-height:1.5;color:#000}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup>*{font-size:inherit;color:inherit}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup :last-child{margin:0}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info .timeslot-item-day-times-info-popup::before{position:absolute;top:unset;right:unset;bottom:100%;left:50%;width:0;height:0;margin:0 0 0 -10px;border:10px solid transparent;border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:#fff;border-left-color:rgba(0,0,0,0);content:''}body.thewiz_page .timeslot-item .timeslot-item-days .timeslot-item-day .timeslot-item-day-times .timeslot-item-day-times-info:hover .timeslot-item-day-times-info-popup{display:block}body.thewiz_page [class^='w3-icon-']:before,body.thewiz_page [class*=' w3-icon-']:before{width:auto;margin-left:0;margin-right:0}body.thewiz_page iframe{border:none}body.thewiz_page iframe[src*="youtube"]{width:100%;height:auto;aspect-ratio:16/9;border-radius:10px}body.thewiz_page .gallery{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:-10px -5px 0 -5px}@media (min-width: 576px){body.thewiz_page .gallery{margin:-20px -10px 0 -10px}}body.thewiz_page .gallery .gallery-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%;margin:10px 0 0 0;padding:0 5px;transition:all 0.2s ease-in-out}body.thewiz_page .gallery .gallery-item:hover{transform:scale(1.025)}@media (min-width: 576px){body.thewiz_page .gallery .gallery-item{margin:20px 0 0 0;padding:0 10px}}@media (min-width: 992px){body.thewiz_page .gallery .gallery-item{flex:0 0 33.33333%;max-width:33.33333%}}body.thewiz_page .gallery .gallery-item .gallery-link{position:relative}body.thewiz_page .gallery .gallery-item .gallery-caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:rgba(0,0,0,0.5);font-size:1.5rem;color:#fff}body.thewiz_page .gallery .gallery-item .gallery-caption::before{content:'+'}@media (min-width: 576px){body.thewiz_page .gallery .gallery-item .gallery-caption{font-size:2rem}}body.thewiz_page .gallery .gallery-item.large-item{flex:0 0 100%;max-width:100%}body.thewiz_page .gallery-grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -30px -15px}body.thewiz_page .gallery-grid .gallery-item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0;transition:all 0.2s ease-in-out}body.thewiz_page .gallery-grid .gallery-item:hover{transform:scale(1.025)}@media (min-width: 576px){body.thewiz_page .gallery-grid .gallery-item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.thewiz_page .gallery-grid .gallery-item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.thewiz_page .gallery-grid .gallery-item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.thewiz_page .gallery-grid .gallery-item{flex:0 0 25%;max-width:25%}}body.thewiz_page .gallery-grid .gallery-item .gallery-link{position:relative}body.thewiz_page .gallery-grid .gallery-item .gallery-caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:rgba(0,0,0,0.5);font-size:1.5rem;color:#fff}body.thewiz_page .page_block.grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center;margin:0 -15px -30px -15px}body.thewiz_page .page_block.grid .item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body.thewiz_page .page_block.grid .item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.thewiz_page .page_block.grid .item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.thewiz_page .page_block.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1200px){body.thewiz_page .page_block.grid .item{flex:0 0 25%;max-width:25%}}body.thewiz_page .page_block.card-columns{column-count:1;column-gap:30px}body.thewiz_page .page_block.card-columns .card{margin:0 0 30px 0}@media (min-width: 576px){body.thewiz_page .page_block.card-columns{column-count:2}}@media (min-width: 768px){body.thewiz_page .page_block.card-columns{column-count:2}}@media (min-width: 992px){body.thewiz_page .page_block.card-columns{column-count:3}}@media (min-width: 1200px){body.thewiz_page .page_block.card-columns{column-count:4}}body.thewiz_page .page_block.inspiration{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px -30px -15px}body.thewiz_page .page_block.inspiration .item{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 0 30px 0}@media (min-width: 576px){body.thewiz_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){body.thewiz_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 992px){body.thewiz_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.thewiz_page .page_block.inspiration .item{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px){body.thewiz_page .home-blocks .page_block.contentblock.grid .item{flex:0 0 33.33333%;max-width:33.33333%}}body.thewiz_page .accordion-list{margin-top:2rem;margin-bottom:3rem}body.thewiz_page .accordion-list-item{border-top:1px solid #76bf43}body.thewiz_page .accordion-list-item:last-child{border-bottom:1px solid #76bf43}body.thewiz_page .accordion-list-item-header h2{margin-bottom:0}body.thewiz_page .accordion-list-item-header button{display:block;width:100%;padding:0.75rem 0;border:unset;position:relative;font-weight:400;font-size:18px;text-transform:unset;letter-spacing:normal;text-decoration:none;box-shadow:none;background-color:transparent;color:#76bf43;transition:all 0.2s ease-in-out;justify-content:flex-start}body.thewiz_page .accordion-list-item-header button:active,body.thewiz_page .accordion-list-item-header button:focus{box-shadow:none;text-decoration:none}body.thewiz_page .accordion-list-item-header button:hover{color:inherit;text-decoration:none}body.thewiz_page .accordion-list-item-header button::after{content:'\e833';font-family:'fontello';position:absolute;right:0}body.thewiz_page .accordion-list-item-header button[aria-expanded="true"]::after{content:'\e83c'}body.thewiz_page .accordion-list-item-content{display:none}body.thewiz_page .accordion-list-item-content ul:not(.custom-list){padding-left:1rem}body.thewiz_page .add-arrow--before::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .btn-back::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .btn-back::before,body.thewiz_page .btn-back::before{margin-right:10px;font-family:'Font Awesome 5 Pro';font-weight:700;content:'\f061'}body.thewiz_page .add-arrow--before-r::before,body.thewiz_page body:not(.shrek_page):not(.thewiz_page) .btn-back::before,body:not(.shrek_page):not(.thewiz_page) body.thewiz_page .btn-back::before,body.thewiz_page .btn-back::before{content:'\f060'}body.thewiz_page .add-arrow--after::after{margin-left:10px;font-family:'Font Awesome 5 Pro';font-weight:700;content:'\f061'}body.thewiz_page .add-arrow--after-r::after{content:'\f060'}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body.thewiz_page body.w3-booking-widget-fullscreen-active{overflow:hidden}body.thewiz_page body.w3-booking-widget-fullscreen-active .mini-sab,body.thewiz_page body.w3-booking-widget-fullscreen-active:not(.home) .main{position:relative;z-index:2147483647}body.thewiz_page.home .intro{padding:8vh 0 4vh 0}body.thewiz_page.home .home-blocks{padding:4vh 0 8vh 0}body.thewiz_page.home .spacer{min-height:90vh}body.thewiz_page.home .spacer.large{min-height:100vh}body.thewiz_page.home .home-double{padding:8vh 0}body.thewiz_page.home .slider-section{padding:8vh 0}body.thewiz_page.home .inspiration-blocks{padding:8vh 0}body.thewiz_page.test_page .content{padding:4vh 0}body.thewiz_page.test_page .content.bg-dark{padding:8vh 0}body.thewiz_page.test_page .content:first-of-type{padding:8vh 0}body.thewiz_page.test_page .content:nth-of-type(3){padding:8vh 0 4vh 0}body.thewiz_page.test_page .content:last-of-type{padding:4vh 0 8vh 0}body.thewiz_page.accommodation_category_detail .accommodation_detail,body.thewiz_page.location-accommodation-detail .accommodation_detail,body.thewiz_page.accommodation_detail .accommodation_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.thewiz_page.accommodation_category_detail .accommodation_detail .info,body.thewiz_page.location-accommodation-detail .accommodation_detail .info,body.thewiz_page.accommodation_detail .accommodation_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.accommodation_category_detail .accommodation_detail .info,body.thewiz_page.location-accommodation-detail .accommodation_detail .info,body.thewiz_page.accommodation_detail .accommodation_detail .info{flex:0 0 50%;max-width:50%}}body.thewiz_page.accommodation_category_detail .accommodation_detail .accommodation-properties,body.thewiz_page.location-accommodation-detail .accommodation_detail .accommodation-properties,body.thewiz_page.accommodation_detail .accommodation_detail .accommodation-properties{display:flex;flex-wrap:wrap;margin:0 0 10px 0;padding:0;list-style:none}body.thewiz_page.accommodation_category_detail .accommodation_detail .accommodation-properties__item,body.thewiz_page.location-accommodation-detail .accommodation_detail .accommodation-properties__item,body.thewiz_page.accommodation_detail .accommodation_detail .accommodation-properties__item{margin:0 20px 0 0}body.thewiz_page.accommodation_category_detail .accommodation_detail .accommodation-properties__icon,body.thewiz_page.location-accommodation-detail .accommodation_detail .accommodation-properties__icon,body.thewiz_page.accommodation_detail .accommodation_detail .accommodation-properties__icon{margin:0 10px 0 0;color:#76bf43}body.thewiz_page.accommodation_category_detail .accommodation_detail .accommodation-properties__label,body.thewiz_page.location-accommodation-detail .accommodation_detail .accommodation-properties__label,body.thewiz_page.accommodation_detail .accommodation_detail .accommodation-properties__label{color:#000}body.thewiz_page.accommodation_category_detail .accommodation_detail .info-extra,body.thewiz_page.location-accommodation-detail .accommodation_detail .info-extra,body.thewiz_page.accommodation_detail .accommodation_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.accommodation_category_detail .accommodation_detail .info-extra,body.thewiz_page.location-accommodation-detail .accommodation_detail .info-extra,body.thewiz_page.accommodation_detail .accommodation_detail .info-extra{flex:0 0 50%;max-width:50%}}body.thewiz_page.accommodation_category_detail .accommodation_detail .tommy,body.thewiz_page.location-accommodation-detail .accommodation_detail .tommy,body.thewiz_page.accommodation_detail .accommodation_detail .tommy{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}body.thewiz_page.layout-advanced-smooth .lead-section{margin-bottom:0;padding-bottom:0}body.thewiz_page.layout-advanced-smooth .info-nav{display:flex;justify-content:space-between}body.thewiz_page.layout-advanced-smooth .actions{display:flex;align-items:center}body.thewiz_page.layout-advanced-smooth .actions-item:not(:last-child){border-right:1px solid #76bf43;padding-right:0.75rem;margin-right:0.75rem}@media (min-width: 768px){body.thewiz_page.layout-advanced-smooth .actions-item:not(:last-child){padding-right:1rem;margin-right:1rem}}body.thewiz_page.layout-advanced-smooth .actions-item a{text-decoration:none}@media (min-width: 768px){body.thewiz_page.layout-advanced-smooth .actions-item-icon{margin-right:10px}}@media (max-width: 767.98px){body.thewiz_page.layout-advanced-smooth .actions-item-title{display:none}}body.thewiz_page.layout-advanced-smooth .info{margin-top:1.5rem}body.thewiz_page.layout-advanced-smooth .info .list{display:flex;flex-flow:row wrap;gap:5px;margin-bottom:2.5rem;padding-left:0 !important}body.thewiz_page.layout-advanced-smooth .info .list-item,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list{position:relative;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:99px;font-size:13px;padding:2px 4px;cursor:pointer;transition:var(--w3-booking-transition-duration, 0.3s);border:1px solid var(--w3-booking-result-item-iconlist-item-border-color, #cecece);color:var(--w3-booking-result-item-iconlist-item-color, #76bf43);background-color:var(--w3-booking-result-item-iconlist-item-background, #fff);line-height:normal;height:25px;min-width:25px}body.thewiz_page.layout-advanced-smooth .info .list-item.list-item-with-title,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.list-item-with-title.tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul.list-item-with-title,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul.list-item-with-title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list-item-with-title.tag-list,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list{padding-left:10px;padding-right:10px}body.thewiz_page.layout-advanced-smooth .info .list-item.list-item-with-title .icon,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.list-item-with-title.tag-list .icon,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul.list-item-with-title .icon,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul.list-item-with-title .icon,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .list-item-with-title.tag-list .icon,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .list-item-with-title.tag-list .icon{margin-right:2px}body.thewiz_page.layout-advanced-smooth .info .list-item:hover,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list:hover,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list:hover,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul:hover,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul:hover,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list:hover,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list:hover,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list:hover,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list:hover,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list:hover{border-color:var(--w3-booking-result-item-iconlist-item-border-color-hover, #76bf43);color:var(--w3-booking-result-item-iconlist-item-color-hover, #fff);background-color:var(--w3-booking-result-item-iconlist-item-background-hover, #76bf43)}body.thewiz_page.layout-advanced-smooth .info .list-item:hover .hover-label,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list:hover .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul:hover .hover-label,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul:hover .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list:hover .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list:hover .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list:hover .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list:hover .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list:hover .hover-label{bottom:calc(100% + 1em);z-index:1;visibility:visible;opacity:1}body.thewiz_page.layout-advanced-smooth .info .list-item .icon+.title,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list .icon+.title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .icon+.title,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul .icon+.title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .icon+.title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .icon+.title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .icon+.title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .icon+.title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .icon+.title{padding:0}body.thewiz_page.layout-advanced-smooth .info .list-item .title,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .title,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list .title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .title,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul .title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .title,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .title,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .title{padding:0 5px}body.thewiz_page.layout-advanced-smooth .info .list-item .hover-label,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label{position:absolute;bottom:100%;left:50%;width:max-content;transform:translateX(-50%);background-color:var(--w3-booking-result-item-iconlist-label-background, #000);color:var(--w3-booking-result-item-iconlist-label-color, #fff);padding:4px 15px;border-radius:4px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.4));z-index:-1;visibility:hidden;opacity:0;transition:var(--w3-booking-transition-duration, 0.3s);line-height:1.5}@media (max-width: 1199.98px){body.thewiz_page.layout-advanced-smooth .info .list-item .hover-label,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label{max-width:100px;padding:4px 10px;text-overflow:ellipsis;overflow-x:clip}}body.thewiz_page.layout-advanced-smooth .info .list-item .hover-label::after,body.thewiz_page.layout-advanced-smooth body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block .info ul.tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page) section.intro-section .container-default .container-holder .page_block body.thewiz_page.layout-advanced-smooth .info ul.tag-list .hover-label::after,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text ul .hover-label::after,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .page_block.footer_text body.thewiz_page.layout-advanced-smooth .info ul .hover-label::after,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label::after,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .intro-section .container-default .container-holder body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label::after,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_vacancy_overview main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label::after,body.thewiz_page.layout-advanced-smooth .info body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content .tag-list .hover-label::after,body:not(.shrek_page):not(.thewiz_page).vacancy_auditions main .content body.thewiz_page.layout-advanced-smooth .info .tag-list .hover-label::after{content:"";display:block;position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);border-left:10px solid transparent;border-top:10px solid var(--w3-booking-result-item-iconlist-label-background, #000);border-right:10px solid transparent}body.thewiz_page.layout-advanced-smooth .content-section{margin-top:0;padding-top:0}body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column:has(.filters-fullscreen){z-index:999999}@media (min-width: 768px){body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.one,body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.three{flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width: 768px){body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){body.thewiz_page.layout-advanced-smooth .content-section .container-three-columns .container-holder>.column.two{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 992px){body.thewiz_page.layout-advanced-smooth .content-section .container-one-column .column{flex:0 0 66.66667%;max-width:66.66667%}}body.thewiz_page.layout-advanced-smooth .content-section ul.custom-list,body.thewiz_page.layout-advanced-smooth .content-section ol.custom-list{list-style:none !important;padding:0 !important}body.thewiz_page.layout-advanced-smooth .content-section h1,body.thewiz_page.layout-advanced-smooth .content-section h2,body.thewiz_page.layout-advanced-smooth .content-section h3,body.thewiz_page.layout-advanced-smooth .content-section h4,body.thewiz_page.layout-advanced-smooth .content-section h5,body.thewiz_page.layout-advanced-smooth .content-section h6{font-size:1.5rem;color:#000}body.thewiz_page.layout-advanced-smooth .item-label{position:absolute;top:10px;left:25px;background-color:var(--w3-booking-result-item-label-background, #fff);color:var(--w3-booking-result-item-label-color, #76bf43);padding:10px;border-radius:4px;font-size:14px;z-index:1}body.thewiz_page.layout-advanced-smooth .item-label::after{content:'';display:inline-block;position:absolute;left:14px;bottom:-12px;z-index:1;border-left:14px solid var(--w3-booking-result-item-label-background, #fff);border-bottom:14px solid transparent;border-right:14px solid transparent}body.thewiz_page.layout-advanced-smooth .widget-title{margin-bottom:1.5rem}body.thewiz_page.assortiment_detail .assortiment_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.thewiz_page.assortiment_detail .assortiment_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.assortiment_detail .assortiment_detail .info{flex:0 0 50%;max-width:50%}}body.thewiz_page.assortiment_detail .assortiment_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.assortiment_detail .assortiment_detail .info-extra{flex:0 0 50%;max-width:50%}}body.thewiz_page.blog_post_detail .blog_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.thewiz_page.blog_post_detail .blog_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.blog_post_detail .blog_detail .info{flex:0 0 50%;max-width:50%}}body.thewiz_page.blog_post_detail .blog_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.blog_post_detail .blog_detail .info-extra{flex:0 0 50%;max-width:50%}}body.thewiz_page.service_category .service_category_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.thewiz_page.service_category .service_category_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.service_category .service_category_detail .info{flex:0 0 50%;max-width:50%}}body.thewiz_page.service_category .service_category_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.service_category .service_category_detail .info-extra{flex:0 0 50%;max-width:50%}}body.thewiz_page.service_detail .service_detail{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body.thewiz_page.service_detail .service_detail .info{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.service_detail .service_detail .info{flex:0 0 50%;max-width:50%}}body.thewiz_page.service_detail .service_detail .info-extra{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){body.thewiz_page.service_detail .service_detail .info-extra{flex:0 0 50%;max-width:50%}}body.thewiz_page header.header{z-index:300000}@media (max-width: 767.98px){body.thewiz_page header.header::after{content:"";background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDM1NS45IDM0LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NS45IDM0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIGlkPSJ0b3AiPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTAuMiw2VjUuNCIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTAuMiwwdjQuOGM4LjQsMi41LDE4LjQsNC44LDI5LjksNi45YzM5LjYsNy4zLDkyLjIsMTEuMywxNDguMywxMS4zczEwOC43LTQsMTQ4LjMtMTEuMw0KCQkJYzExLjUtMi4xLDIxLjQtNC40LDI5LjktNi45VjBILTAuMnoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/100%;position:absolute;bottom:-29px;width:100%;height:30px}}@media (min-width: 1200px){body.thewiz_page header.header .header-main{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEzNjYgMTQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzY2IDE0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiPg0KCQ0KCQk8aW1hZ2Ugc3R5bGU9Im92ZXJmbG93OnZpc2libGU7b3BhY2l0eTowLjI1OyIgd2lkdGg9IjE0MDIiIGhlaWdodD0iMTYwIiB4bGluazpocmVmPSI0ODZEQkZCMC5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0xNSAtMTgpIj4NCgk8L2ltYWdlPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGlkPSJVbmlvbl8xLTJfMDAwMDAxMDE3ODkwNzk2NjY4MzE5ODc2NjAwMDAwMTQyNzM3ODE4NDU2OTE2Mjc5MTVfIiBjbGFzcz0ic3QwIiBkPSJNMCw5MC45VjBoMTM2NnY5MC45DQoJCQkJQzEyMjUuNCwxMTAuOCw5NzIuMSwxMjQsNjgzLDEyNFMxNDAuNiwxMTAuOCwwLDkwLjl6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat bottom/cover !important;min-height:155px;transition:height 0.25s ease}}body.thewiz_page header.header .header-main .page_block.logo{max-width:140px}@media (min-width: 576px){body.thewiz_page header.header .header-main .page_block.logo{max-width:179px}}@media (min-width: 1200px){body.thewiz_page header.header .header-main .page_block.logo{margin-top:10px}}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu{flex-grow:0}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item{font-size:16px}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-item{white-space:nowrap}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item:not(:last-child){margin-right:16px}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#76bf43;font-weight:600}@media (min-width: 1200px){body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#231F20}}body.thewiz_page header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{color:#76bf43}body.thewiz_page header.header .header-main .navbar .show_tickets_logo{margin-right:0}body.thewiz_page header.header .header-main .navbar .show_tickets_logo:hover{opacity:0.7}@media (min-width: 576px){body.thewiz_page header.header .header-main .navbar .show_tickets_logo{margin-right:26px}}body.thewiz_page header.header .header-main .navbar .page_block.searchbox{display:flex;align-items:center}body.thewiz_page header.header .header-main .navbar .page_block.searchbox .search-icon:hover{opacity:0.7}@media (max-width: 1199.98px){body.thewiz_page header.header .header-main .navbar{padding:16px;z-index:1}body.thewiz_page header.header .header-main .navbar-toggler{margin-right:0;order:1;min-width:45px}}@media screen and (max-width: 1199.98px) and (min-width: 340px){body.thewiz_page header.header .header-main .navbar-toggler{margin-right:40px}}@media (max-width: 1199.98px){body.thewiz_page header.header .header-main .navbar-toggler[aria-expanded="true"] .fa-bars::before{content:"\f00d"}body.thewiz_page header.header .header-main .navbar-toggler .navbar-toggler-icon{color:#000;background:none}body.thewiz_page header.header .header-main .navbar-nav{display:block;padding:30px 20px 10px}body.thewiz_page header.header .header-main .navbar .page_block.logo{order:2}body.thewiz_page header.header .header-main .navbar .show_tickets_logo{order:3;flex:1;display:flex;justify-content:flex-end;margin-right:15px;margin-left:10px}body.thewiz_page header.header .header-main .navbar .page_block.searchbox{order:4}body.thewiz_page header.header .header-main .navbar-collapse{order:5}body.thewiz_page header.header .header-main .navbar-collapse .navbar-nav>li:not(:last-child){border-bottom:1px solid #00b5e9}body.thewiz_page header.header .header-main .navbar-collapse .navbar-nav>li>a{padding:8px 0;font-size:.875rem}}@media (min-width: 1200px){body.thewiz_page header.header .header-main .navbar{padding:0 50px}}body.thewiz_page header.header .page_block.searchbox .search-box-form{display:none}body.thewiz_page header.header.sticky{background:#fff;position:fixed;width:100%;top:0}body.thewiz_page header.header.sticky .header-main{min-height:100%;transition:height 0.25s ease}body.thewiz_page header.header.sticky .header-main .logo{max-width:179px;margin-top:10px;margin-bottom:10px}body.thewiz_page header.header.sticky .header-main .logo a{width:65px;height:40px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAuNDE4IiBoZWlnaHQ9IjczLjU5MSIgdmlld0JveD0iMCAwIDEyMC40MTggNzMuNTkxIj4NCiAgPGcgaWQ9Ikdyb3VwXzEyIiBkYXRhLW5hbWU9Ikdyb3VwIDEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU4LjcwNyAtNTg3LjQwNykiPg0KICAgIDxnIGlkPSJHcm91cF8xMSIgZGF0YS1uYW1lPSJHcm91cCAxMSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNiIgZGF0YS1uYW1lPSJQYXRoIDE2IiBkPSJNMzA1LjEsNjE3LjYwOGExMi44NzUsMTIuODc1LDAsMCwwLTIuMTUtNC4xNDksOS44ODIsOS44ODIsMCwwLDAtMy43OTEtMi43MTUsMTYuMzg3LDE2LjM4NywwLDAsMC0xMS42OCwwLDEwLjMzLDEwLjMzLDAsMCwwLTMuODQyLDIuNzE1LDExLjYyLDExLjYyLDAsMCwwLTIuMTUyLDQuMTQ5LDI2LjUsMjYuNSwwLDAsMC0xLjAyNCw0LjgxNiw1NS41NTksNTUuNTU5LDAsMCwwLDAsMTAuNjU1LDI3LjU0NCwyNy41NDQsMCwwLDAsMS4wMjQsNC44NjYsMTEuMDYzLDExLjA2MywwLDAsMCwyLjE1Miw0LjE0OSwxMC42MzUsMTAuNjM1LDAsMCwwLDMuODQyLDIuNjY0LDE2LjQsMTYuNCwwLDAsMCwxMS42OCwwLDkuODcyLDkuODcyLDAsMCwwLDMuNzkxLTIuNzE1LDEyLjg2OCwxMi44NjgsMCwwLDAsMi4xNS00LjE1LDI0LjE1NSwyNC4xNTUsMCwwLDAsMS4wNzYtNC44MTQsNTUuNTY2LDU1LjU2NiwwLDAsMCwwLTEwLjY1NUEyNC4xODksMjQuMTg5LDAsMCwwLDMwNS4xLDYxNy42MDhaIiBmaWxsPSIjZmZmIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNyIgZGF0YS1uYW1lPSJQYXRoIDE3IiBkPSJNMzYxLjExNCw2MDYuMTMxYTEwLjQ0MywxMC40NDMsMCwwLDAtMS43NDQtMy4zNjMsNy45ODIsNy45ODIsMCwwLDAtMy4wNzItMi4yLDEzLjI2MSwxMy4yNjEsMCwwLDAtOS40NjQsMCw4LjM4OCw4LjM4OCwwLDAsMC0zLjExMywyLjIsOS40MjMsOS40MjMsMCwwLDAtMS43NDQsMy4zNjMsMjEuNCwyMS40LDAsMCwwLS44MywzLjksNDQuOTEyLDQ0LjkxMiwwLDAsMCwwLDguNjM1LDIyLjMwNSwyMi4zMDUsMCwwLDAsLjgzLDMuOTQzLDguOTU4LDguOTU4LDAsMCwwLDEuNzQ0LDMuMzYyLDguNjMsOC42MywwLDAsMCwzLjExMywyLjE1OSwxMy4yNzUsMTMuMjc1LDAsMCwwLDkuNDY0LDAsNy45ODEsNy45ODEsMCwwLDAsMy4wNzItMi4yLDEwLjM4NSwxMC4zODUsMCwwLDAsMS43NDQtMy4zNjIsMTkuNywxOS43LDAsMCwwLC44NzEtMy45LDQ1LjEzLDQ1LjEzLDAsMCwwLDAtOC42MzVBMTkuNywxOS43LDAsMCwwLDM2MS4xMTQsNjA2LjEzMVoiIGZpbGw9IiNmZmYiLz4NCiAgICA8L2c+DQogICAgPHBhdGggaWQ9IlBhdGhfMTgiIGRhdGEtbmFtZT0iUGF0aCAxOCIgZD0iTTMwNS40ODksNjI5LjU2MWExNS40LDE1LjQsMCwwLDAtLjY4MS0zLjA0Nyw4LjEyNyw4LjEyNywwLDAsMC0xLjM2Mi0yLjYyNiw2LjI1NSw2LjI1NSwwLDAsMC0yLjQtMS43MTcsOS4xNjYsOS4xNjYsMCwwLDAtMy43LS42ODIsMTEuMTc3LDExLjE3NywwLDAsMC0xLjY5My4xMyw0LjY2NCw0LjY2NCwwLDAsMSwuNzMsMS40MjUsOC44MTUsOC44MTUsMCwwLDEsLjM4NywxLjcyNywyMC4xMDYsMjAuMTA2LDAsMCwxLDAsMy44MjEsOC42OCw4LjY4LDAsMCwxLS4zODcsMS43MjcsNC41Nyw0LjU3LDAsMCwxLS43NzEsMS40ODgsMy41NDUsMy41NDUsMCwwLDEtMS4zNTkuOTc0LDUuODc2LDUuODc2LDAsMCwxLTQuMTg5LDAsNC4xNyw0LjE3LDAsMCwxLTEtLjYyMWMwLC4yNi0uMDE3LjUtLjAxNy43NzFhMzAuOTIzLDMwLjkyMywwLDAsMCwuMTYxLDMuMzcxLDE3LjM0LDE3LjM0LDAsMCwwLC42NDksMy4wNzksNi45NzIsNi45NzIsMCwwLDAsMS4zNjEsMi42MjcsNi43NDksNi43NDksMCwwLDAsMi40MzEsMS42ODUsMTAuMzc2LDEwLjM3NiwwLDAsMCw3LjM4OSwwLDYuMjM4LDYuMjM4LDAsMCwwLDIuNC0xLjcxOCw4LjEsOC4xLDAsMCwwLDEuMzYyLTIuNjI1LDE1LjQ3OCwxNS40NzgsMCwwLDAsLjY4MS0zLjA0OCwzMC45LDMwLjksMCwwLDAsLjE2Mi0zLjM3MSwzMC40MzgsMzAuNDM4LDAsMCwwLS4xNjEtMy4zNyIgZmlsbD0iIzFjMTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTkiIGRhdGEtbmFtZT0iUGF0aCAxOSIgZD0iTTM2MS41LDYxNS45MzhhMTIuMywxMi4zLDAsMCwwLS41NTMtMi40NjksNi41MzgsNi41MzgsMCwwLDAtMS4xLTIuMTI3LDUuMDUxLDUuMDUxLDAsMCwwLTEuOTQxLTEuMzkzLDcuNDU2LDcuNDU2LDAsMCwwLTMtLjU1Miw5LDksMCwwLDAtMS4zNzEuMTA2LDMuODA2LDMuODA2LDAsMCwxLC41OTIsMS4xNTMsNy4xNzksNy4xNzksMCwwLDEsLjMxMywxLjQsMTYuMjE2LDE2LjIxNiwwLDAsMSwwLDMuMDk1LDcuMTA2LDcuMTA2LDAsMCwxLS4zMTMsMS40LDMuNzU2LDMuNzU2LDAsMCwxLS42MjUsMS4yLDIuODYzLDIuODYzLDAsMCwxLTEuMS43ODksNC43NTcsNC43NTcsMCwwLDEtMy4zOTQsMCwzLjQzMSwzLjQzMSwwLDAsMS0uODA5LS41YzAsLjIxLS4wMTYuNC0uMDE2LjYyNWEyNC44NzMsMjQuODczLDAsMCwwLC4xMzMsMi43MzEsMTQuMTMsMTQuMTMsMCwwLDAsLjUyMywyLjQ5NSw1LjY4OSw1LjY4OSwwLDAsMCwxLjEwNSwyLjEyOCw1LjQ3OSw1LjQ3OSwwLDAsMCwxLjk2OSwxLjM2NSw4LjQxNiw4LjQxNiwwLDAsMCw1Ljk5LDAsNS4wNDEsNS4wNDEsMCwwLDAsMS45NDEtMS4zOTIsNi41OTEsNi41OTEsMCwwLDAsMS4xLTIuMTI4LDEyLjM1MywxMi4zNTMsMCwwLDAsLjU1My0yLjQ2OSwyNS40NTYsMjUuNDU2LDAsMCwwLC4xMzEtMi43MzEsMjUuMTg0LDI1LjE4NCwwLDAsMC0uMTMtMi43MjkiIGZpbGw9IiMxYzE4MTgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzIwIiBkYXRhLW5hbWU9IlBhdGggMjAiIGQ9Ik0zNjEuNzE1LDYxOC42NjdhMTkuNywxOS43LDAsMCwxLS44NzEsMy45LDEwLjM4NCwxMC4zODQsMCwwLDEtMS43NDQsMy4zNjIsNy45ODEsNy45ODEsMCwwLDEtMy4wNzIsMi4yLDEzLjI3NSwxMy4yNzUsMCwwLDEtOS40NjQsMCw4LjYzLDguNjMsMCwwLDEtMy4xMTMtMi4xNTksOC45NTgsOC45NTgsMCwwLDEtMS43NDQtMy4zNjIsMjIuMywyMi4zLDAsMCwxLS44My0zLjk0Myw0NC45MTIsNDQuOTEyLDAsMCwxLDAtOC42MzUsMjEuNCwyMS40LDAsMCwxLC44My0zLjksOS40MjMsOS40MjMsMCwwLDEsMS43NDQtMy4zNjMsOC4zODgsOC4zODgsMCwwLDEsMy4xMTMtMi4yLDEzLjI2MSwxMy4yNjEsMCwwLDEsOS40NjQsMCw3Ljk4Miw3Ljk4MiwwLDAsMSwzLjA3MiwyLjIsMTAuNDQyLDEwLjQ0MiwwLDAsMSwxLjc0NCwzLjM2MywxOS43LDE5LjcsMCwwLDEsLjg3MSwzLjksNDUuMTMsNDUuMTMsMCwwLDEsMCw4LjYzNVptMTEuOTQ0LTIyLjQ1NnEtNy4xNzItOC43MzMtMjIuMzYzLTguOC0xNS4wNTMuMDctMjIuMjkyLDguOC01LjYxLDYuOTU4LTUuNTM3LDE4LjE3NC0uMDcyLDExLjE0OCw1LjUzNywxOC4xLDcuMjQsOC43MywyMi4yOTIsOC44LDE1LjE5MS0uMDc0LDIyLjM2My04LjgsNS41MzctNi44ODcsNS40NjUtMTguMS4wNjktMTEuMjg4LTUuNDY1LTE4LjE3NCIgZmlsbD0iI2NjY2EwNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMjEiIGRhdGEtbmFtZT0iUGF0aCAyMSIgZD0iTTMwNS45MDgsNjMzLjA3OWEyNC4xNTUsMjQuMTU1LDAsMCwxLTEuMDc2LDQuODE0LDEyLjg2OSwxMi44NjksMCwwLDEtMi4xNSw0LjE1LDkuODcyLDkuODcyLDAsMCwxLTMuNzkxLDIuNzE1LDE2LjQsMTYuNCwwLDAsMS0xMS42OCwwLDEwLjYzNiwxMC42MzYsMCwwLDEtMy44NDItMi42NjQsMTEuMDYzLDExLjA2MywwLDAsMS0yLjE1Mi00LjE0OSwyNy41NDUsMjcuNTQ1LDAsMCwxLTEuMDI0LTQuODY2LDU1LjU2Niw1NS41NjYsMCwwLDEsMC0xMC42NTUsMjYuNSwyNi41LDAsMCwxLDEuMDI0LTQuODE2LDExLjYyLDExLjYyLDAsMCwxLDIuMTUyLTQuMTQ5LDEwLjMzLDEwLjMzLDAsMCwxLDMuODQyLTIuNzE1LDE2LjM4NiwxNi4zODYsMCwwLDEsMTEuNjgsMCw5Ljg4Myw5Ljg4MywwLDAsMSwzLjc5MSwyLjcxNSwxMi44NzUsMTIuODc1LDAsMCwxLDIuMTUsNC4xNDksMjQuMTg5LDI0LjE4OSwwLDAsMSwxLjA3Niw0LjgxNiw1NS41NTksNTUuNTU5LDAsMCwxLDAsMTAuNjU1Wm0xNC43MzYtMjcuNzFxLTguODQ3LTEwLjc3Ni0yNy41OTQtMTAuODYzLTE4LjU3NC4wODktMjcuNTA5LDEwLjg2My02LjkyMSw4LjU4Ni02LjgzMywyMi40MjctLjA4OSwxMy43NTQsNi44MzMsMjIuMzM5UTI3NC40NzgsNjYwLjkwOSwyOTMuMDUsNjYxcTE4Ljc0Ni0uMDksMjcuNTk0LTEwLjg2Myw2LjgzNS04LjUsNi43NDYtMjIuMzM5LjA4OC0xMy45MzEtNi43NDYtMjIuNDI3IiBmaWxsPSIjOWViYTFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body.thewiz_page header.header.sticky .header-main .logo a img{display:none}body.thewiz_page header.header.sticky .header-main .navbar .show_tickets_logo,body.thewiz_page header.header.sticky .header-main .navbar .show_tickets_logo a,body.thewiz_page header.header.sticky .header-main .navbar .search-icon,body.thewiz_page header.header.sticky .header-main .navbar .search-icon a{background:none !important}body.thewiz_page header.header.sticky .header-main .navbar .show_tickets_logo img,body.thewiz_page header.header.sticky .header-main .navbar .show_tickets_logo a img,body.thewiz_page header.header.sticky .header-main .navbar .search-icon img,body.thewiz_page header.header.sticky .header-main .navbar .search-icon a img{display:block !important}body.thewiz_page.home header.header .header-main{background:transparent !important;min-height:100%}body.thewiz_page.home header.header .header-main .page_block.logo{max-width:140px}@media (min-width: 576px){body.thewiz_page.home header.header .header-main .page_block.logo{max-width:240px}}@media (min-width: 1200px){body.thewiz_page.home header.header .header-main .page_block.logo{margin-top:40px}}body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-item{white-space:nowrap}body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#76bf43;font-weight:600}@media (min-width: 1200px){body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#fff}}body.thewiz_page.home header.header .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{opacity:0.7}@media (min-width: 1200px){body.thewiz_page.home header.header .header-main .navbar .show_tickets_logo a{width:62px;height:33px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Mi41NzIiIGhlaWdodD0iMzMuNSIgdmlld0JveD0iMCAwIDYyLjU3MiAzMy41Ij4NCiAgPGcgaWQ9Ikdyb3VwXzI4MSIgZGF0YS1uYW1lPSJHcm91cCAyODEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTkxLjc0OSAtNDkpIj4NCiAgICA8ZyBpZD0iR3JvdXBfMjAiIGRhdGEtbmFtZT0iR3JvdXAgMjAiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk4LCAtMC4wNywgMC4wNywgMC45OTgsIDExOTYuMTc0LCA1Mi45MzEpIj4NCiAgICAgIDxnIGlkPSJHcm91cF83IiBkYXRhLW5hbWU9Ikdyb3VwIDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgICAgICA8cGF0aCBpZD0iUGF0aF84IiBkYXRhLW5hbWU9IlBhdGggOCIgZD0iTTU1LjYyLDExLjdoLjcyN1YyLjM3QTIuMzIyLDIuMzIyLDAsMCwwLDU0LjA4MywwSDIuMjY1QTIuMzIyLDIuMzIyLDAsMCwwLDAsMi4zN3Y5LjMyNUguNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAsNC4zNzRIMHY5LjMyNWEyLjMyMiwyLjMyMiwwLDAsMCwyLjI2NSwyLjM3SDU0LjA4M2EyLjMyMiwyLjMyMiwwLDAsMCwyLjI2NS0yLjM3VjE2LjA2OUg1NS42MmEyLjE4OSwyLjE4OSwwLDAsMSwwLTQuMzc0Wm0tLjcyOCw1LjgxOXY3Ljg4MWEuODMuODMsMCwwLDEtLjgwOS44NDdIMi4yNjVhLjgzLjgzLDAsMCwxLS44MDktLjg0N1YxNy41MTRhMy43NSwzLjc1LDAsMCwwLDAtNy4yNjNWMi4zN2EuODMuODMsMCwwLDEsLjgwOS0uODQ3SDU0LjA4M2EuODMuODMsMCwwLDEsLjgwOS44NDdWMTAuMjVhMy43NSwzLjc1LDAsMCwwLDAsNy4yNjNaIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDxnIGlkPSJHcm91cF82IiBkYXRhLW5hbWU9Ikdyb3VwIDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2LjE4NSAyLjMwNSkiPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNLjg4LDBBLjg3OC44NzgsMCwwLDAsMCwuODczdi40OGEuODguODgsMCwwLDAsMS43NiwwVi44NzNBLjg3OC44NzgsMCwwLDAsLjg4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwLjUyKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEwIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0uODgsMEEuODc4Ljg3OCwwLDAsMCwwLC44NzN2LjQ4YS44OC44OCwwLDAsMCwxLjc2LDBWLjg3M0EuODc4Ljg3OCwwLDAsMCwuODgsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTQuMTMyKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzExIiBkYXRhLW5hbWU9IlBhdGggMTEiIGQ9Ik0uODgsMEEuODc4Ljg3OCwwLDAsMCwwLC44NzN2LjQ4MWEuODguODgsMCwwLDAsMS43NiwwVi44NzNBLjg3OC44NzgsMCwwLDAsLjg4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDYuOTE2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyIiBkYXRhLW5hbWU9IlBhdGggMTIiIGQ9Ik0uODU5LDBBLjg1Ni44NTYsMCwwLDAsMCwuODUydi40NjdhLjg1OS44NTksMCwwLDAsMS43MTcsMFYuODUyQS44NTYuODU2LDAsMCwwLC44NTksMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDIxIDIwLjk4NSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMyIgZGF0YS1uYW1lPSJQYXRoIDEzIiBkPSJNLjg1OSwwQS44NTYuODU2LDAsMCwwLDAsLjg1MnYuNDY3YS44NTkuODU5LDAsMCwwLDEuNzE3LDBWLjg1MkEuODU2Ljg1NiwwLDAsMCwuODU5LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyMSAxNy40ODgpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTQiIGRhdGEtbmFtZT0iUGF0aCAxNCIgZD0iTS44NTksMi4xN2EuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJWLjg1MkEuODU5Ljg1OSwwLDAsMCwwLC44NTJ2LjQ2NkEuODU2Ljg1NiwwLDAsMCwuODU5LDIuMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyMSAzLjQ5OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNSIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNLjg1OSwyLjE3YS44NTYuODU2LDAsMCwwLC44NTktLjg1MlYuODUyQS44NTkuODU5LDAsMCwwLDAsLjg1MnYuNDY2QS44NTYuODU2LDAsMCwwLC44NTksMi4xN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDIyIDApIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvZz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogICAgPGcgaWQ9Ikdyb3VwXzIxIiBkYXRhLW5hbWU9Ikdyb3VwIDIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTkxLjc0OSA1NC43MzUpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzciIGRhdGEtbmFtZT0iUGF0aCA3IiBkPSJNODIuNzgzLDU3Ni43MmguNzI3VjU2Ny40YTIuMzIyLDIuMzIyLDAsMCwwLTIuMjY1LTIuMzdIMjkuNDI4YTIuMzIyLDIuMzIyLDAsMCwwLTIuMjY1LDIuMzd2OS4zMjVoLjcyN2EyLjE4OSwyLjE4OSwwLDAsMSwwLDQuMzc0aC0uNzI3djkuMzI1YTIuMzIyLDIuMzIyLDAsMCwwLDIuMjY1LDIuMzdIODEuMjQ2YTIuMzIyLDIuMzIyLDAsMCwwLDIuMjY1LTIuMzd2LTkuMzI1aC0uNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAtNC4zNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcuMTYzIC01NjUuMDI1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgPGcgaWQ9Ikdyb3VwXzctMiIgZGF0YS1uYW1lPSJHcm91cCA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+DQogICAgICAgIDxwYXRoIGlkPSJQYXRoXzgtMiIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik04Mi43ODMsNTc2LjcyaC43MjdWNTY3LjRhMi4zMjIsMi4zMjIsMCwwLDAtMi4yNjUtMi4zN0gyOS40MjhhMi4zMjIsMi4zMjIsMCwwLDAtMi4yNjUsMi4zN3Y5LjMyNWguNzI3YTIuMTg5LDIuMTg5LDAsMCwxLDAsNC4zNzRoLS43Mjd2OS4zMjVhMi4zMjIsMi4zMjIsMCwwLDAsMi4yNjUsMi4zN0g4MS4yNDZhMi4zMjIsMi4zMjIsMCwwLDAsMi4yNjUtMi4zN3YtOS4zMjVoLS43MjdhMi4xODksMi4xODksMCwwLDEsMC00LjM3NFptLS43MjgsNS44MTl2Ny44ODFhLjgzLjgzLDAsMCwxLS44MDkuODQ3SDI5LjQyOGEuODMuODMsMCwwLDEtLjgwOS0uODQ3di03Ljg4MWEzLjc1LDMuNzUsMCwwLDAsMC03LjI2M1Y1NjcuNGEuODI5LjgyOSwwLDAsMSwuODA5LS44NDdIODEuMjQ2YS44My44MywwLDAsMSwuODA5Ljg0N3Y3Ljg4YTMuNzUsMy43NSwwLDAsMCwwLDcuMjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3LjE2MyAtNTY1LjAyNSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgPGcgaWQ9Ikdyb3VwXzYtMiIgZGF0YS1uYW1lPSJHcm91cCA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4xODUgMi4zMDUpIj4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF85LTIiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMTcyLjE1NSw2MDUuMDQxYS44NzguODc4LDAsMCwwLS44OC44NzN2LjQ4YS44OC44OCwwLDAsMCwxLjc2LDB2LS40OEEuODc4Ljg3OCwwLDAsMCwxNzIuMTU1LDYwNS4wNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjI3NSAtNTk0LjUyMSkiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMC0yIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0xNzIuMTU1LDYxNi4zMTNhLjg3OC44NzgsMCwwLDAtLjg4Ljg3M3YuNDhhLjg4Ljg4LDAsMCwwLDEuNzYsMHYtLjQ4QS44NzguODc4LDAsMCwwLDE3Mi4xNTUsNjE2LjMxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMjc1IC02MDIuMTgxKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzExLTIiIGRhdGEtbmFtZT0iUGF0aCAxMSIgZD0iTTE3Mi4xNTUsNTkzLjhhLjg3OC44NzgsMCwwLDAtLjg4Ljg3M3YuNDgxYS44OC44OCwwLDAsMCwxLjc2LDB2LS40ODFBLjg3OC44NzgsMCwwLDAsMTcyLjE1NSw1OTMuOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMjc1IC01ODYuODgxKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEyLTIiIGRhdGEtbmFtZT0iUGF0aCAxMiIgZD0iTTE3Mi4yLDYzNy43YS44NTYuODU2LDAsMCwwLS44NTkuODUydi40NjdhLjg1OS44NTksMCwwLDAsMS43MTcsMHYtLjQ2N0EuODU2Ljg1NiwwLDAsMCwxNzIuMiw2MzcuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzEuMzIxIC02MTYuNzEyKSIgZmlsbD0iIzIzMWYyMCIvPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEzLTIiIGRhdGEtbmFtZT0iUGF0aCAxMyIgZD0iTTE3Mi4yLDYyNi43ODRhLjg1Ni44NTYsMCwwLDAtLjg1OS44NTJ2LjQ2N2EuODU5Ljg1OSwwLDAsMCwxLjcxNywwdi0uNDY3QS44NTYuODU2LDAsMCwwLDE3Mi4yLDYyNi43ODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjMyMSAtNjA5LjI5NikiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNC0yIiBkYXRhLW5hbWU9IlBhdGggMTQiIGQ9Ik0xNzIuMiw1ODUuM2EuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJ2LS40NjZhLjg1OS44NTksMCwwLDAtMS43MTcsMHYuNDY2QS44NTYuODU2LDAsMCwwLDE3Mi4yLDU4NS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MS4zMjEgLTU3OS42MzIpIiBmaWxsPSIjMjMxZjIwIi8+DQogICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTUtMiIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNMTcyLjIsNTc0LjM4NmEuODU2Ljg1NiwwLDAsMCwuODU5LS44NTJ2LS40NjZhLjg1OS44NTksMCwwLDAtMS43MTcsMHYuNDY2QS44NTYuODU2LDAsMCwwLDE3Mi4yLDU3NC4zODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcxLjMyMSAtNTcyLjIxNikiIGZpbGw9IiMyMzFmMjAiLz4NCiAgICAgICAgPC9nPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8dGV4dCBpZD0idGlja2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE5OSA3MikiIGZpbGw9IiMyMzFmMjAiIGZvbnQtc2l6ZT0iMTEiIGZvbnQtZmFtaWx5PSJCZVZpZXRuYW0tQm9sZCwgQmUgVmlldG5hbSIgZm9udC13ZWlnaHQ9IjcwMCI+PHRzcGFuIHg9IjAiIHk9IjAiPnRpY2tldHM8L3RzcGFuPjwvdGV4dD4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body.thewiz_page.home header.header .header-main .navbar .show_tickets_logo a:hover{opacity:0.7}body.thewiz_page.home header.header .header-main .navbar .show_tickets_logo a img{display:none}}@media (min-width: 1200px) and (min-width: 576px){body.thewiz_page.home header.header .header-main .navbar .show_tickets_logo{margin-right:26px}}@media (min-width: 1200px){body.thewiz_page.home header.header .header-main .navbar .page_block.searchbox .search-icon{width:24px;height:24px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMiIgaGVpZ2h0PSIyMC4wMiIgdmlld0JveD0iMCAwIDIwLjAyIDIwLjAyIj4NCiAgPGcgaWQ9Ikdyb3VwXzI5MiIgZGF0YS1uYW1lPSJHcm91cCAyOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzE2IC02My41KSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMjk1IiBkYXRhLW5hbWU9IlBhdGggMjk1IiBkPSJNMTkuODQ0LjgyYS40LjQsMCwwLDEsMCwuNjY0bC0uODU5Ljg1OWEuNC40LDAsMCwxLS42NjQsMEwxMy41OTQtMi4zODNhLjQ1LjQ1LDAsMCwxLS4xNTYtLjMxMnYtLjU0N0E3Ljg4NCw3Ljg4NCwwLDAsMSw4LjEyNS0xLjI1LDcuODI2LDcuODI2LDAsMCwxLDIuMzgzLTMuNjMzLDcuODI2LDcuODI2LDAsMCwxLDAtOS4zNzVhNy44MjYsNy44MjYsMCwwLDEsMi4zODMtNS43NDJBNy44MjYsNy44MjYsMCwwLDEsOC4xMjUtMTcuNWE3LjgyNiw3LjgyNiwwLDAsMSw1Ljc0MiwyLjM4M0E3LjgyNiw3LjgyNiwwLDAsMSwxNi4yNS05LjM3NWE3Ljg4NCw3Ljg4NCwwLDAsMS0xLjk5Miw1LjMxM0gxNC44YS4zNzEuMzcxLDAsMCwxLC4zMTMuMTU2Wk0zLjcxMS00Ljk2MUE2LjAxOCw2LjAxOCwwLDAsMCw4LjEyNS0zLjEyNWE2LjAxOCw2LjAxOCwwLDAsMCw0LjQxNC0xLjgzNiw2LjAxOCw2LjAxOCwwLDAsMCwxLjgzNi00LjQxNCw2LjAxOCw2LjAxOCwwLDAsMC0xLjgzNi00LjQxNCw2LjAxOCw2LjAxOCwwLDAsMC00LjQxNC0xLjgzNiw2LjAxOCw2LjAxOCwwLDAsMC00LjQxNCwxLjgzNkE2LjAxOCw2LjAxOCwwLDAsMCwxLjg3NS05LjM3NSw2LjAxOCw2LjAxOCwwLDAsMCwzLjcxMS00Ljk2MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMTYgODEpIiBmaWxsPSIjZmZmIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfMjk0IiBkYXRhLW5hbWU9IlBhdGggMjk0IiBkPSJNLTQyMzEuMTI2LDguOGEyLjQyNiwyLjQyNiwwLDAsMS0xLjk0Mi0xLjE3MSw1LjU1Miw1LjU1MiwwLDAsMS0uOTA3LTIuODY3LDEuNTczLDEuNTczLDAsMCwwLDEuMTMzLjUxOGMxLjA1MSwwLDEuOTA2LTEuMTg0LDEuOTA2LTIuNjRhMi44MzksMi44MzksMCwwLDAtMS4xMTctMi40LDEuOTc0LDEuOTc0LDAsMCwxLC45MjctLjIzNmMxLjU3NiwwLDIuODU5LDEuOTczLDIuODU5LDQuNFMtNDIyOS41NSw4LjgtNDIzMS4xMjYsOC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTU1Ni43MyA2NykiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat top/cover}body.thewiz_page.home header.header .header-main .navbar .page_block.searchbox .search-icon img{display:none}}@media (min-width: 1200px){body.thewiz_page.home header.header.sticky{background:#fff}}body.thewiz_page.home header.header.sticky .header-main .logo{margin-top:10px}body.thewiz_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu{border:none}body.thewiz_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .dropdown-menu .nav-link{color:#000;padding:0.3rem 1rem;font-weight:500;font-size:.875rem}body.thewiz_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item.first .nav-link{color:#76bf43}body.thewiz_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link{color:#231F20}body.thewiz_page.home header.header.sticky .header-main .navbar .navbar-collapse.menu .navbar-nav .nav-item .nav-link:hover{color:#76bf43;opacity:1}body.thewiz_page .fancybox-content{max-height:100vh;overflow-y:auto}body.thewiz_page .faq-overview{text-align:left}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-question h3{color:#fff}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-answer{color:#fff}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item .faq-answer p:last-child{margin:0}body.thewiz_page .faq-overview .faq-category .faq-items .faq-item.active .faq-icon{transform:rotate(180deg)}body.thewiz_page.thewiz_page{background-image:url(/build/dde53030697e2f11efb1.png),url(/build/ce5ef1ac9d1d3140137c.png);background-position:top left, top right;background-repeat:repeat-y;background-color:#4276a7;color:#000;font-weight:400}@media (max-width: 1363px){body.thewiz_page.thewiz_page{background-size:50%}}@media (min-width: 992px){body.thewiz_page.thewiz_page{font-size:18px}}body.thewiz_page.thewiz_page a{color:#ff8316}body.thewiz_page.thewiz_page a:hover{color:#160a00}body.thewiz_page.thewiz_page h1,body.thewiz_page.thewiz_page h2{margin-bottom:1rem;color:#6a2808;font-size:calc(1.325rem + .9vw);font-weight:700;text-transform:uppercase;font-family:"Cinzel",serif}@media (min-width: 1200px){body.thewiz_page.thewiz_page h1,body.thewiz_page.thewiz_page h2{font-size:38px}}body.thewiz_page.thewiz_page h4,body.thewiz_page.thewiz_page h5,body.thewiz_page.thewiz_page h6{font-weight:700}body.thewiz_page.thewiz_page h3{font-size:24px}body.thewiz_page.thewiz_page h4{font-size:22px}body.thewiz_page.thewiz_page p{margin-bottom:1.5rem}body.thewiz_page.thewiz_page hr{display:block;max-width:816px;height:38px;margin:30px auto;border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAzAAAAAmCAYAAAAbb34AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmExY2QxMmY0MSwgMjAyNC8xMS8wOC0xNjowOToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjk0N0Y3MDJENzExRjA5MkE3OTVBREE4RDEyQjZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGMjk0N0Y4MDJENzExRjA5MkE3OTVBREE4RDEyQjZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEYyOTQ3RjUwMkQ3MTFGMDkyQTc5NUFEQThEMTJCNkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEYyOTQ3RjYwMkQ3MTFGMDkyQTc5NUFEQThEMTJCNkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz53lnbMAAADt0lEQVR42uzdP4skRRgH4OqZvbvF5EQUAwUDQTPlxMToAgNhRTgjI7/Apfoxzi9wqZGRorhgYGwiipcpGAgayF2gie7eOlNWs9VY23TPn53Wq5HngZeq6urp3qlk5rfdM9PEGAMATOww1YllAGBqM0sAwMSaVE/kFgAEGACqf2152msMAAIMAPtgnuqF3AKAAANA9QHmeQEGAAEGgH3QfvblmeAzMAAIMADsgfbrLR/PLQAIMABU7clUz+UWAAQYAKr2UqobuQUAAQaAqr2W6rHcAoAAA0DVrytHuX/kdQYAAQaAmt0M57ePhdzetCQACDAA1Or9NWMAEGAAqMJb4Z/bxzpHeTsATKKJ0df0A7Czp1J9k+rZgbmfU72S6r5lAmBXrsAAMIW7I+El5O13LREAAgwAj9r1VJ+murVmv1t5v+uWDIBdbHoLWbPlfLPB3Cbt0HFmI8dqVpx77Jir/ta2H3uPiWseXwbDbe7NGzovQO1eTHUn1ctbPOa7cP7B/u8tH/A/M/Q+MV7iPV7ccL5/vLjmWHHDuTjSdv2yOsve/Db9sXONrkUbYJo1b+ab/Ia8DBBNUfNin3kxPsjbruT2YEW1+1zN/at5fC23V/Ixu22Heb95b59u+7Vi/3k+Xtd2c915Y7F9WTzuoPecuueyzH0AAKjFMtciv7/t+stef1HUX7mWvfFZ3tb2/8zjbv4k1WnuP8zzp7m68cNcp3n/s2L7aTF/VrT98/afz4WAc7Ai5ZXpbjkSbPptMxJ8moFxvz/r9ee9/Ya2zdfMhYHjlsErFttD7+8JA9tjcdzQe579dZyFi1dxZivWeVas89A5AGrzRqp3dnj8R6m+sIzAnoiX2HfbKySrxttcvYhh+IrHuloOjBe9uUXR74eNbhx7YWk5EKTKYyxHzj92Bci3kAFwaa+n+iBsfwvZe6m+tHwAXIYAA8Au2g/lfxg2+62Xz1K9m+p3ywaAAAPAo/RxWP1NZJ+ketsyASDAAFADP2QJwH/C78AAMIU2nNwembstvAAwFVdgAJjS56mOivFxqjctCwBTcQUGgCndWTMGgJ24AgPAlNp/jH2d6kaqb1O9Gi7+lhgA7PxCAwBTacPKce4fCy8ACDAA1O6rVH/kFgAEGACqdi+c3z52z1IAIMAAULsHqX7KLQAIMABUrUn1W24BQIABoGrt11v+klsAEGAAqNoi1Y+5BQABBoDqA8wPAgwAAgwA+6D97Zdfg9+AAeBf0MToFmUAJneY6sQyADC1vwUYAJ7WDIi+7NBaAAAAAElFTkSuQmCC) no-repeat center;overflow:hidden}body.thewiz_page.thewiz_page .btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab,body.shrek_page .card body.thewiz_page.thewiz_page .card-btn,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a,body.thewiz_page.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page.thewiz_page .card .card-btn,body.thewiz_page.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{padding:16px 20px;border-radius:15px;font-size:18px;font-weight:700;line-height:1;transition:0.25s}@media (min-width: 1200px){body.thewiz_page.thewiz_page .btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab,body.shrek_page .card body.thewiz_page.thewiz_page .card-btn,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p a,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a,body.thewiz_page.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page.thewiz_page .card .card-btn,body.thewiz_page.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{padding:18px 25px;font-size:22px}}body.thewiz_page.thewiz_page .btn.btn-primary,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .btn-primary.card-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .btn-primary.card-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .card .mini-sab body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item body.thewiz_page.thewiz_page .card-btn.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card body.thewiz_page.thewiz_page .card-btn.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item body.thewiz_page.thewiz_page .card-btn.carousel-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card body.thewiz_page.thewiz_page .card-btn.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn.owl-btn,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn.carousel-btn,body.thewiz_page.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card a.card-btn:last-of-type,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .btn-primary.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page body.shrek_page .mini-sab .btn-toggle-mini-sab,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .card .btn-primary.card-btn,body.shrek_page .card body.thewiz_page.thewiz_page .btn-primary.card-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card body.thewiz_page.thewiz_page .card-btn.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card .card-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card body.thewiz_page.thewiz_page .card-btn.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .card .mini-sab .card-btn.btn-toggle-mini-sab,body.shrek_page .card .mini-sab body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .mini-sab .card .card-btn.btn-toggle-mini-sab,body.shrek_page .mini-sab .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .card .owl-carousel .item .card-btn.owl-btn,body.shrek_page .card .owl-carousel .item body.thewiz_page.thewiz_page .card-btn.owl-btn,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item .card .card-btn.owl-btn,body.shrek_page .owl-carousel .item .card body.thewiz_page.thewiz_page .card-btn.owl-btn,body.thewiz_page.thewiz_page body.shrek_page .card .carousel .carousel-item .card-btn.carousel-btn,body.shrek_page .card .carousel .carousel-item body.thewiz_page.thewiz_page .card-btn.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item .card .card-btn.carousel-btn,body.shrek_page .carousel .carousel-item .card body.thewiz_page.thewiz_page .card-btn.carousel-btn,body.thewiz_page.thewiz_page .mini-sab body.shrek_page .card .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .owl-carousel .item body.shrek_page .card .card-btn.owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item body.shrek_page .card .card-btn.carousel-btn,body.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .card a.card-btn:last-of-type,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item .owl-btn,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item .carousel-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .btn-primary.timeslot-item-navigation-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p a.btn-primary,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.btn-primary,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.owl-btn,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p .mini-sab a.btn-toggle-mini-sab,body.shrek_page.shrek_page .shrek-social-section p .mini-sab body.thewiz_page.thewiz_page a.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .mini-sab .shrek-social-section p a.btn-toggle-mini-sab,body.shrek_page.shrek_page .mini-sab .shrek-social-section p body.thewiz_page.thewiz_page a.btn-toggle-mini-sab,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item a.owl-btn,body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item body.thewiz_page.thewiz_page a.owl-btn,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p a.owl-btn,body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p body.thewiz_page.thewiz_page a.owl-btn,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item a.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item body.thewiz_page.thewiz_page a.carousel-btn,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p a.carousel-btn,body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p body.thewiz_page.thewiz_page a.carousel-btn,body.thewiz_page.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p a:last-of-type,body.thewiz_page.thewiz_page .mini-sab .btn-toggle-mini-sab,body.thewiz_page.thewiz_page .card .btn-primary.card-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .card .card-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .card .card-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .card .card-btn.carousel-btn,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .card .card-btn.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .card .card-btn.owl-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .card .card-btn.carousel-btn,body.thewiz_page.thewiz_page .card .mini-sab .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .mini-sab .card .card-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .card .owl-carousel .item .card-btn.owl-btn,body.thewiz_page.thewiz_page .owl-carousel .item .card .card-btn.owl-btn,body.thewiz_page.thewiz_page .card .carousel .carousel-item .card-btn.carousel-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .card .card-btn.carousel-btn,body.thewiz_page.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card a.card-btn:last-of-type,body.thewiz_page.thewiz_page .owl-carousel .item .owl-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .carousel-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{background-color:#ff8316;border-color:#ff8316;color:#fff}body.thewiz_page.thewiz_page .btn.btn-primary:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .btn-primary.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .btn-primary.card-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .mini-sab .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .card .mini-sab body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .card .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .owl-carousel .item body.thewiz_page.thewiz_page .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .card body.thewiz_page.thewiz_page .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card .carousel .carousel-item body.thewiz_page.thewiz_page .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .card body.thewiz_page.thewiz_page .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .card .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .card .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .card a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .btn-primary.timeslot-item-navigation-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .mini-sab body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .mini-sab body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .owl-carousel .item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body:not(.shrek_page):not(.thewiz_page) .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page body.shrek_page .mini-sab .btn-toggle-mini-sab:hover,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .card .btn-primary.card-btn:hover,body.shrek_page .card body.thewiz_page.thewiz_page .btn-primary.card-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .card body.thewiz_page.thewiz_page .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card .card-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .card body.thewiz_page.thewiz_page .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .card .mini-sab .card-btn.btn-toggle-mini-sab:hover,body.shrek_page .card .mini-sab body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .mini-sab .card .card-btn.btn-toggle-mini-sab:hover,body.shrek_page .mini-sab .card body.thewiz_page.thewiz_page .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .card .owl-carousel .item .card-btn.owl-btn:hover,body.shrek_page .card .owl-carousel .item body.thewiz_page.thewiz_page .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item .card .card-btn.owl-btn:hover,body.shrek_page .owl-carousel .item .card body.thewiz_page.thewiz_page .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .card .carousel .carousel-item .card-btn.carousel-btn:hover,body.shrek_page .card .carousel .carousel-item body.thewiz_page.thewiz_page .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item .card .card-btn.carousel-btn:hover,body.shrek_page .carousel .carousel-item .card body.thewiz_page.thewiz_page .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .mini-sab body.shrek_page .card .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .owl-carousel .item body.shrek_page .card .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item body.shrek_page .card .card-btn.carousel-btn:hover,body.shrek_page .card body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .card a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item .owl-btn:hover,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item .carousel-btn:hover,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .btn-primary.timeslot-item-navigation-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .mini-sab body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page .mini-sab .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page .owl-carousel .item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .mini-sab body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .owl-carousel .item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item body.shrek_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page .timeslot-item .timeslot-item-navigation body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p a.btn-primary:hover,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.btn-primary:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.owl-btn:hover,body.thewiz_page.thewiz_page body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page a.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p .mini-sab a.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .shrek-social-section p .mini-sab body.thewiz_page.thewiz_page a.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .mini-sab .shrek-social-section p a.btn-toggle-mini-sab:hover,body.shrek_page.shrek_page .mini-sab .shrek-social-section p body.thewiz_page.thewiz_page a.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item a.owl-btn:hover,body.shrek_page.shrek_page .shrek-social-section p .owl-carousel .item body.thewiz_page.thewiz_page a.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p a.owl-btn:hover,body.shrek_page.shrek_page .owl-carousel .item .shrek-social-section p body.thewiz_page.thewiz_page a.owl-btn:hover,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item a.carousel-btn:hover,body.shrek_page.shrek_page .shrek-social-section p .carousel .carousel-item body.thewiz_page.thewiz_page a.carousel-btn:hover,body.thewiz_page.thewiz_page body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p a.carousel-btn:hover,body.shrek_page.shrek_page .carousel .carousel-item .shrek-social-section p body.thewiz_page.thewiz_page a.carousel-btn:hover,body.thewiz_page.thewiz_page .mini-sab body.shrek_page.shrek_page .shrek-social-section p a.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .owl-carousel .item body.shrek_page.shrek_page .shrek-social-section p a.owl-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item body.shrek_page.shrek_page .shrek-social-section p a.carousel-btn:hover,body.shrek_page.shrek_page .shrek-social-section p body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go body.shrek_page.shrek_page .shrek-social-section p a:hover:last-of-type,body.thewiz_page.thewiz_page .mini-sab .btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .card .btn-primary.card-btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .card .card-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .card .card-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .card .card-btn.carousel-btn:hover,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .card .card-btn.btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .card .card-btn.owl-btn:hover,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .card .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .card .mini-sab .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .mini-sab .card .card-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .card .owl-carousel .item .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page .owl-carousel .item .card .card-btn.owl-btn:hover,body.thewiz_page.thewiz_page .card .carousel .carousel-item .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item .card .card-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .card .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .card a.card-btn:hover:last-of-type,body.thewiz_page.thewiz_page .owl-carousel .item .owl-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item .carousel-btn:hover,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .btn-primary.timeslot-item-navigation-btn:hover,body:not(.shrek_page):not(.thewiz_page) .mini-sab body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.shrek_page .mini-sab body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .mini-sab .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .mini-sab .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.btn-toggle-mini-sab:hover,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .owl-carousel .item .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page .owl-carousel .item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.owl-btn:hover,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .carousel .carousel-item .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .carousel .carousel-item .timeslot-item .timeslot-item-navigation .timeslot-item-navigation-btn.carousel-btn:hover,body.thewiz_page.thewiz_page .timeslot-item .timeslot-item-navigation .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go .timeslot-item .timeslot-item-navigation a.timeslot-item-navigation-btn:hover:last-of-type,body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:hover:last-of-type{background-color:#6a2808;border-color:#6a2808;color:#fff}@media (max-width: 1199.98px){body.thewiz_page.thewiz_page header.header.sticky{position:relative !important}}@media (min-width: 768px){body.thewiz_page.thewiz_page .container-medium{max-width:720px}}@media (min-width: 992px){body.thewiz_page.thewiz_page .container-large{max-width:960px}}body.thewiz_page.thewiz_page .container-intro{margin-bottom:30px;text-align:center}@media (min-width: 850px){body.thewiz_page.thewiz_page .container-intro{max-width:820px}}body.thewiz_page.thewiz_page .container-outro{margin-top:30px;text-align:center}@media (min-width: 850px){body.thewiz_page.thewiz_page .container-outro{max-width:820px}}body.thewiz_page.thewiz_page .fancybox-card-title{font-size:24px;font-weight:600}body.thewiz_page.thewiz_page .fancybox-card-subtitle{font-size:18px;font-weight:500}body.thewiz_page.thewiz_page .fancybox-card-description{font-size:16px}body.thewiz_page.thewiz_page .thewiz-intro-section{position:relative;padding:30px 0 8vw 0;background-image:url(/build/9918b068a5f99a94b743.png),url(/build/ca0389bf4b0dc55911c9.jpg);background-position:bottom center, top center;background-repeat:no-repeat;background-size:contain, cover;text-align:center;overflow:hidden}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-intro-section{padding-top:155px}}body.thewiz_page.thewiz_page .thewiz-intro-section h1,body.thewiz_page.thewiz_page .thewiz-intro-section h2,body.thewiz_page.thewiz_page .thewiz-intro-section h3,body.thewiz_page.thewiz_page .thewiz-intro-section h4,body.thewiz_page.thewiz_page .thewiz-intro-section h5,body.thewiz_page.thewiz_page .thewiz-intro-section h6{color:#fff}body.thewiz_page.thewiz_page .thewiz-intro-section h1,body.thewiz_page.thewiz_page .thewiz-intro-section h2{background:url(/build/be4e5b999df5da71272a.png) no-repeat center top}@media (max-width: 1199.98px){body.thewiz_page.thewiz_page .thewiz-intro-section h1,body.thewiz_page.thewiz_page .thewiz-intro-section h2{background-size:contain}}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-intro-section h1,body.thewiz_page.thewiz_page .thewiz-intro-section h2{min-width:423px;min-height:85px}}body.thewiz_page.thewiz_page .thewiz-intro-section .logo{margin-bottom:15px}@media (max-width: 1199.98px){body.thewiz_page.thewiz_page .thewiz-intro-section .logo img{max-width:65%}}body.thewiz_page.thewiz_page .thewiz-intro-section .link{border-radius:10px;padding:18px 25px;font-size:24px;font-weight:900}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-intro-section .link{font-size:36px;padding:23px 35px}}body.thewiz_page.thewiz_page .thewiz-trailer-section{background:#000}body.thewiz_page.thewiz_page .thewiz-trailer-section iframe{border-radius:0}body.thewiz_page.thewiz_page .thewiz-cast-section{position:relative;padding:6vh 0;color:#fff;text-align:center;overflow:hidden}body.thewiz_page.thewiz_page .thewiz-cast-section .container-slider{max-width:1388px !important;padding:0 !important}body.thewiz_page.thewiz_page .thewiz-cast-section h1,body.thewiz_page.thewiz_page .thewiz-cast-section h2,body.thewiz_page.thewiz_page .thewiz-cast-section h3,body.thewiz_page.thewiz_page .thewiz-cast-section h4,body.thewiz_page.thewiz_page .thewiz-cast-section h5,body.thewiz_page.thewiz_page .thewiz-cast-section h6{color:#fff}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel{min-height:0;padding:0}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item{min-height:0;padding:0}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card{width:347px;background:none;border:none;border-radius:0;text-decoration:none;overflow:visible}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-image{position:relative;width:347px;height:251px;background:none;margin-bottom:25px;aspect-ratio:1;overflow:hidden}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-image picture{position:relative;display:block;height:100%}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-image picture::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(/build/865774cd8139af548d9a.png);background-size:cover}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-image img{padding:5px 52px;height:100%;object-fit:cover;transition:0.5s}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-image:hover img{transform:scale(1.01)}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-body{padding:0;background:none}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title,body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-subtitle{margin-bottom:0.25rem;color:#fff;font-size:16px;text-align:center}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title{font-weight:700}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-subtitle{font-weight:400}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .item .card .card-body .card-buttons{display:none}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .owl-dots{margin:15px 30px 0 30px}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#fff}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#fff}body.thewiz_page.thewiz_page .thewiz-cast-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}body.thewiz_page.thewiz_page .thewiz-information-section{padding:6vh 0;background:#ffffe2;color:#6a2808;font-size:16px;font-weight:700;text-align:center}body.thewiz_page.thewiz_page .thewiz-dates-section{padding:6vh 0;color:#fff}body.thewiz_page.thewiz_page .thewiz-dates-section h1,body.thewiz_page.thewiz_page .thewiz-dates-section h2,body.thewiz_page.thewiz_page .thewiz-dates-section h3,body.thewiz_page.thewiz_page .thewiz-dates-section h4,body.thewiz_page.thewiz_page .thewiz-dates-section h5,body.thewiz_page.thewiz_page .thewiz-dates-section h6{color:#fff}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .TopText{display:none}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item{position:relative;display:flex;flex-flow:row wrap;align-items:center;column-gap:30px;margin-bottom:30px;padding:10px 30px 10px 10px;border-radius:15px;background-color:#ffffe2}@media (max-width: 767.98px){body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item{padding-right:10px;row-gap:15px;column-gap:15px}}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item:last-of-type{margin-bottom:0}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-label{position:absolute;right:30px;bottom:calc(100% - 5px);background-color:#ff8316;border-radius:5px;padding:5px 10px;font-size:14px}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-date{width:100px;background:#0c276b;border-radius:10px;padding:10px;text-align:center}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-info{flex:1;color:#000}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-info .ntk-event-item-info-city{font-size:24px;text-transform:uppercase}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go{display:flex;flex-wrap:wrap;flex-direction:row-reverse;align-items:center;column-gap:15px}@media (max-width: 767.98px){body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go{width:100%;justify-content:flex-end}}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a{color:#000;font-weight:700;text-decoration:underline}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a i{display:none}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .ntk-events .ntk-event-item .ntk-event-item-go a:last-of-type{padding:15px !important;font-size:18px !important;font-weight:400 !important;text-decoration:none}body.thewiz_page.thewiz_page .thewiz-dates-section .custom_detail_events .js-show-extra-events{display:none}body.thewiz_page.thewiz_page .thewiz-photos-section{padding:6vh 0;background:#ffffe2}body.thewiz_page.thewiz_page .thewiz-photos-section h1,body.thewiz_page.thewiz_page .thewiz-photos-section h2,body.thewiz_page.thewiz_page .thewiz-photos-section h3,body.thewiz_page.thewiz_page .thewiz-photos-section h4,body.thewiz_page.thewiz_page .thewiz-photos-section h5,body.thewiz_page.thewiz_page .thewiz-photos-section h6{color:#6a2808}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection{min-height:auto}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection .item{height:75vh !important;min-height:300px;max-height:520px;padding:0}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection .owl-dots{position:static;margin-top:15px}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection .owl-dots .owl-dot span{border-color:#ff8316;box-shadow:none}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection .owl-dots .owl-dot:hover span{background:#ff8316}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection .owl-dots .owl-dot.active span{background:#ff8316;border-color:#ff8316}body.thewiz_page.thewiz_page .thewiz-photos-section .owl-carousel.image_collection .owl-nav{display:none}body.thewiz_page.thewiz_page .thewiz-story-section{padding:6vh 0 0 0;color:#fff}body.thewiz_page.thewiz_page .thewiz-story-section h1,body.thewiz_page.thewiz_page .thewiz-story-section h2,body.thewiz_page.thewiz_page .thewiz-story-section h3,body.thewiz_page.thewiz_page .thewiz-story-section h4,body.thewiz_page.thewiz_page .thewiz-story-section h5,body.thewiz_page.thewiz_page .thewiz-story-section h6{color:#fff}@media (min-width: 862px){body.thewiz_page.thewiz_page .thewiz-story-section .container-character{max-width:832px}}body.thewiz_page.thewiz_page .thewiz-story-section .container-character h2{background:none}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-story-section .container-character h2{min-width:auto;min-height:auto}}body.thewiz_page.thewiz_page .thewiz-story-section .container-character .container-holder{align-items:center}body.thewiz_page.thewiz_page .thewiz-story-section .container-character .container-holder .column.one{padding-right:15px !important;text-align:right}body.thewiz_page.thewiz_page .thewiz-story-section .container-character .container-holder .column.two{padding-left:15px !important}body.thewiz_page.thewiz_page .thewiz-news-section{padding:0 0 6vh 0;color:#fff}body.thewiz_page.thewiz_page .thewiz-news-section h1,body.thewiz_page.thewiz_page .thewiz-news-section h2,body.thewiz_page.thewiz_page .thewiz-news-section h3,body.thewiz_page.thewiz_page .thewiz-news-section h4,body.thewiz_page.thewiz_page .thewiz-news-section h5,body.thewiz_page.thewiz_page .thewiz-news-section h6{color:#fff}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock.owl-carousel{min-height:0;padding:0}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock.owl-carousel .item{min-height:0;padding:0}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#fff}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#fff}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card{background:#ffffe2;border:none;border-radius:0}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-image{background:#000}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body{padding:15px;background:none}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body{padding:30px}}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption{display:flex;flex-direction:column;flex:0;color:#6a2808}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-title,body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-title-link,body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-subtitle,body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-description{color:inherit}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-title{font-size:24px}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-subtitle,body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-description{font-size:18px;font-weight:400}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-subtitle{order:-1}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-description{display:none}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-caption .card-description::after{display:none !important}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-buttons{margin-top:0}body.thewiz_page.thewiz_page .thewiz-news-section .contentblock .card .card-body .card-buttons .card-btn{padding:0;background:none;border-radius:0;border:none;color:#6a2808;font-size:18px;font-weight:700}body.thewiz_page.thewiz_page .thewiz-newsletter-section{padding:6vh 0;background:#ffffe2}@media (min-width: 768px){body.thewiz_page.thewiz_page .thewiz-newsletter-section .container .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-holder .container-holder .column.one,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .column.one,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-default .container-holder .column.one,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one,body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-carousel .item .owl-container .container-holder .column.one,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-newsletter-section .owl-container .container-holder .column.one,body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel .carousel-item .carousel-container .container-holder .column.one,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-newsletter-section .carousel-container .container-holder .column.one{flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-newsletter-section .container .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one h2,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-holder .container-holder .column.one h2,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .column.one h2,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-default .container-holder .column.one h2,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one h2,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one h2,body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-carousel .item .owl-container .container-holder .column.one h2,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-newsletter-section .owl-container .container-holder .column.one h2,body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel .carousel-item .carousel-container .container-holder .column.one h2,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-newsletter-section .carousel-container .container-holder .column.one h2{font-size:48px}}body.thewiz_page.thewiz_page .thewiz-newsletter-section .container .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-holder .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-default .container-holder .column.one .resource_image,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one .resource_image,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-carousel .item .owl-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-newsletter-section .owl-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel .carousel-item .carousel-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-newsletter-section .carousel-container .container-holder .column.one .resource_image{margin-bottom:-6vh}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-newsletter-section .container .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-holder .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .column.one .resource_image,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-default .container-holder .column.one .resource_image,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.one .resource_image,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-carousel .item .owl-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-newsletter-section .owl-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel .carousel-item .carousel-container .container-holder .column.one .resource_image,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-newsletter-section .carousel-container .container-holder .column.one .resource_image{margin-left:-100px}}@media (min-width: 768px){body.thewiz_page.thewiz_page .thewiz-newsletter-section .container .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.two,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) section.characters-section .info .container-holder .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) section.characters-section .info body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-holder .container-holder .column.two,body.thewiz_page.thewiz_page .thewiz-newsletter-section body:not(.shrek_page):not(.thewiz_page) .footer .footer-top .container-default .container-holder .column.two,body:not(.shrek_page):not(.thewiz_page) .footer .footer-top body.thewiz_page.thewiz_page .thewiz-newsletter-section .container-default .container-holder .column.two,body.shrek_page .owl-carousel .item body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-container .container-holder .column.two,body.shrek_page .carousel .carousel-item body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel-container .container-holder .column.two,body.thewiz_page.thewiz_page .thewiz-newsletter-section .owl-carousel .item .owl-container .container-holder .column.two,body.thewiz_page.thewiz_page .owl-carousel .item .thewiz-newsletter-section .owl-container .container-holder .column.two,body.thewiz_page.thewiz_page .thewiz-newsletter-section .carousel .carousel-item .carousel-container .container-holder .column.two,body.thewiz_page.thewiz_page .carousel .carousel-item .thewiz-newsletter-section .carousel-container .container-holder .column.two{flex:0 0 41.66667%;max-width:41.66667%}}body.thewiz_page.thewiz_page .thewiz-reviews-section{padding-top:6vh;color:#fff}body.thewiz_page.thewiz_page .thewiz-reviews-section h1,body.thewiz_page.thewiz_page .thewiz-reviews-section h2,body.thewiz_page.thewiz_page .thewiz-reviews-section h3,body.thewiz_page.thewiz_page .thewiz-reviews-section h4,body.thewiz_page.thewiz_page .thewiz-reviews-section h5,body.thewiz_page.thewiz_page .thewiz-reviews-section h6{color:#fff}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel{min-height:0;padding:0}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item{min-height:0;padding:0}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card{border-radius:15px;border:none;background-color:#ffac39}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-image{display:none}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body{background:none;padding:15px}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body{padding:25px}}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-caption{display:flex;flex-direction:column;color:#fff;text-align:center}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-title{margin-bottom:0;color:#fff;text-align:center;font-family:"Cinzel",serif}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-description{order:-1;min-height:auto;max-height:none;color:#fff;font-size:22px;font-weight:900;line-height:1;text-align:center}@media (min-width: 1200px){body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-description{font-size:26px}}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-description img{width:auto;margin:0 auto}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-caption .card-description::after{display:none !important}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .item .card .card-body .card-buttons{display:none}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .owl-dots .owl-dot span{border-color:#fff}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .owl-dots .owl-dot:hover span{background:#fff}body.thewiz_page.thewiz_page .thewiz-reviews-section .contentblock.owl-carousel .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}body.thewiz_page.thewiz_page .thewiz-footer{color:#fff;text-align:center}body.thewiz_page.thewiz_page .thewiz-footer h1,body.thewiz_page.thewiz_page .thewiz-footer h2,body.thewiz_page.thewiz_page .thewiz-footer h3,body.thewiz_page.thewiz_page .thewiz-footer h4,body.thewiz_page.thewiz_page .thewiz-footer h5,body.thewiz_page.thewiz_page .thewiz-footer h6{color:#fff}body.thewiz_page.thewiz_page .thewiz-footer .socials{display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}body.thewiz_page.thewiz_page .thewiz-footer .socials li{margin:0 10px}body.thewiz_page.thewiz_page .thewiz-footer .socials li a{display:block;width:50px;border-radius:100%;background-color:#fff;color:#4276a7;font-size:26px;text-align:center;line-height:50px;transition:0.5s}body.thewiz_page.thewiz_page .thewiz-footer .socials li a span{display:none}body.thewiz_page.thewiz_page .thewiz-footer .socials li a:hover{background-color:#ff8316;color:#fff}body.thewiz_page.thewiz_page .thewiz-footer .logo{margin-bottom:15px}@media (max-width: 1199.98px){body.thewiz_page.thewiz_page .thewiz-footer .logo img{max-width:65%}}body.thewiz_page.thewiz_page .footer{margin-top:30px}body.thewiz_page.thewiz_page .footer .image img{display:block;width:100%}body.thewiz_page.thewiz_page .footer .footer-section{background:#fff;padding:0 0 30px 0;color:#000;text-align:center}@media (max-width: 991.98px){body.thewiz_page.thewiz_page .footer .footer-section{padding:15px}}body.thewiz_page.thewiz_page .footer .footer-section a{color:#000}body.thewiz_page.thewiz_page .footer .footer-section a:hover{text-decoration:underline}html[lang='de'] body .logo:not(.de-only){display:none !important}html:not([lang='de']) body .logo.de-only{display:none !important}


/*# sourceMappingURL=frontend.81a4d9fc.css.map*/