@charset "UTF-8";
/* CSS Document */

/*----------------
Media Query in ordine alfabetico-----------------*/

@media only screen and (min-width : 320px) {
    

    
/* inizio icone animate */    
.iconsForm {
    width: 20px;
    height: auto;
    display: block;
    float: left;
    margin: 45px 0 0 5px; ; 
}
    
.path {
  stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
    
.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}
    
.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
    
.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
    
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
    
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/* fine icone animate */
    
    
    
@-webkit-keyframes gradientGreen {
	0% {
	background-position:100% 50% ;
	}
    
	100% {
    background-position:0%  50% ;
	}
}

@-moz-keyframes gradientGreen {
	0% {
	background-position:100% 50% ;
	}
    
	100% {
    background-position:0% 50% ;
	}
}

@keyframes gradientGreen {
	0% {
	background-position:100% 50% ;
	}
    
	100% {
    background-position:0% 50% ;
	}
}  
    
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@-moz-keyframes shine {
	100% {
		left: 125%;
	}
}
    
#hidePsw{
    width: 22px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 1.5%;
    cursor: pointer;
}    
    
#showPsw{
    width: 22px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 1.5%;
    cursor: pointer;
} 
    
#stepOne{
    display: block;
}
    
.admWrapperReg{
    width: 100%;
    background-color: rgba(107,107,107,1);
    z-index: 100;
    min-height: 28px;
    align-items: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    justify-content: center;
    backface-visibility: hidden;
    letter-spacing: -0.35px;
    display: none;
}
    

    
.backg{
    background-color: #2d3844;
}
    
.buttonsDomains{
    width: 25%;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #6b6b6b;
    font-size: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-shadow: 0.1px;
    box-shadow: 0;
    border-radius: 0.1px;
    background-color: #ffffff;
    color: #2d3844;
    letter-spacing: -0.2px;
}    
    
.buttonsReg{
    width: 50%;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #6b6b6b;
    font-size: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-shadow: 0.1px;
    box-shadow: 0;
    border-radius: 0.1px;
    background-color: #ffffff;
    color: #2d3844;
    letter-spacing: -0.2px;
} 
    
.buttonsRegWrapper{
    margin-top: 5px;
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
} 
    
.buttonsRegWrapper .active{
    background: #2d3844;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}
    
.buttonsRegWrapper :hover{
    background-color: #2d3844;
    color: #ffffff;
    box-shadow: none;
} 
    
.checkPrivacy{
    width: 10%;
}
    
.containerShadow{
    width: auto;
    background-color: #ffffff;
}
    
.displayFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.descriptionStep{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    
.displayNoneMobile{
    display: none;
}
    
.errorMessage{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    float: left;
    padding-left: 5px;
    color: #b4043f;
    overflow: hidden;
    transition: height 400ms linear;
    padding-top: 2px;
    font-weight: 100;
}
    
.fiftyWidthLeft{
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    
.fiftyWidthRight{
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
    
.groupNextStep {
    position: relative;
    margin-top: 15px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.hrefPrivacy{
    font-style: italic;
    cursor: pointer;
    letter-spacing: -0.5px;
}
    
.hrefPrivacy:hover{
    text-decoration: underline;
}
 
.iconInactive{
    cursor: not-allowed;
    fill: #999999;
    width: 35px;
    height: auto;
}    
    
.iconActive {
    fill: #e96105;
    width: 27px;
    height: auto;
    cursor: pointer;
}   
    
.iconActiveWhite {
    fill: #ffffff;
    width: 27px;
    height: auto;
    position: absolute;
    right: 1%;
}
    
.iconStep{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.iconSnai{
    height: auto;
    width: 130px;
    margin: 1% 0% 1% 1%;
} 
    
.iconsReg{
    height: 50px;
    width: auto;
    fill: #999999;
    padding: 5px 0px 0px;
}

.nextStepNotActive {
    font-size: 22px;
    /*margin-right: 5px;*/
    padding: 3px 0px;
    background-color: #38a50a;
    color: #ffffff;
    font-family: korMedium;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.5px;
    cursor: pointer;
}
    
.noMarBoot{
    margin-left: 0px;
    margin-right: 0px;
}
    
.noPadBoot{
    padding-left: 0px;
    padding-right: 0px;
}  
    
.noMarBoot{
    margin-left: 0px;
    margin-right: 0px;
}      
    

        
.numberStep{
    padding: 4px 0px 0px;;
} 
    
.prevStep{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color:#e96105;
    font-weight: bold;
    margin-right: 35px;
    cursor: pointer;
}    
    
.prevStep:hover{
    text-decoration: underline;
}
    
.registerButton{
    padding: 8px 5px;
    background-color: #e96105;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    cursor: pointer;
    margin-top: 8.5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.3px;
}
    

    
.shine {/*	width:100%;
	height:100%;*/
	overflow:hidden;
	position:relative;
}

.shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
    
.stepCompleted {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    width: 25%;
    color: #2d3844;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.5px;
    border-left: 1px solid #999999;
    background-image: linear-gradient(to right, rgba(5,216,167,0.22), rgba(5,216,167,0.22) 50%, transparent 50%, transparent);
    background-position: 100% 50%;
    background-size: 300% 300%;
    -webkit-animation: gradientGreen;
    -moz-animation: gradientGreen;
    animation-name: gradientGreen;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
    
.stepCompleted .iconsReg{
    fill:#2d3844;
}
    
.stepCompleted.active{
    background-color: #ffffff;
    color: #2d3844;
    font-weight: bold;
    border-left: 0px;
    cursor: inherit;
    background-image: inherit;
}
    
.stepCompleted:hover {
    font-weight: bold;
}

.stepMenu {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor:not-allowed;
    transition: 0.3s;
    font-size: 14px;
    width: 25%;
    color: #999999;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.5px;
    border-left: 1px solid #999999;
        background-color: #e9e8e8;
}

.stepMenu.active {
    background-color: #ffffff;
    color: #2d3844;
    font-weight: bold;
    border-left: 0px;
    cursor: inherit;
}
    
.stepCompleted:hover .iconsReg {
    fill: #2d3844;
}

.stepMenu.active .iconsReg {
    fill: #2d3844;
}
    
.styled-checkbox {
  position: absolute; /* take it out of document flow */
  opacity: 0; /* hide it*/
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0px !important;
  }

  /* Box.*/
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;

    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #6b6b6b;
    box-shadow: 1px #d9dee4;
  }

  /* Box hover*/
.styled-checkbox:hover + label:before {
    background: #2d3844;
  }

  /* Box checked*/
.styled-checkbox:checked + label:before {
    background: #2d3844;
  }

  /* Checkmark. Could be replaced with an image*/
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #ffffff;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 #ffffff,
      4px 0 0 #ffffff,
      4px -2px 0 #ffffff,
      4px -4px 0 #ffffff,
      4px -6px 0 #ffffff,
      4px -8px 0 #ffffff;
    transform: rotate(45deg);
  }
    
.suggestionMessageShort{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 1;
    width: 100%;
    float: left;
    padding-left: 5px;
    color: #2d3844;
    height: 0px;
    overflow: hidden;
    transition: height 400ms linear;
    padding-top: 2px;
    font-weight: 100;
}
    
.suggestionMessageLong{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 1;
    width: 100%;
    float: left;
    padding-left: 5px;
    color: #2d3844;
    height: 0px;
    overflow: hidden;
    transition: height 400ms linear;
    padding-top: 2px;
    font-weight: 100;
}
    
input:focus ~ .suggestionMessageLong {
    height: 80px;
}
    
input:focus ~ .suggestionMessageShort {
    height: 45px;
}
    
.tab {
    overflow: hidden;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
    
.terms{
    width: auto;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
} 
    
.textCheck{
    color: #6b6b6b; 
	font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.2px;
    line-height: 1.2;
}
    
.textStep{
    display: block;
    text-align: center;
    min-height: 42px;
    line-height: 1.25;
    padding: 4px;
}
    
form {
    width: 90%;
    margin: 0em auto 0.5em;
}

.group { 
	position: relative; 
	margin-top: 20px; 
    width: 100%;
    float: left;
}
    
.rowPrivacy{
    position: relative; 
	margin-top: 35px; 
    width: 85%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}
    
.textDeclare{
	color: #6b6b6b; 
	font-size: 15px;
    font-weight: 400;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.2px;
}

.group input {
	font-size: 15px;
	padding: 5px;
	display: block;
	background: #ffffff;
    -webkit-appearance: none;
	color: #2d3844;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #6b6b6b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.group input:focus { 
    outline: none; 	
    padding: 2px 5px 5px 5px; 
}
    
/*
 input[type=date]:focus::-webkit-datetime-edit-month-field {
    color: #2d3844;
  }
 input[type=date]:focus::-webkit-datetime-edit-day-field {
    color: #2d3844;
  }
input[type=date]:focus::-webkit-datetime-edit-year-field {
    color: #2d3844;
  }    
    
 input[type=date]::-webkit-datetime-edit-month-field {
    color: #ffffff;
  }
 input[type=date]::-webkit-datetime-edit-day-field {
    color: #ffffff;
  }
input[type=date]::-webkit-datetime-edit-year-field {
    color: #ffffff;
  }   
    
*/
    
    
/* Label */

.group label {
	color: #6b6b6b; 
	font-size: 15px;
    font-weight: 400;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.2px;
}


/* active */
    
.group input:focus{
    border-bottom: 0px;
}

.group input:focus ~ label, .group input.used ~ label {
	top: -20px;
  transform: scale(.87); left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}
    
.group input:focus ~ .messageError, input.used ~ .messageError{
        display: block;
    }


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 3px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

.group input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

.group input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}
    
@-webkit-keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}
    
@-moz-keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}
    



/* Button */

.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
    
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonBlue:hover { background: #357bd8; }


/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */
    
@-webkit-keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
} 
    
@-moz-keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}  

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}    
    
}

/*XS*/
@media only screen and (min-width : 480px) {
    
.registerButton {
    margin-top: 2%;
    width: 100%;
    padding: 7px 0px;
    letter-spacing: -0.2px;
    font-size: 17px;
}  
    
.containerShadow{

}
    
form {
    max-width: 380px;
}
    
}

/*SM*/
@media (min-width: 768px) { 

.containerShadow{
    width: 250px;

}

}


/*MD*/
@media (min-width: 992px) {     

.containerShadow{
    width: 280px;
}
    
}


/*LG*/
@media (min-width: 1500px) {   

.containerShadow{
    width: 320px;
}
    
.groupNextStep {
    position: relative;
    margin-top: 30px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.nextStepNotActive {
    font-size: 25px;
    padding: 5px 0px;
}
    
}