.app {
	/* &.-is-loading {
		visibility: hidden;
		pointer-events: none;
	} */

	.supt-video-homepage {
		opacity: 0;
	}

	/***** TYPOGRAPHY *****/
	/* h2 {
		@extend %t-l;
		text-align: center;
		margin-bottom: 1.74em;
	} */

	sub,
	sup {
		font-size: smaller;
	}
	sub {
		vertical-align: sub;
	}
	sup {
		vertical-align: super;
	}

	/***** LINKS *****/
	.supt-introduction,
	.supt-paragraph,
	.supt-list,
	.supt-section__introduction,
	.supt-table {
		a {
			@extend %link-underline;
		}
	}

	/***** LOTTIE ICONS *****/
	.lottie-icon {
		&.-yellow {
			.svg_color {
				fill: $color-yellow;
			}
		}
		&.-pink {
			.svg_color {
				fill: $color-pink;
			}
		}
		&.-green {
			.svg_color {
				fill: $color-green;
			}
		}
		&.-purple {
			.svg_color {
				fill: $color-purple;
			}
		}
		&.-blue {
			.svg_color {
				fill: $color-blue;
			}
		}
	}
}
