﻿.wdg-banner {display:flex;margin:2.5rem 0;flex-flow:row wrap;}
.wdg-banner__container {max-width:100%;margin-left:auto;margin-right:auto;}
.wdg-banner__primary {position:relative;flex:0 0 100%;max-width:100%;margin:0 0 2.5rem;}
.wdg-banner__primary h1,
.wdg-banner__primary h2.page-title {position:absolute;width:100%;padding:0 3.5rem 0 2.5rem;margin:0 0 2.5rem;color:currentColor;z-index:2;line-height:.9;font-weight:600;z-index:9;}
.wdg-banner__primary h1>span,
.wdg-banner__primary h2.page-title>span {display:block;margin:.75rem 0;font-size:1.8rem;font-weight:500;}
.wdg-banner__secondary h1>span {display:block;margin:.75rem 0;font-size:1.8rem;font-weight:500;}
.wdg-banner__slick {position:relative;padding:0;margin:0;list-style:none;border-radius:2rem;overflow:hidden;}
.wdg-banner__slick>.wdg-banner__slick-slide {display:none;}
.wdg-banner__slick>.wdg-banner__slick-slide:first-child {display:block;}
.wdg-banner__slick-slide {display:block;background:var(--blue);overflow:hidden;}
.wdg-banner__slick-slide>a {color:var(--white);text-decoration:none;}
.wdg-banner__content {position:relative;padding:1.5rem 2.5rem 3.5rem;color:var(--white);}
.wdg-banner__content h2 {margin:.5rem 0;font-size:1.6rem;font-weight:600;color:currentColor;}
.wdg-banner__content>*:last-child {margin:0;}
.wdg-banner__breadcrumbs {margin:0 0 1.5rem;font-weight:400;}
.wdg-banner__breadcrumbs a {position:relative;display:inline;color:currentColor;text-decoration:none;}
.wdg-banner__breadcrumbs a:before {position:relative;display:inline-block;width:1.2rem;height:1.2rem;margin:0 1rem 0 0;content:"";background-image:url('../../images/reskin/icon-chevron-right.svg');background-size:cover;background-repeat:no-repeat;}
.wdg-banner__breadcrumbs a:first-child:before {display:none;}
.wdg-banner__desc {font-size:1.8rem;font-weight:500;line-height:1.6;text-align:justify;}
.wdg-banner__desc h2,
.wdg-banner__desc h3,
.wdg-banner__desc h4,
.wdg-banner__desc h5 {color:currentColor;}
.wdg-banner__desc a {color:var(--grey);text-decoration-thickness:.1rem;text-underline-offset:.2rem;}
.wdg-banner__desc>*:last-child {margin:0;}
.wdg-banner__secondary {flex:0 1 100%;}
.wdg-banner .wdg-banner__slick .slick-dots {position:absolute;display:flex;width:100%;padding:0 2.2rem;margin:0;bottom:2rem;list-style:none;align-items:center;justify-content:flex-start;}
.wdg-banner .wdg-banner__slick .slick-dots li {flex:0 0 .5rem;height:.5rem;margin:0 .3rem;background:#ffffffcc;border-radius:5rem;}
.wdg-banner .wdg-banner__slick .slick-dots li button {display:none;}
.wdg-banner .wdg-banner__slick .slick-dots li.slick-active {flex:0 0 3.5rem;background:var(--white);}
.wdg-banner--plain {min-height:15rem;}
.wdg-banner--plain .wdg-banner__primary h1 {position:relative;padding:0;margin:0;color:var(--theme-bg-color);font-weight:600;}
@media(min-width:576px) {
	.wdg-banner__container {max-width:54rem;padding:0 1.5rem;}
}
@media(min-width:768px) {
	.wdg-banner__container {max-width:72rem;padding:0 .75rem;}
}
@media(min-width:992px) {
	.wdg-banner {flex-flow:row nowrap;margin:2.5rem 0 -2.5rem;}
	.wdg-banner__container {max-width:144rem;margin-left:auto;margin-right:auto;}
	.wdg-banner__primary {flex:0 0 42rem;max-width:42rem;padding:0 1rem 0 0;margin:0;}
	.wdg-banner__primary h1{font-size:4.2rem;}
	.wdg-banner__breadcrumbs {margin:1.5rem 0;}
	.wdg-banner__desc {line-height:1.4;}
	.wdg-banner__secondary {flex:0 1 100%;padding:0 0 0 1rem;}
	
	.wdg-banner--plain {margin:2.5rem auto;}
	.wdg-banner--plain .wdg-banner__primary {margin:2rem 0 0;}
}
@media(min-width:1400px) {
	.wdg-banner__primary {flex:0 0 48rem;max-width:48rem;}
}

.wdg-banner--none {--theme-bg-color:currentColor;}
.wdg-banner--dark-blue {--theme-bg-color:var(--blue);}
.wdg-banner--blue {--theme-bg-color:var(--blue-01);}
.wdg-banner--dark-purple {--theme-bg-color:var(--purple);}
.wdg-banner--purple {--theme-bg-color:var(--purple-01);}
.wdg-banner--dark-green {--theme-bg-color:var(--green);}
.wdg-banner--green {--theme-bg-color:var(--green-01);}
.wdg-banner--beige {--theme-bg-color:var(--beige);}