/* ---------------------------------------- */

/*  $ > Landing Custom Dose 2019

/* ---------------------------------------- */

div.main {
	padding-top: 0;	
	}
div.main .ctn_section > section {
    padding-top: 150px;
    margin-bottom: -150px;
	}
div.main .ctn_section > section:last-child {
    margin-bottom: 0;
	}

/***/

@media screen and (max-width: 767px) {
	
	div.main .ctn_section > section {
		padding-top: 0;
		margin-bottom: 0;
		}

	}

/* ======================================== */
/*  .banner_customdose_2019
/* ======================================== */

.banner_customdose_2019,
.banner_customdose_2019 * {
	box-sizing: border-box;
	}
.banner_customdose_2019 {
	background: url("../images/bg_banner.jpg") no-repeat center center / cover black;
	}
.banner_customdose_2019 header {
	position: relative;
	min-height: 580px;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px;
	}
.banner_customdose_2019 header .t_intro {
	font-family: "FuturaBT-Book";
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: white;
	text-transform: uppercase;
	}
.banner_customdose_2019 header h1 {
	display: block;
	height: 50px;
	width: 620px;
	max-width: 100%;
	margin: 10px 0;
	text-indent: -9999px;
	background: url("../images/v_logo.svg") no-repeat center center / 100% auto transparent;
	}
.banner_customdose_2019 header h2 {                                                    	 
	font-family: "FuturaBT-Book";
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: white;
	text-transform: uppercase;
	}
.banner_customdose_2019 header .t_description {
	margin-top: 130px;
	font-family: "FuturaBT-Book";
	font-size: 22px;
	line-height: 1.4;
	color: white;
	}

/***/

@media screen and (max-width: 1024px) {
	
	.banner_customdose_2019 header {
		padding-top: 105px;
		}
	
	}	

@media screen and (max-width: 767px) {
	
	.banner_customdose_2019 {
		background: url("../images/bg_banner_m.jpg") no-repeat center center / cover black;
		}
	.banner_customdose_2019 header {
		min-height: 640px;
		padding: 80px 20px 0 20px;
		}
	.banner_customdose_2019 header .t_intro {
		display: none;
		}
	.banner_customdose_2019 header h1 {
		display: block;
		height: 100px;
		width: 280px;
		margin: 0 auto 10px auto;
		padding-bottom: 0;
		background: url("../images/v_logo_m.svg") no-repeat center center / 100% auto transparent;
		}
	.banner_customdose_2019 header h2 {
		text-align: center;
		}
	.banner_customdose_2019 header .t_description {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 20px;
		font-size: 16px;
		color: white;
		text-align: center;
		background: black;
		}
	.banner_customdose_2019 header .t_description br {
		display: none;
		}
	
	}

/* ======================================== */
/*  .section_intro
/* ======================================== */

.section_intro,
.section_intro * {
	box-sizing: border-box;
	}
.section_intro {
	background: #f4f4f4;
	}
.section_intro > .ctn_section {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 100px 30px;
	}

.section_intro .ctn_row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	}
.section_intro .obj_col {
	width: 100%;
	padding: 0 25px;
	text-align: center;
	}
.section_intro .obj_col > * + * {
	margin-top: 20px;
	}
.section_intro .obj_col h3 {
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.2;
	border-top: solid 3px black;
	}
.section_intro .obj_col p {
	font-family: "FuturaBT-Book";
	font-size: 18px;
	line-height: 1.3;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_intro > .ctn_section {
		padding: 30px;
		}
	.section_intro .ctn_row {
		flex-direction: column;
		}
	.section_intro .obj_col {
		padding: 0;
		}
	.section_intro .obj_col + .obj_col {
		margin-top: 30px;
		}
	.section_intro .obj_col p {
		font-size: 16px;
		}
	
	}

/* ======================================== */
/*  .section_quick_facts
/* ======================================== */

.section_quick_facts,
.section_quick_facts * {
	box-sizing: border-box;
	}
.section_quick_facts > .ctn_section {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 50px 30px;
	}

.section_quick_facts h2 {
	margin-bottom: 30px;
	font-family: "FuturaBT-Medium";
	font-size: 24px;
	line-height: 1.2;
	color: black;
	}

.section_quick_facts .obj_toggle {
	position: relative;
	padding: 30px 0;
	border-top: solid 1px #e5e5e5;
	cursor: pointer;
	}
.section_quick_facts .obj_toggle::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 2px;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	transition: all ease 400ms;
	}
.section_quick_facts .obj_toggle.open::after {
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	}
.section_quick_facts .obj_toggle h3 {
	font-family: "FuturaBT-Medium";
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
	}
.section_quick_facts .obj_toggle .ctn_toggle {
	display: none;
	}
.section_quick_facts .obj_toggle .ctn_toggle > div {
	padding-top: 20px;
	}
.section_quick_facts .obj_toggle .ctn_toggle > div > * + * {
	margin-top: 20px;
	}
.section_quick_facts .obj_toggle .ctn_toggle p {
	font-family: "FuturaBT-Book";
	font-size: 16px;
	line-height: 1.3;
	color: #666666;
	}
.section_quick_facts .obj_toggle .ctn_toggle p a {
	font-family: "FuturaBT-Medium";
	color: black;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_quick_facts > .ctn_section {
		padding: 30px;
		}
	.section_quick_facts .obj_toggle::after {
		top: 10px;
		height: 8px;
		width: 8px;
		border-bottom: solid 1px black;
		border-right: solid 1px black;
		}
	.section_quick_facts .obj_toggle h3,
	.section_quick_facts .obj_toggle .ctn_toggle p {
		font-size: 14px;
		}
	
	}