.Button{-webkit-touch-callout:none;background-color:#fff;border-radius:.5em;color:#043f5d;cursor:pointer;display:inline-block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);font-family:AvenirBold;-moz-opacity:1;-khtml-opacity:1;opacity:1;outline:none;padding:.1em .5em;pointer-events:auto;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;touch-action:manipulation;-webkit-user-select:none;user-select:none}.Button--isDisabled{cursor:not-allowed;opacity:.4}.Button--isDisabled:active,.Button--isDisabled:focus,.Button--isDisabled:hover{opacity:.4}.Button--isLoading{background-image:url(/static/media/icon-loading.9d1cc106aac3ba36722c.svg);background-position:100%;background-repeat:no-repeat;background-size:auto 80%}.Button--cookies{font-weight:400;position:absolute;right:2em;top:2em;width:7.5em}.Button--cookies,.Button--start{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;align-items:center;background-color:#043f5d;border-radius:.56em;color:#fff;display:flex;height:2em;justify-content:center}.Button--start{font-weight:700;width:100%}.CookieConsent{animation:slideIn .5s linear .5s 1 forwards;background:#638294;bottom:-9em;color:#043f5d;height:auto;position:fixed;width:100%;z-index:100}.CookieConsent-text{padding:2em 14em 2em 5em;text-align:left}.CookieConsent-text span{font-size:1em}.CookieConsent-text a{color:#043f5d;font-size:1em}@keyframes slideIn{to{bottom:0}}@media only screen and (max-aspect-ratio:1/1){.CookieConsent-text{line-height:1.05;padding:.5em 10em .5em 1em}}.LandingPage{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:center;align-items:center;background-image:url(/static/media/bg-landing.b6e65485bf83ec439570.svg);background-position:center 5em;background-repeat:no-repeat;background-size:57.1em auto;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;width:100%}.LandingPage .LandingPage-logo-wrap{align-items:center;bottom:0;display:flex;justify-content:space-between;position:absolute;width:100%;z-index:1}.LandingPage .LandingPage-logo-wrap .LandingPage-cglLogo{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:center;align-items:center;cursor:pointer;display:flex;height:10em;justify-content:flex-start;margin-right:1em;width:8em}.LandingPage .LandingPage-logo-wrap .LandingPage-cglLogo img{max-height:100%;max-width:100%;width:7em}.LandingPage .LandingPage-logo-wrap .LandingPage-LFLogo{background-image:url(/static/media/LandbrugFodevare.2498ce9bc8ec2b04772a.svg);background-position:50%;background-repeat:no-repeat;background-size:initial;height:3em;width:8em}.LandingPage .LandingPage-wrap{padding-top:1em;position:relative;text-align:center;width:30em;z-index:2}.LandingPage .LandingPage-wrap .LandingPage-title{font-family:AvenirBold;letter-spacing:.07em;margin:.5em 0 7em;text-transform:uppercase}.LandingPage .LandingPage-wrap .PigImageLogin{height:auto;margin-bottom:1em;width:19.375em}.LandingPage .LandingPage-wrap .LandingPage-startBtn{margin:0 auto;width:10em}.Loading{height:100%;padding:8em 2.4em 3.5em;position:relative;text-align:center;width:100%}.Loading .Loading-content .Loading-circles{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;align-items:center;display:flex;justify-content:center;width:100%}.Loading .Loading-content .Loading-circles .Loading-circle{background-color:#043f5d;border-radius:2em;height:2em;margin:0 .5em;width:2em}.Loading .Loading-content .Loading-text{margin-top:1em}.Loading .LogoutBtn{cursor:pointer;font-size:1em;height:2em;left:.08em;position:absolute;top:.5em;width:5em;z-index:100}.Loading-circle:first-child{animation:loading .6s ease .3s infinite alternate}.Loading-circle:nth-child(2){animation:loading .6s ease .6s infinite alternate}.Loading-circle:nth-child(3){animation:loading .6s ease .9s infinite alternate}@keyframes loading{to{background-color:#043f5d1a}}@media only screen and (max-aspect-ratio:1/1){.Loading .Loading-panel{width:100%}}.ThemeProgress{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:flex-start;align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;position:-webkit-sticky;position:sticky}.ThemeProgress .ThemeProgress-step{background-color:#638294;border:.25em solid #0000;border-radius:1em;display:inline-block;height:1em;margin:1em .4em 1em 0;min-width:1em;position:relative;width:1em}.ThemeProgress .ThemeProgress-step:after{background-color:#638294;content:"";height:.17em;position:absolute;right:-.7em;top:.18em;width:.5em}.ThemeProgress .ThemeProgress-step:last-of-type:after{display:none}.ThemeProgress .ThemeProgress-step--selected{border:.25em solid #f4f3ee}.ThemeProgress .ThemeProgress-step--selected:after{z-index:-1}.ThemeProgress .ThemeProgress-step--completed{background-image:linear-gradient(#78ba59,#128f33);border:.25em solid #f4f3ee}.ThemeProgress .ThemeProgress-step--completed:after{background-color:#f4f3ee;z-index:-1}.ThemeProgress .ThemeProgress-step.ThemeProgress-step--selected.ThemeProgress-step--completed:after{background-color:#f4f3ee}.Popup{background-color:#fff;border-radius:1em;box-shadow:0 .25em .25em 0 #043f5d29;color:#043f5d;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);font-family:Avenir;height:40em;-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:none;position:fixed;right:35%;text-transform:none;top:4.75em;transition:opacity .33s ease-in-out,visibility .33s ease-in-out;visibility:hidden;width:20em;z-index:20}.Popup--show{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;pointer-events:all;visibility:visible}.Popup--show.animate{animation:pulse .5s ease-out infinite;animation-iteration-count:1}.Popup-body{background-color:#fff;border-radius:1em;color:#043f5d;height:100%;padding:1.5em 1em 1em;position:relative;text-align:left;width:100%}.Popup-close{cursor:pointer;font-size:.8em;height:1.5em;position:absolute;right:.5em;top:.5em;width:1.5em;z-index:1}.Popup-close svg{height:100%;width:100%}.Popup-close circle{transition:all .2s ease-in-out}.Popup-close:hover circle{fill:#043f5d}.Popup-title{font-size:1.5em;font-weight:700;padding:0 1em 1em;text-transform:uppercase}.Popup-text{line-height:1.2;padding-bottom:2em}.Popup-text,.Popup-text h1,.Popup-text h2,.Popup-text h3,.Popup-text p{font-size:1em}.Popup-image,.Popup-image img{width:100%}.Popup-buttons{-webkit-box-pack:space-between;-ms-flex-pack:space-between;-webkit-flex-align:center;align-items:center;display:flex;justify-content:space-between;padding:0 1em;text-align:center}.Popup-button{background-color:#043f5d;border-radius:.5em;color:#fff;display:inline-block;font-size:2em;font-weight:700;padding:.25em 1em;text-transform:uppercase}.Popup.Popup--image{height:auto;left:22.5em;padding-top:.5em;top:6em;width:auto}.Popup.Popup--image.Popup--vaskeplads-gamle-dage{width:29.5em}.Popup.Popup--image.Popup--slagter-påklædning-sikkerhedsudstyr{padding-top:.5em;width:21.2em}.Popup.Popup--image.Popup--uddannelses-forløb{width:29.8em}.Popup.Popup--image.Popup--tema-hovedforløb .Popup-body{padding-right:.3em}.Popup.Popup--image.Popup--tema-hovedforløb .Popup-image{margin-right:.5em;max-height:34em;overflow:auto}.Popup.Popup--image.Popup--tema-hovedforløb .Popup-image::-webkit-scrollbar{height:100%;width:.5em}.Popup.Popup--image.Popup--tema-hovedforløb .Popup-image::-webkit-scrollbar-track{background-color:#043f5d33;border-radius:.5em}.Popup.Popup--image.Popup--tema-hovedforløb .Popup-image::-webkit-scrollbar-thumb{background:#043f5d;border:none;border-radius:.5em;height:1.5em;width:100%}.Popup.Popup--image.Popup--tema-hovedforløb .Popup-image::-webkit-scrollbar-thumb:window-inactive{background-color:#0000;border:1px solid #043f5d}.Popup.Popup--image.Popup--Grisehale,.Popup.Popup--image.Popup--Grisens-udvikling,.Popup.Popup--image.Popup--Grisens-udvikling-2,.Popup.Popup--image.Popup--Griseracer,.Popup.Popup--image.Popup--Jaka,.Popup.Popup--image.Popup--Skoleophold_tarmrenser,.Popup.Popup--image.Popup--Tarmset-inkl-mave{width:19em}.Popup.Popup--image.Popup--vaskeplads-gamle-dage{width:30em}.Popup.Popup--image.Popup--Grisestalde,.Popup.Popup--image.Popup--Lille-Gris,.Popup.Popup--image.Popup--Slagtere,.Popup.Popup--image.Popup--Udskæringsplanche,.Popup.Popup--image.Popup--bagskank,.Popup.Popup--image.Popup--bov_steg,.Popup.Popup--image.Popup--bryst_hel_uden_ben_overside,.Popup.Popup--image.Popup--eksport-gris,.Popup.Popup--image.Popup--fillet-royal,.Popup.Popup--image.Popup--flæskesteg-hel,.Popup.Popup--image.Popup--hakket_8_procent_fedt,.Popup.Popup--image.Popup--hjerte-gris,.Popup.Popup--image.Popup--kaebe,.Popup.Popup--image.Popup--lever-gris,.Popup.Popup--image.Popup--mignon,.Popup.Popup--image.Popup--minutstrimler,.Popup.Popup--image.Popup--nakkefilet,.Popup.Popup--image.Popup--nakkesteg,.Popup.Popup--image.Popup--ribbenssteg_af_stegestykke_med_ben,.Popup.Popup--image.Popup--rullesteg_af_slag,.Popup.Popup--image.Popup--saute-skiver-gris,.Popup.Popup--image.Popup--skank-gris,.Popup.Popup--image.Popup--slag,.Popup.Popup--image.Popup--stegeflæsk,.Popup.Popup--image.Popup--svinebryst,.Popup.Popup--image.Popup--svinekam-uden-svær,.Popup.Popup--image.Popup--tenderloin,.Popup.Popup--image.Popup--udskæring-gamle-dage{width:35em}.Popup.Popup--video{height:21em;left:22.5em;top:6em;width:33em}.Popup.Popup--recipe{height:23em;left:22.5em;top:6em;width:23em}.Popup.Popup--recipe .Popup-body{display:none;padding-bottom:.25em;padding-right:.25em}.Popup.Popup--recipe .Popup-close{right:.2em;top:.2em}.Popup.Popup--recipe .Popup-text{word-wrap:break-word;height:100%;overflow:auto;padding-right:1em}.Popup.Popup--recipe .Popup-text::-webkit-scrollbar{height:100%;width:.5em}.Popup.Popup--recipe .Popup-text::-webkit-scrollbar-track{background-color:#043f5d33;border-radius:.5em}.Popup.Popup--recipe .Popup-text::-webkit-scrollbar-thumb{background:#043f5d;border:none;border-radius:.5em;height:1.5em;width:100%}.Popup.Popup--recipe .Popup-text::-webkit-scrollbar-thumb:window-inactive{background-color:#0000;border:1px solid #043f5d}.Popup.Popup--recipe .Popup-text p,.Popup.Popup--recipe li{font-size:1em}.Popup.Popup--recipe a{color:#043f5d}.Popup.Popup--recipe.Popup--show .Popup-body{display:block}.Popup.Popup--cuttingInstructions{height:auto;left:22.5em;max-height:25em;overflow:auto;top:6em;width:19.2em}.Popup.Popup--cuttingInstructions::-webkit-scrollbar{height:100%;width:.5em}.Popup.Popup--cuttingInstructions::-webkit-scrollbar-track{background-color:#043f5d33;border-radius:.5em}.Popup.Popup--cuttingInstructions::-webkit-scrollbar-thumb{background:#043f5d;border:none;border-radius:.5em;height:1.5em;width:100%}.Popup.Popup--cuttingInstructions::-webkit-scrollbar-thumb:window-inactive{background-color:#0000;border:1px solid #043f5d}.Popup.Popup--cuttingInstructions .Popup-text{font-size:1em;padding:0}.Popup.Popup--cuttingInstructions .Popup-text p,.Popup.Popup--cuttingInstructions .Popup-text pre{margin:0}.Popup.Popup--cuttingInstructions .Popup-text code{font-family:Avenir;white-space:pre-line}.Popup.Popup--sustainability{height:auto;left:22.5em;max-height:25em;overflow:auto;top:6em;width:19.2em}.Popup.Popup--sustainability::-webkit-scrollbar{height:100%;width:.5em}.Popup.Popup--sustainability::-webkit-scrollbar-track{background-color:#043f5d33;border-radius:.5em}.Popup.Popup--sustainability::-webkit-scrollbar-thumb{background:#043f5d;border:none;border-radius:.5em;height:1.5em;width:100%}.Popup.Popup--sustainability::-webkit-scrollbar-thumb:window-inactive{background-color:#0000;border:1px solid #043f5d}.Popup.Popup--sustainability .Popup-text{font-size:1em;padding:0}.Popup.Popup--sustainability .Popup-text p,.Popup.Popup--sustainability .Popup-text pre{margin:0}.Popup.Popup--sustainability .Popup-text code{font-family:Avenir;white-space:pre-line}.Quiz{height:100%}.Quiz--paused .Quiz-answer{cursor:not-allowed}.Quiz-header{margin-bottom:1em;padding:1em 0;text-align:left;z-index:1}.Quiz-body{margin:0 0 1.5em;position:relative;z-index:0}.Quiz-question{color:#f4f3ee;font-size:1.25em;line-height:1.2;padding:0;position:relative}.Quiz-question p{display:inline;margin:0}.Quiz-question--left{display:inline-block;margin-right:2em;text-align:left;width:50%}.Quiz-imageThumb{display:inline-block;position:relative;text-align:center}.Quiz-imageThumb img{height:5em;margin-top:-1em;vertical-align:middle}.Quiz-imageThumb .Quiz-imageThumbZoom{background-color:red;background-position:100%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:2.5em;margin-left:.5em;vertical-align:middle;width:2.5em}.Quiz-instructions{font-weight:700;text-align:left}.Quiz-clues{color:#f4f3ee;font-size:1.25em;padding-top:1em;text-align:left}.Quiz-clueInfo{margin-bottom:.5em;text-align:left;text-transform:uppercase}.Quiz-clueInfo span{font-weight:700;text-transform:uppercase}.Quiz-clueText{padding-bottom:.125em;padding-left:1em;position:relative;text-align:left}.Quiz-clueText p{display:inline;margin:0}.Quiz-getClueBtn{color:#f4f3ee;font-weight:700;margin-top:.5em;text-transform:uppercase}.Quiz-getClueBtn span{text-decoration:underline}.Quiz-image{background-position:bottom;background-repeat:no-repeat;background-size:100% auto;height:15em;width:100%}.Quiz-answers{padding-top:1em 1em 0 1em}.Quiz-clues+.Quiz-answers,.Quiz-image+.Quiz-answers{padding-top:0}.Quiz-answer{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:center;align-items:center;background-color:#7bb6c680;border-radius:.75em;color:#f4f3ee;cursor:pointer;display:flex;font-size:1.25em;justify-content:flex-start;line-height:1.2;margin-bottom:1em;overflow:hidden;padding:.5em 1em;text-align:left;transform:translateZ(0)}.Quiz-answer p{display:inline;margin:0}.Quiz-answer.animateCorrect{-webkit-animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#78ba59,#128f33);color:#f4f3ee}.Quiz-answer.animateWrong{-webkit-animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#d1091f,#82202f);color:#f4f3ee}.Quiz-answer.correct{background-image:linear-gradient(#78ba59,#128f33);color:#f4f3ee}.Quiz-answer.wrong{background-image:linear-gradient(#d1091f,#82202f);color:#f4f3ee}.Pairs{height:100%}.Pairs--paused .Pairs-answer{cursor:not-allowed}.Pairs-header{text-align:left;width:100%;z-index:1}.Pairs-question{color:#f4f3ee;font-size:1.25em;line-height:1.2;position:relative;text-align:left}.Pairs-question p{display:inline;margin:0}.Pairs-body{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:flex-start;align-items:flex-start;display:flex;justify-content:flex-start;padding-top:2em;position:relative;z-index:0}.Pairs-column{-ms-overflow-style:none;display:inline-block;height:100%;text-align:left;vertical-align:top;width:10.5em}.Pairs-column--a{border-right:2px solid #7bb6c680;padding-right:1em}.Pairs-column--b{padding-left:1em}.Pairs-column::-webkit-scrollbar{display:none}.Pairs-card{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;align-items:center;background-color:#7bb6c680;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:.75em;color:#f4f3ee;cursor:pointer;display:flex;font-size:1.2em;height:4em;justify-content:center;line-height:1.2;margin-bottom:1em;overflow:hidden;padding:.5em;text-align:center;transform:translateZ(0)}.Pairs-card p{display:inline;margin:0}.Pairs-card.bgImg{background-image:none;border-radius:.5em}.Pairs-card.bgImg img{border:3px solid #0000;width:100%}.Pairs-card.selected{background-color:#7bb6c6}.Pairs-card.selected.bgImg{background-image:none}.Pairs-card.correct{-webkit-animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#78ba59,#128f33);color:#f4f3ee}.Pairs-card.correct.bgImg{background-image:none}.Pairs-card.wrong{animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;background-image:linear-gradient(#d1091f,#82202f);color:#f4f3ee}.Pairs-card.wrong.bgImg{background-image:none}.Sort{height:100%}.Sort--paused .Sort-item{cursor:not-allowed}.Sort-header{padding-top:1em;z-index:1}.Sort-header,.Sort-question{position:relative;text-align:left}.Sort-question{color:#f4f3ee;font-size:1.25em;line-height:1.2}.Sort-question p{display:inline;margin:0}.Sort-boxes{-webkit-box-pack:space-between;-ms-flex-pack:space-between;-webkit-flex-align:center;align-items:center;display:flex;justify-content:space-between;margin:1em 0;width:100%}.Sort-boxContainer{background-color:#7bb6c680;border-radius:.75em;color:#f4f3ee;display:inline-block;font-family:AvenirBold;margin-right:1em;padding:.75em .25em;text-align:center;width:13em}.Sort-boxContainer:last-of-type{margin-right:0}.Sort-boxText{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;-webkit-touch-callout:none;align-items:center;display:flex;font-size:1.25em;height:1em;justify-content:center;padding:0 .5em;-webkit-user-select:none;user-select:none}.Sort-boxText,.Sort-boxText p{cursor:pointer;font-family:AvenirBold}.Sort-boxText p{display:inline;margin:0}.Sort-body{padding-top:2em;position:relative;z-index:1}.Sort-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;align-items:center;background-color:#7bb6c680;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:.75em;color:#f4f3ee;cursor:pointer;display:flex;font-size:1.24em;justify-content:center;line-height:1.2;margin-bottom:1em;overflow:hidden;padding:.5em 1em;position:relative;text-align:center;transform:translateZ(0);width:100%}.Sort-item p{display:inline;margin:0}.Sort-item.selected{background-color:#7bb6c6;color:#f4f3ee}.Sort-item img{left:50%;max-height:80%;max-width:5.625em;position:absolute;transform:translateX(-50%)}.Sort-item.Sort-item--img{height:3em}.Sort-item.Sort-item--img p{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);left:61%;-moz-opacity:0;-khtml-opacity:0;opacity:0;position:absolute;top:1em;transition:opacity .2s ease-out,visibility .2s ease-out;visibility:hidden}.Sort-item.Sort-item--img.correct p,.Sort-item.Sort-item--img.selected p,.Sort-item.Sort-item--img.wrong p,.Sort-item.Sort-item--img:hover p{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;visibility:visible}.Sort-item.placed{display:none}.Sort-item.correct{-webkit-animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#78ba59,#128f33);color:#f4f3ee}.Sort-item.wrong{-webkit-animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#d1091f,#82202f);color:#f4f3ee}.Order{height:100%}.Order--paused .Order-item{cursor:not-allowed}.Order-header{background-size:cover;padding:.5em 0;text-align:center;z-index:1}.Order-question{color:#f4f3ee;font-size:1.25em;line-height:1.2;position:relative;text-align:left}.Order-question p{display:inline;margin:0}.Order-boxes{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:flex-start;align-items:flex-start;display:flex;justify-content:flex-start;margin-top:1.5em;padding-bottom:.5em;position:relative;text-align:left}.Order-boxContainer{background-color:#7bb6c680;border-radius:.5em;color:#f4f3ee;display:inline-block;height:3em;margin:0 .4em;position:relative;width:3em;z-index:1}.Order-boxContainer--correct{background-image:linear-gradient(#78ba59,#128f33)}.Order-boxContainer--correct .Order-boxText{color:#fff}.Order-boxContainer:first-child{margin-left:0}.Order-boxContainer:last-child{margin-right:0}.Order-boxContainer:last-child:after{display:none}.Order-boxText{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;-webkit-touch-callout:none;align-items:center;border-radius:.5em;color:#f4f3ee;cursor:pointer;display:flex;font-family:AvenirBold;font-size:2em;height:100%;justify-content:center;padding-top:.2em;-webkit-user-select:none;user-select:none}.Order-body{padding:0;position:relative;text-align:left;z-index:0}.Order-itemWrap{display:block;height:3em;margin-top:.5em;position:relative}.Order-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;align-items:center;background-color:#7bb6c680;border-radius:.75em;color:#f4f3ee;cursor:pointer;display:flex;font-family:AvenirBold;font-size:1.25em;height:100%;justify-content:center;line-height:1.1;overflow:hidden;padding:.25em;position:relative;text-align:center;transform:translateZ(0);transition:padding .1s linear;width:100%}.Order-item p{display:inline;margin:0}.Order-item--selected{background-color:#7bb6c6}.Order-item--placed{background-image:linear-gradient(#78ba59,#128f33);color:#f4f3ee}.Order-item--correct{-webkit-animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:bounce .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#78ba59,#128f33);color:#f4f3ee}.Order-item--wrong{-webkit-animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;-webkit-animation-fill-mode:forwards;animation:wobble .5s cubic-bezier(.28,.84,.42,1) 0s 1 forwards;animation-fill-mode:forwards;background-image:linear-gradient(#d1091f,#82202f);color:#f4f3ee}.Order-itemNumber{color:#f4f3ee;font-family:AvenirBold;font-size:2em;height:1em;left:0;line-height:1;position:absolute;text-align:center;top:.35em;width:1.5em;z-index:1}.Order-itemNumber:after{content:"|";height:1em;position:absolute;right:.1em;top:-.1em;width:1px}.Challenge{position:relative}.Challenge .Challenge-themeName{font-family:AvenirBold;font-size:1.25em;margin-top:1em;text-transform:uppercase}.Challenge .Challenge-body{font-size:.8em;left:0;position:relative;top:0;width:100%}.Challenge .Challenge-body.hide{opacity:0}.Challenge .Challenge-btn{background-color:#7bb6c6;border-radius:.5em;color:#fff;cursor:pointer;margin-top:1.5em;padding:.5em 0;position:relative;text-align:center;width:7em;z-index:1}.Challenge .ThemeProgress{font-size:1em}.ThemePoints{background-color:#638294;border-radius:5em;height:1em;margin-top:.5em;position:relative;width:100%}.ThemePoints .ThemePoints-background{border-radius:5em;height:100%;left:0;overflow:hidden;position:absolute;width:100%}.ThemePoints .ThemePoints-background .ThemePoints-filling{background-image:linear-gradient(#78ba59,#128f33);height:1em;left:0;position:absolute;top:0;transition:width .5s cubic-bezier(.3,-1,.7,2);width:0}.ThemePoints .ThemePoints-divisions{-webkit-box-pack:space-between;-ms-flex-pack:space-between;-webkit-flex-align:center;align-items:center;display:flex;height:100%;justify-content:space-between;overflow:visible;position:absolute;top:.05em;width:100%;z-index:2}.ThemePoints .ThemePoints-divisions .ThemePoints-division{display:inline-block;height:3.5em;overflow:visible;position:relative;width:25%}.ThemePoints .ThemePoints-divisions .ThemePoints-division:after{background-image:url(/static/media/icon-tail.72308e7c8759ef129c91.svg);background-position:100% 0;background-repeat:no-repeat;background-size:2.5em;content:"";height:100%;position:absolute;width:100%}.ThemePoints .ThemePoints-divisions .ThemePoints-division:first-of-type{width:22.5%}.ThemePoints .ThemePoints-divisions .ThemePoints-division:last-of-type:before{border-right:none}.ThemePoints .ThemePoints-divisions .ThemePoints-division--filled:after{background-image:url(/static/media/icon-tail-filled.eb2ad90f5cd91f382005.svg)}.ThemePoints .ThemePoints-divisions .ThemePoints-division--animate:after{animation:jello-horizontal .9s both}.Theme{height:auto}.Theme-name{font-family:AvenirBold;font-size:1.25em;margin-top:1em;text-transform:uppercase}.Theme-intro{font-size:1.05em;padding-right:5%}.Theme-intro .Theme-introTitle{font-family:AvenirBold;font-size:1.125em}.Theme-intro p{margin-top:.5em}.Theme-pigImage{background-image:url(/static/media/pig-bronze-medal.2bef6e5f99bb311672c5.svg);background-size:contain;height:9.04625em;width:15.625em}.Theme-pigImage--silver{background-image:url(/static/media/pig-silver-medal.e5ee7cd587ed68f75a76.svg)}.Theme-pigImage--gold{background-image:url(/static/media/pig-gold-medal.d72e291d2024060d8f4b.svg)}.Theme-btnWrap{display:inline-flex}.Theme-backBtn,.Theme-hintBtn,.Theme-startBtn{background-color:#7bb6c6;border:.15em solid #0000;border-radius:.65em;color:#f4f3ee;cursor:pointer;display:inline-block;font-family:AvenirBold;font-size:1em;height:2.25em;margin-right:1em;margin-top:2em;padding-top:.4em;text-align:center;width:7.2625em}.Theme-header{height:4.5em;left:0;top:0;width:100%}.Theme-body{padding:2em}.ThemeOverview{background-color:#043f5d;color:#f4f3ee;display:inline-block;height:100%;left:62.25em;position:fixed;vertical-align:top;width:100%;z-index:100}.ThemeOverview-wrap{height:100%;padding:2em 2.5em 3em;width:23.125em}.ThemeOverview-title{font-family:AvenirBold;font-size:1.75em;margin-bottom:.5em;margin-top:1.7em;position:relative;text-transform:uppercase}.ThemeOverview-title:before{background-image:url(/static/media/icon-tail-filled.eb2ad90f5cd91f382005.svg);background-position:.08em .2em;background-repeat:no-repeat;background-size:85%;border:.15em solid #3f7b92;border-radius:50%;content:"";height:1.5em;left:1.2em;position:absolute;top:-2em;width:1.5em}.ThemeOverview-themes{margin-top:1em;max-width:100%;position:relative;text-align:left}.ThemeOverview-themes .ThemeOverview-theme{background-color:#7bb6c680;border-radius:.5em;cursor:pointer;font-family:AvenirBold;font-size:1em;margin:1em 0;padding:.6em 3.5em .5em 1em;position:relative;text-transform:uppercase}.ThemeOverview-themes .ThemeOverview-theme:after{background-repeat:no-repeat;background-size:contain;content:"";height:3.049375em;position:absolute;right:.5em;top:50%;transform:translateY(-50%);width:3.049375em}.ThemeOverview-themes .ThemeOverview-theme--bronze:after{background-image:url(/static/media/icon-medal-bronze.ac1c5c7e11f06947abb1.svg)}.ThemeOverview-themes .ThemeOverview-theme--silver:after{background-image:url(/static/media/icon-medal-silver.5ce9e5656e0f4f4a2c16.svg)}.ThemeOverview-themes .ThemeOverview-theme--gold:after{background-image:url(/static/media/icon-medal-gold.8d8f68301e44513e626e.svg)}.Pig{background-image:url(/static/media/pig.7096502e25c61e4e765a.svg);background-repeat:no-repeat;background-size:contain;display:none;height:18.136875em;left:23.4em;margin:0;max-width:100%;top:22em;transition:all .3s ease-in-out;width:34.936875em}.Pig,.Pig:before{position:absolute;right:0}.Pig:before{bottom:0;content:"";height:100%;left:0;top:0;width:100%}.Pig.animate{background-image:none}.Pig.animate path{pointer-events:none!important}.Pig.animate .Pig-cutWrap.selected .Pig-cut:not(.Pig-cut--zoomed),.Pig.animate:before{animation:fadeInOut .6s ease-out 0s infinite;-webkit-animation:fadeInOut .6s ease-out 0s infinite;-moz-animation:fadeInOut .6s ease-out 0s infinite;-o-animation:fadeInOut .6s ease-out 0s infinite;animation-delay:1s;animation-direction:alternate;visibility:visible}.Pig.animate:before{background-image:url(/static/media/pig.7096502e25c61e4e765a.svg);background-repeat:no-repeat;background-size:contain}.Pig.animateOnce.Pig--showCuts{animation:pulse .5s ease-out infinite;animation-iteration-count:1}.Pig--showCuts{display:inline;display:initial}.Pig.freeze,.Pig.freeze path{pointer-events:none!important}.Pig.freeze .Pig-cutWrap:hover .Pig-cut--zoomed,.Pig.freeze .Pig-cutWrap:hover path{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.Pig.freeze .Pig-cutWrap:hover .Pig-cut--zoomed{visibility:visible}.Pig .Pig-cuts:after{bottom:3em;content:"Udskæringer";font-family:AvenirBold;font-size:.875em;left:-1.5em;position:absolute;right:0;text-align:center;width:100%}.Pig .Pig-cutWrap{pointer-events:none}.Pig .Pig-cutWrap:hover path{cursor:pointer}.Pig .Pig-cutWrap:hover .Pig-cut--zoomed,.Pig .Pig-cutWrap:hover path{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Pig .Pig-cutWrap:hover .Pig-cut--zoomed{visibility:visible}.Pig .Pig-cutWrap.animate{animation:fadeInOut .7s ease-out 0s infinite;-webkit-animation:fadeInOut .7s ease-out 0s infinite;-moz-animation:fadeInOut .7s ease-out 0s infinite;-o-animation:fadeInOut .7s ease-out 0s infinite;animation-delay:.5s;animation-direction:alternate;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;visibility:visible}.Pig .Pig-cutWrap.animate .Pig-cut--zoomed,.Pig .Pig-cutWrap.animate path{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Pig .Pig-cutWrap.animate .Pig-cut--zoomed{visibility:visible}.Pig .Pig-cut{position:absolute}.Pig .Pig-cut--zoomed{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;position:fixed;transition:all .3s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out;visibility:hidden}.Pig .Pig-cut svg{height:auto;pointer-events:none;width:100%;z-index:1}.Pig .Pig-cut path{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:auto;transition:all .3s ease-out;z-index:2}.Pig .Pig-cut--loin{height:4.381875em;left:12.15em;top:.03em;width:8.425em}.Pig .Pig-cut--loin.Pig-cut--zoomed{height:6.635em;left:34em;top:19.8em;width:9.93em}.Pig .Pig-cut--skinke{height:9.915625em;left:3.3em;top:.25em;width:7.954375em}.Pig .Pig-cut--skinke.Pig-cut--zoomed{left:2.5em;left:25.9em;top:-.38em;top:21.5em}.Pig .Pig-cut--bryst{height:5.21875em;left:12.05em;top:6.54em;width:9.1075em}.Pig .Pig-cut--bryst.Pig-cut--zoomed{height:7.10875em;left:34.5em;top:28.8em;width:9.6525em}.Pig .Pig-cut--indmad{height:2.40875em;left:19.4em;top:4.28em;width:7.165em}.Pig .Pig-cut--indmad.Pig-cut--zoomed{height:4.595em;left:43em;top:24.5em;width:7.066875em}.Pig .Pig-cut--skank{height:6.644375em;left:20.28em;top:7.93em;width:4.82em}.Pig .Pig-cut--skank.Pig-cut--zoomed{height:6.86125em;left:43.2em;top:29.5em;width:4.83625em}.Pig .Pig-cut--neck{height:2.50875em;left:19.55em;top:.28em;width:6.705em}.Pig .Pig-cut--neck.Pig-cut--zoomed{height:4.995em;left:42.5em;top:20.8em;width:7.566875em}.Pig .Pig-cut--head{height:8.53556em;left:25.58em;top:.2em;width:9.53778em}.Pig .Pig-cut--head.Pig-cut--zoomed{height:9.8556em;left:49.2em;top:22.1em;width:9.73778em}.Pig .Pig-cut--tenderloin{height:2.50875em;left:12.05em;top:4.28em;width:7.565em}.Pig .Pig-cut--tenderloin.Pig-cut--zoomed{height:4.995em;left:35.5em;top:25.5em;width:7.566875em}.Pig .Pig-cut--tail{height:4em;left:-.2em;top:.35em;width:4.2em}.Pig .Pig-cut--tail.Pig-cut--zoomed{height:4em;left:23.2em;top:22em;width:4.2em}.Pig .Pig-cut--bagskank{height:4em;left:5.3em;top:9.5em;width:4.8em}.Pig .Pig-cut--bagskank.Pig-cut--zoomed{height:4em;left:28.4em;top:30.6em;width:4.7em}.Pig .Pig-cut--bov{height:4em;left:23.6em;top:7.25em;width:4.8em}.Pig .Pig-cut--bov.Pig-cut--zoomed{height:4em;left:46.2em;top:30em;width:5.5em}.Pig--showSubcuts{cursor:pointer;display:inline;display:initial;font-size:.65em;left:43em;top:49em}.Pig--showSubcuts .Pig-cutWrap.animate{animation:none}.Pig--showSubcuts .Pig-cutWrap.animate.selected{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;visibility:visible}.Pig--showSubcuts .Pig-cuts:after{content:""}.Pig--showSubcuts .Pig-cutWrap{cursor:default;pointer-events:none}.Pig--showSubcuts .Pig-cutWrap:hover .Pig-cut--zoomed,.Pig--showSubcuts .Pig-cutWrap:hover path{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.Pig--showSubcuts .Pig-cutWrap:hover .Pig-cut--zoomed{cursor:default;visibility:hidden}.Pig--showSubcuts .Pig-cutWrap.selected path{pointer-events:none}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed,.Pig--showSubcuts .Pig-cutWrap.selected path{cursor:default;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed{transition:all .3s ease-in-out;visibility:visible}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--loin{font-size:1.4em;height:21.715625em;left:25.7em;top:10.5em;transform:rotate(12deg);width:32.5em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--skinke{height:21.715625em;left:55em;top:19em;transform:rotate(86deg);width:32.5em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--bryst{font-size:1.4em;height:19.0875em;left:27.9em;top:11.5em;transform:rotate(-9deg);width:26.25em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--indmad{font-size:1.5em;height:13.643125em;left:28.9em;top:15em;width:20.566875em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--skank{font-size:1.4em;height:22.11875em;left:32em;top:10em;transform:rotate(45deg);width:16.859375em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--head{font-size:1.5em;height:14.866112em;left:35.20556em;top:10.9778em;transform:rotate(14deg);width:15.07556em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--tenderloin{font-size:1.5em;height:6.827223em;left:31.50556em;top:20.2112em;transform:rotate(16deg);width:17.28em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--neck{font-size:1.5em;height:13.208334em;left:25.49445em;top:13.9334em;width:16.909445em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--tail{height:9.553334em;left:42.5em;top:24.55em;width:20.063334em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--bagskank{height:9.553334em;left:55.5em;top:26.55em;transform:rotate(50deg);width:20.063334em}.Pig--showSubcuts .Pig-cutWrap.selected .Pig-cut.Pig-cut--zoomed.Pig-cut--bov{height:9.553334em;left:49.5em;top:23.55em;transform:rotate(-31deg);width:20.063334em}.Pig--showSubcuts .Pig-cutWrap.unSelected path{pointer-events:none}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed,.Pig--showSubcuts .Pig-cutWrap.unSelected path{cursor:default;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed{transition:all .3s ease-in-out;visibility:visible}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--loin{height:3.635em;left:39em;top:33.8em;transform:rotate(0deg);width:6.93em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--skinke{height:5.715625em;left:47em;top:45em;transform:rotate(0deg);width:10.5em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--bryst{height:6.0875em;left:38.9em;top:39.5em;transform:rotate(0deg);width:7.25em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--indmad{height:4.643125em;left:40.9em;top:34em;width:5.566875em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--skank{height:8.11875em;left:45em;top:40em;transform:rotate(0deg);width:4.059375em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--tenderloin{height:4.643125em;left:35.9em;top:35em;transform:rotate(0deg);width:5.566875em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--head{height:5.643125em;left:45.9em;top:33em;transform:rotate(0deg);width:6.066875em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--neck{height:4.643125em;left:41.9em;top:32em;transform:rotate(0deg);width:5.066875em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--tail{height:4em;left:42.9em;top:49em;width:4.2em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--bagskank{height:4em;left:48.5em;top:58em;transform:rotate(0deg);width:4.2em}.Pig--showSubcuts .Pig-cutWrap.unSelected .Pig-cut.Pig-cut--zoomed.Pig-cut--bov{height:4em;left:66.5em;top:56.5em;transform:rotate(0deg);width:4.7em}.Explore{display:inline-block;font-family:AvenirBold;height:100%;position:relative;text-transform:uppercase;vertical-align:top;width:calc(100% - 23.125em)}.Explore .Explore-content{width:100%}.Explore .Explore-content--showSubtopics .InfoBox{-webkit-box-pack:space-between;-ms-flex-pack:space-between;-webkit-flex-align:flex-end;align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between}.Explore .Explore-content--showSubtopics .Explore-topics{display:none}.Explore .InfoBox-cuttingInstructionsIcon.animate circle,.Explore .InfoBox-imageIcon.animate circle,.Explore .InfoBox-recipeIcon.animate circle,.Explore .InfoBox-sustainabilityIcon.animate circle,.Explore .InfoBox-videoIcon.animate circle{animation:changeIconBgColor .7s ease-out 0s infinite;-webkit-animation:changeIconBgColor .7s ease-out 0s infinite;-moz-animation:changeIconBgColor .7s ease-out 0s infinite;-o-animation:changeIconBgColor .7s ease-out 0s infinite;animation-direction:alternate;visibility:visible}.Explore--farm .Explore-topic.animate,.Explore--farmer-life .Explore-topic.animate,.Explore--pig-transformation .Explore-topic.animate{animation:fadeInOut .6s ease-out 0s infinite;-webkit-animation:fadeInOut .6s ease-out 0s infinite;-moz-animation:fadeInOut .6s ease-out 0s infinite;-o-animation:fadeInOut .6s ease-out 0s infinite;animation-direction:alternate;visibility:visible}.Explore--farm .Explore-topic.animate>div:before,.Explore--farmer-life .Explore-topic.animate>div:before,.Explore--pig-transformation .Explore-topic.animate>div:before{display:none}.Explore .Explore-location.animate{background-color:#fff}.Explore .Explore-location.animate,.Explore .Explore-subtopic.animate,.Explore .Explore-subtopic2.animate{animation:fadeInOut .6s ease-out 0s infinite;-webkit-animation:fadeInOut .6s ease-out 0s infinite;-moz-animation:fadeInOut .6s ease-out 0s infinite;-o-animation:fadeInOut .6s ease-out 0s infinite;animation-direction:alternate;visibility:visible}.Explore .FunFactBox.animate,.Explore .InfoBox.animate{animation:pulse .5s ease-out infinite;animation-iteration-count:1}.Explore .Explore-topic.animate>div:before{animation:fadeInOut .6s ease-out 0s infinite;-webkit-animation:fadeInOut .6s ease-out 0s infinite;-moz-animation:fadeInOut .6s ease-out 0s infinite;-o-animation:fadeInOut .6s ease-out 0s infinite;animation-direction:alternate;visibility:visible}.Explore .Explore-backBtn{font-size:.9em;position:fixed;right:31%;top:.5em}.Explore .Explore-gameTitle{font-family:AvenirBold;font-size:1.75em;padding-left:1.75em;padding-top:.25em;position:relative}.Explore .Explore-subtitle{color:#638294;font-family:AvenirBold;font-size:.875em;margin-top:-1.8em;padding-left:3.55em;width:18em}.Explore .InfoPanel{-webkit-box-pack:space-between;-ms-flex-pack:space-between;-webkit-flex-align:center;align-items:center;display:flex;flex-direction:column;height:30em;justify-content:space-between;left:3.125em;position:absolute;top:6em;width:18.75em}.Explore .InfoBox{background-color:#fff;border-radius:1em;box-shadow:0 .1876em .25em 0 #043f5d29;display:none;font-family:Avenir;height:100%;margin-bottom:.5em;padding:.5em .75em .5em 1em;position:relative;text-transform:none;width:100%;z-index:2}.Explore .InfoBox.maxHeight{height:auto;max-height:100%;overflow:hidden}.Explore .InfoBox.maxHeight .InfoBox-body.maxHeight{overflow:hidden!important}.Explore .InfoBox.withFunFact{max-height:75%}.Explore .InfoBox.withFunFact .InfoBox-body{overflow:auto}.Explore .InfoBox .InfoBox-body{height:100%;text-align:left;width:100%}.Explore .InfoBox .InfoBox-body::-webkit-scrollbar{height:100%;width:.5em}.Explore .InfoBox .InfoBox-body::-webkit-scrollbar-track{background-color:#043f5d33;border-radius:.5em}.Explore .InfoBox .InfoBox-body::-webkit-scrollbar-thumb{background:#043f5d;border:none;border-radius:.5em;height:1.5em;width:100%}.Explore .InfoBox .InfoBox-body::-webkit-scrollbar-thumb:window-inactive{background-color:#0000;border:1px solid #043f5d}.Explore .InfoBox .InfoBox-body.maxHeight{overflow:auto}.Explore .InfoBox .InfoBox-body .InfoBox-text{word-wrap:break-word;font-size:1.075em;line-height:1.5em}.Explore .InfoBox .InfoBox-body .InfoBox-text p,.Explore .InfoBox .InfoBox-body .InfoBox-text pre{margin:0}.Explore .InfoBox .InfoBox-body .InfoBox-text code{font-family:Avenir;white-space:pre-line}.Explore .InfoBox .InfoBox-assets{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-flex-align:center;align-items:center;display:flex;height:auto;justify-content:flex-end;margin-bottom:-.25em;padding-right:.5em;width:100%}.Explore .InfoBox .InfoBox-cuttingInstructionsIcon,.Explore .InfoBox .InfoBox-imageIcon,.Explore .InfoBox .InfoBox-recipeIcon,.Explore .InfoBox .InfoBox-sustainabilityIcon,.Explore .InfoBox .InfoBox-videoIcon{cursor:pointer;display:inline-block;height:2.625em;margin-left:.5em;margin-top:.5em;width:2.625em}.Explore .InfoBox .InfoBox-cuttingInstructionsIcon svg,.Explore .InfoBox .InfoBox-imageIcon svg,.Explore .InfoBox .InfoBox-recipeIcon svg,.Explore .InfoBox .InfoBox-sustainabilityIcon svg,.Explore .InfoBox .InfoBox-videoIcon svg{height:100%;width:100%}.Explore .InfoBox .InfoBox-cuttingInstructionsIcon circle,.Explore .InfoBox .InfoBox-imageIcon circle,.Explore .InfoBox .InfoBox-recipeIcon circle,.Explore .InfoBox .InfoBox-sustainabilityIcon circle,.Explore .InfoBox .InfoBox-videoIcon circle{transition:all .2s ease-out}.Explore .InfoBox .InfoBox-cuttingInstructionsIcon.selected circle,.Explore .InfoBox .InfoBox-cuttingInstructionsIcon:hover circle,.Explore .InfoBox .InfoBox-imageIcon.selected circle,.Explore .InfoBox .InfoBox-imageIcon:hover circle,.Explore .InfoBox .InfoBox-recipeIcon.selected circle,.Explore .InfoBox .InfoBox-recipeIcon:hover circle,.Explore .InfoBox .InfoBox-sustainabilityIcon.selected circle,.Explore .InfoBox .InfoBox-sustainabilityIcon:hover circle,.Explore .InfoBox .InfoBox-videoIcon.selected circle,.Explore .InfoBox .InfoBox-videoIcon:hover circle{fill:#043f5d}.Explore .FunFactBox{background-color:#fff;border-radius:1em;box-shadow:0 .1876em .25em 0 #043f5d29;display:block;font-family:Avenir;height:auto;max-height:8.2em;position:relative;text-transform:none;width:100%;z-index:2}.Explore .FunFactBox .FunFactBox-title{background-color:#043f5d;border-top-left-radius:1em;border-top-right-radius:1em;color:#fff;font-family:AvenirBold;font-size:.875em;padding:.5em .5em .5em 1em;text-transform:uppercase}.Explore .FunFactBox .FunFactBox-text{font-size:1.075em;line-height:1.4em;padding:.5em .5em .5em 1em}.Explore .FunFactBox .FunFactBox-text p{margin:0}.Explore .Explore-topics{-webkit-box-pack:space-between;-ms-flex-pack:space-between;-webkit-flex-align:flex-start;align-items:flex-start;background-image:url(/static/media/bg-explore.291ec26f4148e771af45.svg);background-position:center .5em;background-repeat:no-repeat;background-size:100%;display:flex;height:37.335625em;justify-content:space-between;margin-left:7em;padding-top:.4em;text-align:center;width:49.798125em}.Explore .Explore-topics .Explore-topic{cursor:pointer;overflow-x:visible;width:33%}.Explore .Explore-topics .Explore-topic.no-interaction{cursor:default}.Explore .Explore-topics .Explore-topic img{height:100%;position:relative;width:100%;z-index:2}.Explore .Explore-topics .Explore-topic>div{font-family:AvenirBold;font-size:.875em;margin-left:1em;margin-top:-1.7em;position:relative}.Explore .Explore-topics .Explore-topic>div div{font-family:inherit;position:relative}.Explore .Explore-topics .Explore-topic>div:before{background-image:url(/static/media/butchery-topic-hover.b6700e6746e370d4d2a1.svg);background-repeat:no-repeat;background-size:contain;content:"";-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);height:18.8em;left:1.16em;-moz-opacity:0;-khtml-opacity:0;opacity:0;position:absolute;top:-16.36em;transition:opacity .3s ease-out;width:18.88em}.Explore .Explore-topics .Explore-topic--happens-at-butchery img{height:auto;margin-left:.5em;width:18em}.Explore .Explore-topics .Explore-topic--happens-at-butchery>div{margin-left:2.3em;width:18em}.Explore .Explore-topics .Explore-topic--happens-at-butchery>div:before{left:.03em;top:-16.45em}.Explore .Explore-topics .Explore-topic--butcher img{margin-left:-.6em;margin-top:.1em;width:17.8125em}.Explore .Explore-topics .Explore-topic--butcher>div{margin-left:-1.3em}.Explore .Explore-topics .Explore-topic--butcher>div:before{left:1.16em;top:-16.36em}.Explore .Explore-topics .Explore-topic--engine-room img{margin-left:-4.7em;margin-top:.15em;width:17.8em}.Explore .Explore-topics .Explore-topic--engine-room>div{margin-left:-4.75em}.Explore .Explore-topics .Explore-topic--engine-room>div:before{left:2.01em}.Explore .Explore-topics .Explore-topic--pig-transformation{width:30em}.Explore .Explore-topics .Explore-topic--archetypes.animate,.Explore .Explore-topics .Explore-topic--detail.animate,.Explore .Explore-topics .Explore-topic--food-service.animate,.Explore .Explore-topics .Explore-topic--international.animate{animation:fadeInOut .6s ease-out 0s infinite;-webkit-animation:fadeInOut .6s ease-out 0s infinite;-moz-animation:fadeInOut .6s ease-out 0s infinite;-o-animation:fadeInOut .6s ease-out 0s infinite;animation-direction:alternate;visibility:visible}.Explore .Explore-topics .Explore-topic--archetypes.animate>div:before,.Explore .Explore-topics .Explore-topic--detail.animate>div:before,.Explore .Explore-topics .Explore-topic--food-service.animate>div:before,.Explore .Explore-topics .Explore-topic--international.animate>div:before{display:none}.Explore .Explore-subtopics{margin-left:9em;position:relative;text-align:center;width:55.334em}.Explore .Explore-subtopics .Explore-topicImg{left:14em;position:absolute;top:8em;width:15em}.Explore .Explore-subtopics .Explore-topicImg--pig-transformation{left:10em;width:20em}.Explore .Explore-subtopics .Explore-topicImg--farmer-life{left:17em;width:10em}.Explore .Explore-subtopics .Explore-subtopicWrap{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:flex-start;align-items:flex-start;display:flex;flex-direction:column;font-family:Avenir;justify-content:flex-start;position:absolute;z-index:1}.Explore .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic{background-color:#7bb6c6;border-radius:1em;color:#fff;cursor:pointer;display:inline-block;font-size:.875em;margin-right:1em;padding:.3em 1em;transition:all .2s ease-out}.Explore .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic.selected,.Explore .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic:hover{background-color:#043f5d}.Explore .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic2{background-color:#7bb6c6;border-radius:1em;color:#043f5d;cursor:pointer;font-size:.875em;margin-right:1em;margin-top:.5em;padding:.3em 1em;transition:all .2s ease-out;z-index:1}.Explore .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic2.selected,.Explore .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic2:hover{background-color:#fff;color:#043f5d}.Explore .Explore-locations{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-flex-align:center;align-items:center;display:flex;justify-content:flex-start;left:2.778em;position:fixed;top:37.334em;z-index:10}.Explore .Explore-locations .Explore-location{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-flex-align:center;align-items:center;border-radius:1em;cursor:pointer;display:flex;flex-direction:column;height:4em;justify-content:flex-end;margin-left:.1667em;text-align:center;transition:all .3s ease-out;width:5.8em}.Explore .Explore-locations .Explore-location img{height:auto;padding-bottom:.0778em}.Explore .Explore-locations .Explore-location div{font-family:AvenirBold;font-size:.5em;margin-top:.4em;padding-bottom:.76112em}.Explore .Explore-locations .Explore-location:first-child img{width:4.8234em}.Explore .Explore-locations .Explore-location:nth-child(2) img{width:4.081em}.Explore .Explore-locations .Explore-location:nth-child(3) img{width:3.5389em}.Explore .Explore-locations .Explore-location:nth-child(4) img{width:5.07667em}.Explore .Explore-locations .Explore-location.selected,.Explore .Explore-locations .Explore-location:hover{background-color:#fff}.Explore--location.Explore--butchery .InfoPanel{justify-content:flex-end}.Explore--location.Explore--butchery .InfoPanel .InfoBox{display:inline;display:initial;height:14.5em;margin-bottom:0}.Explore--location.Explore--butchery .InfoPanel .InfoBox .InfoBox-body .InfoBox-text{height:9.8em;line-height:1.4em;overflow:auto}.Explore--location.Explore--butchery .InfoPanel .InfoBox .InfoBox-body .InfoBox-text::-webkit-scrollbar{height:100%;width:.5em}.Explore--location.Explore--butchery .InfoPanel .InfoBox .InfoBox-body .InfoBox-text::-webkit-scrollbar-track{background-color:#043f5d33;border-radius:.5em}.Explore--location.Explore--butchery .InfoPanel .InfoBox .InfoBox-body .InfoBox-text::-webkit-scrollbar-thumb{background:#043f5d;border:none;border-radius:.5em;height:1.5em;width:100%}.Explore--location.Explore--butchery .InfoPanel .InfoBox .InfoBox-body .InfoBox-text::-webkit-scrollbar-thumb:window-inactive{background-color:#0000;border:1px solid #043f5d}.Explore--location.Explore--butchery .InfoPanel .InfoBox .InfoBox-assets{margin-top:-3em}.Explore--location.Explore--butchery .Explore-topics .Explore-topic.animate img{animation:none}.Explore--location.Explore--butchery .Explore-topics .Explore-topic:hover>div:before{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Explore--location.Explore--farm{background-image:url(/static/media/bg-explore-farm.05082dee76f34094b91a.svg);background-position:5em 3em;background-repeat:no-repeat;background-size:66.12375em;width:100%}.Explore--location.Explore--farm .Explore-content{margin-left:-6em;padding-top:2.75em}.Explore--location.Explore--farm .Explore-topics{background:none;display:inline;display:initial;height:26em;width:41em}.Explore--location.Explore--farm .Explore-topics .Explore-topic{display:inline-block;position:absolute}.Explore--location.Explore--farm .Explore-topics .Explore-topic div{margin-top:-.5em}.Explore--location.Explore--farm .Explore-topics .Explore-topic--farmer-life{left:15em;top:7.8em;width:12.6875em}.Explore--location.Explore--farm .Explore-topics .Explore-topic--pig-transformation{left:28em;top:19.5em;width:30em}.Explore--location.Explore--consumer{background-image:url(/static/media/bg-explore-consumer.5b448e2907fe3fc0c3cb.svg);background-position:0 2.1667em;background-repeat:no-repeat;background-size:57.79776em;width:100%}.Explore--location.Explore--consumer .Explore-topics{background:none;display:inline;display:initial;height:26em;width:41em}.Explore--location.Explore--consumer .Explore-topics .Explore-topic{display:inline-block;position:absolute}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--food-service{left:1.60556em;top:15.1223em;width:14.34778em}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--food-service div{margin-top:-.5em}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--detail{left:16.778em;top:5.9em;width:24.218334em}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--detail div{margin-left:-1em;margin-top:0}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--international{left:40.17223em;top:11.66112em;width:13.790556em}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--international div{margin-left:-1em;margin-top:0}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--archetypes{left:19.38334em;top:22.6em;width:15.9em}.Explore--location.Explore--consumer .Explore-topics .Explore-topic--archetypes div{margin-top:0}.Explore--location.Explore--education{background-image:url(/static/media/bg-explore-education.1a7b4ed4878da7a8b6b8.svg);background-position:26.87778em 7.088889em;background-repeat:no-repeat;background-size:33.208889em;width:100%}.Explore--location.Explore--education .InfoPanel{justify-content:flex-start}.Explore--location.Explore--education .InfoPanel .InfoBox{display:inline;display:initial;height:auto;margin-bottom:.5em}.Explore--location.Explore--education .InfoPanel .InfoBox .InfoBox-body .InfoBox-text{line-height:1.4em;overflow:hidden}.Explore--location.Explore--education .InfoPanel .InfoBox .InfoBox-assets{margin-top:-3em}.Explore--location.Explore--education .InfoPanel .FunFactBox{height:10.5em}.Explore--location.Explore--education .Explore-topics .Explore-topic.animate img{animation:none}.Explore--location.Explore--education .Explore-topics .Explore-topic:hover>div:before{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Explore--location.Explore--education .Explore-topics{background:none;display:inline;display:initial;height:26em;width:41em}.Explore--location.Explore--education .Explore-topics .Explore-topic{display:inline-block;position:absolute}.Explore--topic.Explore--farmer-life,.Explore--topic.Explore--pig-transformation{background-image:url(/static/media/bg-explore-farm.05082dee76f34094b91a.svg);background-position:5em 3em;background-repeat:no-repeat;background-size:66.12375em;width:100%}.Explore--topic.Explore--farmer-life .Explore-content--showSubtopics .Explore-topics,.Explore--topic.Explore--pig-transformation .Explore-content--showSubtopics .Explore-topics{background-image:none;display:inline;display:initial}.Explore--topic.Explore--farmer-life .Explore-content--showSubtopics .Explore-topics .Explore-topic,.Explore--topic.Explore--pig-transformation .Explore-content--showSubtopics .Explore-topics .Explore-topic{display:inline-block;position:absolute;transition:all .5s ease}.Explore--topic.Explore--farmer-life .Explore-content--showSubtopics .Explore-topics .Explore-topic>div,.Explore--topic.Explore--pig-transformation .Explore-content--showSubtopics .Explore-topics .Explore-topic>div{display:none}.Explore--topic.Explore--farmer-life .Explore-subtopics,.Explore--topic.Explore--pig-transformation .Explore-subtopics{left:9em;position:absolute;top:5.2em}.Explore--topic.Explore--farmer-life .Explore-content.Explore-content.Explore-content--subtopic2-5 .InfoBox .InfoBox-body,.Explore--topic.Explore--pig-transformation .Explore-content.Explore-content.Explore-content--subtopic2-5 .InfoBox .InfoBox-body{overflow:auto!important}.Explore--topic.Explore--farmer-life .InfoPanel{animation:fadeInOut 1s ease-out 0s forwards;-webkit-animation:fadeInOut 1s ease-out 0s forwards;-moz-animation:fadeInOut 1s ease-out 0s forwards;-o-animation:fadeInOut 1s ease-out 0s forwards;animation-direction:alternate;visibility:visible}.Explore--topic.Explore--farmer-life .Explore-content--subtopic-2 .InfoBox .InfoBox-body{overflow:auto!important}.Explore--topic.Explore--farmer-life .Explore-topic--farmer-life{left:23em;top:4em;width:15.92em}.Explore--topic.Explore--farmer-life .Explore-topic--pig-transformation{left:45em;top:18em;width:15em}.Explore--topic.Explore--farmer-life .Explore-subtopics .Explore-topicImg{display:none}.Explore--topic.Explore--farmer-life .Explore-subtopics .Explore-subtopicWrap:first-child{left:24.5em;top:2em;width:15em}.Explore--topic.Explore--farmer-life .Explore-subtopics .Explore-subtopicWrap:nth-child(2){left:24.5em;top:24em;width:15em}.Explore--topic.Explore--pig-transformation .InfoPanel{animation:fadeInOut 1s ease-out 0s forwards;-webkit-animation:fadeInOut 1s ease-out 0s forwards;-moz-animation:fadeInOut 1s ease-out 0s forwards;-o-animation:fadeInOut 1s ease-out 0s forwards;animation-direction:alternate;visibility:visible}.Explore--topic.Explore--pig-transformation .InfoBox.withFunFact{max-height:18em}.Explore--topic.Explore--pig-transformation .Explore-topic--farmer-life{left:26em;top:10em;width:6.75em}.Explore--topic.Explore--pig-transformation .Explore-topic--pig-transformation{left:24em;top:21em;width:34.936875em}.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-2 .InfoBox .InfoBox-body,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-3 .InfoBox .InfoBox-body{overflow:auto!important}.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-2 .InfoBox.withFunFact,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-3 .InfoBox.withFunFact{max-height:25em}.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-2.Explore-content--subtopic2-1 .InfoBox.withFunFact,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-2.Explore-content--subtopic2-2 .InfoBox.withFunFact,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-3.Explore-content--subtopic2-1 .InfoBox.withFunFact,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-3.Explore-content--subtopic2-2 .InfoBox.withFunFact{max-height:23em}.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-1 .InfoBox.withFunFact,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-2.Explore-content--subtopic2-4 .InfoBox.withFunFact,.Explore--topic.Explore--pig-transformation .Explore-content--subtopic-3.Explore-content--subtopic2-4 .InfoBox.withFunFact{max-height:21em}.Explore--topic.Explore--pig-transformation .Explore-subtopics .Explore-topicImg{display:none}.Explore--topic.Explore--pig-transformation .Explore-subtopics .Explore-subtopicWrap:first-child{left:10em;top:0}.Explore--topic.Explore--pig-transformation .Explore-subtopics .Explore-subtopicWrap:nth-child(2){left:24.5em;top:2em;width:inherit}.Explore--topic.Explore--pig-transformation .Explore-subtopics .Explore-subtopicWrap:nth-child(3){left:10.5em;top:19em;width:inherit;z-index:2}.Explore--topic.Explore--happens-at-butchery .Explore-content.Explore-content--subtopic-3 .InfoBox .InfoBox-body{overflow:auto}.Explore--topic.Explore--happens-at-butchery .Explore-content--subtopic-2 .InfoBox.withFunFact,.Explore--topic.Explore--happens-at-butchery .Explore-content--subtopic-3 .InfoBox.withFunFact{max-height:22em}.Explore--topic.Explore--happens-at-butchery .InfoBox.withFunFact{max-height:20em}.Explore--topic.Explore--happens-at-butchery .Explore-subtopics .Explore-subtopicWrap:first-child{left:17em;top:9em}.Explore--topic.Explore--happens-at-butchery .Explore-subtopics .Explore-subtopicWrap:nth-child(2){left:30em;top:-1.5em;width:18em}.Explore--topic.Explore--happens-at-butchery .Explore-subtopics .Explore-subtopicWrap:nth-child(3){left:37em;top:4.5em;width:18em}.Explore--topic.Explore--butcher .Explore-content.Explore-content--subtopic-1 .InfoBox .InfoBox-body,.Explore--topic.Explore--butcher .Explore-content.Explore-content--subtopic-2 .InfoBox .InfoBox-body,.Explore--topic.Explore--butcher .Explore-content.Explore-content--subtopic2-1 .InfoBox .InfoBox-body{overflow:auto}.Explore--topic.Explore--butcher .Explore-content--subtopic-4.Explore-content--subtopic2-1 .InfoBox .InfoBox-body{overflow:auto!important}.Explore--topic.Explore--butcher .Explore-content--subtopic-1.Explore-content--subtopic2-2 .InfoBox.withFunFact,.Explore--topic.Explore--butcher .Explore-content--subtopic-1.Explore-content--subtopic2-3 .InfoBox.withFunFact{max-height:23em}.Explore--topic.Explore--butcher .InfoBox.withFunFact{max-height:21em}.Explore--topic.Explore--butcher .Explore-subtopics .Explore-subtopicWrap:first-child{left:23em;top:7em}.Explore--topic.Explore--butcher .Explore-subtopics .Explore-subtopicWrap:nth-child(2){left:25em;top:25em}.Explore--topic.Explore--butcher .Explore-subtopics .Explore-subtopicWrap:nth-child(3){left:34em;top:17em}.Explore--topic.Explore--butcher .Explore-subtopics .Explore-subtopicWrap:nth-child(4){left:15em;top:18em}.Explore--topic.Explore--engine-room .Explore-subtopics .Explore-subtopicWrap .Explore-subtopic{width:inherit}.Explore--topic.Explore--engine-room .Explore-subtopics .Explore-subtopicWrap:first-child{left:24.5em;top:-1em}.Explore--topic.Explore--engine-room .Explore-subtopics .Explore-subtopicWrap:nth-child(2){left:37em;top:-.5em;width:11em}.Explore--topic.Explore--engine-room .Explore-subtopics .Explore-subtopicWrap:nth-child(3){left:44em;top:5.5em}.Explore--topic.Explore--engine-room .Explore-subtopics .Explore-subtopicWrap:nth-child(4){left:16em;top:3em}.Explore--topic.Explore--bagskank,.Explore--topic.Explore--bov,.Explore--topic.Explore--bryst,.Explore--topic.Explore--head,.Explore--topic.Explore--indmad,.Explore--topic.Explore--loin,.Explore--topic.Explore--neck,.Explore--topic.Explore--skank,.Explore--topic.Explore--skinke,.Explore--topic.Explore--tail,.Explore--topic.Explore--tenderloin{background-image:url(/static/media/bg-pig-cuts.1ba839ef1df3cc3e0387.svg);background-position:7em 4.55em;background-repeat:no-repeat;background-size:54.625em auto}.Explore--topic.Explore--bagskank .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--bov .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--bryst .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--head .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--indmad .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--loin .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--neck .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--skank .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--skinke .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--tail .Explore-subtopicWrap .Explore-subtopic:after,.Explore--topic.Explore--tenderloin .Explore-subtopicWrap .Explore-subtopic:after{background-image:url(/static/media/pointer.645a9adeee5f0df43aab.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);height:4.946875em;left:50%;margin-left:-.15em;-moz-opacity:0;-khtml-opacity:0;opacity:0;position:absolute;top:2em;width:3.740625em}.Explore--topic.Explore--bagskank .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--bov .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--bryst .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--head .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--indmad .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--loin .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--neck .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--skank .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--skinke .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--tail .Explore-subtopicWrap .Explore-subtopic.selected:after,.Explore--topic.Explore--tenderloin .Explore-subtopicWrap .Explore-subtopic.selected:after{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.Explore--topic.Explore--skank .InfoBox.withFunFact{overflow:hidden}.Explore--topic.Explore--loin .Explore-subtopicWrap:first-child{left:15em;top:4.1em}.Explore--topic.Explore--loin .Explore-subtopicWrap:nth-child(2){left:36em;top:5em;width:10em}.Explore--topic.Explore--loin .Explore-subtopicWrap:nth-child(2) .Explore-subtopic:after{left:1em;top:2.2em;transform:scaleX(-1) rotate(15deg)}.Explore--topic.Explore--loin .Explore-subtopicWrap:nth-child(3){left:39em;top:21.5em;width:10em}.Explore--topic.Explore--loin .Explore-subtopicWrap:nth-child(3) .Explore-subtopic:after{left:1em;top:-5.3em;transform:scale(-1) rotate(30deg)}.Explore--topic.Explore--loin .Explore-subtopicWrap:nth-child(4){left:14em;top:12.2em}.Explore--topic.Explore--loin .Explore-subtopicWrap:nth-child(4) .Explore-subtopic:after{left:4em;top:2em;transform:rotate(10deg)}.Explore--topic.Explore--skinke .Explore-subtopicWrap:first-child{left:37.5em;top:6em}.Explore--topic.Explore--skinke .Explore-subtopicWrap:first-child .Explore-subtopic:after{left:1em;top:2.15em;transform:scaleX(-1) rotate(10deg)}.Explore--topic.Explore--skinke .Explore-subtopicWrap:nth-child(2){left:16em;top:11em}.Explore--topic.Explore--skinke .Explore-subtopicWrap:nth-child(3){left:16em;top:5em}.Explore--topic.Explore--bryst .Explore-subtopicWrap:first-child{left:15em;top:13em}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(2){left:37em;top:4em}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(2) .Explore-subtopic:after{left:-1em;top:1.5em;transform:scaleX(-1) rotate(10deg)}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(3){left:39em;top:13em}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(3) .Explore-subtopic:after{left:-2em;top:1em;transform:scaleX(-1) rotate(-10deg)}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(4){left:27em;top:18em}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(4) .Explore-subtopic:after{left:-2em;top:1em;transform:scaleX(-1) rotate(-10deg)}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(5){left:25em;top:5em}.Explore--topic.Explore--bryst .Explore-subtopicWrap:nth-child(5) .Explore-subtopic:after{left:-2em;top:1em;transform:scaleX(-1) rotate(-10deg)}.Explore--topic.Explore--indmad .Explore-subtopicWrap:first-child{left:15em;top:11.5em}.Explore--topic.Explore--indmad .Explore-subtopicWrap:first-child .Explore-subtopic:after{transform:rotate(0deg)}.Explore--topic.Explore--indmad .Explore-subtopicWrap:nth-child(2){left:38em;top:10em}.Explore--topic.Explore--indmad .Explore-subtopicWrap:nth-child(2) .Explore-subtopic:after{left:-1em;transform:scaleX(-1) rotate(5deg)}.Explore--topic.Explore--indmad .Explore-subtopicWrap:nth-child(3){left:25.3em;top:17em}.Explore--topic.Explore--indmad .Explore-subtopicWrap:nth-child(3) .Explore-subtopic:after{left:1em;transform:scaleX(-1) rotate(35deg)}.Explore--topic.Explore--neck .Explore-subtopicWrap:first-child{left:34em;top:15em}.Explore--topic.Explore--neck .Explore-subtopicWrap:first-child .Explore-subtopic:after{left:-3em;top:1.2em;transform:rotate(90deg)}.Explore--topic.Explore--neck .Explore-subtopicWrap:nth-child(2){left:32em;top:6em}.Explore--topic.Explore--neck .Explore-subtopicWrap:nth-child(2) .Explore-subtopic:after{left:-2em;transform:scaleX(-1) rotate(5deg)}.Explore--topic.Explore--head .Explore-subtopicWrap:first-child{left:18.5em;top:10em}.Explore--topic.Explore--head .Explore-subtopicWrap:first-child .Explore-subtopic:after{left:8em;transform:rotate(0deg)}.Explore--topic.Explore--bov .Explore-subtopicWrap:first-child{left:34.5em;top:6em}.Explore--topic.Explore--bov .Explore-subtopicWrap:first-child .Explore-subtopic:after{left:1em;top:2.15em;transform:scaleX(-1) rotate(10deg)}.Explore--topic.Explore--bov .Explore-subtopicWrap:nth-child(2){left:16em;top:11em}.Explore--topic.Explore--international .Explore-topicImg{content:url(/static/media/img-international-selected.8193d71b16ed9db62240.svg);left:9em;top:1em;width:49.798125em}.Explore--topic.Explore--international .Explore-subtopicWrap:first-child{left:18em;top:8.5em}.Explore--topic.Explore--international .Explore-subtopicWrap:first-child .Explore-subtopic:after{transform:rotate(0deg)}.Explore--topic.Explore--international .Explore-subtopicWrap:nth-child(2){left:33em;top:6.8em;width:15em}.Explore--topic.Explore--international .Explore-subtopicWrap:nth-child(3){left:30em;top:16em}.Explore--topic.Explore--international .Explore-subtopicWrap:nth-child(4){left:37em;top:14em}.Explore--topic.Explore--detail .Explore-content--subtopic-2.Explore-content--subtopic2-2 .InfoBox .InfoBox-body{overflow:auto}.Explore--topic.Explore--detail .Explore-content--subtopic-4.Explore-content--subtopic2-1 .InfoBox .InfoBox-body{overflow:auto!important}.Explore--topic.Explore--detail .Explore-topicImg{content:url(/static/media/img-detail-selected.80f9240e97c89f4a011f.svg);left:9em;top:1em;width:49.798125em}.Explore--topic.Explore--detail .Explore-subtopicWrap:first-child{left:27em;top:1.8em}.Explore--topic.Explore--detail .Explore-subtopicWrap:first-child .Explore-subtopic:after{transform:rotate(0deg)}.Explore--topic.Explore--detail .Explore-subtopicWrap:nth-child(2){left:14em;top:18.5em;width:15em}.Explore--topic.Explore--detail .Explore-subtopicWrap:nth-child(3){left:43.5em;top:8em}.Explore--topic.Explore--detail .Explore-subtopicWrap:nth-child(4){left:13.5em;top:1.8em}.Explore--topic.Explore--food-service .Explore-topicImg{content:url(/static/media/img-food-service-selected.5d4f0c4e44b003c7dcac.svg);left:9em;top:1em;width:49.798125em}.Explore--topic.Explore--food-service .Explore-subtopicWrap:first-child{left:37.5em;top:3.5em}.Explore--topic.Explore--food-service .Explore-subtopicWrap:first-child .Explore-subtopic:after{transform:rotate(0deg)}.Explore--topic.Explore--archetypes .Explore-topicImg{content:url(/static/media/img-archetypes-selected.5f82d6d590ec72f28af8.svg);left:9em;top:1em;width:57.797778em}.Explore--topic.Explore--archetypes .Explore-subtopicWrap:first-child{left:33.3334em;top:30.83334em}.Explore--topic.Explore--archetypes .Explore-subtopicWrap:first-child .Explore-subtopic:after{transform:rotate(0deg)}.Explore--topic.Explore--archetypes .Explore-subtopicWrap:nth-child(2){left:16.3334em;top:27.83334em;width:15em}.Explore--topic.Explore--archetypes .Explore-subtopicWrap:nth-child(3){left:39.3334em;top:27.83334em}.Explore--topic.Explore--archetypes .Explore-subtopicWrap:nth-child(4){left:24.3334em;top:30.83334em}.Explore--topic:not(.Explore--grisen) .Explore-subtitle{text-transform:uppercase;width:100%}.Explore--topic.Explore--grisen .InfoBox{display:inline;display:initial}.Explore--farm .FunFactBox.animate,.Explore--farm .InfoBox.animate,.Explore--pig-transformation .FunFactBox.animate,.Explore--pig-transformation .InfoBox.animate{animation:pulse 1.5s ease-out infinite;animation-iteration-count:1}.Page{height:100%;position:relative;text-align:left;width:100%}.Page .LogoutBtn{height:2em;width:5em;z-index:100}.Page .LogoutBtn,.Page .ResetBtn{cursor:pointer;font-size:1em;left:1em;position:absolute;top:.5em}.ImageLoader{display:none;position:absolute}.App{min-height:100%;overflow-y:hidden}.App,.App .App-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex-align:center;align-items:center;display:flex;height:100%;justify-content:center}.App .App-wrap{width:100%}@media(min-aspect-ratio:16/9){.App .App-wrap{font-size:2.2099447514vh}}@font-face{font-family:Avenir;font-style:normal;font-weight:400;src:url(/static/media/AvenirMedium.2c48342bde084aae536e.woff2)}@font-face{font-family:AvenirBold;font-style:normal;src:url(/static/media/AvenirLTStd-Black.99be607769ccf88a4a25.woff2)}@keyframes rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes bounce{0%{transform:translateX(-30%) scale(1);transform:translateZ(0)}10%{transform:scale(.9)}30%{transform:scale(1.05)}60%{transform:scale(.95)}to{transform:translateX(-30%) scale(1);transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-5%,0,0) rotate(-3deg)}30%{transform:translate3d(4%,0,0) rotate(2deg)}45%{transform:translate3d(-3%,0,0) rotate(-2deg)}60%{transform:translate3d(3%,0,0) rotate(1deg)}75%{transform:translate3d(-2%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes jello-horizontal{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes pulse{50%{transform:scale(1.05)}}@keyframes flicker{0%,40%{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}70%,to{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}}@keyframes fadeInOut{0%,30%{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}70%,to{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}}@keyframes changeIconBgColor{0%,30%{fill:#7bb6c6}70%,to{fill:#043f5d}}@keyframes changeBgColor{0%,30%{background-color:#7bb6c6}70%,to{background-color:#043f5d}}@keyframes changeBgColor2{0%,30%{background-color:#043f5d;color:#fff}70%,to{background-color:#fff}}@keyframes pigZoomOut{0%{transform:scale(1)}to{transform:scale(.4)}}@keyframes pigCutZoomIn{0%{transform:scale(0)}to{transform:scale(1)}}html{font-size:1.172vw}body,html{height:100%;position:relative}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-overflow-scrolling:touch;background-color:#f4f3ee;color:#043f5d;font-family:Avenir,sans-serif;font-size:1em;font-weight:400;margin:0;padding:0;touch-action:manipulation;width:100%}#root{height:100%}*{box-sizing:border-box;font-family:Avenir,sans-serif}button{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;background-image:none;-webkit-user-select:none;user-select:none}button:focus{outline:0}button::-moz-focus-inner{border:0}ol,ul{margin:0;padding-inline-start:1.5em}input,input:focus,textarea,textarea:focus{-webkit-appearance:none;appearance:none;font-size:inherit}
/*# sourceMappingURL=main.ab5e741e.css.map*/