html,body{margin:0;padding:0}
#company-facts-wrapper{width:100%}
#cf-rows{scroll-snap-type:x mandatory;overflow-x:scroll;overflow:hidden;transition:all .4s ease-in-out;display:flex;flex-direction:column}
#cf-upper-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;position:relative;left:0}
#cf-lower-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;position:relative}
.cf-box-grey-layer{background:linear-gradient(180deg,rgba(0,0,0,0.5) 95%,rgba(0,0,0,0) 235.71%);padding:30px}
.cf-box{display:flex;flex-direction:column;justify-content:flex-end;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:6px 6px 6px 6px;color:#fff;z-index:1;position:relative;scroll-snap-align:center;margin:30px 0;transition:all .4s ease-in-out;overflow:hidden}
.cf-box-img{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;height:100%;width:inherit;object-fit:cover}
.cf-box-container{display:flex;flex-direction:column;align-items:center;margin:0 16px}
.cf-content{padding:16px 0;color:#fff;opacity:1;transition:all .4s ease-in-out;position:relative;z-index:0;max-height:400px}
.cf-content p{font-size:1em;opacity:1;transition:all .4s ease-in-out;transition-delay:250ms;transition-property:all;position:relative;z-index:0}
.cf-content p:last-child{margin-bottom:30px}
.above{border-radius:4px 4px 0 0}
.below{margin-top:-30px;border-radius:0 0 4px 4px}
.open-top{border-radius:0 0 4px 4px !important}
.open-bottom{border-radius:4px 4px 0 0 !important}
.cf-hide{max-height:0;opacity:0}
.showtext{opacity:1 !important}
.cf-box video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1;border-radius:6px 6px 6px 6px}
.cf-box-year{font-weight:600;font-size:1em;line-height:10px;letter-spacing:.03em;border:1px solid #fff;border-radius:20px;padding:6px;display:inline-block;margin-bottom:18px}
.cf-box-subtitle{font-size:1em;margin-top:initial}
.small{width:280px;min-height:234px}
.medium{width:385px;min-height:280px}
.large{width:593px;min-height:346px}
@media(max-width:768px){.small,.medium,.large{width:320px;min-height:300px}
.cf-box-container{margin:0 90px}
.cf-box-vplaypause{display:block !important}
.cf-vpause-icon{display:none}
}
@media(min-width:769px){.cf-box:hover{top:-5px;box-shadow:0 5px 45px #0e163f}
}
.cf-apause-icon{display:none}
.timeline-line{position:relative;width:fit-content;height:50px;display:inline-block;white-space:nowrap;background-image:url("../../../../../../content/dam/with-secure/images/timeline-pixel.png");background-repeat:repeat-x;background-position:left center}
.timeline-part{background-repeat:no-repeat;background-size:100% 100%;height:50px;display:inline-flex;flex-wrap:nowrap;justify-content:space-between;color:#fff;box-sizing:border-box}
.tltick-big{border-right:1px solid #5f73c8;height:25px;align-self:center}
.tltick-small{border-right:1px solid #5f73c8;height:13px;align-self:center}
.cf-year{line-height:unset !important;margin-bottom:unset !important;color:#fff}
.push{margin-top:auto}
.cf-box-readmore{font-style:normal;font-weight:600;font-size:1em;letter-spacing:.03em;cursor:pointer;vertical-align:center}
.cf-box-readmore.closed::after{content:"";background-image:url("../../../../../../content/dam/with-secure/icons/arrowcircle-white.svg");background-repeat:no-repeat;width:24px;height:24px;position:absolute;margin-left:8px;margin-top:2px;transform:rotate(90deg);transition:transform .3s}
.cf-box-readmore.open::after{content:"";background-image:url("../../../../../../content/dam/with-secure/icons/arrowcircle-white.svg");background-repeat:no-repeat;width:24px;height:24px;position:absolute;margin-left:8px;margin-top:2px;transform:rotate(-90deg);transition:transform .3s}
.cf-close-button{font-style:normal;font-weight:600;font-size:1em;letter-spacing:.03em;align-self:flex-end;transition:all .4s ease-in-out;transition-delay:250ms;transition-property:all;opacity:1;cursor:pointer;left:-30px;position:relative;vertical-align:middle;margin-left:auto}
.cf-close-button::after{content:"";background-image:url("../../../../../../content/dam/with-secure/icons/icon-close-white.svg");background-repeat:no-repeat;width:24px;height:24px;position:absolute;margin-left:8px;margin-top:2px}
.cf-hide-close{opacity:0;visibility:hidden}
.cf-box-footer{margin-top:24px;display:flex;justify-content:space-between}
.cf-box-vplaypause{cursor:pointer;display:none}
.cf-box-aplaypause{cursor:pointer}
.cf-box-header{display:flex;justify-content:space-between}
#controls{right:10px;z-index:2;position:sticky;top:100px;left:80%;display:inline-block}
.next,.prev{height:40px;width:40px;background-color:transparent;display:inline-block;border:1px solid #fff;border-radius:0 4px 4px 0;background-image:url("../../../../../../content/dam/with-secure/icons/arrow-white.svg");background-repeat:no-repeat;background-position:center center;cursor:pointer !important;margin-left:-6px}
.prev{transform:rotate(-180deg)}