*{
	border: 0;
	outline: 0;
	box-sizing: border-box;	
	font-family: var(--wp--preset--font-family--ubuntu);
}

body{
	color: var(--wp--preset--color--pixii-black);
	font-size: var(--wp--preset--font-size--18-px);
	line-height: 1.5 !important;
	font-weight: 300;
}

html
{
  -webkit-tap-highlight-color:transparent;
}

header .menu li.current-menu-item{
	background-color: var(--wp--preset--color--pixii-warning) !important;
}

header .menu li.current-menu-item a{
	color: #fff !important;
}

#content_blocks #how_it_works{
	height: 0 !important;
	margin: 0 !important;
}

#content_blocks > *:where(:not(.wp-block-spacer)), .wp-block-post-content > *:where(:not(.wp-block-spacer)){
	margin-bottom: 0;
	margin-top: 2em;
}

.block-library-block__reusable-block-container {
    max-width: none !important;
}


#content_blocks > .alignfull, .wp-block-post-content > .alignfull{
	margin-top: 0 !important;
}

#content_blocks > .alignwide{
	max-width: var(--wp--style--global--wide-size);
}

#content_blocks p a {
	color: inherit;
}

p {
    font-size: inherit;
    line-height: 1.5 !important;
    margin: inherit;
}

figcaption{
	font-size: var(--wp--preset--font-size--16-px);
	font-style: italic;
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	line-height: 1.3 !important;
	margin: 40px 0 10px 0 !important;
	padding: 0;
}

h1{	font-size: var(--wp--preset--font-size--50-px); }
h2{	font-size: var(--wp--preset--font-size--36-px); }
h3{	font-size: var(--wp--preset--font-size--24-px); }
h4{	font-size: var(--wp--preset--font-size--22-px); }
h5{	font-size: var(--wp--preset--font-size--18-px); }
h6{	font-size: var(--wp--preset--font-size--16-px); }

h1 + p, 
h2 + p, 
h3 + p, 
h4 + p, 
h5 + p, 
h6 + p {
    margin-top: 10px !important;
}

#content_blocks ol, #content_blocks ul{
	padding-left: 20px !important;
	line-height: 2em;
}

ul ul {
    list-style: square;
}

div#content_blocks > ol > li {
    margin-top: 25px;
    line-height: 130%;
}

blockquote {
	font-size: var(--wp--preset--font-size--24-px);
    font-weight: 300;
    font-style: italic;
    text-align: right;
    padding-right: 20px;
    border-right: 15px solid var(--wp--preset--color--pixii-electric);
	margin: 3em 0 !important;
}


blockquote cite{
	font-size: var(--wp--preset--font-size--18-px);
}


@media only screen and (max-width: 900px){
	#content_blocks > *:where(:not(.alignfull)), .wp-block-post-content > *:where(:not(.alignfull)){
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
}
		
@media only screen and (max-width: 700px){
	.wp-block-spacer{
		height: 40px !important;
	}
    
    #pixii_home_app {
      height: 0px !important;
    }
}


/******************** TEMPORARY CONTACT FORM STYLES ***********************/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff8c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff8c;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff8c;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:   #ffffff8c;
}

#content_blocks > .wpcf7 {
	background-color: var(--wp--preset--color--pixii-gray);
	width: 100% !important;
	max-width: none;
	margin: 0 !important;
	padding: 80px 2em 60px;
}

#content_blocks > .wpcf7 #contact_form{
	width: 100%;
	max-width: var(--wp--style--global--wide-size);
	margin: auto;
	color: white;
	display: flex;
    flex-direction: column;
}

#content_blocks > .wpcf7 #contact_form *{
	color: white;
	font-size: var(--wp--preset--font-size--18-px);
}

#content_blocks > .wpcf7 #contact_form .header p{
	font-weight: bold;
    font-size: var(--wp--preset--font-size--60-px) !important;
    text-align: center;

}

#content_blocks > .wpcf7 #contact_form .header_text{
	text-align: center;
	margin-bottom: 30px;
}

#content_blocks > .wpcf7 #contact_form .bottom_checkboxes{
	align-self: center;
} 


#content_blocks > .wpcf7 #contact_form .header_text p{
	font-size: var(--wp--preset--font-size--32-px);
}

#content_blocks > .wpcf7 #contact_form .wpcf7-list-item{
	margin: 0;
}

#content_blocks > .wpcf7 #contact_form .form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3%;
    margin-bottom: 1%;
}

#content_blocks > .wpcf7 #contact_form .form .column{
	width: 32%;
}

#content_blocks > .wpcf7 #contact_form .form .row{
	margin-bottom: 5%;
}

#content_blocks > .wpcf7 #contact_form  input, #content_blocks > .wpcf7 #contact_form  textarea {
    color: #ffffffde;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
	width: 100%;
	padding: 1vw;

}

#content_blocks > .wpcf7 #contact_form  .row.column_2 p {
    display: flex;
    justify-content: space-between;
}

#content_blocks > .wpcf7 #contact_form .row.column_2 .wpcf7-form-control-wrap {
    width: 47%;
}

#content_blocks > .wpcf7 #contact_form .column.text_area_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	height: auto;
}

#content_blocks > .wpcf7 #contact_form .column.text_area_column > div{
	height: 90% !important;
}

#content_blocks > .wpcf7 #contact_form .text_area_container, #content_blocks > .wpcf7 #contact_form .text_area_container *{
	height: 100%;
	
}

#content_blocks > .wpcf7 #contact_form .text_area_container{
	position: relative;
	border: 1px solid white;
	border-radius: 5px;
}

#content_blocks > .wpcf7 #contact_form .text_area_container .counter{
	position: absolute;
    height: auto;
    right: 0.5vw;
    bottom: 0.5vw;
}

#content_blocks > .wpcf7 #contact_form .text_area_container .counter *{
	font-size: 12px;
}

#content_blocks > .wpcf7 #contact_form p {
    margin: 0;
    padding: 0;
}

#content_blocks > .wpcf7 #contact_form .roll {
	margin-top: 10px;
	text-align: center;
}

#content_blocks > .wpcf7 #contact_form textarea{
	width: 100%;
    resize: none;
    height: 80% !important;
    border: 0;
    border-radius: 0;
}

#content_blocks > .wpcf7 #contact_form .roll .wpcf7-list-item{
	margin-left: 5%;
}

#content_blocks > .wpcf7 #contact_form .roll .wpcf7-list-item.first{
	margin-left: 0;
}

#content_blocks > .wpcf7 #contact_form .bottom_checkboxes > div {
    margin-bottom: 10px;
}

#content_blocks > .wpcf7 #contact_form input[type=submit]{
	padding: 0 !important;
}

#content_blocks > .wpcf7 #contact_form .submit {
    text-align: center;
    margin-top: 60px;
}

#content_blocks > .wpcf7 #contact_form .submit input {
    color: #000 !important;
    background-color: #69FC46;
    padding: 1.5% 10% !important;
    cursor: pointer;
	width: auto;
    border: 0;
    font-weight: 900;
}

#content_blocks > .wpcf7 #contact_form .wpcf7-not-valid-tip{
	display: none;
}

#content_blocks > .wpcf7 #contact_form .wpcf7-not-valid{
	border: 1px solid red;
}

#content_blocks > .wpcf7 #contact_form span.wpcf7-not-valid *, #content_blocks > .wpcf7 #contact_form span.wpcf7-not-valid {
    border: 0;
    color: red !important;
}


#content_blocks > .wpcf7 #contact_form .wpcf7-spinner{
	display: none;
}

#content_blocks > .wpcf7 #contact_form input[type="checkbox"], #content_blocks > .wpcf7 #contact_form input[type=radio] {
    width: auto;
    height: auto;
    vertical-align: text-top;
		
}

#content_blocks > .wpcf7 #contact_form input[type="checkbox"]{
	top:0px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 30px 0;
    padding: 15px;
    border: 0;
    text-align: center;
    color: black;
    background-color: var(--wp--preset--color--pixii-electric);
	width: 100%;
    max-width: 600px;
    margin: 30px auto;
}


@media only screen and (max-width: 980px){
	
	#content_blocks > .wpcf7 #contact_form .form {
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	#content_blocks > .wpcf7 #contact_form .roll .wpcf7-list-item {
		display: block;
		margin-left: 0 !important;
		text-align: left;
		margin-top: 15px;
	}
	
	#content_blocks > .wpcf7 #contact_form .text_area_container {
		height: 200px;
	}
	
	#content_blocks > .wpcf7 #contact_form .form .column {
		width: 100%;
		/*margin-bottom: 3%;*/
	}
	
	#content_blocks > .wpcf7 #contact_form input, #content_blocks > .wpcf7 #contact_form textarea {
		width: 100%;
		padding: 2vw;
	}
	
	#content_blocks > .wpcf7 #contact_form .row.column_2 .wpcf7-form-control-wrap {
		width: 49%;
	}
	
	#content_blocks > .wpcf7 #contact_form .form .row {
		margin-bottom: 2%;
	}
	
	
	
	#content_blocks > .wpcf7 #contact_form * {
		font-size: var(--wp--preset--font-size--18-px);
	}

	#content_blocks > .wpcf7 #contact_form .submit input {
		padding: 4% 10% !important;
	}
	
	#content_blocks > .wpcf7 #contact_form .bottom_checkboxes {
		align-self: stretch;
	}

}

@media only screen and (max-width: 640px){
	#content_blocks > .wpcf7 #contact_form .form .row {
		margin-bottom: 5%;
	}
}


/**************************** custom radio button and checkbox of the contact form  ***********************************/

#contact_form .wpcf7-list-item label{
  position: relative;
  /* margin: 0.5rem; */
  font-family: Arial, sans-serif;
  /* line-height: 135%; */
  cursor: pointer;
}

#contact_form .wpcf7-list-item input[type=checkbox] {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
#contact_form .wpcf7-list-item input[type=checkbox]:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.2rem;
  z-index: 1;
  width: 0.80rem;
  height: 0.3rem;
      border: 2px solid white;
  border-top-style: none;
  border-right-style: none;
}
#contact_form .wpcf7-list-item input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
	color:white
}


#contact_form .wpcf7-list-item input[type=checkbox]:checked:after {background-color:#59C8E6; border-color:#59C8E6;}

#contact_form .wpcf7-list-item input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: var(--wp--preset--color--pixii-gray);
  border: 1px solid #f2f2f2;
  cursor: pointer;
  border-radius: 2px;
}

#contact_form .wpcf7-list-item input[type=radio] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
#contact_form .wpcf7-list-item input[type=radio]:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0.24rem;
  left: 0.15rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #59C8E6;
  border-radius: 50%;
}
#contact_form .wpcf7-list-item input[type=radio]:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

#contact_form .wpcf7-list-item input[type=radio]:checked:after {
  border: 2px solid #59C8E6;
}

#contact_form .wpcf7-list-item input[type=radio]:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 1rem;
  height: 1rem;
  background: var(--wp--preset--color--pixii-gray);
  border: 2px solid white;
  border-radius: 50%;
}






.applogo {
  display: flex;
  flex-direction: column;
}

.applogo a {
  display: flex;
}

.applogo .qrcode {
  margin-bottom: 30px;
}

.applogo .qrcode img {
  width: 300px;
  height: auto;
}

.applogo .logos {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.applogo .logos img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

@media only screen and (max-width: 745px){
  .applogo .qrcode {
    display: none;
  }
  
  .applogo .logos {
    margin-top: 20px;
  }
}
