.news__line{border-top:1px dashed #489fd8;margin:24px 0}.news__newsCardSection{width:100%;display:flex;flex-direction:column;justify-content:center}.news__newsCardsRow{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.news__newsCardsRow::before{display:none!important}.news__button{border-radius:8px;box-shadow:0 12px 24px 0 rgba(0,0,0,.08);transition:all .2s;width:100%;font-family:proxima-nova;font-size:1rem;outline:0;display:flex;justify-content:center;align-items:center}@media only screen and (min-width:1024px){.news__button{font-size:1.25rem}}.news__button--lightBlue{padding:20px 20px;background-color:#489fd8;color:#fff}.news__button--lightBlue:hover{background-color:#00529c;cursor:pointer}.news__outlineButton{padding:10px 0;min-width:56px;border-radius:8px;font-size:20px;margin:0 8px 8px;transition:all .2s;text-align:center;color:#00529c;border:3px solid #00529c;background-color:#fff;padding:10px 0;min-width:56px;border-radius:8px;font-size:20px;margin:0 8px 8px;transition:all .2s;text-align:center}.news__outlineButton--toFirst{display:none}.news__outlineButton--toFirst:before{content:'';height:30px;width:30px;margin:0;position:absolute;transform:rotate(180deg);background-repeat:no-repeat;background-position:center;margin-left:-30px}@media only screen and (min-width:1024px){.news__outlineButton--toFirst{display:block}}.news__outlineButton--toLast{display:none}.news__outlineButton--toLast:after{content:'';height:30px;width:30px;margin:0;position:absolute;background-repeat:no-repeat;background-position:center}@media only screen and (min-width:1024px){.news__outlineButton--toLast{display:block}}.news__outlineButton--pagination{margin:0 8px 8px;padding:12px 48px;box-shadow:unset}.news__outlineButton--singleCategory{margin:36px auto 0}.news__outlineButton--darkBlue{color:#00529c;border:3px solid #00529c;background-color:#fff}.news__outlineButton--darkBlue:after,.news__outlineButton--darkBlue:before{background-image:url(/Assets/images/icons/icon-arrow-darkblue.svg)}.news__outlineButton--darkBlue:hover{background-color:#00529c;color:#fff}.news__outlineButton--darkBlue:hover:after,.news__outlineButton--darkBlue:hover:before{background-image:url(/Assets/images/icons/icon-arrow-white.svg)}.news__outlineButton:hover .news__outlineButtonArrow--darkBlue{background-image:url(/Assets/images/icons/icon-arrow-white.svg)}.news__outlineButtonArrow{height:30px;background-repeat:no-repeat;background-position:center}.news__outlineButtonArrow--previous{margin-left:-2px;transform:rotate(180deg)}.news__outlineButtonArrow--next{margin-right:-2px}.news__outlineButtonArrow--darkBlue{background-image:url(/Assets/images/icons/icon-arrow-darkblue.svg)}.news__paginationButton{padding:10px 0;min-width:56px;border-radius:8px;font-size:20px;margin:0 8px 8px;transition:all .2s;text-align:center;display:none}.news__paginationButton--darkBlueOutline{color:#00529c;border:3px solid #00529c;background-color:#fff}.news__paginationButton--darkBlueOutline:after,.news__paginationButton--darkBlueOutline:before{background-image:url(/Assets/images/icons/icon-arrow-darkblue.svg)}.news__paginationButton--darkBlueOutline:hover{background-color:#00529c;color:#fff}.news__paginationButton--darkBlueOutline:hover:after,.news__paginationButton--darkBlueOutline:hover:before{background-image:url(/Assets/images/icons/icon-arrow-white.svg)}.news__paginationButton--darkBlue{color:#fff;border:3px solid #00529c;background-color:#00529c}.news__paginationButton--darkBlue:after,.news__paginationButton--darkBlue:before{background-image:url(/Assets/images/icons/icon-arrow-darkblue.svg)}.news__paginationButton--darkBlue:hover{background-color:#00529c;color:#fff}.news__paginationButton--darkBlue:hover:after,.news__paginationButton--darkBlue:hover:before{background-image:url(/Assets/images/icons/icon-arrow-white.svg)}@media only screen and (min-width:1024px){.news__paginationButton{display:table}}.newsCard{height:104px;flex-direction:row;box-shadow:0 12px 24px 0 rgba(0,0,0,.08);background-color:#fff;transition:all .4s;border-radius:8px;overflow:hidden;margin:8px 0}@media only screen and (min-width:1024px){.newsCard{height:100%;margin-bottom:24px}}.newsCard .newsCard__image{min-width:110px;min-height:initial;height:100%;background-size:cover;background-position:center}@media only screen and (min-width:1024px){.newsCard .newsCard__image{height:200px}}.newsCard .newsCard__content{padding:24px 36px 24px 24px;justify-content:center}.newsCard .newsCard__header{font-size:1.25rem;line-height:1.8rem;margin:0}.newsCard .newsCard__description{display:none}@media only screen and (min-width:1024px){.newsCard .newsCard__description{display:block}}.newsCard__container{display:flex;flex-direction:row;height:100%;transition:all .2s}@media only screen and (min-width:1024px){.newsCard__container{flex-direction:column}}.newsCard__image{min-width:110px;min-height:initial;height:100%;background-size:cover;background-position:center}.newsCard__content{display:flex;flex-direction:column;justify-content:center;padding:24px 36px 24px 24px}.newsCard__header{padding:0 0;font-size:1.125rem;line-height:1.8rem;margin-bottom:0;color:#00529c;display:block;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.newsCard__description{font-size:1rem;color:#010101;display:none}.newsCard--newsBySingleCategory{display:flex}@media only screen and (min-width:1024px){.newsCard--newsBySingleCategory:nth-child(1){display:none}}@media only screen and (min-width:1200px){.newsCard--newsBySingleCategory:nth-child(2){display:none}}.newsCard:hover{transform:translateY(-5px)}.newsCard--default{width:100%;height:104px;margin:8px 16px}.newsCard--default .newsCard__container{display:flex;flex-direction:row;height:100%;transition:all .2s}@media only screen and (min-width:640px){.newsCard--default .newsCard__container{flex-direction:column;margin-left:0;margin-right:0}}.newsCard--default .newsCard__image{min-width:110px;min-height:initial;height:100%;background-size:cover;background-position:center}@media only screen and (min-width:640px){.newsCard--default .newsCard__image{height:200px}}.newsCard--default .newsCard__content{display:flex;flex-direction:column;justify-content:center;padding:24px 36px 24px 24px}@media only screen and (min-width:1024px){.newsCard--default .newsCard__content{justify-content:space-around;padding:32px 32px 48px}}.newsCard--default .newsCard__header{padding:0 0;font-size:1.125rem;line-height:1.8rem;margin-bottom:0;color:#00529c;display:block;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}@media only screen and (min-width:640px){.newsCard--default .newsCard__header{font-size:1.625rem;line-height:2.2rem;margin-bottom:18px}}.newsCard--default .newsCard__description{font-size:1rem;color:#010101;display:none}@media only screen and (min-width:640px){.newsCard--default .newsCard__description{display:block}}@media only screen and (min-width:640px){.newsCard--default{height:auto;width:calc(50% - 32px);margin:0 16px 32px 16px}}@media only screen and (min-width:1024px){.newsCard--default{width:calc(33% - 32px)}}.newsCard--small{height:104px;flex-direction:row;margin-bottom:16px}@media only screen and (min-width:1024px){.newsCard--small{margin-bottom:24px}}.newsCard--small .newsCard__image{min-width:110px;min-height:initial;height:100%}.newsCard--small .newsCard__content{padding:24px 36px 24px 24px;justify-content:center}.newsCard--small .newsCard__header{font-size:1.25rem;line-height:1.8rem;margin:0}.newsCard--small .newsCard__description{display:none}.newsDetails__hero{height:240px;position:relative}@media only screen and (min-width:640px){.newsDetails__hero{height:480px}}@media only screen and (min-width:1024px){.newsDetails__hero{height:620px}}.newsDetails__heroImageContainer{background-color:#489fd8;background-size:cover;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.newsDetails__newsItem{background:#fff;background-size:contain;margin-bottom:32px;border-radius:0;position:relative;z-index:1;padding-left:1rem;padding-right:1rem}@media only screen and (min-width:640px){.newsDetails__newsItem{border-radius:8px;margin-top:-300px;box-shadow:0 12px 24px 0 rgba(0,0,0,.08),500px 100px 0 0 #fff,-500px 100px 0 0 #fff;background:linear-gradient(180deg,rgba(234,234,234,.8) 0,#fff 240px);width:calc(90% - 64px)}}@media only screen and (min-width:1024px){.newsDetails__newsItem{margin:-380px auto 90px;width:calc(90% - 48px);max-width:79rem;box-shadow:0 12px 24px 0 rgba(0,0,0,.08),600px 100px 0 0 #fff,-600px 100px 0 0 #fff}}@media only screen and (min-width:1200px){.newsDetails__newsItem{border-radius:16px}}.newsDetails__content{width:100%;padding:8px;border-radius:8px}@media only screen and (min-width:640px){.newsDetails__content{padding:32px 48px}}@media only screen and (min-width:1024px){.newsDetails__content{padding:100px 120px}}.newsDetails__title{font-weight:700;color:#00529c;font-size:1.75rem;font-family:proxima-nova,Helvetica,sans-serif;margin:0 0 24px;line-height:2.4rem}@media only screen and (min-width:1024px){.newsDetails__title{font-size:2.5rem;margin:0 0 24px;line-height:3.2rem}}@media only screen and (min-width:1200px){.newsDetails__title{font-size:3.5rem;line-height:4.2rem}}.newsDetails__categoryContainer{margin:-32px 0 32px;display:flex;align-items:center}@media only screen and (min-width:640px){.newsDetails__categoryContainer{margin:0 0 24px}}@media only screen and (min-width:1024px){.newsDetails__categoryContainer{margin-top:-70px;margin-bottom:50px}}.newsDetails__categoryImage{width:24px;height:24px;margin-right:8px}@media only screen and (min-width:1024px){.newsDetails__categoryImage{width:30px;height:30px}}.newsDetails__categoryTitle{text-transform:uppercase;color:#00529c;margin:0 24px 0 0;font-size:14px}@media only screen and (min-width:1024px){.newsDetails__categoryTitle{font-size:16px}}.newsDetails__arrowGoIcon{background-image:url(/Assets/images/icons/icon-arrow-white-go.svg);width:10px;height:20px;background-size:100%;margin-left:30px}.newsDetails__topWrapper{display:table;padding:8px 0;margin:0 0 12px}@media only screen and (min-width:1024px){.newsDetails__topWrapper{margin:0 0 20px}}.newsDetails__time{color:#00529c;display:inline;font-size:12px;border:1px solid #00529c40;border-radius:8px;padding:6px 14px}@media only screen and (min-width:0){.newsDetails__time{font-size:14px}}.newsDetails__body{padding:0 0 48px 0}@media only screen and (min-width:1024px){.newsDetails__body{padding:0 0 96px 0}}.newsDetails__seperator{width:100%;height:1px;border:1px dashed #489fd8;margin-bottom:30px}.newsFlashItem{width:calc(100% - 8px);min-height:100%;margin:0 16px 16px 0;position:relative;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start}@media only screen and (min-width:640px){.newsFlashItem{width:calc(50% - 16px)}}@media only screen and (min-width:1024px){.newsFlashItem{width:calc(33% - 6px)}}.newsFlashItem__imageContainer{width:100%;height:260px}.newsFlashItem__image{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.newsFlashItem__textualContent{padding:40px;flex-grow:1;width:100%}.newsFlashItem__description{color:#010101;display:block;font-size:1rem;text-align:left}@media only screen and (min-width:1024px){.newsFlashItem__description{text-align:left;font-size:1.0625rem}}.newsFlashItem__header{font-family:proxima-nova,Helvetica,sans-serif;font-size:1.625rem;line-height:2rem;font-weight:700;padding:0 0 16px;display:block}.newsFlashItem__button{display:table;margin:0 auto 24px}@media only screen and (min-width:1024px){.newsFlashItem__button{margin:0 0 30px 40px}}@media only screen and (min-width:1200px){.newsFlashSlider{font-size:3rem}}.newsFlashSlider__container{position:relative;opacity:0;pointer-events:none;transition:opacity .4s ease-in}.newsFlashSlider__mainColumn{overflow:hidden}@media only screen and (min-width:1024px){.newsFlashSlider__mainColumn{overflow:visible}}.newsFlashSlider--show{opacity:1;pointer-events:all}.newsFlashSlider .flickity-slider{height:auto}.newsFlashSlider .flickity-page-dots{bottom:-30px}.newsOverview{padding-bottom:0}.newsOverview__categoryContainer{display:flex;align-items:center;margin:0 0 24px 12px}@media only screen and (min-width:1024px){.newsOverview__categoryContainer{margin:0 0 24px 32px}}.newsOverview__column--smallCards{padding-left:0;padding-right:0}@media only screen and (min-width:1024px){.newsOverview__column--smallCards{padding-left:1rem}}.newsOverview__column:first-child{padding-left:0}.newsOverview__column:last-child{padding-right:0}.newsOverview__column--smallCards{padding-left:0;padding-right:0}.newsOverview__cardWrapper{display:flex}.newsOverview__categoryTitle{text-transform:uppercase;color:#00529c}.newsOverview__categoryIcon{width:24px;height:24px;margin-right:8px}@media only screen and (min-width:1024px){.newsOverview__categoryIcon{width:30px;height:30px}}.newsOverview__paginationContainer{padding:48px 0 112px}.newsOverview__paginationButtonWrapper{display:flex;justify-content:center;align-items:center;flex-direction:row}.newsOverview__paginationButtonWrapper .news__outlineButton--previous{width:auto;padding:24px 24px}.newsOverview__paginationButtonWrapper .news__outlineButton--previous:before{margin:-14px -16px 0}.newsOverview__paginationButtonWrapper .news__outlineButton--next{width:auto;padding:24px 24px}.newsOverview__paginationButtonWrapper .news__outlineButton--next:after{margin:-15px -14px 0}.newsOverview--newsBySingleCategory{padding:50px 0}.newsOverview--newsBySingleCategory:first-of-type{padding-top:0}.newsOverview--newsBySingleCategory:last-of-type{padding-bottom:0}@media only screen and (min-width:640px){.newsOverview--newsBySingleCategory{padding:100px 0}}.relatedNews__container{position:relative;background-color:#f6f6f6;background:linear-gradient(to bottom,#fff 0,#f6f6f6 50%);padding:0 0 60px;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:640px){.relatedNews__container{padding:0 0 100px}}.relatedNews__header{font-weight:700;color:#00529c;font-size:2rem;font-family:proxima-nova,Helvetica,sans-serif;padding:40px 0 16px;line-height:1.1;text-align:center;z-index:1}@media only screen and (min-width:1024px){.relatedNews__header{padding-bottom:40px;font-size:3rem}}.relatedNews__newsOverviewContainer{padding-left:1rem;padding-right:1rem;justify-content:space-around;max-width:79rem;padding:0 0}@media only screen and (min-width:640px){.relatedNews__newsOverviewContainer{width:calc(90% - 32px)}}@media only screen and (min-width:1024px){.relatedNews__newsOverviewContainer{width:calc(90% - 48px)}}.relatedNews__newsCardLink{width:100%;height:104px}@media only screen and (min-width:640px){.relatedNews__newsCardLink{height:auto;width:calc(50% - 32px);display:none;margin-bottom:0;margin:0 16px}.relatedNews__newsCardLink--show:nth-child(1){display:block}.relatedNews__newsCardLink--show:nth-child(2){display:block}}@media only screen and (min-width:1024px){.relatedNews__newsCardLink{width:calc(33.33% - 23px);margin:0 16px 16px}.relatedNews__newsCardLink:first-child{margin-left:0}.relatedNews__newsCardLink:last-child{margin-right:0}.relatedNews__newsCardLink--show:nth-child(1){display:block}.relatedNews__newsCardLink--show:nth-child(2){display:block}.relatedNews__newsCardLink--show:nth-child(3){display:block}}