@charset "UTF-8";
/* Body */
body, html {
	font-family:"Roboto", sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-style: normal;
	font-weight: 200;
	width: 100vw;
    height: 100%;
	overflow-x: hidden;

}
body {
	 font-size: calc(15px + 0.390625vw);
	
}
#content a {
	color: rgba(0,132,201,1.00);
	text-decoration: none;
}
#content a:hover {
	color: rgba(243,112,60,1.00);
}
#content li {
	line-height: 1.4;
}
h8 {
	font-size: 8px;
}
.top-banner {
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100vw;
	margin-top: 6vw;
    background: rgb(48,111,156);
    background: linear-gradient(45deg, rgba(48,111,156,1) 0%, rgba(67,172,242,1) 37%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);

}

 .photobanner img {
	width: 80%;
	 margin-top: 9vw;
	float:right;
	 padding-right: 1vw;
	 border-radius: 7px;
	 background-blend-mode:multiply;
	 

}
.photobanner::after {
	content: "";
	clear: both;
}
.text-box {
	width: 80%;
	padding: 3vw;
	font-size: 2.2vw;
	
	
}
.text-box h1 {
	color:rgba(243,112,60,1.00);
	text-shadow: 1px 2px 2px rgba(3,52,85,1.00);

}
.text-box p {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(44,66,104,1.00);
}


.text {
	position: relative;
	width:100%;
}
 .text-b {
	width:100%;
}
.text-b {
	float:left;
}


.product-logo {
	position: relative;
	margin-top: 12vw;
	margin-bottom: 1vw;
	display: flex;
	justify-content: space-around;
}
.product-logo img {
	width: 20vw;
	align-self: start;
}
.product-logo img:nth-child(2) {
	width: 7vw;
	margin-top: -4vw;
}
#green-icon {
	width: 3vw;
}
.containerT {
    display: flex;
	width: 100%;
    background-color: #f4f4f4;
    color:rgba(69,69,69,.8);
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;

}
.link-rows {
display: flex;
	justify-content: space-around;
	gap: 1vw;
margin: 2vw auto;
	
}
.link-rows img {
	width: 33%;
	margin: 1vw 4vw;
	
}
.link-rows a {
	border-radius: 5px;
	text-align: center;
	box-shadow: 2px 5px 10px rgba(100,100,100,.3);
	align-content: center;
	padding: 1vw;
	text-decoration: none;
	color:rgba(60,85,125,1.00);
}
.links .pg {
	width: 45%;
}
.links .fs {
	width: 17%;
}

.darkmode .containerT {
    background-color: #1A1B1F;
    color: #8a8a8a;
}
.tabs-container { 
    width: 94%;
    margin: 3vw auto;
	z-index:90;
}

.tabs {
	margin-bottom:-.3vw;
    display: flex;
      justify-content: space-between;
}

.tabs a {
    cursor: pointer;
    padding: 1vw;
    width:25%;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    transition: background 0.1s, color 0.1s;
    background-color:rgba(255,255,255,1.00);
                
}

.darkmode .tabs a {
    background: linear-gradient(145deg, #1c1d21, #17181c);
    box-shadow:  3px 3px 6px #101114, 
                 -3px -3px 6px #24252a;
}

.tabs a:hover {
    background: linear-gradient(145deg, #f4f4f4, #cecece);
    color: #888;
}
.darkmode .tabs a:hover {
    background: #141414;
    color: #bbb;
}

/* Styling for active tab */
.tabs a.active {
    background-color: #f4f4f4;
    color: #bdbdbd;
    cursor: default;
    padding: 14px 22px 10px 26px;
    background: #f4f4f4;
    box-shadow: inset 3px 3px 5px #cbcbcb, 
                inset -3px -3px 5px #ffffff;
}
.darkmode .tabs a.active {
    background: #1A1B1F;
    box-shadow: inset  3px 3px 6px #101114, 
                inset -3px -3px 6px #24252a; 
    color: #6a6a6a;
}
/* Style the tab content */
.tabcontent {
    padding: 2vw;
    min-height: 100%;
	box-sizing: border-box;
    display: none;    
    border-radius: 18px;
    background: #f4f4f4;
	overflow: scroll;
    box-shadow:  3px 3px 6px #bebebe, 
                 -3px -3px 6px #ffffff;
}
.darkmode .tabcontent {
    background: linear-gradient(145deg, #1c1d21, #17181c);
    box-shadow:  3px 3px 6px #101114, 
                 -3px -3px 6px #24252a;
}
.content .active {
    display: block;
	

}
.tabcontent p {
    margin-bottom: 2vw;
}
.tabcontent p:last-child {
    margin-bottom: 0;

}

.icon {
    padding-left: 8px;
    width: 12%;
}

.dark-mode-switch {
    position: relative;
  
}
.dark-mode-switch .switch {
/*     margin-left: 4px; */
}
.switch-label {
    cursor: pointer;
    font-size: 0.85em;
}
/* the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-left: 4px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1A1B1F;
    transition: .2s;
    box-shadow:  2px 2px 3px #ffffff, 
                 -2px -2px 3px #bebebe;
}
.darkmode .slider {
    box-shadow:  2px 2px 3px #34353a, 
                 -2px -2px 3px #000104;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background: #9294b8;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #f4f4f4;
}
input:checked + .slider:before {
    transform: translateX(21px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 11px;
}
.slider.round:before {
    border-radius: 50%;
}
.iframe {
	margin-right: 2vw;
	min-height: 300px;
	box-shadow: 2px 2px 5px rgba(100,100,100,.3);
	border: none;
	border-radius: 5px;
	overflow: hidden;
}
.pdf-box {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	min-height: 400px;
	
}
.pdf {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.download {
	cursor: pointer;
    padding: 1vw;
    width:33%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
	border:none;
	box-shadow: 2px 2px 5px rgba(100,100,100,.3);
    transition: background 0.1s, color 0.1s;
    background-color:rgba(255,255,255,1.00);
	color: rgba(104,104,104,1.00);
}
.darkmode .download {
	    background: linear-gradient(145deg, #1c1d21, #17181c);
    box-shadow:  3px 3px 6px #101114, 
                 -3px -3px 6px #24252a;
	color:rgba(244,244,244,1.00);

}
.download:hover {
    background: linear-gradient(145deg, #f4f4f4, #cecece);
    color: #888;
}
.darkmode .download:hover {
    background: #141414;
    color: #bbb;
}
	.disclaimer {
		font-size: 10px;
	}
.go {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 1vw;
		border-radius: 5px;
		padding: .33vw .39vw .33vw .5vw;
		font-size: 20px;
		background-color:rgba(60,85,125,1.00);
		color:rgba(255,255,255,1);
		z-index: 50;
		transform: perspective(1000px) rotateY(17deg);
  		box-shadow: rgba(109,61,11,.5) 0px 60px 50px -12px,
    	rgba(57,28,2,.5) 0px 35px 35px -12px;
 		transition: transform 1s ease 0s;
	} 

.go:hover {
	color: rgba(220,233,242,1.00);
	 transform: perspective(3000px) rotateY(5deg);
}


.go a {
	color:rgba(255,255,255,1);
	text-decoration: none;
	text-align: middle;

}

.cta p {


	color:rgba(240,240,240,1.00);
	text-shadow: 0px 2px 3px rgba(14,23,38,.4);	
}

.box {
		display: flex;
		justify-content: space-around;
		gap: 5vw;
 	 	position: relative;
  		width: 100%;
 		background:rgba(243,112,60,1.00);
  		box-sizing: border-box;
  		overflow: hidden;
  		box-shadow: 0 20px 50px rgb(23, 32, 90, .5);
  		border: 4px solid rgba(42,152,209,1.00);
		border-radius: 5px;
  		color: white;
  		padding: 1vw 0 1vw 2vw;
}

.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box span:nth-child(1)
{
  transform:rotate(0deg);
}



.box span:nth-child(3)
{
  transform:rotate(180deg);
}



.box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background:rgba(173,226,254,1.00);
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }

}
  .drain-pan {
		display: flex;
	  justify-content: space-around;
	  gap: 2vw;
	}
.drain-pan img {
	width: 85%;
	border-radius: 7px;
}

.row-a {
	display: flex;
	gap: 2vw;
	justify-content: space-around;
}

.row-a img {
	width: 80%;
	border-radius: 7px;
	margin-top: 2vw;
}
.column-a:nth-child(1) {
	width: 60%;
}
.block {
	width: 100%;
	height: 2.5vw;
	background-color: rgba(0,132,201,.8);
	border-radius: 7px;
	margin: 4vw 0;
}

.row-b {
	display: flex;
	gap: 2vw;
	justify-content: space-around;
}
.row-b img {
	display: block;
	
	margin: 0 auto;
}
.row-b:nth-child(1) {
	width: 60%;
}
#pro {
	width: 3vw;
	height: 4.3vw;
	margin: auto 0;
	transform: rotateY(20deg) rotateX(5deg);
	
}

#email-icon {
	width: 5vw;
	height: 5vw;
	margin: auto 0;

}
@media (max-width:750px) {
	.tabs-container {
		width: 100%;
		margin-top: 2vw;
		
	}
	.icon {
		width: 3%;
	}

.tabs {
	margin-bottom:-1vw;
	display:flex;
	flex-direction: column;
    justify-content: space-between;
}

.tabs a {
    cursor: pointer;
    padding: 2vw;
    width:100%;              
}


.block {
	width:100%;
	margin:0;
	height:8vw;
	background-color: rgba(156,211,56,1.00);
	text-align: center;
	
}
			.box {
		
		flex-direction: column;
	
	} 
	.go {
		justify-content: space-around;
		margin-left: 10vw;
	}
	#email-icon {
		width: 8vw;
		height: 8vw
	}
	#pro {
		width: 6vw;
		height: 9vw;
	}
}
@media (max-width:650px) {

.top-banner {
		flex-direction: column;
		background: rgba(0,132,201,1.00);
    background: linear-gradient(45deg, rgba(0,132,201,1.00));
	}

	.text-box {
		width: 94%;
	}
	.text-box h1 {
		font-size: 6.5vw;
		text-shadow: 1px 1px 1px rgba(255,255,255,.2);

}
	.text-box p {
		font-size: 18px;
	}
	.photobanner {
		width: 100%;
	}
	.photobanner img {
		width: 35vw;
		display: block;
		margin: -2vw auto 2vw;
		float: none;
	}

	.row-a {
		flex-direction: column;
		
	}
	.column-a {
		width: 94%;
	}
	.row-b {
		flex-direction: column;
	}
	.column-b {
		width: 94%;
	}
.learnMore {
	width: 25%;
	
}
	.icon {
		width: 3%;
	}
	
.disclaimer p {
	font-size: 8px;
}
}
@media (max-width:550px) {
.learnMore {
	width: 33%;
	}

			.link-rows {
		flex-wrap: wrap;
		
	}
	.link-rows a {
		width: 45%;
	}
		.download {
		margin: 4vw 0;
	}
		.links .pg {
	width: 40%;
}
.links .fs {
	width: 16%;
}
.link-rows img {
	width: 33%;
	margin: 1vw 4vw;
	
}
	.product-logo {
	position: relative;
	margin-top: 14vw;
	margin-bottom: 1vw;
	display: flex;
	justify-content: space-around;
}
.product-logo img {
	width: 23vw;
	align-self: start;
}
.product-logo img:nth-child(2) {
	width: 10vw;
	margin-top: -6vw;
}
}
@media (max-width:450px) {
	.top-banner {
		flex-direction: column;
		background-color:rgba(47,150,219,1.00);
		background: rgba(47,150,219,1.00);
	}
	.text-box {
		display: block;
		width: 96%;
		padding: 3vw 0 0;
		margin: 0 auto;
		
	}
	.text-box h1 {
		display: block;
		text-align: center;
		font-size: 30px;
		width: 90%;
		margin: 6vw auto 0;
	}
	.text-box p {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.photobanner img {
		display: block;
		width: 55%;
		margin: 0 auto;
	}


}
@media (max-width:370px) {


	.top-banner {
		margin-top: 10vw;
	}

	}