/* block */

	.sectionIntro {

		display: block;

		width: 100%;
		height: auto;

		/*padding-bottom: 40px;*/  /* 90 */

		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url('../../media/images/bg-intro.png');

		position: relative;
	}

/* row */

	.sectionIntro__row {

		display: block;

		width: 100%;
		height: auto;
	}

		.sectionIntro__row--container {

			/*min-width: 100%;*/
			/*max-width: 550px;*/

			/*margin-left: 380px;*/

			position: relative;

			z-index: 2;
		}

		.sectionIntro__row--title {

			text-align: center;
		}

		.sectionIntro__row--subtitle {

			padding-top: 20px;  /* 15 */

			text-align: center;
		}

		.sectionIntro__row--prizes {

			text-align: center;

			position: relative;

			width: 360px;
			height: 191px;

			margin-right: auto;
			margin-left: auto;

			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			background-image: url('../../media/images/prizes.png');
		}

/* background effect */

	.sectionIntro__bg {

		display: block;

		width: 100%;
		height: auto;

		background-repeat: no-repeat;
	}

		.sectionIntro__bg--effect {

			height: 689px;

			background-position: center center;
			background-size: cover;
			background-image: url('../../media/images/bg-intro-effect.png');

			position: absolute;

				bottom: -360px; left: 0px;

			z-index: 1;
		}

/* text */

	.sectionIntro__text {

		display: inline-block;

		width: auto;
		height: auto;

		font-family: 'VAGRoundedLTCom';
		font-style: normal;
	}

		.sectionIntro__text--title {

			text-transform: uppercase;

			font-size: 30px;  /* 62 */
			font-weight: 700;
			
			color: #034798;
		}

		.sectionIntro__text--subtitle {

			text-transform: uppercase;

			font-size: 20px;  /* 24 */
			font-weight: 700;
			
			color: #034798;
		}

		.sectionIntro__text--prize {

			text-transform: uppercase;

			font-size: 10px;  /* 16 */
			font-weight: 700;

			line-height: 19.69px;

			color: #034798;
		}

			.sectionIntro__text--prize-left {

				text-align: right;
			}

				.sectionIntro__text--prize-left-1x {

					max-width: 100px;  /* 153 */
				}

				.sectionIntro__text--prize-left-10x {

					max-width: 67px;
				}

			.sectionIntro__text--prize-right {

				text-align: left;
			}

				.sectionIntro__text--prize-right-3x {

					max-width: 73px;  /* 103 */
				}

				.sectionIntro__text--prize-right-20x {

					max-width: 90px;  /* 114 */
				}

			.sectionIntro__text--snowflake {

				padding: 15px;  /* 30 */

				font-size: 20px;  /* 26 */
				font-weight: 700;

				color: #034798;
			}

				.sectionIntro__text--snowflake-quantity {

					margin-left: -7px;

					font-size: 18px;  /* 24 */
				}

/* image */

	.sectionIntro__image {

		display: block;

		width: auto;
		height: auto;

		max-width: 100%;
	}

		.sectionIntro__image--prizes {

			display: inline-block;

			max-width: 50%;			
		}

/* prize */

	.sectionIntro__prize {

		display: inline-flex;

			align-items: center;

		width: auto;
		height: auto;
	}

		.sectionIntro__prize--1x {

			position: absolute;

				/*top: 90px; left: -60px;*/
				top: 30px; left: 10px;
		}

		.sectionIntro__prize--10x {

			position: absolute;

				/*top: 420px; left: -20px;*/
				top: 150px; left: 20px;
		}

		.sectionIntro__prize--3x {

			position: absolute;

				/*top: 160px; right: -60px;*/
				top: 50px; right: 0px;
		}

		.sectionIntro__prize--20x {

			position: absolute;

				/*top: 380px; right: -20px;*/
				top: 160px; right: 0px;
		}

/* snowflake */

	.sectionIntro__snowflake {

		display: inline-block;

		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url('../../media/images/snowflake.png');
	}

		.sectionIntro__snowflake--right {

			margin-left: 10px;
		}

		.sectionIntro__snowflake--left {

			margin-right: 10px;
		}

/* RWD */

	@media only screen and (min-width: 640px) {

		/* row */

			.sectionIntro__row--prizes {

				width: 400px;  /* 400 */
				height: 231px;
			}

		/* text */

			.sectionIntro__text--prize {

				font-size: 12px;  /* 16 */
			}

				.sectionIntro__text--prize-left-1x {

					max-width: 153px;  /* 153 */
				}

				.sectionIntro__text--prize-right-3x {

					max-width: 103px;  /* 103 */
				}

				.sectionIntro__text--prize-right-20x {

					max-width: 114px;  /* 114 */
				}

		/* prize */

			.sectionIntro__prize--1x {

				left: -30px;
			}

			.sectionIntro__prize--10x {

				top: 190px;
			}

			.sectionIntro__prize--3x {

				top: 70px; right: -40px;
			}

			.sectionIntro__prize--20x {

				top: 190px; right: -40px;
			}
	}

	@media only screen and (min-width: 768px) {

		/* text */

			.sectionIntro__text--title {

				font-size: 35px;  /* 62 */
			}

			.sectionIntro__text--subtitle {

				font-size: 22px;  /* 24 */
			}

			.sectionIntro__text--prize {

				font-size: 13px;
			}
	}

	@media only screen and (min-width: 1024px) {

		/* row */

			.sectionIntro__row--container {

				max-width: 550px;

				margin-left: 100px;
			}
	}

	@media only screen and (min-width: 1200px) {

		/* row */

			.sectionIntro__row--container {

				margin-left: 150px;
			}

			.sectionIntro__row--prizes {

				height: 350px;
			}

		/* text */

			.sectionIntro__text--title {

				font-size: 40px;
			}

			.sectionIntro__text--subtitle {

				font-size: 23px;
			}

			.sectionIntro__text--prize {

				font-size: 14px;
			}

			.sectionIntro__text--snowflake {

				padding: 20px;

				font-size: 23px;
			}

				.sectionIntro__text--snowflake-quantity {

					font-size: 20px;
				}

		/* prize */

			.sectionIntro__prize--1x {

				position: absolute;

					top: 50px; left: -50px;
			}

			.sectionIntro__prize--10x {

				position: absolute;

					top: 280px; left: 0px;
			}

			.sectionIntro__prize--3x {

				position: absolute;

					top: 100px; right: -100px;
			}

			.sectionIntro__prize--20x {

				position: absolute;

					top: 289px; right: -80px;
			}
	}

	@media only screen and (min-width: 1600px) {

		/* row */

			.sectionIntro__row--container {

				margin-left: 380px;
			}

			.sectionIntro__row--prizes {

				height: 423px;
			}

		/* text */

			.sectionIntro__text--title {

				font-size: 62px;
			}

			.sectionIntro__text--subtitle {

				font-size: 24px;
			}

			.sectionIntro__text--prize {

				font-size: 16px;
			}

			.sectionIntro__text--snowflake {

				padding: 30px;

				font-size: 26px;
			}

				.sectionIntro__text--snowflake-quantity {

					font-size: 24px;
				}

		/* prize */

			.sectionIntro__prize--1x {

				top: 70px; left: -80px;
			}

			.sectionIntro__prize--10x {

				top: 350px; left: -20px;
			}

			.sectionIntro__prize--3x {

				top: 120px; right: -150px;
			}

			.sectionIntro__prize--20x {

				top: 350px; right: -110px;
			}
	}