* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Proxima", sans-serif;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Proxima", sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;

}

a {
	color: var(--black-color);
	text-decoration: none;
}

a:hover {
	color: var(--primary-color);
}

img {
	width: auto;
	max-width: 100%;
}

.manual-container {
	width: 1440px;
	max-width: 100%;
	margin: auto;
	margin-top: 200px;
}

.card-goal {
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 0;
	position: relative;
	cursor: pointer;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.card-goal>a {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.33);
}

.card-goal .card-body {
	padding: 20px;
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.card-goal .goal-logo {
	position: absolute;
	max-width: 150px;
	left: 10px;
	bottom: 10px;
	z-index: 1;
}

.goal-main-row {
	display: flex;
	flex-wrap: wrap;
}

.card-goal.goal-1 .card-body {
	background: #e5233d;
}

.card-goal.goal-2 .card-body {
	background: #dda73a;
}

.card-goal.goal-3 .card-body {
	background: #4ca146;
}

.card-goal.goal-4 .card-body {
	background: #c7212f;
}

.card-goal.goal-5 .card-body {
	background: #ef402d;
}

.card-goal.goal-6 .card-body {
	background: #27bfe6;
}

.card-goal.goal-7 .card-body {
	background: #fbc412;
}

.card-goal.goal-8 .card-body {
	background: #a31c44;
}

.card-goal.goal-9 .card-body {
	background: #f26a2e;
}

.card-goal.goal-10 .card-body {
	background: #e01483;
}

.card-goal.goal-11 .card-body {
	background: #f89d2a;
}

.card-goal.goal-12 .card-body {
	background: #bf8d2c;
}

.card-goal.goal-13 .card-body {
	background: #407f46;
}

.card-goal.goal-14 .card-body {
	background: #1f97d4;
}

.card-goal.goal-15 .card-body {
	background: #59ba47;
}

.card-goal.goal-16 .card-body {
	background: #136a9f;
}

.card-goal.goal-17 .card-body {
	background: #14496b;
}

.card-goal:hover .card-body {
	opacity: 1;
}

.card-goal:hover .goal-logo {
	z-index: -1;
	visibility: hidden;
}

.card-goal .goal-number {
	opacity: 0.28;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 1.11;
}

.card-goal .goal-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.11;
	color: #ffffff;
}

.card-goal .goal-text {

	font-size: 14px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;

}

.card-goal .goal-info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.card-goal .goal-info>div {
	display: flex;
	flex-direction: column;
	padding-right: 0;
	padding-left: 0;
}


.card-body .col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 10px;
}

.card-goal .goal-info .number {
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	line-height: 18px;
	color: #ffffff;
}

.card-goal .goal-info .feature {

	font-size: 12px;
	margin-bottom: 0;
	color: #ffffff;
}

.card-goal .btn-goal {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 1px;
	border: 1px solid #ffffff;
	color: #ffffff;
	justify-content: center;
	font-size: 14px;
	background: none;
	cursor: pointer;
}

.goal-global {
	background-color: #f5f5f5;
	cursor: pointer;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.goal-global>a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1.25rem;
	background-color: transparent;
	color: #00a9b4;
	text-decoration: underline;
}

.goal-global .goal-image {
	max-width: 180px;
	height: auto;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

@media only screen and (max-width:1199px) {
	.card-goal, .goal-global {
		flex: 0 0 25%;
		max-width: 25%;
	}

}

@media only screen and (max-width:991px) {
	.card-goal, .goal-global {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

}

@media only screen and (max-width:767px) {
	.card-goal, .goal-global {
		flex: 0 0 50%;
		max-width: 50%;
	}

}


@media only screen and (max-width:575px) {
	.card-goal, .goal-global {
		flex: 0 0 100%;
		max-width: 100%;
	}

}