@charset "UTF-8";

/* Body */
body, html{
	font-family:"Lato", sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	font-weight: 200;
	width: 100vw;
	overflow-x: hidden;

}
#content a {
	color: rgba(0,132,201,1.00);
}
#content a:hover {
	color: rgba(243,112,60,1.00);
}
#content li {
	line-height: 1.4;
	font-size: 18px;
	font-weight: 500;
}
h3 {
	text-align: left !important;
}
.top-banner {
	display:flex;
	justify-content: space-around;
	gap: 1em;
	width: 100%;
	margin-top: 7vw;
	background: rgb(48,111,156);
background: linear-gradient(90deg, rgba(48,111,156,1) 0%, rgba(48,111,156,1) 55%, rgba(255,255,255,1) 100%);

	padding: 4em 0;

}

.photobanner {
	display: flex;
	

}
.photobanner img {
	display:block;
	align-self: center;
	width: 80%;
}

.text-box {
	width: 80%;
	align-self: center;
	vertical-align: center;
	padding: 0 2em;
	
	
	
}
.text-box h1 {
	color:#FFFFFF;

	font-size: 3.3em;
}
.text-box p {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 1.5em;

}

.underline {
	text-decoration: underline;
	text-decoration-color: rgba(243,112,60,1.00);
}

.product-logo {
	position: relative;
	margin-top: 9vw;
	margin-bottom: 1vw;
	display: flex;
	justify-content: space-around;
}
.dr-logo {
	width: 10vw;
	margin-left: -3vw;
}
.product {
	width: 13vw;
	margin-left: 2vw;
}
.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;

	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: 15%;
}
.darkmode .containerT {
    background-color: #1A1B1F;
    color: #8a8a8a;
}
.tabs-container { 
    width: 94%;
    margin: 3vw auto;
	z-index:90;
}

.tabs {

    display: flex;
      justify-content: space-between;
}

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

.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;
  
}

.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%;

    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;
}
.flex-row {
	display: flex;
	justify-content: space-between;
	margin: 1vw 2vw;
}
.flex-row img {
	width: 25%;
	border-radius: 10px; 
}

.div-row {
	width: 100%;
	margin: 4vw 0;
	display: flex;
	justify-content: space-between;
	gap: 2vw;
}
.div-column {
	width: 50%;
}
.div-row img {
	display: block;
	border-radius: 7px;
	margin: 0 auto;
}
.color-block {
	width: 100%;
	background-color: rgba(218,233,255,1.00);
	height: 3vw;
	border-radius: 7px;
	margin: 2vw 0;
}
.block {
	background-color: rgba(218,233,255,1.00);
	padding: 2vw;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(100,100,100,.4);
	margin-bottom: 3vw;
}
.block-row {
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	color: rgba(40,40,40,1.00);
	gap: 2vw;
	
}
.block-b {
	background-color: rgba(218,233,255,1.00);
	width: 50%;
	padding: 2vw;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(100,100,100,.4);
	margin-bottom: 3vw;
}
.before-a img {
	width: 100%;
	margin-top: 2vw;
}
.background {
	background-color: rgba(60,152,214,1.00);
	padding: 1vw 1vw;
	color: rgba(227,231,255,1.00);
	margin: 5vw auto;
}


.go {
    display: flex;
    background-color: rgba(0,132,201,1.00);
    gap: 1em;
    padding: 1em;
    border-radius: 4px;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.go:hover {
    background-color: rgba(243,112,60,1.00);
}

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

.cta {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	margin: 0 auto;
	gap: 1em;
}
.cta p {
	font-weight: 400;
	color:rgba(240,240,240,1.00);
}
#pro {
	width: 6.3vw;
	margin: auto 0;
	align-self: flex-start;	
}

#email-icon {
	width: 5vw;
	margin: auto 0;
	align-self: flex-start;
}
   
@media (max-width:800px) {
	.top-banner {
		margin-top: 13vw;
		flex-direction: column;
		gap: 0;
		background: rgb(48,111,156);
		height: 90vh;
   
	}

	.cta {
		flex-direction: column;
		justify-content: center;
		width: 90%;
	}
	.text-box h1 {
		font-size: 2.6em;
	}
	.text-box {
		width: 94%;
	}

	.photobanner {
		width: 100%;
	}
	.photobanner img {
		width: 50vw;
		display: block;
		margin: 0 auto;
	}
	.flex-row {
		flex-wrap: wrap;
	
}
	.flex-row img {
		width: 70%;
	}
.image-a {
	width: 99%;
	margin: 1vw auto 5vw;
	box-sizing: border-box;
	border: 4px double rgba(50,72,124,1.00);
	padding: 2vw;
	border-radius: 5px;

}

.image-a img {
	width: 100%;
	border-radius: 10px;
}
.column-b {
	width: 90%;
	
}

.row-a {
	display: flex;
	flex-wrap: wrap;
}

.column-a:nth-child(1) {
	border-right: none;
}
.rows-b {

	flex-wrap: wrap;
}
.rows-b img {
	margin-top: 2vw;
	border-radius: 10px;
}

.drain-image img {
	width: 50%;
}
}
@media (max-width:750px) {


.div-row {
	width: 100%;
	margin: 4vw 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2vw;
}
.div-column {
	width: 100%;
}

.block-row {
	width: 100%;
	display:flex;
	flex-direction: column;
	
}
.block-b {
	width: 100%;

}

	.tabs-container {
		width: 100%;
		margin-top: 2vw;
		
	}
	.icon {
		width: 5%;
	}

.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);

	
}

	#email-icon {
		width: 6vw;
		height: 6vw
	}
	#pro {
		height: 6vw;
		width: 12vw;
	}
}
@media (max-width:650px) {




.text-box p {
	font-size: 16px;
	
}
.learnMore {
	width: 25%;
	
}
	.icon {
		width: 3%;
	}
	#email-icon {
		width: 8vw;
		height: 8vw;
	}
	}

@media (max-width:550px) {

	.icon {
		width: 8%;
	}

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

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

		.link-rows {
		flex-wrap: wrap;
	}
		.download {
		margin: 4vw 0;
	}

	.dr-logo {
		width: 15vw;
	}
	.product {
		width: 18vw;
	}
}
