.row.fullscreen-image.half-on-mobile {
	animation: transitionIn 4s;
	}

.row.fullscreen-image {
	animation: transitionIn 4s;
	}

.row.text.l {
	animation: transitionIn 4s;
	}

.row.text {
	animation: transitionIn 4s;
	}

.hero {
	animation: transitionIn 4s;
	}

.rad.text {
	animation: transitionIn 4s;
	}


@keyframes transitionIn {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}


	