.inline-contact-info{color:#474340;flex-direction:column;align-items:center;gap:4px;font-size:1.6rem;font-weight:700;display:flex}.inline-contact-info__phone{padding-bottom:16px;font-family:Roboto Condensed,sans-serif;font-size:3.2rem}.inline-contact-info__email{font-family:Roboto Condensed,sans-serif;font-size:1.8rem}.page-box{background-color:#fff;border-radius:.4rem;width:100%;overflow:hidden}.page-box__content{padding:1.2rem}@media print,screen and (min-width:48em){.page-box__content{padding:2.4rem}}@media screen and (min-width:1200px){.page-box__content{padding:3.2rem}}.page-box__title{background-color:hsl(var(--color-brand-h),calc(var(--color-brand-s)*1%),calc(var(--color-brand-l)*1%));color:#fff;text-align:center;padding:1rem 1.6rem}.onboarding-steps{counter-reset:item;flex-direction:column;gap:.8rem;max-width:93rem;margin:0 auto;display:flex}.action-step{counter-increment:item;background-color:#edecec;border-radius:.4rem;flex-wrap:wrap;align-items:center;gap:1.2rem;min-height:5.6rem;padding:1rem;transition:background-color .5s ease-in-out;display:flex}@media print,screen and (min-width:48em){.action-step{flex-direction:row;gap:2.4rem;padding:.8rem 1.6rem}}.action-step__text{flex-grow:1;align-items:flex-start;gap:.8rem;font-size:1.6rem;font-weight:700;line-height:1;display:flex}@media print,screen and (min-width:48em){.action-step__text{align-items:center}}.action-step__text:before{content:counter(item);color:#6c6966;border:1px solid #6c6966;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-family:Roboto Condensed,sans-serif;font-size:1.4rem;font-weight:100;display:flex}@media print,screen and (min-width:48em){.action-step__text:before{margin-right:1.6rem}}.action-step__info{color:hsl(var(--color-brand-h),calc(var(--color-brand-s)*1%),calc(var(--color-brand-l)*1%));transition:color .15s ease-in-out}.action-step__info:hover{color:hsl(var(--color-brand-h),calc((var(--color-brand-s) - 5)*1%),calc((var(--color-brand-l) - 10)*1%));cursor:pointer}.action-step__info-button{vertical-align:middle;border:0;margin-top:-3px;padding:0 0 0 .5rem;display:inline-flex}@media screen and (max-width:47.9375em){.action-step__info-button{padding:0 0 0 .8rem}}.action-step__action{justify-content:flex-end;align-items:center;gap:.8rem;margin-left:auto;display:flex}.action-step__action-inner{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.action-step__error{color:#d0021b;padding-top:.4rem;font-size:1.2rem;font-weight:500;animation:.3s ease-out errorSlideIn}.action-step__button{opacity:0;pointer-events:none;white-space:nowrap;width:9.6rem;transition:opacity .3s ease-out,transform .3s ease-out;transform:scale(.95)}.action-step__button--show{opacity:1;pointer-events:auto;transform:scale(1)}.action-step__button--hide{opacity:0;pointer-events:none;transform:scale(.95)}@media print,screen and (min-width:48em){.action-step__button{width:16rem}}@media screen and (max-width:47.9375em){.action-step__button{height:3.2rem;font-size:1.2rem}}.action-step__icon{justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex}.action-step__icon--completed{color:#358000;animation:.4s ease-out iconPopIn}.action-step__icon--loading{margin-top:4px;margin-bottom:4px}.action-step__icon--loading.step-item__icon--fade-in{animation:.3s ease-out iconFadeIn}.action-step__icon--loading .spinner{width:2.4rem;height:2.4rem}.action-step__icon--loading .spinner .path{stroke:#6c6966}.action-step--loading{transition:background-color .1s ease-in-out}.action-step--loading .action-step__button{display:none}.action-step--error{transition:background-color .3s ease-in-out}.action-step--completed{color:#6c6966;background-color:#ebf2e6;transition:background-color .5s ease-in-out;animation:.4s ease-out stepComplete}.action-step--completed .action-step__text{color:#6c6966}.action-step--completed__action{min-width:auto}.action-step--completed .action-step__button{display:none}.action-step--disabled .action-step__text{color:#84817f}.action-step:nth-child(4).action-step--completed{border:1px solid #358000}.action-step:nth-child(4) .action-step__text:before{border-color:transparent;display:none}@keyframes buttonFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes iconFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes stepComplete{0%{transform:scale(1)}50%{transform:scale(1.005)}to{transform:scale(1)}}@keyframes iconPopIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.publication-list{flex-direction:column;gap:1rem;margin-bottom:1.6rem;display:flex}.publication-list__title{color:#1e1c1b;padding:2.4rem 0}@media print,screen and (min-width:48em){.publication-list__title{padding:2.4rem 0 4.4rem}}.publication-list__container{grid-template-columns:1fr;gap:2.4rem 1.6rem;display:grid}@media (min-width:500px){.publication-list__container{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:48em){.publication-list__container{grid-template-columns:repeat(3,1fr)}}@media print,screen and (min-width:58.125em){.publication-list__container{gap:2.4rem}}@media (min-width:1200px){.publication-list__container{gap:2.4rem 3.4rem}}.publication-list__item{color:#1e1c1b;border-radius:.4rem;flex-direction:column;gap:.6rem;text-decoration:none;transition:box-shadow .15s ease-in-out,transform .15s ease-in-out,opacity .6s,-webkit-filter .6s,filter .6s;display:flex}.publication-list__label{padding-top:.4rem}.publication-list__logo{object-fit:contain;object-position:center;opacity:0;will-change:transform;width:11.2rem;max-width:100%;height:11.2rem;max-height:100%;transition:transform .8s ease-in-out .3s,opacity 1s .3s;display:block}.publication-list__logo--loaded{opacity:1}.publication-list__background{will-change:transform;aspect-ratio:345/200;background-color:#edecec;border-radius:.4rem;justify-content:center;align-items:center;transition:transform .3s ease-in-out,opacity .3s,box-shadow .3s ease-in-out;display:flex;overflow:hidden}.publication-list__background:hover{box-shadow:0 4px 12px -3px rgba(0,0,0,.25)}.publication-list__background:hover .publication-list__image{transform:scale(1.15)}.publication-list__image{object-fit:cover;opacity:0;will-change:transform;width:100%;height:100%;transition:transform 1.5s ease-in-out,opacity .3s;position:absolute}.publication-list__image--loaded{opacity:1}.publication-list--disabled .publication-list__item{pointer-events:none}.publication-list--disabled .publication-list__item:hover{cursor:default;box-shadow:none;transform:none}.sales-box{flex-direction:column;align-items:stretch;display:flex}@media print,screen and (min-width:48em){.sales-box{flex-direction:row}}.sales-box__info,.sales-box__visual,.sales-box__product{box-sizing:border-box;flex:none;min-width:0;position:relative}@media print,screen and (min-width:48em){.sales-box__info,.sales-box__visual,.sales-box__product{flex:0 0 50%}}.sales-box__info{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.6rem;display:flex}@media print,screen and (min-width:48em){.sales-box__info{gap:1.6rem;padding:2rem}}@media print,screen and (min-width:58.125em){.sales-box__info{padding-left:2.4rem;padding-right:2.4rem}}@media (min-width:1200px){.sales-box__info{padding-left:5.2rem;padding-right:5.2rem}}.sales-box__product{align-items:center;padding:0;display:flex}@media print,screen and (min-width:48em){.sales-box__product{padding:1.6rem}}@media print,screen and (min-width:58.125em){.sales-box__product{min-height:67rem}}.sales-box__lead{font-weight:400}@media screen and (max-width:47.9375em){.sales-box__lead{font-size:1.6rem;line-height:1.5}}.sales-box .box{max-width:100%}.sales-box .box ul{max-width:32rem;margin:0 auto}.sales-box .box button{width:100%;max-width:100%}@media print,screen and (min-width:48em){.sales-box .box button{width:30rem}}.sales-box .box:after{display:none}.plus-fri-poster{background-color:hsla(var(--color-brand-h,272),calc(var(--color-brand-s,43)*1%),calc(var(--color-brand-l,53)*1%),.1);justify-content:center;align-items:center;height:100%;padding:1.6rem;display:flex;position:relative}.plus-fri-poster--padding-block{padding-top:3.2rem;padding-bottom:3.2rem}.plus-fri-poster--no-padding{padding:0}.plus-fri-poster:before,.plus-fri-poster:after{content:"";z-index:0;border-radius:0 0 0 4px;height:25%;position:absolute}.plus-fri-poster:before{background:linear-gradient(0deg,transparent 0%,hsla(var(--color-brand-h,272),calc(var(--color-brand-s,43)*1%),calc(var(--color-brand-l,53)*1%),.3)80.29%);top:0;bottom:auto;left:0;right:0}.plus-fri-poster:after{background:linear-gradient(180deg,transparent 0%,hsla(var(--color-brand-h,272),calc(var(--color-brand-s,43)*1%),calc(var(--color-brand-l,53)*1%),.3)88.46%);top:auto;bottom:0;left:0;right:0}.plus-fri-poster--hide-fade:before,.plus-fri-poster--hide-fade:after{content:none}.plus-fri-poster__inner{flex-direction:column;align-items:center;gap:1.2rem;max-height:60rem;display:flex}@media print,screen and (min-width:48em){.plus-fri-poster__inner{gap:.8rem}}.plus-fri-poster__title,.plus-fri-poster__image,.plus-fri-poster__link{z-index:1;position:relative}.plus-fri-poster__title{text-align:center}.plus-fri-poster__link{color:#32302d;margin-bottom:.8rem;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.5;text-decoration:none;transition:color .3s}.plus-fri-poster__link:hover{color:hsl(var(--color-brand-h),calc(var(--color-brand-s)*1%),calc(var(--color-brand-l)*1%))}@media print,screen and (min-width:48em){.plus-fri-poster__link{margin-top:2.4rem;margin-bottom:0}}.plus-fri-poster__image{width:36rem;max-height:18rem;margin:auto auto 1rem;display:block}@media print,screen and (min-width:48em){.plus-fri-poster__image{max-height:26rem}}@media print,screen and (min-width:58.125em){.plus-fri-poster__image{max-height:36rem}}.plus-fri-poster__image--small{max-height:15rem}@media print,screen and (min-width:48em){.plus-fri-poster__image--small{max-height:26rem}}@media print,screen and (min-width:58.125em){.plus-fri-poster__image--small{max-height:27rem}}.plus-fri-poster__subtitle{margin-bottom:1.2rem}.plus-fri-notification .notification-modal__icon--info{background-color:transparent}.plus-fri-notification__steps{counter-reset:step;flex-direction:column;gap:1rem;margin-top:1.6rem;padding-left:0;list-style:none;display:flex}.plus-fri-notification__steps li{counter-increment:step;align-items:flex-start;gap:1rem;font-weight:600;display:flex}.plus-fri-notification__steps li:before{content:counter(step);color:#6c6966;border:1px solid #6c6966;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;min-width:2.4rem;height:2.4rem;font-family:Roboto Condensed,sans-serif;font-size:1.8rem;font-weight:400;line-height:1;display:flex}.plus-fri-page{flex-direction:column;gap:2.4rem;margin:0 1.2rem;padding:2.4rem 0 7rem;display:flex}@media print,screen and (min-width:48em){.plus-fri-page{margin-left:2.4rem;margin-right:2.4rem}}@media screen and (min-width:1200px){.plus-fri-page{max-width:120rem;margin-left:auto;margin-right:auto}}section.page:not(.page.ugeavisen) main.section{--main-content-margin-top:9rem}@media screen and (max-width:47.9375em){section.page:not(.page.ugeavisen) main.section{--main-content-margin-top:6rem}}section.page:not(.page.ugeavisen) .header__mobile-navigation,section.page:not(.page.ugeavisen) .header__secondary-navigation{display:none}section.page:not(.page.ugeavisen) .footer{margin-top:auto}s .direktesport .plus-fri-page,.jfmplay .plus-fri-page{--color-brand-h:180;--color-brand-s:47;--color-brand-l:17}