/* ══════════════════════════════════
   iOS Safari — prevent text inflation
══════════════════════════════════ */
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html, body {
	touch-action: pan-y;
}

/* ══════════════════════════════════
   Font – Montserrat
══════════════════════════════════ */

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
	     url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
	     url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* ══════════════════════════════════
   Titoli – Montserrat + Uppercase
══════════════════════════════════ */

h1, h2, h3,
.mxd-services-stack__title h3,
.reveal-type {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

/* ══════════════════════════════════
   Navbar – Logo text
══════════════════════════════════ */

.mxd-logo__text {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* ══════════════════════════════════
   Subtitles – forza bianco
══════════════════════════════════ */

.mxd-section-title__descr p,
.mxd-section-title p,
.mxd-services-stack__info p,
.footer-blocks__title p {
	color: #fff !important;
}

/* ══════════════════════════════════
   Scrollbar
══════════════════════════════════ */

::-webkit-scrollbar {
	width: 10px !important;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, 0.55);
}


/* Card 1 (bg-base-opp, sfondo chiaro) – testo scuro override */
.bg-base-opp .mxd-services-stack__title h3,
.bg-base-opp .mxd-services-stack__info p {
	color: #161616 !important;
}

/* ══════════════════════════════════
   Production Cards – testo bianco + titolo bold
══════════════════════════════════ */

.mxd-project-item__name a {
	color: #fff !important;
}

.mxd-project-item__name a span {
	font-weight: 700 !important;
}

/* ══════════════════════════════════
   Border Radius Override
══════════════════════════════════ */

:root {
	--_radius-s:  0.8rem;
	--_radius-m:  1.2rem;
	--_radius-pt-m: 1.2rem;
	--_radius-l:  2.8rem;
	--_radius-xl: 4.5rem;
}


/* ══════════════════════════════════
   Global
══════════════════════════════════ */

* {
	font-family: 'Jost', sans-serif !important;
}


/* ══════════════════════════════════
   Background
══════════════════════════════════ */

html,
body {
	background-color: rgb(var(--body-bg, 0, 0, 0));
}


/* ══════════════════════════════════
   CTA + Footer – always black
══════════════════════════════════ */

#contatti {
	background-color: #000 !important;
	max-width: none !important;
	width: 100% !important;
}

.fcg-cta-wrap {
	padding-top: 6rem;
}

/* ══════════════════════════════════
   Chi Siamo CTA Card
══════════════════════════════════ */

#fcg-chi-siamo-promo {
	background-color: #000 !important;
	background-image: url('../img/still chi siamo.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	aspect-ratio: 16 / 9 !important;
}

#fcg-chi-siamo-promo .mxd-promo__bg {
	display: block !important;
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.45) !important;
}

#fcg-chi-siamo-promo .mxd-promo__content {
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 2rem !important;
	margin-top: 1.5rem !important;
	margin-bottom: auto !important;
}

#fcg-chi-siamo-promo .fcg-marquee-wrap {
	margin-left: -3rem !important;
	margin-right: -3rem !important;
	width: calc(100% + 6rem) !important;
}
@media only screen and (min-width: 768px) {
	#fcg-chi-siamo-promo .fcg-marquee-wrap { margin-left: -5rem !important; margin-right: -5rem !important; width: calc(100% + 10rem) !important; }
}
@media only screen and (min-width: 1200px) {
	#fcg-chi-siamo-promo .fcg-marquee-wrap { margin-left: -6rem !important; margin-right: -6rem !important; width: calc(100% + 12rem) !important; }
}
@media only screen and (min-width: 1600px) {
	#fcg-chi-siamo-promo .fcg-marquee-wrap { margin-left: -9rem !important; margin-right: -9rem !important; width: calc(100% + 18rem) !important; }
}

#fcg-chi-siamo-promo .mxd-promo__caption {
	color: #fff !important;
	width: auto !important;
	font-size: 2.2rem !important;
	letter-spacing: 0.05em !important;
}
@media only screen and (min-width: 768px) {
	#fcg-chi-siamo-promo .mxd-promo__caption { font-size: 3rem !important; }
	#fcg-chi-siamo-promo .mxd-promo__content { margin-top: 3.5rem !important; }
}
@media only screen and (min-width: 1200px) {
	#fcg-chi-siamo-promo .mxd-promo__content { margin-top: 4rem !important; }
}
@media only screen and (min-width: 1400px) {
	#fcg-chi-siamo-promo .mxd-promo__caption { font-size: 3.5rem !important; }
}
@media only screen and (min-width: 1600px) {
	#fcg-chi-siamo-promo .mxd-promo__content { margin-top: 6rem !important; }
}


/* ══════════════════════════════════
   Navigation
══════════════════════════════════ */

.mxd-menu__base {
	transition: all .4s !important;
	backdrop-filter: blur(5px) !important;
}


/* ══════════════════════════════════
   Services – Stacking Cards
══════════════════════════════════ */

.services-stack .stack-item:nth-child(1) { scale: 1.00; }
.services-stack .stack-item:nth-child(2) { scale: 1.01; }
.services-stack .stack-item:nth-child(3) { scale: 1.02; }
.services-stack .stack-item:nth-child(4) { scale: 1.03; }
.services-stack .stack-item:nth-child(5) { scale: 1.04; }
.services-stack .stack-item:nth-child(6) { scale: 1.05; }

@media (max-width: 992px) {
	.services-stack__image {
		display: none !important;
	}
}


/* ══════════════════════════════════
   Footer
══════════════════════════════════ */

.mxd-footer {
	overflow: hidden !important;
}

.mxd-footer__fullwidth-text,
.mxd-footer__footer-blocks {
	margin-left: auto !important;
	margin-right: auto !important;
}

.mxd-footer__fullwidth-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100% !important;
	padding-top: 0 !important;
	overflow: visible !important;
	z-index: 1 !important;
}

html[color-scheme="dark"] .mxd-footer__fullwidth-text img {
	filter: brightness(0) invert(1);
}

.footer-blocks__links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 24px;
}

@media (min-width: 1200px) {
	.footer-blocks__card.fullheight-card {
		justify-content: flex-start;
	}
	.footer-blocks__card.fullheight-card .footer-blocks__links {
		margin-top: 135px; /* ← cambia questo valore per spostare i tasti in verticale */
	}
}


/* ══════════════════════════════════
   Brand & Social – Image Grid
══════════════════════════════════ */

#brand .mxd-section-title {
	margin-bottom: 5rem;
}

.fcg-brand-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.fcg-brand-card {
	position: relative;
	overflow: hidden;
	border-radius: 36px;
	background-color: var(--base-tint);
}

.fcg-brand-card--tall {
	grid-row: span 2;
}

.fcg-brand-card--wide {
	grid-column: span 2;
	aspect-ratio: 16 / 9;
}

.fcg-brand-card--square {
	aspect-ratio: 1 / 1;
}

.fcg-brand-card__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
}

.fcg-brand-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 55%);
}

.fcg-brand-card__info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.4rem 2.8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.fcg-brand-card__title {
	font-family: var(--font-body, sans-serif);
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.fcg-brand-card__sub {
	font-family: var(--font-body, sans-serif);
	font-size: 1.1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.01em;
	line-height: 1.3;
}

a.fcg-brand-card {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

a.fcg-brand-card:hover .fcg-brand-card__bg {
	transform: scale(1.04);
}

@media (max-width: 991px) {
	.fcg-brand-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	.fcg-brand-card--wide {
		grid-column: span 2;
	}
	.fcg-brand-card--tall {
		grid-row: span 1;
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 575px) {
	.fcg-brand-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.fcg-brand-card--wide {
		grid-column: span 1;
		grid-row: span 1;
		aspect-ratio: 16 / 9;
	}
	.fcg-brand-card--tall {
		grid-column: span 1;
		grid-row: span 1;
		aspect-ratio: 9 / 16;
	}
}


/* ══════════════════════════════════
   Productions – 16:9 Aspect Ratio
══════════════════════════════════ */

.mxd-project-item__media {
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
}


.mxd-project-item__media > div:not(.mxd-project-item__tags) {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	border-radius: 36px !important;
}

.mxd-project-item__preview {
	position: absolute !important;
	width: 100% !important;
	height: 130% !important;
	top: -15% !important;
	left: 0 !important;
	border-radius: 0 !important;
}

.mxd-project-item__tags {
	z-index: 2 !important;
}


/* ══════════════════════════════════
   Icon Arrow (PNG replacement)
══════════════════════════════════ */

.btn-default img.icon-arrow,
.btn-round img.icon-arrow,
.btn-line-xsmall img.icon-arrow {
	display: inline-flex;
	position: relative;
	width: 2.6rem;
	height: 2.6rem;
	object-fit: contain;
	overflow: hidden;
	filter: invert(1);
}


/* ══════════════════════════════════
   Hero Section #03 – restored classes
   (section was removed from main.css
   but the HTML uses these classes)
══════════════════════════════════ */

.mxd-hero-03 {
	position: relative;
	width: 100%;
}
.mxd-hero-03__wrap {
	position: relative;
	width: 100%;
}
.mxd-hero-03__top {
	position: relative;
	height: calc(100vh - 7.6rem);
	padding-top: 12rem;
}
@media only screen and (min-width: 768px) {
	.mxd-hero-03__top {
		height: calc(100vh - 9.6rem);
		padding-top: 14rem;
	}
}


/* ══════════════════════════════════
   H1 intro — stessa dimensione visiva dell'h2 che sostituisce
══════════════════════════════════ */
.mxd-block__name h1 {
	font-size: 4.4rem;
	line-height: 1.1;
	letter-spacing: -0.06rem;
}
@media only screen and (min-width: 768px) {
	.mxd-block__name h1 { font-size: 7rem; }
}
@media only screen and (max-width: 767px) {
	.mxd-block__name h1 { font-size: clamp(2.8rem, 7.5vw, 4rem) !important; }
}

/* ══════════════════════════════════
   MOBILE — Comprehensive Phone Fixes
   Target phones: 320px → 430px
   Breakpoints: 991px · 767px · 575px · 399px
══════════════════════════════════ */

/* ─── Titoli sezione: dimensioni ridotte su mobile ─── */
@media (max-width: 767px) {
	h1 {
		font-size: 3.5rem !important;
	}
	h2 {
		font-size: 3.2rem !important;
	}
	h3 {
		font-size: 2.6rem !important;
	}
}


/* ─── Hero split: vertical stack on mobile ─── */
@media (max-width: 767px) {
	#fcg-hero-split {
		flex-direction: column !important;
		height: -webkit-fill-available !important;
		height: 100dvh !important;
	}
	#fcg-hero-split a {
		flex: 0 0 50% !important;
		height: 50% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-right: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	}
	#fcg-hero-split a:last-child {
		border-bottom: none !important;
	}
	#fcg-hero-split h2 {
		font-size: clamp(2.4rem, 7vw, 3.6rem) !important;
		line-height: 1.15 !important;
	}
}

/* ─── About: reduce large paragraph text on phones ─── */
@media (max-width: 767px) {
	p.t-large {
		font-size: 1.9rem !important;
		line-height: 1.65 !important;
	}
}

/* ─── Productions: left-align title on mobile (not centred) ─── */
@media (max-width: 1199px) {
	.mxd-pinned-projects__static-inner {
		text-align: left !important;
	}
}

/* ─── Services stacking: enable proper heights so GSAP can animate ─── */
@media (max-width: 991px) {
	/* Give container a real height so absolute stack-items get 100% of it */
	.services-stack {
		height: 500px !important;
		min-height: 0 !important;
	}
	.mxd-services-stack__inner {
		padding-bottom: 3rem !important;
	}
	/* Decorative images: centered, protrudes from bottom */
	#fcg-img-cine {
		top: auto !important;
		right: auto !important;
		bottom: -11rem !important;
		left: 60% !important;
		width: 52% !important;
	}
	#fcg-img-brand {
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 45% !important;
	}
	#fcg-img-social {
		top: auto !important;
		right: 2rem !important;
		bottom: 1rem !important;
		left: auto !important;
		width: 36% !important;
	}
}
@media (max-width: 767px) {
	/* Phones: slightly taller cards to accommodate text wrapping */
	.services-stack {
		height: 540px !important;
	}
}
@media (max-width: 575px) {
	.services-stack {
		height: 580px !important;
	}
}
@media (max-width: 399px) {
	.services-stack {
		height: 640px !important;
	}
}

/* ─── Footer: scritta FCG PRODUCTION centrata ─── */
#fcg-footer-title {
	text-align: center !important;
}

/* ─── Footer: scritta FCG PRODUCTION e logo più piccoli su mobile ─── */
@media (max-width: 767px) {
	#fcg-footer-title {
		font-size: 10.7vw !important;
	}
	.mxd-logo__image {
		height: 40px !important;
	}
}

/* ─── Footer: tighter spacing on phones ─── */
@media (max-width: 767px) {
	.mxd-footer__text-wrap {
		padding-top: 3rem !important;
		padding-bottom: 2rem !important;
	}
	.mxd-footer__fullwidth-text {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}
	.mxd-footer__footer-blocks {
		gap: 1rem !important;
		padding: 0 0.8rem !important;
	}
	.footer-blocks__column {
		gap: 1rem !important;
	}
	.footer-blocks__card {
		padding: 1.8rem !important;
		gap: 1.2rem !important;
	}
	.footer-blocks__block {
		gap: 1.2rem !important;
	}
	.footer-nav {
		gap: 0.6rem !important;
	}
	/* Hide the montagne/nuvole on very small cards to avoid clipping issues */
	#fcg-img-montagne,
	#fcg-nuvole {
		width: 55% !important;
		bottom: 8% !important;
		left: 55% !important;
	}
}

/* ─── CONTATTACI button ─── */
.fcg-contact-btn {
	position: fixed;
	bottom: 40px;
	right: 3rem;
	z-index: 9999;
	background: #fff;
	color: #161616;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: clamp(13px, 1vw, 16px);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 18px 44px;
	border: none;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 240ms ease, color 240ms ease, transform 180ms ease;
}
@media (min-width: 768px)  { .fcg-contact-btn { right: 6rem; } }
@media (min-width: 1600px) { .fcg-contact-btn { right: 9rem; } }
.fcg-contact-btn:hover {
	background: #161616;
	color: #fff;
	transform: scale(1.04);
}

/* ─── CONTATTACI + navbar: allineati ai margini laterali dei box (0.8rem) ─── */
@media (max-width: 767px) {
	/* Logo */
	.mxd-header {
		left: 0.8rem !important;
		width: calc(100% - 9.4rem) !important;
	}
	/* Hamburger */
	.mxd-nav__contain {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}
	/* Contattaci */
	.fcg-contact-btn {
		padding: 14px 26px !important;
		font-size: 15px !important;
		bottom: 15px !important;
		right: 0.8rem !important;
	}
	/* Cookiebot badge */
	#CybotCookiebotWidget {
		bottom: 15px !important;
	}
}

/* ─── Very small phones (≤ 399px): extra compression ─── */
@media (max-width: 399px) {
	h1 {
		font-size: clamp(2.6rem, 8vw, 3.5rem) !important;
	}
	h2 {
		font-size: clamp(2rem, 7.5vw, 3.2rem) !important;
	}
	h3 {
		font-size: clamp(1.8rem, 6vw, 2.6rem) !important;
	}
	.mxd-footer__footer-blocks {
		padding: 0 0.8rem !important;
		gap: 1.2rem !important;
	}
	.footer-blocks__card {
		padding: 1.8rem !important;
		gap: 1.6rem !important;
	}
	.fcg-contact-btn {
		padding: 12px 20px !important;
		font-size: 14px !important;
	}
	/* Processo creativo images slightly smaller on tiny phones */
	.mxd-cpb-list__item > .hover-reveal__content {
		height: 180px !important;
	}
}

/* ══════════════════════════════════
   Animazioni condivise
══════════════════════════════════ */
@keyframes fcg-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes fcg-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-38px); }
}
@keyframes fcg-levitate {
  0%, 100% { transform: translateX(-50%) translateY(0px); }
  50%       { transform: translateX(-50%) translateY(-18px); }
}

/* Underline animato link footer social */
.footer-socials__link {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
}
.footer-socials__link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: currentColor;
  transition: width 0.35s ease;
}
.footer-socials__link:hover::after { width: 100%; }

.mxd-menu__data p.t-xsmall,
.mxd-menu__data p.t-xsmall .fcg-menu-year { color: #1a1a1a !important; }

/* ─── Bottoni — dimensioni ridotte su mobile ─── */
@media (max-width: 767px) {
	.btn-default {
		height: 4.4rem !important;
		line-height: 4.4rem !important;
		font-size: 1.6rem !important;
		padding: 0 1.8rem !important;
		border-radius: 2.2rem !important;
		gap: 0.8rem !important;
	}
	.btn-anim .btn-caption {
		height: 2rem !important;
		line-height: 2rem !important;
	}
	.btn-default img.icon-arrow,
	.btn-round img.icon-arrow {
		width: 2rem !important;
		height: 2rem !important;
	}
	.btn-round-large {
		width: 4.8rem !important;
		height: 4.8rem !important;
	}
}

/* ─── Menu hamburger: font ridotto su mobile per evitare troncatura ─── */
@media (max-width: 767px) {
	.main-menu__link {
		font-size: 3rem !important;
		height: 4.2rem !important;
		line-height: 4.2rem !important;
	}
	.main-menu__link .btn-caption {
		height: 4.2rem !important;
		line-height: 4.2rem !important;
	}
}

/* ─── btn-anim: lettera singola non wrappa mai su seconda riga ─── */
.btn-anim__block {
	white-space: nowrap;
}

/* ─── Promo Chi Siamo: border-radius ridotto su mobile ─── */
@media (max-width: 767px) {
	#fcg-chi-siamo-promo {
		border-radius: 50px !important;
	}
}


/* ─── Footer: dimensioni testo ridotte su mobile ─── */
@media (max-width: 767px) {
	.footer-nav__link {
		font-size: 2rem !important;
	}
	.footer-nav__link .btn-caption {
		height: 2.8rem !important;
		line-height: 2.8rem !important;
	}
	.footer-blocks__title-l {
		font-size: 1.8rem !important;
	}
	.footer-socials__link {
		font-size: 1.6rem !important;
	}
}

/* ─── Servizi: spazio ridotto tra bottone e stacking cards su mobile ─── */
@media (max-width: 767px) {
	#servizi .mxd-section-title {
		margin-bottom: 2rem !important;
	}
}

/* ─── Brand & Social: bottone "Altro" sotto il sottotitolo su mobile ─── */
@media (max-width: 767px) {
	#brand .mxd-section-title .row > div:nth-child(2) { order: 3; }
	#brand .mxd-section-title .row > div:nth-child(3) { order: 2; }
}

/* ─── Produzioni: gap ridotto tra le card su mobile ─── */
@media (max-width: 767px) {
	#produzioni .mxd-pinned-projects__scroll-inner {
		gap: 2.5rem !important;
	}
}

/* ─── Mobile: margine laterale uniforme 0.8rem su tutti i blocchi ─── */
@media (max-width: 767px) {
	/* Container: solo 0.8rem ai bordi */
	.mxd-container.grid-container,
	.fcg-cta-wrap .mxd-container {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}
	/* Menu mobile: compensazione per browser chrome iOS */
	.mxd-menu__wrapper,
	.mxd-menu__contain {
		height: -webkit-fill-available !important;
		height: 100dvh !important;
	}
	.mxd-menu__inner {
		padding-top: calc(7rem + env(safe-area-inset-top, 0px)) !important;
		padding-bottom: calc(10rem + env(safe-area-inset-bottom, 0px)) !important;
	}

	/* Grid-item: azzera padding interno così non si somma al container */
	.mxd-grid-item,
	.mxd-grid-item.no-margin {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* Produzioni + Brand: overflow hidden per contenere i box */
	#produzioni .mxd-container,
	#brand .mxd-container {
		overflow: hidden !important;
	}
}

/* ─── Footer: social icons ─── */
.fcg-social-link {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.8rem !important;
}
.fcg-social-link svg {
	flex-shrink: 0;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}
.fcg-social-link:hover svg { opacity: 1; }

/* ─── Menu: padding-top su tablet e desktop ─── */
@media (min-width: 768px) and (max-width: 1199px) {
	.mxd-menu__inner { padding-top: 14rem !important; }
}
@media (min-width: 1200px) {
	.mxd-menu__left { padding-top: 8rem !important; }
}
@media (min-width: 1600px) {
	.mxd-menu__left { padding-top: 10rem !important; }
}
