/* Security template 2024 */

/* Font Import */

/* roboto-300 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'),
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'),
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'),
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			url('https://www.bankmillennium.pl/dist/font/Roboto/roboto-v18-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Global */
html {
	scrollbar-width: none;
	scroll-behavior: smooth !important;
}  
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #2E2E2E; 
	background-color: #fff;
}
input, button, a {
	-webkit-appearance: none;
}
b, strong { 
	font-weight: 700;
}
h1{
	font-weight: 700;
	font-size: 24px;
}
h2{
	font-size: 20px;
	font-weight: 700;
}
p{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div { 
	box-sizing: border-box; 
}
a {
	color: #bd004f;
	text-decoration: none;
	-webkit-appearance: none;
}

/* Bottomsheet */
#bottomSheet{
	display: block;
	top: auto;
	height: auto;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	bottom:-630px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	align-items: center;
}
#bottomSheet.active{
	display: flex;
}
.bottomSheet_Mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	display: none;
}
.bottomSheet_Container h3{
	margin: 0 0 12px 0;
}
.bottomSheet_Container{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	z-index: 999;
	position: relative;
	padding: 32px 20px;
}
#bottomSheet_Close{
	cursor: pointer;
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: calc(100% - 1px);
	top: auto;
	left: calc(50% - 50px);
	background: url(https://www.bankmillennium.pl/documents/10184/32506175/BottomSheet_Wave.svg);
}
#bottomSheet_Close:after{
	position: absolute;
	top: 11px;
	bottom: 0;
	left: 42px;
	right: 0;
	content: '';
	width: 16px;
	height: 16px;
	background: url(https://www.bankmillennium.pl/documents/10184/32506175/IcoX16.svg);
	line-height: 100px;
	text-align: center;
}

/* Scrolling horizontal */
.scrolling-wrapper {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 60px;
    padding-top: 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: -80px;
    overflow-x: auto;
}
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}
.scrolling-wrapper .box {
    text-align: center;
    margin: 0 12px 0 0;
	padding: 24px;
    border-radius: 10px;
    margin-bottom: 8px;
    width: calc(33.3333% - 32px);
    min-width: 240px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.scrolling-wrapper .box:nth-last-child(1) {
    margin-right: 0 !important;
}
.selection--container .boxContent {
    margin-top: 24px;
}
.swipe {
    margin-top: -50px;
}
.swipe p{
	text-align: left;
}
.swipe a{
    display: inline-block;
}
.swipe span{
	white-space: nowrap;
	margin-top: 8px;
    display: inline-block;
}

/* Collapse */
.collapse_box {
	box-shadow: 0 0 30px #2E2E2E1A;
	border-radius: 10px;
	margin: 16px 0;
}
.lbl-toggle { 
	display: block; 
	font-weight: 700; 
	font-size: 16px;  
	line-height: 24px;
	padding: 20px;
	color: #2e2e2e;
	color: var(--TextDark);
	cursor: pointer; 
	position: relative;
	transition: all 0.25s ease-out; 
	padding-right: 56px;
	-webkit-tap-highlight-color: transparent;
} 
.collapse_content { 
	max-height: 0px; 
	overflow: hidden; 
	transition: max-height .25s ease-in-out; 
} 
.collapse_content .collapse_content_inner {
	padding: 20px;
}
.collapse_content .collapse_content_inner p:nth-last-child(1) {
	margin-bottom: 0;
}
.faq-icon-arrow{
	background: url(https://www.bankmillennium.pl/documents/d/guest/icocontrolchevron16);
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	transition: transform 0.3s ease 0s;
	position: absolute;
	right: 20px;
	top: 40%;
}
label.lbl-toggle.active .faq-icon-arrow{
	transform: rotate(0deg);
}
.collapse p{
	color: #737373;
	margin-bottom: 10px;
}
.collapse p b{
	color: #2e2e2e;
}
.collapse {
    margin-top: 36px;
}

/* Structure */
.mainContainer{
	padding: 20px 16px;
}
.boxRow{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.boxRow a{
	display: flex;
    flex-direction: column;
    flex: 0 0 48%;
	color: #2e2e2e;
}
.box-full a{
	color: #2e2e2e;
}
.box.magenta{
	background-color: #bd004f;
}
.box.magenta .buttonTile p, .box.magenta .boxContent h6, .box.magenta .boxContent p, .box.magenta .boxContent h4{
	color: #fff;
}
.box.magenta .ico img{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(114deg) brightness(124%) contrast(95%);
}
.box p{
	color: #737373;
}
.buttonTile p{
	color: #737373;
	font-size: 12px;
	margin: 0!important;
}
.boxTop {
    display: flex;
    gap: 12px;
	justify-content: space-between;
	pointer-events:none;
}
.boxContent h6{
	font-weight: 700;
	font-size: 14px;
	margin: 32px 0 0 0;
}
.mainContainer h2{
	margin: 38px 0 20px 0;
}
.boxContent {
    margin-top: auto;
	pointer-events:none;
}
.boxContent p b{
	color: #2e2e2e;
}
.boxContent p a{
	color: #bd004f;
}
.mainContainer h1{
	margin: 0 0 16px 0;
}
.photo, .photoOverlay {
    margin: 32px 0 40px 0;
	height: 450px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.photo img, .photoOverlay img{
	width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}
.photoOverlay{
	position: relative;
}
.overlayContent {
    position: absolute;
    bottom: 0;
	background: rgb(10 30 54 / 26%);
	backdrop-filter: blur(9.3px);
	-webkit-backdrop-filter: blur(9.3px);
	width: 100%;
	overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.overlayContent h2{
	color: #fff;
	margin: 20px;
}
.overlayContent p{
	color: #fff;
	margin: 20px;
}
.overlayBottom {
    display: flex;
    gap: 12px;
    justify-content: space-between;
	padding: 20px;
	background: rgb(0 0 0 / 20%);
	align-items: center;
}
.badge{
	border-radius: 20px;
	padding: 5px 12px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #bd004f;
}
.overlayBottom a{
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
	padding: 6px;
    margin-right: -6px;
}
ul.listIcon {
    padding: 0 0 0 36px;
}
.listIcon li{
	color: #737373;
	font-size: 14px;
	line-height: 20px;
	list-style: none;
	padding: 10px 0;
}
.listIcon li b{
	color: #2e2e2e;
}
.listIcon li img {
    margin-left: -36px;
    margin-right: 8px;
	position: absolute;
    margin-top: -3px;
}
.box-full h4 {
    margin: 24px 0;
	font-weight: 700;
	font-size: 16px;
}
.box-full .box{
	padding: 24px;
	margin-bottom: 12px;
}
.box a{
	font-weight: 700;
}
ul.list-magenta-bullets {
    list-style: none;
    padding: 0;
	margin: 10px 0;
}
ul.list-magenta-bullets li a{
	font-weight: 600;
}
ul.list-magenta-bullets li b{
	color: #2e2e2e;
}
ul.list-magenta-bullets li:before {
    content: "\2022";
    color: #bd004f!important;
    color: var(--Magenta);
    font-weight: 700;
    display: inline-block;
    width: 18px;
    margin-left: -18px;
	font-size: 20px;
}
.pGrey{
	color: #737373;
}
ul.list-magenta-bullets li {
    padding-left: 18px;
	font-size: 14px;
	line-height: 20px;
	color: #737373;
	margin: 6px 0;
}
ul.numbers {
    margin: 36px 0 40px 0;
	padding-left: 36px;
}
ul.numbers li {
    position: relative;
    margin: 20px 0;
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
ul.numbers li:after {
    position: absolute;
    top: 0px;
    left: -36px;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 2px 0 0 0;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #bd004f;
    border: 2px solid #bd004f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}
ul.numbers li:nth-child(1):after { content: "1"; }
ul.numbers li:nth-child(2):after { content: "2"; }
ul.numbers li:nth-child(3):after { content: "3"; }
ul.numbers li:nth-child(4):after { content: "4"; }
ul.numbers li:nth-child(5):after { content: "5"; }
ul.numbers li:nth-child(6):after { content: "6"; }
ul.numbers li:nth-child(7):after { content: "7"; }
ul.numbers li:nth-child(8):after { content: "8"; }
ul.numbers li:nth-child(9):after { content: "9"; }
.box{
	box-shadow: 0 0 30px #2E2E2E1A;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}
.w100{
	display: flex;
    flex-direction: column;
    flex: 0 0 48%;
}
@media (max-width: 320px) {
	.box, .boxRow a{
		flex: 0 0 100%;
	}
}