:root {
	--basic-dark-100: #02182b;
	--basic-dark-200: #032949;
	--basic-dark-300: #143d5f;
	--basic-dark-400: #3c617f;
	--basic-dark-500: #6b879e;
	--basic-dark-600: #b0c4d5;
	--basic-dark-700: #d6e1ec;
	--basic-dark-800: #eef5fb;
	--basic-dark-900: #ffffff;
	--basic-light-100: #ffffff;
	--basic-light-200: #eef5fb;
	--basic-light-300: #d6e1ec;
	--basic-light-400: #b0c4d5;
	--basic-light-500: #6b879e;
	--basic-light-600: #3c617f;
	--basic-light-700: #143d5f;
	--basic-light-800: #032949;
	--basic-light-900: #02182b;
	--error-light-100: #ff7171;
	--error-light-200: #e10000;
	--error-dark-100: #ff7171;
	--error-dark-200: #e10000;
	--information-dark-100: #8fa8ff;
	--information-dark-200: #0035f0;
	--information-light-100: #8fa8ff;
	--information-light-200: #0035f0;
	--primary-01-light-100: #ffaab3;
	--primary-01-light-200: #ff8290;
	--primary-01-light-300: #ff5e71;
	--primary-01-light-400: #ff364d;
	--primary-01-light-500: #ed002e;
	--primary-01-light-600: #d40029;
	--primary-01-light-700: #b30023;
	--primary-01-light-800: #97001b;
	--primary-01-light-900: #51000f;
	--primary-01-dark-100: #51000f;
	--primary-01-dark-200: #97001b;
	--primary-01-dark-300: #b30023;
	--primary-01-dark-400: #d40029;
	--primary-01-dark-500: #ed002e;
	--primary-01-dark-600: #ff364d;
	--primary-01-dark-700: #ff5e71;
	--primary-01-dark-800: #ff8290;
	--primary-01-dark-900: #ffaab3;
	--primary-02-dark-100: #00311f;
	--primary-02-dark-200: #004a2e;
	--primary-02-dark-300: #007b4d;
	--primary-02-dark-400: #00ac6c;
	--primary-02-dark-500: #00c57b;
	--primary-02-dark-600: #00ec93;
	--primary-02-dark-700: #14ffa7;
	--primary-02-dark-800: #74ffcb;
	--primary-02-dark-900: #a9ffdf;
	--primary-02-light-100: #a9ffdf;
	--primary-02-light-200: #74ffcb;
	--primary-02-light-300: #14ffa7;
	--primary-02-light-400: #00ec93;
	--primary-02-light-500: #00c57b;
	--primary-02-light-600: #00ac6c;
	--primary-02-light-700: #007b4d;
	--primary-02-light-800: #004a2e;
	--primary-02-light-900: #00311f;
	--secondary-01-light-100: #b8dbff;
	--secondary-01-light-200: #81bfff;
	--secondary-01-light-300: #3f9dff;
	--secondary-01-light-400: #0c83ff;
	--secondary-01-light-500: #0073eb;
	--secondary-01-light-600: #006ad8;
	--secondary-01-light-700: #0060c5;
	--secondary-01-light-800: #0051a5;
	--secondary-01-light-900: #002f61;
	--secondary-01-dark-100: #002f61;
	--secondary-01-dark-200: #0051a5;
	--secondary-01-dark-300: #0060c5;
	--secondary-01-dark-400: #006ad8;
	--secondary-01-dark-500: #0073eb;
	--secondary-01-dark-600: #0c83ff;
	--secondary-01-dark-700: #3f9dff;
	--secondary-01-dark-800: #81bfff;
	--secondary-01-dark-900: #b8dbff;
	--secondary-02-light-100: #fff6de;
	--secondary-02-light-200: #ffebb1;
	--secondary-02-light-300: #ffde80;
	--secondary-02-light-400: #ffce42;
	--secondary-02-light-500: #ffbf09;
	--secondary-02-light-600: #eaad00;
	--secondary-02-light-700: #cc9700;
	--secondary-02-light-800: #ac7f00;
	--secondary-02-light-900: #775800;
	--secondary-02-dark-100: #775800;
	--secondary-02-dark-200: #ac7f00;
	--secondary-02-dark-300: #cc9700;
	--secondary-02-dark-400: #eaad00;
	--secondary-02-dark-500: #ffbf09;
	--secondary-02-dark-600: #ffce42;
	--secondary-02-dark-700: #ffde80;
	--secondary-02-dark-800: #ffebb1;
	--secondary-02-dark-900: #fff6de;
	--success-light-100: #9cffb6;
	--success-light-200: #00a925;
	--success-dark-100: #9cffb6;
	--success-dark-200: #00a925;
	--warning-light-100: #ffb84f;
	--warning-light-200: #ff9900;
	--warning-dark-100: #ffb84f;
	--warning-dark-200: #ff9900;
	--discount-light-100: #d40029;
	--cashback-light-100: #0073eb;
	--new-light-100: #8A1002;
	--excluweb-light-100: #F6A800;
}
.background-basic-dark-100 {
	background-color: #02182b !important;
}
.background-basic-dark-200 {
	background-color: #032949 !important;
}
.background-basic-dark-300 {
	background-color: #143d5f !important;
}
.background-basic-dark-400 {
	background-color: #3c617f !important;
}
.background-basic-dark-500 {
	background-color: #6b879e !important;
}
.background-basic-dark-600 {
	background-color: #b0c4d5 !important;
}
.background-basic-dark-700 {
	background-color: #d6e1ec !important;
}
.background-basic-dark-800 {
	background-color: #eef5fb !important;
}
.background-basic-dark-900 {
	background-color: #ffffff !important;
}
.background-basic-light-100 {
	background-color: #ffffff !important;
}
.background-basic-light-200 {
	background-color: #eef5fb !important;
}
.background-basic-light-300 {
	background-color: #d6e1ec !important;
}
.background-basic-light-400 {
	background-color: #b0c4d5 !important;
}
.background-basic-light-500 {
	background-color: #6b879e !important;
}
.background-basic-light-600 {
	background-color: #3c617f !important;
}
.background-basic-light-700 {
	background-color: #143d5f !important;
}
.background-basic-light-800 {
	background-color: #032949 !important;
}
.background-basic-light-900 {
	background-color: #02182b !important;
}
.background-error-light-100 {
	background-color: #ff7171 !important;
}
.background-error-light-200 {
	background-color: #e10000 !important;
}
.background-error-dark-100 {
	background-color: #ff7171 !important;
}
.background-error-dark-200 {
	background-color: #e10000 !important;
}
.background-information-dark-100 {
	background-color: #8fa8ff !important;
}
.background-information-dark-200 {
	background-color: #0035f0 !important;
}
.background-information-light-100 {
	background-color: #8fa8ff !important;
}
.background-information-light-200 {
	background-color: #0035f0 !important;
}
.background-primary-01-light-100 {
	background-color: #ffaab3 !important;
}
.background-primary-01-light-200 {
	background-color: #ff8290 !important;
}
.background-primary-01-light-300 {
	background-color: #ff5e71 !important;
}
.background-primary-01-light-400 {
	background-color: #ff364d !important;
}
.background-primary-01-light-500 {
	background-color: #ed002e !important;
}
.background-primary-01-light-600 {
	background-color: #d40029 !important;
}
.background-primary-01-light-700 {
	background-color: #b30023 !important;
}
.background-primary-01-light-800 {
	background-color: #97001b !important;
}
.background-primary-01-light-900 {
	background-color: #51000f !important;
}
.background-primary-01-dark-100 {
	background-color: #51000f !important;
}
.background-primary-01-dark-200 {
	background-color: #97001b !important;
}
.background-primary-01-dark-300 {
	background-color: #b30023 !important;
}
.background-primary-01-dark-400 {
	background-color: #d40029 !important;
}
.background-primary-01-dark-500 {
	background-color: #ed002e !important;
}
.background-primary-01-dark-600 {
	background-color: #ff364d !important;
}
.background-primary-01-dark-700 {
	background-color: #ff5e71 !important;
}
.background-primary-01-dark-800 {
	background-color: #ff8290 !important;
}
.background-primary-01-dark-900 {
	background-color: #ffaab3 !important;
}
.background-primary-02-dark-100 {
	background-color: #00311f !important;
}
.background-primary-02-dark-200 {
	background-color: #004a2e !important;
}
.background-primary-02-dark-300 {
	background-color: #007b4d !important;
}
.background-primary-02-dark-400 {
	background-color: #00ac6c !important;
}
.background-primary-02-dark-500 {
	background-color: #00c57b !important;
}
.background-primary-02-dark-600 {
	background-color: #00ec93 !important;
}
.background-primary-02-dark-700 {
	background-color: #14ffa7 !important;
}
.background-primary-02-dark-800 {
	background-color: #74ffcb !important;
}
.background-primary-02-dark-900 {
	background-color: #a9ffdf !important;
}
.background-primary-02-light-100 {
	background-color: #a9ffdf !important;
}
.background-primary-02-light-200 {
	background-color: #74ffcb !important;
}
.background-primary-02-light-300 {
	background-color: #14ffa7 !important;
}
.background-primary-02-light-400 {
	background-color: #00ec93 !important;
}
.background-primary-02-light-500 {
	background-color: #00c57b !important;
}
.background-primary-02-light-600 {
	background-color: #00ac6c !important;
}
.background-primary-02-light-700 {
	background-color: #007b4d !important;
}
.background-primary-02-light-800 {
	background-color: #004a2e !important;
}
.background-primary-02-light-900 {
	background-color: #00311f !important;
}
.background-secondary-01-light-100 {
	background-color: #b8dbff !important;
}
.background-secondary-01-light-200 {
	background-color: #81bfff !important;
}
.background-secondary-01-light-300 {
	background-color: #3f9dff !important;
}
.background-secondary-01-light-400 {
	background-color: #0c83ff !important;
}
.background-secondary-01-light-500 {
	background-color: #0073eb !important;
}
.background-secondary-01-light-600 {
	background-color: #006ad8 !important;
}
.background-secondary-01-light-700 {
	background-color: #0060c5 !important;
}
.background-secondary-01-light-800 {
	background-color: #0051a5 !important;
}
.background-secondary-01-light-900 {
	background-color: #002f61 !important;
}
.background-secondary-01-dark-100 {
	background-color: #002f61 !important;
}
.background-secondary-01-dark-200 {
	background-color: #0051a5 !important;
}
.background-secondary-01-dark-300 {
	background-color: #0060c5 !important;
}
.background-secondary-01-dark-400 {
	background-color: #006ad8 !important;
}
.background-secondary-01-dark-500 {
	background-color: #0073eb !important;
}
.background-secondary-01-dark-600 {
	background-color: #0c83ff !important;
}
.background-secondary-01-dark-700 {
	background-color: #3f9dff !important;
}
.background-secondary-01-dark-800 {
	background-color: #81bfff !important;
}
.background-secondary-01-dark-900 {
	background-color: #b8dbff !important;
}
.background-secondary-02-light-100 {
	background-color: #fff6de !important;
}
.background-secondary-02-light-200 {
	background-color: #ffebb1 !important;
}
.background-secondary-02-light-300 {
	background-color: #ffde80 !important;
}
.background-secondary-02-light-400 {
	background-color: #ffce42 !important;
}
.background-secondary-02-light-500 {
	background-color: #ffbf09 !important;
}
.background-secondary-02-light-600 {
	background-color: #eaad00 !important;
}
.background-secondary-02-light-700 {
	background-color: #cc9700 !important;
}
.background-secondary-02-light-800 {
	background-color: #ac7f00 !important;
}
.background-secondary-02-light-900 {
	background-color: #775800 !important;
}
.background-secondary-02-dark-100 {
	background-color: #775800 !important;
}
.background-secondary-02-dark-200 {
	background-color: #ac7f00 !important;
}
.background-secondary-02-dark-300 {
	background-color: #cc9700 !important;
}
.background-secondary-02-dark-400 {
	background-color: #eaad00 !important;
}
.background-secondary-02-dark-500 {
	background-color: #ffbf09 !important;
}
.background-secondary-02-dark-600 {
	background-color: #ffce42 !important;
}
.background-secondary-02-dark-700 {
	background-color: #ffde80 !important;
}
.background-secondary-02-dark-800 {
	background-color: #ffebb1 !important;
}
.background-secondary-02-dark-900 {
	background-color: #fff6de !important;
}
.background-success-light-100 {
	background-color: #9cffb6 !important;
}
.background-success-light-200 {
	background-color: #00a925 !important;
}
.background-success-dark-100 {
	background-color: #9cffb6 !important;
}
.background-success-dark-200 {
	background-color: #00a925 !important;
}
.background-warning-light-100 {
	background-color: #ffb84f !important;
}
.background-warning-light-200 {
	background-color: #ff9900 !important;
}
.background-warning-dark-100 {
	background-color: #ffb84f !important;
}
.background-warning-dark-200 {
	background-color: #ff9900 !important;
}




.basic-dark-100 {
	 color:#02182b !important;
}
.basic-dark-200 {
	 color:#032949 !important;
}
.basic-dark-300 {
	 color:#143d5f !important;
}
.basic-dark-400 {
	 color:#3c617f !important;
}
.basic-dark-500 {
	 color:#6b879e !important;
}
.basic-dark-600 {
	 color:#b0c4d5 !important;
}
.basic-dark-700 {
	 color:#d6e1ec !important;
}
.basic-dark-800 {
	 color:#eef5fb !important;
}
.basic-dark-900 {
	 color:#ffffff !important;
}
.basic-light-100 {
	 color:#ffffff !important;
}
.basic-light-200 {
	 color:#eef5fb !important;
}
.basic-light-300 {
	 color:#d6e1ec !important;
}
.basic-light-400 {
	 color:#b0c4d5 !important;
}
.basic-light-500 {
	 color:#6b879e !important;
}
.basic-light-600 {
	 color:#3c617f !important;
}
.basic-light-700 {
	 color:#143d5f !important;
}
.basic-light-800 {
	 color:#032949 !important;
}
.basic-light-900 {
	 color:#02182b !important;
}
.error-light-100 {
	 color:#ff7171 !important;
}
.error-light-200 {
	 color:#e10000 !important;
}
.error-dark-100 {
	 color:#ff7171 !important;
}
.error-dark-200 {
	 color:#e10000 !important;
}
.information-dark-100 {
	 color:#8fa8ff !important;
}
.information-dark-200 {
	 color:#0035f0 !important;
}
.information-light-100 {
	 color:#8fa8ff !important;
}
.information-light-200 {
	 color:#0035f0 !important;
}
.primary-01-light-100 { 
	color: #ffaab3 !important;
}
.primary-01-light-200 { 
	color: #ff8290 !important;
}
.primary-01-light-300 { 
	color: #ff5e71 !important;
}
.primary-01-light-400 { 
	color: #ff364d !important;
}
.primary-01-light-500 { 
	color: #ed002e !important;
}
.primary-01-light-600 { 
	color: #d40029 !important;
}
.primary-01-light-700 { 
	color: #b30023 !important;
}
.primary-01-light-800 { 
	color: #97001b !important;
}
.primary-01-light-900 { 
	color: #51000f !important;
}
.primary-01-dark-100 { 
	color: #51000f !important;
}
.primary-01-dark-200 { 
	color: #97001b !important;
}
.primary-01-dark-300 { 
	color: #b30023 !important;
}
.primary-01-dark-400 { 
	color: #d40029 !important;
}
.primary-01-dark-500 { 
	color: #ed002e !important;
}
.primary-01-dark-600 { 
	color: #ff364d !important;
}
.primary-01-dark-700 { 
	color: #ff5e71 !important;
}
.primary-01-dark-800 { 
	color: #ff8290 !important;
}
.primary-01-dark-900 { 
	color: #ffaab3 !important;
}
.primary-02-dark-100 { 
	color: #00311f !important;
}
.primary-02-dark-200 { 
	color: #004a2e !important;
}
.primary-02-dark-300 { 
	color: #007b4d !important;
}
.primary-02-dark-400 { 
	color: #00ac6c !important;
}
.primary-02-dark-500 { 
	color: #00c57b !important;
}
.primary-02-dark-600 { 
	color: #00ec93 !important;
}
.primary-02-dark-700 { 
	color: #14ffa7 !important;
}
.primary-02-dark-800 { 
	color: #74ffcb !important;
}
.primary-02-dark-900 { 
	color: #a9ffdf !important;
}
.primary-02-light-100 { 
	color: #a9ffdf !important;
}
.primary-02-light-200 { 
	color: #74ffcb !important;
}
.primary-02-light-300 { 
	color: #14ffa7 !important;
}
.primary-02-light-400 { 
	color: #00ec93 !important;
}
.primary-02-light-500 { 
	color: #00c57b !important;
}
.primary-02-light-600 { 
	color: #00ac6c !important;
}
.primary-02-light-700 { 
	color: #007b4d !important;
}
.primary-02-light-800 { 
	color: #004a2e !important;
}
.primary-02-light-900 { 
	color: #00311f !important;
}
.secondary-01-light-100 { 
	color: #b8dbff !important;
}
.secondary-01-light-200 { 
	color: #81bfff !important;
}
.secondary-01-light-300 { 
	color: #3f9dff !important;
}
.secondary-01-light-400 { 
	color: #0c83ff !important;
}
.secondary-01-light-500 { 
	color: #0073eb !important;
}
.secondary-01-light-600 { 
	color: #006ad8 !important;
}
.secondary-01-light-700 { 
	color: #0060c5 !important;
}
.secondary-01-light-800 { 
	color: #0051a5 !important;
}
.secondary-01-light-900 { 
	color: #002f61 !important;
}
.secondary-01-dark-100 { 
	color: #002f61 !important;
}
.secondary-01-dark-200 { 
	color: #0051a5 !important;
}
.secondary-01-dark-300 { 
	color: #0060c5 !important;
}
.secondary-01-dark-400 { 
	color: #006ad8 !important;
}
.secondary-01-dark-500 { 
	color: #0073eb !important;
}
.secondary-01-dark-600 { 
	color: #0c83ff !important;
}
.secondary-01-dark-700 { 
	color: #3f9dff !important;
}
.secondary-01-dark-800 { 
	color: #81bfff !important;
}
.secondary-01-dark-900 { 
	color: #b8dbff !important;
}
.secondary-02-light-100 { 
	color: #fff6de !important;
}
.secondary-02-light-200 { 
	color: #ffebb1 !important;
}
.secondary-02-light-300 { 
	color: #ffde80 !important;
}
.secondary-02-light-400 { 
	color: #ffce42 !important;
}
.secondary-02-light-500 { 
	color: #ffbf09 !important;
}
.secondary-02-light-600 { 
	color: #eaad00 !important;
}
.secondary-02-light-700 { 
	color: #cc9700 !important;
}
.secondary-02-light-800 { 
	color: #ac7f00 !important;
}
.secondary-02-light-900 { 
	color: #775800 !important;
}
.secondary-02-dark-100 { 
	color: #775800 !important;
}
.secondary-02-dark-200 { 
	color: #ac7f00 !important;
}
.secondary-02-dark-300 { 
	color: #cc9700 !important;
}
.secondary-02-dark-400 { 
	color: #eaad00 !important;
}
.secondary-02-dark-500 { 
	color: #ffbf09 !important;
}
.secondary-02-dark-600 { 
	color: #ffce42 !important;
}
.secondary-02-dark-700 { 
	color: #ffde80 !important;
}
.secondary-02-dark-800 { 
	color: #ffebb1 !important;
}
.secondary-02-dark-900 { 
	color: #fff6de !important;
}
.success-light-100 {
	 color: #9cffb6 !important;
}
.success-light-200 {
	 color: #00a925 !important;
}
.success-dark-100 {
	 color: #9cffb6 !important;
}
.success-dark-200 {
	 color: #00a925 !important;
}
.warning-light-100 {
	 color: #ffb84f !important;
}
.warning-light-200 {
	 color: #ff9900 !important;
}
.warning-dark-100 {
	 color: #ffb84f !important;
}
.warning-dark-200 {
	 color: #ff9900 !important;
}