<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container H1.PageTitle {
			margin-bottom: 2.5rem;
			color: var(--Palette2);
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: -0.05rem;
			font-size: 2.1rem;
		}
		.Container .Columns,
		.Container .Columns .LeftColumn,
		.Container .Columns .RightColumn {
			display: block;
			width:100%;
		}
		.Container .Columns .Row {
			display: block;
			width:100%;
		}
		.Container .Columns H2 {
			display: block;
	        margin: 0;
	        padding: 0;
	        font-size: 1.3rem;
	        margin-bottom: 0.5rem;
	        color: var(--Palette2);
	        font-family: var(--Font_Condensed);
	        text-transform: uppercase;
	        font-weight: 700;
		}

	/*	LOGIN FORM A SINISTRA */
		.Container .Columns .LeftColumn .Box {
			margin-bottom: 2rem;
			padding-bottom: 2rem;
			border-bottom: 0.1rem dashed var(--Palette2);
		}
		.Container .Columns .LeftColumn .Box P {
			display: block;
			margin: 0;
			padding: 0;
			font-size: 1.2rem;
			margin-bottom: 1rem;
		}
		.Container .Columns .LeftColumn .Box LABEL {
			width: 100%;
			box-sizing: border-box;
			margin-bottom: 1rem;
			text-transform: uppercase;
			font-size: 0.8rem;
		}
	/*	REGISTRAZIONE COLONNA DESTRA */
		.Container .Columns .RightColumn .DatiRegistrazione {
			display: flex;
			flex-direction: column;
		}
		.Container .Columns .RightColumn .DatiRegistrazione H2 {
			margin-bottom:1rem;
		}
		.Container .Columns .RightColumn .Row P {
			margin:0px;
			padding: 0px;
		}
		.Container .Columns .RightColumn .Row LABEL {
			width: 100%;
			box-sizing: border-box;
			margin-bottom: 1rem;
			text-transform: uppercase;
			font-size: 0.8rem;
		}
		#Register &gt; div:nth-child(4) &gt; div:nth-child(2) &gt; label:nth-child(1) { /* SESSO */
			flex:0.5 !important;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(4) &gt; label { /* CELLULARE */
			flex:0.5 !important;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(4) &gt; p { /* CELLULARE DISCLAIMER */
			font-size: 0.95em;
			line-height: 1.4em;
			padding-bottom: 1rem;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(5) &gt; label:nth-child(1) { /* CAP */
			flex: 0.18 !important;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(5) &gt; label:nth-child(2) { /* COD FISC */
			flex: 0.3 !important;
		}
		.Container .Columns .RightColumn .DateSelector { /* CONTENITORE DATA NASCITA */
			display: flex;
			column-gap: 1rem;
			width: 100%;
		}
		.Container .Columns .RightColumn #DataGiorno {
			width: 11rem;
		}
		.Container .Columns .RightColumn #DataAnno {
			width: 13rem;
		}
		.Container .Columns .RightColumn .Newsletter LABEL {
			position: relative;
			padding-left:2rem;
			margin-bottom: 1rem;
			font-size: 1.2rem;
		}
		.Newsletter LABEL a {
			color: var(--Palette2);
			text-decoration: none;
			font-weight: 600;
		}
		.Container .Columns .RightColumn .Newsletter LABEL INPUT {
			position: absolute;
			left: 0;
			top: 0.05em;
			width: 1.2rem;
			height: 1.2rem;
			font-size: 2rem;
		}

		.Container .Columns .RightColumn .ButtonsBlock {
			display: block;
			margin-top: 2rem;
			text-align: center;
		}
		.Container .Columns .RightColumn .ButtonsBlock .captchaCont {
			display: inline-block;
			margin-left: auto;
			margin-right: auto;
		}
		.Container .Columns .RightColumn .ButtonsBlock .proceedButton {
			display: inline-block;
			background-color: var(--Palette8);
			color: #ffffff;
			font-size: 1.3rem;
			font-weight: 700;
			line-height: 4.7rem;
			-webkit-border-radius: 0.3rem;
			-moz-border-radius: 0.3rem;
			border-radius: 0.3rem;
			cursor: pointer;
			box-sizing: border-box;
			margin-top: 1.5rem;
			white-space: nowrap;
			text-transform: uppercase;
			font-family: var(--Font_Normal);
			width: 100%;
			height: 5rem;
			border: none;
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.20);
			margin-bottom: 1rem;
		}

		.Forms {
			color: var(--Palette2);
		}
		.Forms BUTTON {
			display: inline-block;
			font-size: 1.1rem;
			padding: 0.7em;
			padding-left: 1em;
			padding-right: 1em;
			color: var(--Palette2);
			border: 0;
			outline: none;
			box-sizing: border-box;
			background-color: var(--Palette7);
			cursor: pointer;
			-webkit-border-radius: 0.2rem;
			-moz-border-radius: 0.2rem;
			border-radius: 0.2rem;
			margin-top: 1rem;
			width: 100%;
			text-transform: uppercase;
			font-weight: 600;
			letter-spacing: -0.02rem;
			border: none;
		}
		.Forms BUTTON:HOVER {
			background-color: var(--Palette3);
		}

		.Forms LABEL {
			display: block;
		}
		.Forms LABEL INPUT[type=password],
		.Forms LABEL INPUT[type=text] {
			display: block;
			width:100%;
			margin: 0;
			padding: 0;
			margin-top:0.3rem;
			font-size:1.3em;
			line-height: calc(2.9em - 2px);
			height: calc(2.9em - 2px);
			padding-left:0.5em;
			padding-right:0.5em;
			color: var(--Palette3);
			outline: none !important;
			border:1px solid var(--Palette3);
			background-color: #ffffff;
			font-family: var(--Font_Normal);
			box-sizing: border-box;
			-webkit-border-radius: 0.4rem;
			-moz-border-radius: 0.4rem;
			border-radius: 0.4rem;
		}
		.Forms LABEL INPUT[type=password]::placeholder,
		.Forms LABEL INPUT[type=text]::placeholder {
			color: #bbbbbb;
			font-style:italic;
		}
		.Forms LABEL INPUT[type=password]:-ms-input-placeholder,
		.Forms LABEL INPUT[type=text]:-ms-input-placeholder {
			color: #bbbbbb;
			font-style:italic;
		}
		.Forms LABEL INPUT[type=password]::-ms-input-placeholder,
		.Forms LABEL INPUT[type=text]::-ms-input-placeholder {
			color: #bbbbbb;
			font-style:italic;
		}

		.Forms LABEL SELECT {
			display: block;
			width:100%;
			margin: 0;
			padding: 0;
			margin-top:0.3rem;
			font-size:1.3em;
			line-height: calc(2.9em - 2px);
			height: calc(2.9em - 2px);
			padding-left:0.2em;
			color: var(--Palette3);
			outline: none !important;
			border:1px solid var(--Palette3);
			background-color: #ffffff;
			font-family: var(--Font_Normal);
			-webkit-border-radius: 0.4rem;
			-moz-border-radius: 0.4rem;
			border-radius: 0.4rem;
			cursor: pointer;
		}
		.Forms LABEL SELECT:disabled {
			border:1px solid #444444 !important;
			background-color: #ffffff !important;
			opacity: 1;
			cursor: not-allowed;
		}

		.Forms LABEL INPUT[type=checkbox]{
			display: block;
			width:2rem;
			float:left;
			margin: 0;
			padding: 0;
		}

		.Forms LABEL INPUT:disabled {
			border:1px solid #444444 !important;
			background-color: #ffffff !important;
			opacity: 1;
			cursor: not-allowed;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		.Container H1.PageTitle {
			color: var(--Palette2);
			font-size: 2.7rem;
    		font-weight: 600;

		}

		.Container .Columns {
			display: flex;
			width:100%;
			column-gap: 2rem;
			margin-left: auto;
			margin-right: auto;
			margin-top: 3rem;
			color: var(--Palette2);
			font-size: 0.9rem;
		}
		.Container .Columns .LeftColumn {
			width:28rem;
		}
		.Container .Columns .RightColumn {
			width:100%;
			padding-left: 2rem;
			border-left: 0.1rem dashed var(--Palette7);
		}

		.Container .Columns .Row {
			display: flex;
			width:100%;
			column-gap: 1rem;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
		}
		.Container .Columns H2 {
			display: block;
			margin: 0;
			padding: 0;
			font-size: 1.2rem;
			margin-bottom: 1rem;
			text-transform: uppercase;
			color: var(--Palette2);
			font-weight: 600;
	        font-family: var(--Font_Condensed);
		}

	/*	LOGIN FORM A SINISTRA */
		.Container .Columns .LeftColumn .Box LABEL {
			width:100%;
			box-sizing: border-box;
			margin-bottom: 1rem;
			text-transform: uppercase;
	        font-size: 0.9rem;
	        font-weight: 100;
	        font-family: var(--Font_Condensed);
		}
		.Container .Columns .LeftColumn .Box:first-of-type {
			margin-bottom: 3rem;
		}

	/*	REGISTRAZIONE COLONNA DESTRA */
		.Container .Columns .RightColumn .DatiRegistrazione {
			display: flex;
			flex-direction: column;
		}
		.Container .Columns .RightColumn .Row {
			display: flex;
			margin-bottom: 1.5rem;
		}
		.Container .Columns .RightColumn .Row P {
			margin:0px;
			padding: 0px;
		}
		.Container .Columns .RightColumn .Row &gt; P,
		.Container .Columns .RightColumn .Row &gt; LABEL {
			flex:1;
			text-transform: uppercase;
	        font-size: 0.9rem;
	        font-weight: 100;
	        font-family: var(--Font_Condensed);
		}
		#Register &gt; div:nth-child(4) &gt; div:nth-child(2) &gt; label:nth-child(1) { /* SESSO */
			flex:0.5 !important;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(4) &gt; label { /* CELLULARE */
			flex:0.5 !important;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(4) &gt; p { /* CELLULARE DISCLAIMER */
			font-size: 0.85em;
			line-height: 1.3em;
			padding-top: 1rem;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(5) &gt; label:nth-child(1) { /* CAP */
			flex: 0.18 !important;
		}
		#Register &gt; div.DatiRegistrazione &gt; div:nth-child(5) &gt; label:nth-child(2) { /* COD FISC */
			flex: 0.3 !important;
		}
		.Container .Columns .RightColumn .DateSelector { /* CONTENITORE DATA NASCITA */
			display: flex;
			column-gap: 1rem;
			width: 23.6rem;
		}
		.Container .Columns .RightColumn #DataGiorno {
			width: 11rem;
		}
		.Container .Columns .RightColumn #DataAnno {
			width: 13rem;
		}
		.Container .Columns .RightColumn .Newsletter LABEL {
			position: relative;
			padding-left:2rem;
			margin-bottom: 1rem;
		}
		.Container .Columns .RightColumn .Newsletter LABEL INPUT {
			position: absolute;
			left: 0;
			top: 0.05em;
			width: 1.2rem;
			height: 1.2rem;
			font-size: 2rem;
		}

		.Container .Columns .RightColumn .Newsletter LABEL a {
			color: var(--Palette8);
			font-weight: 700;
			text-decoration: none;
		}

		.Container .Columns .RightColumn .ButtonsBlock {
			display: block;
			margin-top: 2rem;
		}
		.Container .Columns .RightColumn .ButtonsBlock .captchaCont {
			display: block;
			float:left;
		}
		.Container .Columns .RightColumn .ButtonsBlock .proceedButton {
			display: inline-block;
			background-color: var(--Palette6);
			color: var(--Palette2);
			font-size: 1.4vw;
			font-weight: 700;
			line-height: 4.2rem;
			margin-left: 1rem;
			padding-left: 1.5rem;
			padding-right: 1.5rem;
			-webkit-border-radius: 0.2rem;
			-moz-border-radius: 0.2rem;
			border-radius: 0.2rem;
			cursor: pointer;
			text-transform: uppercase;
			border: 0.1rem solid var(--Palette2);
			transition: all 0.2s ease;
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.20);
		}
		.Container .Columns .RightColumn .ButtonsBlock .proceedButton:HOVER {
			background: var(--Palette8);
			border: 0.1rem solid var(--Palette8);
			color: var(--Palette2);
			text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		}

		.Forms {

		}
		.Forms BUTTON {
			text-transform: uppercase;
			text-decoration: none;
			font-weight: 600;
			padding: 1rem;
			border-radius: 0.3rem;
			background: var(--Palette6);
			margin-top: 0rem;
			display: block;
			width: auto;
			height: 2.5rem;
			text-align: center;
			line-height: 0rem;
			font-size: 0.9rem;
			border: 0.1rem solid var(--Palette2);
			box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.20);
			transition: all 0.2s ease;
			position: relative;
			cursor: pointer;
			color: var(--Palette2);
			font-family: var(--Font_Normal);
		}
		.Forms BUTTON:HOVER {
			background: var(--Palette7);
			border: 0.1rem solid var(--Palette7);
			color: var(--Palette2);
			text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		}

		.Forms LABEL {
			display: inline-block;
		}
		.Forms LABEL INPUT[type=password],
		.Forms LABEL INPUT[type=text] {
			display: block;
			width:100%;
			margin: 0;
			padding: 0;
			margin-top:0.3rem;
			font-size:1.1em;
			line-height: calc(2.4em - 2px);
			height: calc(2.4em - 2px);
			padding-left:0.5em;
			padding-right:0.5em;
			color: #636363;
			outline: none !important;
			border: none;
			background-color: var(--Palette2);
			font-family: var(--Font_Normal);
			box-sizing: border-box;
			-webkit-border-radius: 0.2rem;
			-moz-border-radius: 0.2rem;
			border-radius: 0.2rem;
		}
		.Forms LABEL INPUT[type=password]::placeholder,
		.Forms LABEL INPUT[type=text]::placeholder {
			color: #bbbbbb;
			font-style:italic;
		}
		.Forms LABEL INPUT[type=password]:-ms-input-placeholder,
		.Forms LABEL INPUT[type=text]:-ms-input-placeholder {
			color: #bbbbbb;
			font-style:italic;
		}
		.Forms LABEL INPUT[type=password]::-ms-input-placeholder,
		.Forms LABEL INPUT[type=text]::-ms-input-placeholder {
			color: #bbbbbb;
			font-style:italic;
		}

		.Forms LABEL SELECT {
			display: block;
			width:100%;
			margin: 0;
			padding: 0;
			margin-top:0.3rem;
			font-size:1.1em;
			line-height: calc(2.4em - 2px);
			height: calc(2.4em - 2px);
			padding-left:0.2em;
			color: #636363;
			outline: none !important;
			border:none;
			background-color: var(--Palette2);
			font-family: var(--Font_Normal);
			-webkit-border-radius: 0.2rem;
			-moz-border-radius: 0.2rem;
			border-radius: 0.2rem;
			cursor: pointer;
		}
		.Forms LABEL SELECT:disabled {
			border:1px solid #444444 !important;
			background-color: #ffffff !important;
			opacity: 1;
			cursor: not-allowed;
		}

		.Forms LABEL INPUT[type=checkbox]{
			display: block;
			width:2rem;
			float:left;
			margin: 0;
			padding: 0;
		}

		.Forms LABEL INPUT:disabled {
			border:1px solid #444444 !important;
			background-color: #ffffff !important;
			opacity: 1;
			cursor: not-allowed;
		}

	}

</pre></body></html>