@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap');

/************Reset**************/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important; 
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            
}

/************End Reset**************/


html, body { 
	margin:0;
	padding:0;
	background:#fff;
	line-height:1.5;
	font-size:16px;	
	-webkit-font-smoothing: antialiased;
	width : 100%;
	height: 100%;
}

body {
  width:100%;
  overflow-x:hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	height:auto;
}

h1, h2 { 
font-weight:700;
    padding-bottom: 1rem;
    line-height: 1.2;
	font-size: 36px;
}
h2 { 
	font-size: 28px;
}

h3 { font-size: 24px;
    padding-bottom: 1rem;
line-height: 1.3;}

h4 { 
	color: #09ACF2;
	font-size: 22px;
    padding-bottom: 1rem;
line-height: 1.3;}
.blue h4 { 
	color: #1D0B2E;}

  h5 {
    font-size: 1.2rem;
    font-weight: normal;
}  

h2.stats {
	color: #09ACF2;
	font-weight: 800;
	font-size: 50px;
	padding-bottom: 0;
}

.center { text-align:center;}
/* SENSIBLE RESETS*/
  
  
p { padding-bottom:20px;}
  

ul { 
   list-style-type: disc; 
   margin: 5px 0 15px 15px; 
	text-align: left;
}
ol { 
   list-style-type: decimal; 
   margin: 5px 0 15px 15px; 
	text-align: left;
}
li {
       margin: 0 0 10px;
    padding: 0;
	 }
hr {
	border: 0;
    height: 4px;
    background: #00affc;
    width: 20%;
	margin: 30px auto;
}

[class*='col-'] {
margin-bottom: 10px;}
[class*='col-']:last-child {
margin-bottom: 0;}
	 


h2.lblue, h3.lblue {	color: #dff2fa;}
h2.mblue, h3.mblue {	color: #9fe0fd;}
h2.blue, h3.blue {	color: #00affc; }
h2.dblue, h3.dblue {	color: #4e4cba;}
h2.lgrey, h3.lgrey {	color: #f7f7f7;}
h2.grey, h3.grey {	color: #707070;}
h2.black, h3.black {	color: #000000;}

h3.blue-normal {
	color: #00affc;
	font-weight: normal;
	font-size: 24px;
}


sup { line-height:0}


img { max-width:100%; height:auto;}

iframe { width:100%;}

.visible { opacity:1}	

.panel { padding: 2rem; text-align: center;}
.panel.lblue, .wrap.lblue {	background-color: #dff2fa;}
.panel.mblue, .wrap.mblue {	background-color: #9fe0fd;}
.panel.blue, .wrap.blue {	background-color: #00affc; color: #fff;}
.panel.dblue, .wrap.dblue {	background-color: #4e4cba; color: #fff;}
.panel.lgrey, .wrap.lgrey {	background-color: #f7f7f7;}
.panel.grey, .wrap.grey {	background-color: #707070; color: #fff;}
.panel.black, .wrap.black {	background-color: #000000; color: #fff;}

.panel.fullwidth { padding: 2rem 0;}

.wrap { position: relative;}
.header .wrap { padding:0 20px; position: relative;}

.nobotpad {
	padding-bottom: 0!important;
}
.notoppad {
	padding-top: 0!important;
}



section[class*="-panel"] {
	position:relative;
	overflow:hidden;
}


.grid:after, section:after  {
content: "";
display: table;
clear: both;
}

	
a {
    background-repeat: no-repeat;
    text-decoration: none;
    color: #09ACF2;
	font-weight: 700;
	position: relative;
    transition: all .3s;
}	

a:hover {
	text-decoration: underline;
}	


.blue a, .dblue a, .grey a, .black a {
	color: #fff;
}
.blue a:hover, .dblue a:hover, .grey a:hover, .black a:hover {
    color: #fff;
}

.linklist {
list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.linklist a {
    padding-left: 20px;
	display: inline-block;
}

.linklist a:before { 
    content: '\e801';
    margin: 0;
    text-align: left;
    position: absolute;
    top: 5px;
    left: 0;
	transition: all .4s .1s;
}
.linklist a:hover:before { 
   transform: translateX(3px);
	text-decoration: none;
}


.btn, .wpcf7-submit.button, input[type="button"], input[type="reset"], input[type="submit"] {
	    border-radius: 200px;
    background: #09ACF2;
    color: #fff;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 14px;
	display: inline-block;
	margin-top: 10px;
    transition: all .2s;
	border: 2px solid #09ACF2;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #09ACF2;
}
.btn:hover, .wpcf7-submit.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color:#fff;
	text-decoration: none;
    transform: translate(0,-4px);
    box-shadow: 0px 4px 0 #4e4cba;
}
.btn:focus {
	color:#fff;
	outline: none;
	border: none;
}

.btn+.btn {
    margin-left: 10px;
}

div.wpcf7 .wpcf7-submit:disabled {
    background: #ccc;
}



.blue .btn, .dblue .btn, .grey .btn, .black .btn {
	    border-radius: 200px;
    background: none;
	border: 2px solid #fff;
}
.blue .btn:hover, .dblue .btn:hover, .grey .btn:hover, .black .btn:hover {
    box-shadow: -2px 4px 0 #fff;
}

.btn.ghost {
    background: #fff;
    color: #09ACF2;
	border: 2px solid #09ACF2;
}
.btn.ghost:hover{
    box-shadow: 0 4px 0 #09ACF2;
}


.header {
	top:0;
}
.header.open {
	position: fixed;
    z-index: 99;
    background: #fff;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.header.open .wrap {
display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.header.open .logo {
margin-bottom: auto;
}
.header.open .menu-top-menu-container {
    margin-bottom: 2rem;
}
.header.open .btn.trial {
margin: 0 auto;
}
.header.open .country {
	margin-top: auto;
}
.header.open .country>a {
	display: none;
}
.header.open .country-select {
	display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
    justify-content: space-around;
}
.open .country-select a {
    display: flex;
}

.geoip-country-AU .country-select .au,
.geoip-country-NZ .country-select .nz,
.geoip-country-US .country-select .us{
	opacity:1;
}
[data-location='au'] .country-select .au,
[data-location='nz'] .country-select .nz,
[data-location='us'] .country-select .us{
	opacity:1!important;
}

.grid.footer_us { display:none}
.geoip-country-US .footer_us { display:block}
.geoip-country-US .footer_au { display:none}
[data-location='us'] .footer_us, [data-location='au'] .footer_au, [data-location='nz'] .footer_au { display:block!important}
[data-location='us'] .footer_au, [data-location='au'] .footer_us, [data-location='nz'] .footer_us { display:none!important}



.overlay {
	display: none;
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: center;
	padding: 2rem;
	z-index: 4;
}

.overlay.active {
	display: flex;
}

.country-pop, .overlay .signup>div {
	    margin: 0 auto;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
	text-align: center;
}
.country-pop ul {
	list-style: none;
    margin: 0;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-around;
}
.country-pop li {
	width: 33.3%;
}
.country-pop ul a {
	display: block!important;
	text-decoration: none;
}
.country-pop ul a:before {
    width: 44px;
    height: 44px;
    margin: 10px auto;
    display: block;
	transition: all .3s;
}
.country-pop ul a:hover:before {
	transform: scale(1.3);
}

.header {
	transition:all .3s;
	z-index: 3;
    position: fixed;
    width: 100%;
    background: #fff;
}

.logo {
	    width: 150px;
    height: 70px;
	position: relative;
}
.logo:before, .logo:after {
	background: url("../images/logo.png") no-repeat center center;
	background-size:contain;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height:100%;
	pointer-events: none;
}
.logo:after {
	background-image: url("../images/logo-splash.png");
	opacity: 0;
}
.logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.logo a:after {
	content: normal;
}

.open .logo, footer .logo {
	background-image: url("../images/logo-rev.png");
}

.header .logo, .header, .header .logo:before, .header .logo:after {
	transition:all .3s;
}
.header.scrolled {
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}
.header.scrolled .logo {
	height:70px;
}
.header.scrolled .logo:after {
	opacity: 1;
}
.header.scrolled .logo:before {
	opacity: 0;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	}
.open .menu {
	list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
	}
.menu li {
	position: relative;
	}
.menu a {
	font-size: 16px;
	font-weight: 500;
	color:#9A9A9A;
}
.open .menu a {
	color: #09ACF2;
    font-size: 30px;
    font-weight: bold;
}
.header .menu a:hover {
	color: #09ACF2;
	text-decoration: none;
}
.open .menu a:hover {
	color: #1D0B2E;
}
 
.menu-trigger {
	position: fixed;
    width: 30px;
    height: 30px;
    top: 1rem;
    right: 1rem;
    display: block;
    z-index: 99;
}
.menu-trigger:before, .menu-trigger:after {	
	content: '';
    background: #09ACF2;
    width: 100%;
	top: 50%;
	height: 4px;
	display: block;
	position: absolute;
	transition: all .3s;
}
.menu-trigger:before {	
	top:30%;
}
.menu-trigger:after {
	top:70%;
	width: 80%;
}

.open .menu-trigger:before, .open .menu-trigger:after {	
    top: 50%;
    width: 100%;
    background: #09ACF2;
    transform: rotate(45deg);
    transform-origin: center;
}
.open .menu-trigger:after {	
    transform: rotate(-45deg);
}

.menu-trigger:hover:before, .menu-trigger:hover:after {	
    width: 100%;
}
.header .btn.trial, .country {
	display:none;
}
.open .btn.trial, .open .country {
	display:block;
}
.country a {
    color: #404040;
    font-weight: normal;
    font-size: 16px;
	display: none;
	position: relative;
	    margin: 0 0 8px;
}
.country>a {
	text-transform: uppercase;
}
[class^='country'] a:before {
	content: '';
    background: url(../images/icons/australia.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
[class^='country'] a.selected-flex {
    display: flex;
}
[class^='country'] a[data-location='nz']:before, [class^='country'] a.nz:before { background-image: url("../images/icons/new-zealand.svg")}
[class^='country'] a[data-location='us']:before, [class^='country'] a.us:before { background-image: url("../images/icons/united-states-of-america.svg")}


.country-select a {opacity: 0.3;}
.country-select a.selected, .country-select a:hover {opacity: 1;}

.hero {
    position: relative;
    overflow: hidden;
	margin-top:3rem;
}

.hero .wrap {
	position: relative;
	z-index: 2;
}
#hero-vid {
    max-height: 500px;
}	

div[role=form] {
    text-align: left;
}

.hero h1 strong, .hero h1 b {
	color: #09ACF2;
	font-weight: 700;
}

/*////////// PRICING PAGE //////////*/
/*
.page-pricing .header .menu a {	
	animation: 500ms ease-out forwards fadebluemenu;
}
.page-pricing .header .menu a:after {	
	animation: 500ms ease-out forwards fadebluemenuline;
}
.page-pricing .header, .page-pricing .panel.hero {
	animation: 500ms ease-out forwards fadeblue;
}

.page-pricing .logo:after {
	animation: 500ms ease-out forwards fadein;
}
.page-pricing .logo:before {
	animation: 500ms ease-out forwards fadeout;
}
.page-pricing .hero h1 strong, .page-pricing .hero h1 b {
	animation: 500ms ease-out forwards fadebluehero;
}
.page-pricing .hero .btn {
	animation: 500ms ease-out forwards fadebluebtn;
}*/

@keyframes fadebluebtn {
  0% {
	  background: #09ACF2;
    color: #fff;
  }
  100% {
	  background: #fff;
    color: #1D0B2E;
  }
}
@keyframes fadebluehero {
  0% {
	  color:#09ACF2;
  }
  100% {
	  color:#1D0B2E;
  }
}
@keyframes fadeblue {
  0% {
	background: #fff;
	  color:#000;
  }
  100% {
	background: #09ACF2;
	  color:#fff;
  }
}
@keyframes fadein {
  0% {
	  opacity:0;
  }
  100% {
	  opacity:1;
  }
}
@keyframes fadeout {
  0% {
	  opacity:1;
  }
  100% {
	  opacity:0;
  }
}
@keyframes fadebluemenu {
  0% {
	  color:#9A9A9A;
  }
  100% {
	  color:#fff;
  }
}
@keyframes fadebluemenuline {
  0% {
      background: #09ACF2;
  }
  100% {
	  background: #fff;
  }
}




.us_content { display:none}
.geoip-country-US .us_content { display:block}
.geoip-country-US .us_content.btn { display:inline-block}
.geoip-country-US .au_content { display:none}
[data-location='us'] .us_content { display:block!important}
[data-location='us'] .us_content.btn { display:inline-block!important}
[data-location='us'] .au_content { display:none!important}

.panel.price-blocks {
	padding-left: 0;
	padding-right: 0;
}
.pricing .slick-slide {
    outline: none;
    padding: 2rem .5rem;
}
.plan-summary {
        background: #fff;
    border-radius: 20px;
    padding: 2rem 0 0;
    text-align: center;
    position: relative;
    color: #4372B9;
	font-size: 18px;
    justify-content: center;
    flex-direction: column;
    display: flex;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	margin-bottom: 2rem;
}
.price-blocks h3, .plan-summary h3 {
	font-size: 24px;
    padding: 1rem;
}
.price-blocks [class*='col-']>div>p, .plan-summary p {
    color: #404040;
    line-height: 1.3;
    padding: 0 20px;
    flex-grow: 1;
}
.price-blocks blockquote {
    flex-grow: 1;
    font-weight: 700;
}
.price-blocks blockquote p {
	padding: 0 0 1rem;
}
.price-blocks blockquote p strong {
    font-size: 80px;
}
.pricing .slick-dots {
	bottom:auto;
	top: 2rem;
}
.pricing .slick-dots li button:before {
	content: 'Field';
	font-size: 16px;
}
.pricing .slick-dots li:first-child button:before {
	content: 'Lab';
}
.pricing .slick-dots li:last-child button:before {
	content: 'Pro';
}
.pricing .slick-dots li {
	margin:0;
}
.pricing .slick-dots button {
        outline: none;
    width: auto;
    font-size: 0;
    height: auto;
    display: block;
    background: #09ACF2;
    cursor: pointer;
    opacity: 1;
    transform: all .3s;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    border: 2px solid transparent;
	transition: all .2s;
}
.pricing .slick-dots .slick-active button {
    background: #fff;
    color: #09ACF2;
    border-color: #09ACF2;
    transform: none;
    opacity: 1;
}
.pricing .slick-dots li:first-child button {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.pricing .slick-dots li:last-child button {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.plan-summary ul {
    list-style: none;
    margin: 0;
    display: flex;
    background: #4372B9;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: space-evenly;
}
.plan-summary li {
    margin: 0;
	font-size: 16px;
}

.pricing .slick-slide:first-child .plan-summary{
    color: #09ACF2;
}
.pricing .slick-slide:last-child .plan-summary{
	color: #1D0B2E;
}
.pricing .slick-slide:first-child .plan-summary ul {
    background: #09ACF2;
}
.pricing .slick-slide:last-child .plan-summary ul {
	background: #1D0B2E;
}
.pricing .slick-slide { opacity: 0.3; transition: opacity .3s; position: relative; top: 4rem;}
.pricing .slick-current { opacity: 1;}


/* Customer app panel */

.panel.customer-app, .customer-app p {
    padding-bottom: 0!important;
}
.col-3-5>div {
	padding-bottom: 2rem;
}

.customer-app img {
	max-width: 300px;
}


.ticklist {
	list-style: none;
    margin: 0;
    padding: 0;	
}
.ticklist li {
	position: relative;
    padding: 0 0 0 40px;
}
.ticklist li:before {  
	    content: '';
    background: url(../images/icons/check.svg) no-repeat center center;
    display: block;
    width: 30px;
    height: 25px;
    background-size: contain;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
	
.preferred {
	background: #10AEF0;
	color: #fff;
	text-align: center;
}
.preferred h3 {
	padding: 0 2rem 2rem;
}
.preferred .slick-track {
	display: flex;
}
.preferred .slick-slide {
	align-self: center;
}

.preferred .logos img {
	max-width: 100px;
	margin: 1rem;
}

.integrates .logos {
    display: flex;
    height: 100px;
    justify-content: center;
}
.integrates .logos div {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px;
	height: 50px;
}
.integrates .logos img {
    opacity: 0;
}


.slick-slide  {
	outline: none;
}

.slider-block .wrap {
	border-radius: 20px;
}
.slider .slick-track  {
	align-items: center;
	display: flex;
}
.slider .slick-slide div {
	padding:2rem;
	text-align: center;
}

.slider .slider-image img {
	max-height: 150px;
	margin:0 auto;
}
.slider .slick-slide .slider-image  {
	padding-bottom:0;
}
ul.slick-dots {
     list-style: none;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0;
}
ul.slick-dots li {
	margin: 5px;
}
ul.slick-dots button {
	    outline: none;
    border-radius: 50%;
    width: 15px;
    font-size: 0;
    height: 15px;
    display: block;
	background: none;
	border:2px solid #fff;
	cursor: pointer;
	opacity: 0.5;
	transform: all .3s;
}
ul.slick-dots button:hover {
	transform: scale(1.2);
	opacity: 1;
}
ul.slick-dots .slick-active button {
    background: #fff;
	border:2px solid transparent;
	transform: scale(1.2);
	opacity: 1;
}


.circle-icons {
	text-align: center;
}
.circle-icons p:first-child {
	padding-bottom: 0;
}
.circle-icons img {
	max-width: 226px;
}

div[id^="tab-content"] [class*='col-'] {
	position: relative;
}
[class*='feature'] img {
    max-width: 70vw;
}
[class*='feature'] img+img {
    max-width: 40%;
}
div[id^="tab-content"] img+img {
    position: absolute;
    bottom: 10%;
    right: -10%;
}



form label, .label {
    font-size: 14px;
    font-weight: 700;
}

form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
        padding: 10px 15px;
    font-size: 16px;
    background-color: #fff;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    max-width: 100%;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=tel]:focus, form textarea:focus {
    background: #fff;
    border-color: #09ACF2;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 5%);
}
form textarea {
	max-height: 100px;
}

form span.wpcf7-list-item {
	padding: 0 30px 10px 0;
	margin: 0;
	display: block;
}


.form {}
.form .section { margin-bottom: 40px;}
.form .grid { margin-bottom: 20px;}
.form .question { margin-bottom: 15px;}



.file-upload {
  position: relative;
  width: 100%;
  height: 60px;
    background-color: #edf2f7;
	overflow: hidden;
}
.file-upload:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
    background-color: #edf2f7;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload:before {
  content: 'Upload';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #00affc;
  color: #fff;
  font-weight: bold;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload:hover:before {
  background: #4e4cba;
}
.file-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.file-upload>span {
	position: static;
}



.grid.gallery .gallery-img {
	line-height: 0;
	background-size: cover;
}	

.grid.gallery .gallery-img a {
	display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
	
}	
.grid.gallery .gallery-img a:after {
	content: '';
	position: absolute;
	left: 0;
	opacity: 0.6;
	width: 0%;
	height: 100%;
	top:0;
	background: #00affc;	
	transition: all .2s;
}	
.grid.gallery .gallery-img a:hover:before {	
    transform: translate(-50%,-50%) scale(1.3);
	opacity: 1;
}		
.grid.gallery .gallery-img a:hover:after {
	width: 100%;	
}	
.gallery-img a:before { content: '\e805';position: absolute;
    font-size: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
opacity: 0.8;
z-index: 2;	
	transition: all .4s;}
.pdf .gallery-img a:before { content: '\e806'; }
.video .gallery-img a:before { content: '\f16a'; }


/* --- */
.player {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, #000000 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 75%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js--show-video {
  opacity: 1;
}
.video-filler {
  display: block;
  width: 100%;
}
.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}
.vidwrapper {position: relative;
  height: 0;
  padding-top: 56.25%;
  width:100%;
}
.vidwrapper iframe {
	position: absolute;
  top: 0; left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}







footer.page-footer {
	background: #1D0B2E;
	color: #fff;
}
footer.page-footer p {
	padding-bottom: 1rem;
}
footer.page-footer .menu li {
    border-right: 1px solid rgba(255,255,255,0.4);
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    line-height: 1;
}
footer.page-footer .menu li:last-child {
    border-right: none;
}

footer.page-footer .menu a, footer .copyright {
	color: #fff;
    text-transform: none;
    font-size: 14px;
    text-align: center;
}
footer.page-footer .menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.page-footer .footer-links .menu { display: flex;
    list-style: none;
    padding: 0;
 margin: 0 0 1rem;
    place-content: center;
margin-bottom: 1rem;}


footer.page-footer .social.menu li {
    border-right: none;
}
.footer-form {
}
footer.page-footer label {
    font-size: 14px;
    font-weight: bold;
}
footer.page-footer input[type=text] {    
    padding: 0.5rem 1rem;
    min-width: 300px;
    margin: 0 1rem 1rem 0;
	font-size: 16px;
}

/*
footer [class*='col-']:last-child, footer.page-footer label  {
    display: none;
}
*/

footer .menu li:last-child {
	padding: 0;
    margin: 0;
}


.container-input>input{
	width: 100%;
	margin-bottom: 1rem;
}
#messageAjax {
	   clear: both;
    padding: 1rem 0;
    font-size: 14px;
    font-weight: bold;
}
footer .btn {
    margin: 0 0 0 1rem;
}

footer .wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.panel.casestudy {
	background: #1D0B2E url(https://img.youtube.com/vi/_CRmNowDBEE/maxresdefault.jpg) no-repeat center center;
    background-size: cover;
    padding: 8rem 0!important;
	background-attachment: fixed;
	position: relative;
    color: #fff;
}
.panel.casestudy:before {
        content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0;
	left: 0;
}
.panel.casestudy h2 span {
	font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 900;
	position: relative;
}
.panel.casestudy h2 span:after {
    content: '';
    display: block;
    width: 2rem;
    height: 5px;
    background: #09ACF2;
    margin: 1rem auto;
}
.panel.casestudy .btn.ghost {
	    background: transparent;
    color: #FFf;
    border: 2px solid #fff;
}


.social a:before {
    font-size: 18px;
    color: #00affc;
    margin: 0;
	text-decoration: none;
    transition: all .4s .1s;
}
.social a:hover:before {
	color: #fff;
}


.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 
.blue-button { 
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}
 
.red-button {
    background-color:#bc3315;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}




.grid.event {
	border-bottom: 2px solid #9fe0fd;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.grid.event:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.grid.event.private {
	opacity: 0.5;
}
.event_date {
	font-weight: 700;
	text-transform: uppercase;
	
}
.event_audience {
	display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    background: #00affc;
    padding: 5px 15px;
    border-radius: 50px;
	float: right;
	position: relative;
	top: 7px;
}

.accordion {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #9fe0fd;
}
.accordion li {
	position: relative;
}
.accordion li.accordion_content {
    display: none;
}
.accordion li.accordion_header {
	border-top: 1px solid #9fe0fd;
	padding: 10px 0 10px 30px;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.accordion li.accordion_header.active {
	color:#4e4cba;
}

.accordion li.accordion_header:before, .accordion li.accordion_header:after {
	content: '';
	width: 15px;
	height: 5px;
	display: block;
	position: absolute;
	background-color: #09ACF2;
	left: 5px;
	top: 25px;
	margin-top: -3px;
	transition: all .3s .1s;
}
.accordion li.accordion_header:after {
	left: 10px;
	width: 5px;
	height: 15px;
	margin-top: -8px;
}

.accordion li.accordion_header.active:before, .accordion li.accordion_header.active:after {
	width: 11px;
	transform: rotate(-45deg);
	background-color: #9fe0fd;
	}
.accordion li.accordion_header.active:after {
	height: 11px;
	width: 5px;
	left: 13px;
	margin-top: -6px;
}

.accordion li.accordion_header:hover {
	background: #eff8fc;
}
.accordion li.accordion_header.active:hover {
	background: none;
}

.accordion .accordion_header strong+div p, .accordion .accordion_header strong+div ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


ol.circle-number {
	list-style: none;
    counter-reset: circle_num;
}
ol.circle-number li {
	counter-increment: circle_num;
    position: relative;
    padding: 0 0 5px 40px;
}
ol.circle-number li:before {
	content: counter(circle_num) "";
    color: #fff;
    background: #09ACF2;
    font-size: 18px;
    text-align: center;
    width: 28px;
    height: 28px;
    display: block;
    line-height: 1.3;
    border-radius: 100px;
    border: 2px solid #fff;
    margin-right: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    font-weight: 900;
    position: absolute;
    left: 0;
}

p.intro-text {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
}


.data-table {
	margin-bottom: 15px;
}
.data-table th, .data-table td {
	padding: 5px;
    border-bottom: 2px solid #fff;
	background: #f6f6f6;
	vertical-align: top;
	    font-size: 14px;
    line-height: 18px;
	text-align: left;
}
.data-table th {
	background: #09ACF2; 
	color: #fff;
	text-transform: uppercase;
    font-size: 12px;
}
.data-table td.features {
	background: #eff8fc;
    font-weight: bold;
    border-right: 2px solid #fff;
	text-transform: uppercase;
    font-size: 12px;
}
.data-table td.features strong{
    font-weight: 900;
}
.data-table td.blank, .data-table th.blank {
	background: #fff;
	color: #000;
}
.data-table td.mobile-hide, .data-table th.mobile-hide {
	display: none;
}



/*BLOG */


.topbar {    background: #09ACF2;}
.topbar h3 {
	padding: 0;
	margin: 0;
}
.topbar a {
    color: #fff;
	text-decoration: none;
}

.blog span.date, .post-template span.date, figcaption  {font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    color: #a0aec0;}

.post-template h1 {
	    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}

.post-template .featured-img {
	margin-bottom: 20px;
	height: auto;
}

blockquote {
    
}

.topbar h3 a:before {
    transform: scaleX(-1);
    margin: 0 5px 0 0;
	transition: all .4s .1s;
}

.topbar h3 a:hover:before {
    opacity: 1;
    transform: scaleX(-1) translateX(15px);
}


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
        overflow: hidden;
    border-top: 1px solid #09ACF2;
    padding: 20px 0;
    margin: 40px 0;
    border-bottom: 1px solid #09ACF2;
}
.nav-next a:after, .nav-previous a:before {
	transform:none;
    margin: 0 0 0 5px;
	text-decoration: none;
}
.nav-previous a:before {
    margin: 0 5px 0 0;
	transform:scaleX(-1);
}


.footnote {
	    font-size: 13px;
    color: #999;
}
/*
.merchant-details {
    position: relative;
}
.merchant-details:before {
    content: 'Upload file';
    border: 2px dashed #ccc;
    background: none;
    color: #09ACF2;
    width: auto;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    pointer-events: none;
    font-weight: bold;
}
.merchant-details input {
    height: 50px;
    opacity: 0;
}

*/
.interested-in>span .wpcf7-list-item .wpcf7-list-item-label:after {
    content: 'Take prepayment or deposits for jobs.';
    font-weight: normal;
    display: block;
    padding-left: 1rem;
}
.interested-in>span .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:after {    content: 'Technicians can take payment immediately via the Pooltrackr app.';}
.interested-in>span .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:after {    content: 'Take payment from regulars at the point of invoicing';}
.interested-in>span .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:after {    content: 'A pay now button at the bottom of invoice emails.';}
.interested-in>span .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label:after {    content: 'Branded terminal fully integrated with your PoS.';}

.arrow-flow {
    text-align: left;
}
.arrow-flow>div {
    background: #fff;
    margin-bottom: 2rem;
    display: flex;
}
.arrow-flow h3 {
    font-size: 20px;
    background: #f7f7f7;
    color: #09ACF2;
    flex: 0 0 40%;
    padding-right: 1rem;
}
.arrow-flow p {
    padding: 1rem;
}

.payment-benefits img {
    max-width: 150px;
}
.payment-benefits [class*='col-']>div {
    position: relative;
    margin-bottom: 2rem;
}

.till-info {
	background: #1D0B2E;
    color: #fff;
}
.till-info img {
    max-width: 100px;
    display: block;
    margin: 1rem auto 2rem;
}


/* Terms of use structure */

	ol.terms, .terms ol { counter-reset: item }
.terms li{ display: block }
.terms li:before { content: counters(item, ".") " "; counter-increment: item }
		ol.terms ol ol { counter-reset: none}
		ol.terms ol ol li:before { content: normal; counter-increment: none;}

ol.terms ol li {
    font-size: 1rem;
    font-weight: normal;
}
ol.terms>li {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
ol.terms>li ol {
    padding-top: 1rem;
}

@media only screen and (max-width: 480px) {
	
	.wrap.mob-nopad {
		padding: 0;
	}
	
	.mobpad {
		padding-left: 20px;
		padding-right: 20px;
	}
}

body.page-splash-2022 .page-footer, body.page-splash-2022 .header {
	display:none!important;
}

body.page-splash-2022:after {
	    content: '';
    background: url(https://pooltrackr.com/wp-content/uploads/2022/06/pt-blob-logo.png) no-repeat center left;
    position: absolute;
    top: 0;
    right: -20%;
    width: 50%;
    height: 100%;
    background-size: cover;
    z-index: 100;
    opacity: 0.1;
}

body.page-splash-2022 .hero {
margin:0;	
}

#wpcf7_signature_clear {
    background: #fff;
    color: #09ACF2;
}
.wpcf7-form-control-signature-body canvas {
    border: 10px solid #f6f6f6;
}

table.compare{
	border-collapse: collapse;    
	border-spacing: 0;       
	width: 100%;    
	table-layout: fixed;    
	text-align: left;
}
table.compare td {    
	background: #fff;    
	padding: 2rem 1rem;    
	border-bottom: 1px solid #ddd;
	text-align: center;
}
table.compare td:first-child {    
	text-align: left;
}
table.compare th {    
	background: #fff;    
	padding: 2rem 1rem;    
	border-bottom: 1px solid #ddd;
}
.compare th img {
    height: 35px;
}
table.compare th:first-child {    
	background: none;    
}
table.compare .highlight {
    background: #09ACF2;
}
table.compare tfoot td {
    border-bottom: none;
    background: none;
}
table.compare tfoot .highlight {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

/*SHOP styles*/


.page-shop .hero {
	background: #09ACF2;
    color: #fff;
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.page-shop .hero h1 {
	font-size: 5rem;
}

/* Qty box */
input.gwt-TextBox {
    z-index: 2!important;
}
.disk-select {    z-index: 1;
    position: relative;}

.disk-select table {   
    overflow: hidden;
    border-collapse: collapse;
}

.disk-select td {
    border-bottom: 1px solid #fff;
    padding: 0.3rem 0;
	font-size:13px;
}
.disk-select .buy-block, .ecwid-fieldLabel {display:none}
.disk-select .buy-block p {padding:0}

tr.buy-blocks td {
    height: 0!Important;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.disk-select th[data-col^='disk'] {
    text-align: left;
	padding:1rem;
	padding-bottom: 0;
}
.disk-select tr.uses th {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.series th {
	    padding-top: 1rem;
}
.series th>a {
    font-size: 18px;
}
.series .more-link {
	display:none;
}
.disk-select .buy-block {
	padding: 0 1rem;
	max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
	position: relative;
	display:block;
	max-height: 500px;
    transition: max-height 0.25s ease-in;
	}
.disk-select .active .buy-block {
	display:block;
	max-height: 500px;
    transition: max-height 0.25s ease-in;
	}
.disk-select th p {
    padding: 0;
}
span.num-uses {
    font-size: 14px;
    font-weight: normal;
	position: absolute;
    top: 1rem;
    right: 1rem;
    color: #999;
}
.disk-tests {
	display:flex;
    margin: 5px 0 10px;
}
.disk-tests span {
    background: #e5e5e5;
    padding: 3px 7px;
    line-height: 1;
    font-size: 10px;
    border-radius: 20px;
    margin-right: 3px;
    color: #666;
}
.disk-select .buy-block .ecwid-fieldLabel {display:none!important;}

.disk-select .buy-block .ecwid-SingleProduct-options {
    padding: 0!important;
    margin: 0!important;
}

.buy-block .ecwid-SingleProduct-qty {
    margin: 0!important;
    padding: 0!important;
    font-size: 12px!important;
}

.buy-block .ecwid-SingleProduct-vat {
    margin: 0!important;
    padding: 0!important;
}


.disk-select .tick {     
	background: url(https://pooltrackr.com/wp-content/uploads/2023/02/compare-tick-blue.png) no-repeat center center;
    background-size: 19px 19px;
    width: 110px;}

.disk-select td.param {
	display:none;
}
.disk-select td.param.active {
    font-weight: bold;
		opacity:1;
}

.disk-select td.range {
	display:none;
}
.disk-select tbody.mob-hide, .disk-select th.mob-hide {
	display:none;
}



.disk-select td, .disk-select th {
  position: relative;
}
.series th {
	display:block;
	border-bottom:5px solid #e5e5e5;
}
.buy-block p{
	display:none;
}
.buy-block div[customprop="addtobag"] {
    margin: 0.5rem!important;
}
.buy-block div[customprop="qty"] {
    position: absolute!important;
    top: 0;
    right: 1rem;
}
.buy-block div[customprop="qty"] .gwt-TextBox {
	max-width: 40px;
}
.panel.disk-select::after {
    content: '';
    background: url(https://pooltrackr.com/wp-content/uploads/2023/03/spin-illo1-1.png) no-repeat;
    height: 50vw;
    width: 50vw;
    position: absolute;
    left: -20%;
    top: 10%;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
    transition: all 1s;
}
.ec-minicart {
    bottom: 80px!important;
}

.breakout {width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;}



.store-nav {
	background: #4D50B4;
	position: sticky;
	top:70px;
	z-index:999;
}
.store-nav .wrap .w100 {
	display:flex;
	align-items: center;	
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.store-nav div[id^='my-categories'] {
	    margin-left: auto;
    background: none;
}

.store-nav ul.cat-menu {
    display: none;
}
.store-nav .ec-cart-widget {
	margin-left:auto;
}
.store-nav .ec-minicart {
    bottom: 0!important;
}

.store-nav div[id^='my-search'] input {
	    border-radius: 50px!important;
    padding: 0 1rem!important;
    border: none!important;
}
.store-nav .ec-minicart__icon path {
	stroke:#ffffff!important;
}
form.post-password-form {
background: #1D0B2E;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    padding: 20%;
    text-align: center;
    flex-direction: column;
    color: #fff;
	}

.switch-field .wpcf7-form-control {
	display: flex;
	overflow: hidden;
}


.switch-field .wpcf7-form-control span.wpcf7-list-item {
	padding:10px 0 10px 0;
}

.switch-field .wpcf7-form-control input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field .wpcf7-form-control input+span {
	background-color: #09ACF2;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid #09ACF2;
	transition: all 0.1s ease-in-out;
}

.switch-field .wpcf7-form-control input+span:hover {
	cursor: pointer;
	background: #fff;
	color: #000;
}

.switch-field .wpcf7-form-control input:checked + span {
	background-color: #fff;
	color: #000;
	box-shadow: none;
}

.switch-field .wpcf7-form-control .first input+span {
	border-radius: 1rem 0 0 1rem;
}

.switch-field .wpcf7-form-control .last input+span {
	border-radius: 0 1rem 1rem 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.working-status input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.working-status .wpcf7-list-item-label {
	cursor: pointer;
	text-indent: -9999px;
	    width: 50px;
    height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.working-status .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.working-status input:checked + .wpcf7-list-item-label {
	background: #bada55;
}

.working-status input:checked + .wpcf7-list-item-label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.working-status label:active:after {
	width: 130px;
}
