.link {
	text-decoration: underline;
	color: #00b4cd;
}

.link:hover {
	text-decoration: none;
}

.link--white {
	color: #fff;
}

.link--arrow .icon {
	margin-left: 10px !important;
	transform: translateY(0px);
	display: inline-block;
	font-size: 13px;
}

.link--arrow:hover .icon {
	transform: translateX(5px);
}

.button {
	font-size: 17px;
	line-height: 1.2;
	font-family: inherit;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	color: #02161c;
	border: 1px solid #02161c;
	min-height: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 35px;
	transition: all .4s;
	position: relative;
}

@media (max-width:1199px) {
	.button {
		font-size: 16px;
		padding: 10px 25px;
		min-height: 64px;
	}
}

@media (max-width:899px) {
	.button {
		font-size: 15px;
		min-height: 56px;
		padding: 10px 20px;
	}
}

.button--white {
	color: #fff;
	border-color: #fff;
}

.button--black {
	color: #fff;
	border-color: #000;
	background: #000;
}

.button--accent {
	color: #fff;
	border-color: #00b4cd;
	background: #00b4cd;
}

.button--rounded {
	border-radius: 5px;
}

.button--shadow {
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width:899px) {
	.button--shadow {
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
	}
}

.button--arrow {
	position: relative;
	padding-right: 55px;
}

@media (max-width:1199px) {
	.button--arrow {
		padding-right: 45px;
	}
}

@media (max-width:1199px) {
	.button--arrow {
		padding-right: 35px;
	}
}

.button--arrow::after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 35px;
	font-size: 13px;
	top: 52%;
	transform: translateY(-52%);
}

@media (max-width:1199px) {
	.button--arrow::after {
		right: 17px;
	}
}

@media (max-width:899px) {
	.button--arrow::after {
		right: 16px;
	}
}

.button--arrow-left {
	padding-left: 55px;
	padding-right: 35px;
}

.button--arrow-left::after {
	right: auto;
	left: 35px;
	content: "";
}

.button:hover {
	background: #101010;
	border: 1px solid #101010;
	color: #fff;
}

.button--white:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}

.button--black:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.button--dark {
	color: #fff;
	border-color: #000;
	background: #000;
}

.button--dark:hover {
	color: #000;
	border-color: #000;
	background: none;
}

.button--accent:hover {
	color: #000;
	border-color: #000;
	background: none;
}

.button--arrow:hover::after {
	right: 32px;
}

@media (max-width:1199px) {
	.button--arrow:hover::after {
		right: 15px;
	}
}

@media (max-width:899px) {
	.button--arrow:hover::after {
		right: 14px;
	}
}

.button--arrow-left:hover::after {
	right: auto;
	left: 32px;
}

@media (max-width:899px) {
	.button--arrow-left:hover::after {
		right: auto;
		left: 31px;
	}
}

.headline--link-right {
	display: flex;
	justify-content: flex-end;
	align-self: center;
}

@media (max-width:899px) {
	.headline--link-right {
		justify-content: flex-start;
		margin: 15px 0 30px 0;
	}
}

.icon--margin-right {
	margin-right: 6px;
}
