/*-----------------------------------------------------------------------------------
	    Superpratico
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Sora';
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: #898e8e;
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #908e8e;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}
.navbar{
	width: 100%;
  	height: 5%;
  	margin: 0 auto;
  	padding: 0px;
	font-family: 'Sora';
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1px;
	text-align: center;
	color: #908e8e;
	border-bottom: 1px solid lightgrey;
}
.navbar a{
	color: #908e8e;
}
.nav-item{
	padding: 2.85%;
	display: inline-block;
}
.choice{
	border-bottom: 1px solid black;
}

/* = Custom Styling and color
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Sora";
}
.container{
	max-width:1140px;
}
.wid-22{
	width: 22%;
}
.wid-24{
	width: 24%;
}
.padd-basic-2{
	padding: 0 7.7%;
}
.padd-basic-4{
	padding: 0 0 0 7.7%;
}
.contain{
	object-fit: contain;
}
.color3-prof-azz{
	background-color:#f2fcff;
}
.color3-prof-vio{
	background-color:#f2f4ff;
}
.color-908e8e{
	color: #908e8e;
}
.color-615fdb{
	color: #615fdb;
}
.color-77f9ff{
	color: #83d9dd;
}
.bg-color-azzurro{
	background-color:#dff5f6;;
}
.bg-color-viola{
	background-color:#dedef8;;
}
.color-2e2e2e{
	color:#2e2e2e;
}
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-superpratico {
	border-radius: 10px;
	background-color: #83d9dd;
	padding: 0.938rem 2.5rem;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1px;
	text-align: center;
	color: #FFFFFF;
}
.btn-superpratico:hover{
	background-color: #37c2c8;
	color: #FFFFFF;
}
.btn-superpratico-viola{
	padding: 0.938rem 2.5rem;
  	border-radius: 10px;
  	background-color: #222266;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1px;
	text-align: center;
	color: #FFFFFF;
}
.btn-superpratico-viola:hover{
	background-color: #14143d;
	color: #FFFFFF;
}
/* = Input e controlli
-------------------------------------------------------------- */
.input-group-home{
	padding: 0.313rem 0.375rem 0.313rem 1.938rem;
	border-radius: 5px;
	background-color: white;
}
.form-control-home{
	width: 76%;
	font-family: 'Work Sans';
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #aeaeae;
	border: none;
}

.input-group-home-mobile{
	border-radius: 5px;
	background-color: white;
}
.form-control-home-mobile{
	font-family: 'Work Sans';
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #aeaeae;
	border: none;
	width: 100%;
}
/* = Font and Text
-------------------------------------------------------------- */
.font-countdown{
	font-family: 'Sora';
	font-size: 60px;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
	color: #3a3335;
}
.font-title{
	font-family: 'Sora';
	font-size: 46px;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
	color: #3a3335;
}
.font-bottom{
	font-size: 2.875rem !important;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.25px;
	color: #FFFFFF;
	text-align: center;
}
.font-subtitle{
	font-size: 2.25rem !important;
	font-weight: 800 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.89;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
}
.font-p-bottom {
	font-family: 'Work Sans';
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.1px;
	text-align: center;
	color: #FFFFFF;
}
.font-sopratitolo{
	margin-bottom: 0.625rem;
	font-family: 'Sora';
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-desc{
	margin: 2.188rem auto 2.81rem auto;
	font-family: 'Work Sans';
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.15px;
	color: #000000;
}
.text-logo-bottom{
	font-family: 'Sora';
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #000000;
}
.text-footer{
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: -0.15px;
	color: #000000;
}
.font-card-text{
	font-family: 'Sora';
	font-size: 1.125rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.font-rect-aziende{
	font-family: 'Sora';
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.font-oval-aziende{
	font-size: 2.25rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: -0.19px;
	text-align: center;
	color: #605fdb;

	width: 80px;
	height: 80px;
	border: solid 5px #77f9ff;
	border-radius: 100%;
	margin: auto;
	padding: 2% 0;
}
.font-square-professionisti{
	font-size: 2.25rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: -0.19px;
	text-align: center;
	color: #605fdb;
}
.font-nota{
	font-family: 'Work Sans';
	font-size: 1.188rem !important;
	font-weight: 600 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.68 !important;
	letter-spacing: normal !important;
	text-align: center;
	color: #2e2e2e;
}
.font-title-white{
	font-family: 'Sora';
	font-size: 46px;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
	color: #FFFFFF;
}
.font-subtitle-privati{
	font-family: 'Sora';
	font-size: 2.25rem !important;
	font-weight: 800 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
}
.font-titleto3-prof{
	font-family: 'Sora';
	font-size: 2.25rem !important;
	font-weight: 800 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-form-work{
	font-family: 'Work Sans';
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #aeaeae;
	border: none;
}
.font-title-contatti{
	font-family: 'Sora';
	font-size: 27px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-form-contatti{
	height: 50px;
	border-radius: 13px;
	background-color: #f5f5f5;
	padding: 0.875rem 1.4rem;
	font-family: 'Work sans';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.09px;
	color: #b1b1b1;
}
.font-contatti{
	font-family: 'Work Sans';
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.15px;
	color: #000000;
}
.font-cash-title{
	font-family: 'Sora';
	font-size: 46px;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
}
.font-privati-cash-subtitle{
	font-family: 'Sora';
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-privati-cash-desc{
	font-family: 'Work sans';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #2e2e2e;
}
/* = Placeholder and Position
-------------------------------------------------------------- */

/* ---------- TOP -------------- */
.top-home{
	padding-bottom: 5%;
}
.placeholder-top{
	width: 40.313rem;
	height: 32.75rem;
	background-color: #83d9dd;
	border-radius:  0px 0px 0px 40%;
}
.top-privati{
	background-image: url('img/privati_top.jpg');
	height: 505px;
	width: 100%;
  	object-fit: contain;
}
.top-aziende{
	background-image: url('img/aziende-top.jpg');
	height: 505px;
	width: 100%;
  	object-fit: contain;
}
.top-professionisti{
	background-image: url('img/professionisti-top.jpg');
	height: 505px;
	width: 100%;
  	object-fit: contain;
}
.top-contatti{
	background-image: url('img/contatti-top.jpg');
	height: 505px;
	width: 100%;
  	object-fit: contain;
}
.top-countdown{
	background-image: url('img/LOGO SUPERPRATICO-DEF.png');
	height: 220px;
	width: 100%;
	margin-top: 5%;
  	object-fit: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/* ---------- BOTTOM -------------- */
.bottom-home{
	padding-bottom: 5%;
	background-image: url('img/bottom-home.jpg');
	padding: 7.5rem 17.438rem;
	object-fit: contain;
	background-repeat: no-repeat;
}
.bottom-privati{
	padding-bottom: 5%;
	background-image: url('img/bottom-privati.jpg');
	padding: 7.5rem 17.438rem;
	object-fit: contain;
	background-repeat: no-repeat;
}
.bottom-aziende{
	padding-bottom: 5%;
	background-image: url('img/bottom-aziende.jpg');
	padding: 7.5rem 17.438rem;
	object-fit: contain;
	background-repeat: no-repeat;
}
.bottom-professionisti{
	padding-bottom: 5%;
	background-image: url('img/bottom-professionisti.jpg');
	padding: 7.5rem 12rem;
	object-fit: contain;
	background-repeat: no-repeat;
}
/* ---------- FOOTER -------------- */
.footer{
	padding: 50px 0 0;
	background-color: #f9f9f9;
} 
.footer a{
	color: black;
} 
.footer-blue{
	width: 100%;
	height: 32px;
	margin: 24px 0 0;
  	padding: 0 387px 0 388px;
  	background-color: #83d9dd;

	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.foot-3-4{
	margin-left:22px;  
	width:236px;
}
.foot-2{
	margin-left:65px; 
	width:365px;
}
.foot-1{
	margin-left:127px;  
	width:216px;
}
.foot-3-4-count{
	width:25%;
}
.foot-2-count{
	width:30%;
}
.foot-1-count{
	margin-left:17%;  
	width:20%;
}
/* ---------- Placeholder -------------- */
.placeholder-ico{
	font-weight: bold;
	color: #2e2e2e;
}
.ico{
	width: 68px;
	height: 85px;
	object-fit: contain;
}
.rect-aziende{
	border-radius: 10px; 
	background-color:#efeffa; 
	width: 18%; 
	height: 4rem;
	line-height: 4rem;
}
.rect-professionisti{
	border-radius: 10px; 
	background-color:#dedeef; 
	width: 18%; 
	padding-top:1.3rem; 
	padding-bottom:1.3rem;
}
.rect-violet-aziende{
	border-radius: 25px; 
	background-color: #f2f4ff; 
	width:23%; 
	padding:2%;
}
.rect-violet-countdown{
	border-radius: 25px; 
	background-color: #f2f4ff; 
	width:80%; 
	padding:4% 10%;
}
.oval-social{
	width: 45px;
	height: 45px;
	background-color: #222266;
	border-radius: 100%;
}
.placeholder-1of3{
	height: 41.625rem;
	background-color: #83d9dd;
	border-radius:  0px 40% 0px 40%;
}
.placeholder-2of3{
	height: 41.625rem;
	background-color: #83d9dd;
	border-radius:  0px 40% 0px 0px;
}
.placeholder-3of3{
	height: 41.625rem;
	background-color: #83d9dd;
	border-radius:  40% 0px 40% 0px;
}

.placeholder-1of3-prof{
	border-radius:  0px 40% 0px 40%;
}
.placeholder-2of3-prof{
	border-radius:  0px 40% 0px 0px;
}
.placeholder-3of3-prof{
	border-radius:  40% 0px 40% 0px;
}
.four-home{
	background-color: #f2f4ff; 
	padding-top:5rem; 
	padding-bottom:5rem;
}
.rist-priva{
	padding:8% 0; 
	background-color: #f2f4ff ;
}
.thank{
	width: 1440px;
	height: 955px;
	object-fit: contain;
}
/* = Mobile adjustments 
-------------------------------------------------------------- */

@media (min-width: 1441px) { 
	
	.page-container{
		width: 1440px;
		margin:0 auto;
		background-color: #FFFFFF;
	}
	
}

@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}

	.font-oval-mobile{width: 12vw !important;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }

	.font-oval-mobile{width: 20vw !important;}
}

/* ----------------------------------- */
.font-title-mobile{
	font-family: 'Sora';
    font-size: 24px;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: -0.25px;
}
.font-subtitle-mobile{
	font-family: 'Sora';
    font-size: 19px;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: -0.25px;
}
.font-subsubtitle-mobile{
	font-family: 'Sora';
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: center;
}
.font-desc-mobile{
	font-family: 'Work sans';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-suptitle-mobile{
	font-family: 'Work sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.83;
	letter-spacing: normal;
}
.font-oval-mobile{
	font-family: 'Sora';
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.29;
	letter-spacing: -0.13px;
	text-align: center;
	color: #605fdb;

	border: solid 5px #77f9ff;
	border-radius: 100%;
	margin: auto;
	padding: 10% 0;
}
.top-home-mobile{
	background-image: url('img_mobile/home-top.jpg');
	background-size: cover;
	text-align: center;
	padding: 30% 0%;
}
.top-thank-mobile{
	background-image: url('img/thank.jpg'); 
	background-position: center; 
	height: 100vh;
}
.rect-violet-countdown-mobile{
	border-radius: 25px; 
	background-color: #f2f4ff; 
	width:85%; 
	padding:4% 2%;
}
.bottom-home-mobile{
	padding-bottom: 5%;
	background-image: url('img_mobile/home-bottom.jpg');
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-blue-mobile{
	width: 100%;
  	background-color: #83d9dd;

	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.btn-superpratico-mobile {
	padding: 4% 0%;
	border-radius: 10px;
	background-color: #83d9dd;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
}
.btn-superpratico-top-mobile {
	padding: 11% 12%;
	border-radius: 10px;
	background-color: #83d9dd;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
}