.wrapper {
	margin: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);  
	width: 1100px;
	height: 100%;
}

/* Section 1 */
.section-1 {
	width: 1100px;
	height: 330px;
	background: url(../img/image.jpg) no-repeat center;
	background-size: cover;
	background-position: 0 -272px;
}

.section-1 h1 {
	font-family: 'Roboto Regular';
	font-size: 18px;
	color: #237bc6;
	color: white;
	text-shadow: 2px 1px 0 black; 
	padding-top: 96px;
	padding-left: 49px;
}

.section-1 h2 {
	font-family: 'Roboto Black';
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px 0 black; 
	padding-top: 8px;
	padding-left: 49px;
}

.section-1 a {
	display: block;
	width: 157px;
	height: 27px;
	padding-left: 18px;
	padding-top: 13px;
	margin-top: 32px;
	margin-left: 49px;
	background: url(../img/arrow.png) no-repeat 139px;
	border-radius: 20px;
	font-family: 'Roboto Light';
	font-size: 14px;
	color: #fff;
	background-color: var(--color1);
	box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: background-color 0.2s;
}

.section-1 a:hover {
	background-color: var(--color1-hover);
}
/* /Section 1 */


/* Section 2 */
.left-side {
	display: block;
	float: left;
	width: 600px;
	margin-top: 36px;
	margin-left: 48px;
}

.left-side h3 {
	font-family: 'Roboto Light';
	font-size: 36px;
	color: #333333;
	margin-top: 36px;
}

.lst-1 {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 33px;
	margin-left: 2px;
}

.lst-2 {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 24px;
	margin-left: 2px;
}

.lst-3 {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 24px;
	margin-left: 2px;
}

.lst-4 {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 24px;
	margin-left: 2px;
}

.right-side {
	display: block;
	float: left;
	width: 380px;
	margin-top: 52px;
	margin-left: 27px;
}

.g-one {
	display: block;
	width: 100%;
	height: 12px;
	border-left: 35px solid var(--color1);
}

.g-two {
	display: block;
	float: left;
	width: 24px;
	height: 480px;
	border-left: 12px solid var(--color1);
}

.right-side-text-wrap {
	float: left;
	display: block;
	width: 336px;
	height: 480px;
}

.right-side h4 {
	font-family: 'Roboto Light';
	font-size: 24px;
	color: #333333;	
	margin-top: 9px;
	margin-left: 0px;	
}

.rst-1 {
	font-family: 'Roboto Light';
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 29px;
	margin-left: 0px;	
}

.rst-2 {
	font-family: 'Roboto Light';
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 29px;
	margin-left: 0px;	
}
/* /Section 2 */


/* Section 3 */
.section-3 {
	padding-bottom: 45px;
}

.list {
	margin-top: 24px;
	margin-inline: 50px;
	line-height: 24px;
}

.list a {
	font-family: 'Roboto Bold';
	font-size: 15px;
	color: var(--color1);
	text-decoration: none;
}

@media (hover: hover) {
	.list a:hover {
		text-decoration: underline;
	}
}

.list-inner {
	margin-top: 14px;	
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333;	
}

.list-inner a {
	color: var(--color1) !important;
	text-decoration: none;
	
}

@media (hover: hover) {
	.list-inner a:hover {
		text-decoration: underline;
	}
}

.accordion {
	width: 1000px;
	margin: 8px auto 0 auto;
}

.question {	
	padding: 2px 0 8px 0;	
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: -1px;
	cursor: pointer;
	font-family: 'Roboto Bold';
	font-size: 14px;
	color: #333333;	
}

.question:hover {
	color: var(--color1);	
}

.question-o {
	color: var(--color1);
}

.question-o:hover {
	color: var(--color1);
}

.answer {
	margin-bottom: 15px;
	margin-left: 30px;
}

.answer p {
	font-family: 'Roboto Regular';
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 15px;	
}

.answer b {
	font-family: 'Helvetica Bold';
}

.answer a {
	color: #32a1ff;
	text-decoration: none;
}

.answer a:hover {
	text-decoration: underline;
}

.question:before {
	content: '+';
	padding-right: 12px;
	font-size: 24px;
	padding-left: 3px;
	position: relative;
	top: 3px;	
}

.open:before {
	content: '–';
	padding-left: 2px;
	color: var(--color1);
	position: relative;
	top: 3px;
}

.open:hover:before {
	color: var(--color1);
}

/* <=<= separator =>=> */

.fb-wrap {
	margin-top: 6px;
	width: 1040px;
}

.fancybox {
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
	margin-left: -12px;
}

.fancybox div {
	display: none;
 	padding-top: 58px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	text-align: center;
	background-color: rgba(38, 38, 38, 0.6);
	width: 180px;
	height: 202px;
	font-family: 'Roboto Light';
	font-size: 22px;
	color: #fff;	
}

.fancybox div span {
	font-size: 13px;
}

.fancybox:hover div {
	display: block;
}

.fancybox img {
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}
/* /Section 3 */

footer {
	margin-top: 25px;	
}