*{
	margin:  0;
	padding: 0;
}


:root {
		prefers-color-scheme: dark;
  	color-scheme: light dark;
}


::selection {
  color: black;
  background: var(--icon-social); 
}


.dark {
  --primary-bg:  rgba(0,0,0,.8); 
  --secondary-bg:  rgba(120,120,120,1.0);
 /* --secondary-bg:  <?php echo $rand_background_dark_rgba; ?>;*/
  --primary-color:  rgba(255, 255, 255, 1.0);
  --secondary-color:  rgba(144,19,78,1.0);
  --white:  rgba(255, 255, 255, 1.0);
  --black:  rgba(0, 0, 0, 1.0);
  --grey:  rgba(120,120,120,1.0);
  --primary-link:  rgba(0,212,187,1.0);
  --secondary-link:  rgba(128,128,128,1.0);
  --filter: invert(0%);
  --logoinvert: invert(0%);
  --icon-social: rgba(0,212,187,1.0);
  --rotate: rotate(0deg);
  --shadow: inset 0 0 30px rgba(0,0,0,0.0), inset 0 0 50px rgba(0,0,0,0.0), inset 0 0 70px rgba(0,0,0,0.0);
  --background-img: url('../rotate_dark.php') repeat;
  --cursorA: url("../img/cursor1.svg"), auto;
  --cursorB: url("../img/cursor2.svg"), auto;
}


.light {
  --primary-bg:  rgba(128, 128, 128, .8);
  --secondary-bg:  rgba(200, 200, 200, 1.0); 
  --primary-color:  rgba(0, 0, 0, 1.0);
  --secondary-color:  rgba(0,212,187,1.0);
  --white:  rgba(255, 255, 255, 1.0);
  --black:  rgba(0, 0, 0, 1.0);
  --grey:  rgba(120,120,120,1.0);
  --primary-link: rgba(144,19,78,1.0);
  --secondary-link:  rgba(100,100,100,1.0);
  --filter: invert(100%);
  --logoinvert: invert(100%);
  --icon-social: rgba(144,19,78,1.0);
  --rotate: rotate(180deg);
  --shadow: inset 0 0 30px rgba(0,0,0,0.7), inset 0 0 50px rgba(0,0,0,0.5), inset 0 0 70px rgba(0,0,0,0.2);
  --background-img: url('../rotate_light.php') repeat;
  --cursorA: url("../img/cursor3.svg"), auto;
  --cursorB: url("../img/cursor2.svg"), auto;
 

}




html{
	scroll-behavior:smooth;
	height: 100%;
}

body{
	background: var(--background-img); 
/*background-color: var(--secondary-bg); */
  cursor: var(--cursorA);
  font-family: 'Inter', sans-serif;
  line-height:1.2;
  font-size: 16px;
	height: 100%;
	min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
	transition: 1s;
	animation:fadein 1.0s ease;
}



a {
  font-family: 'Inter', sans-serif;
	line-height:1.2;
	font-size: 16px;
  cursor: var(--cursorB);
}


button{
  font-family: 'Open Sans', sans-serif;
	line-height:1.2;
	font-size: 16px;
  cursor: var(--cursorB);
}


@keyframes fadein{
  from{opacity:0}
  to{opacity:1}
}

#c {
	float: right;
	position: relative;
	margin-top: 0%;
  width: 100%;
  height: 100%;
}

#header {
  width: 100%;
  height: 353px;
}

::-webkit-scrollbar{
  width: 6px;
  background: transparent;
}


::-webkit-scrollbar-track{
	background: transparent;
}


::-webkit-scrollbar-corner{
	border-radius: 0px;
}


::-webkit-scrollbar-thumb{
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  background-color: var(--primary-link);
  transition: 1s;
}


a{
	color: var(--secondary-link); 
	text-decoration:none;
	transition: 1s;

}


a:hover{
	color: var(--primary-link);
}




u {    
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.wrapper{
	width: 100%;
	height: auto;
	min-height: 100%;
	box-sizing: border-box;
	position: absolute;
  /* box-shadow: var(--shadow); */
}

.nav-bar .top-icon {
  display: none;
}

.nav-bar{
	width: 100%;
	height: auto;
	padding: 0px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--primary-color);
	background: transparent;
  position: relative;
  z-index: 1;
  transition: 1s;
}


.navbarContent{
	margin-left: 2%;
	width: 96%;
	position:relative;
	background: transparent;
	float:left; 
	height: auto;
	transition:  1s; 
}


.center-logo{
	flex: 80%;
	width: 50px;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0%;
	margin-top: 0px;
	border: none;
	filter: var(--logoinvert) blur(0px);
	transition: 1s;
}

.center-logo:hover{
  filter: var(--logoinvert) blur(5px);
}


.text-logo{
	width: 280px;
	height: auto;
	padding: 0px;
	opacity: 1.0;
	margin-left: 5%;
	margin-top: 8px;
	border: none;
  filter: var(--logoinvert) blur(0px);
  transition: 1s;
}

.text-logo:hover{
  filter: var(--logoinvert) blur(5px);
}


.payoff{
  flex: 20%;
	position: relative;
	text-align: left;
	height: auto;
	padding: 0px;
	opacity: 1.0;
	margin-left: 10px;
	margin-top: 0px;
	border: none;
  transition: 1s;
}



.payoff-logo{
	display: none;
	float: left;
	width: 190px;
	height: auto;
	padding: 0px;
	opacity: 0.0;
  filter: var(--logoinvert) blur(0px);
  transition: 1s;
}


.payoff-logo:hover{
  filter: var(--logoinvert) blur(5px);
}

.sub{
	display: none;
	margin-left: 5%;
	width: 180px;
	height: auto;
	transition: 1s; 
}

.nav-logo{
	width: 300px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0 0px;
	border: none;
	display: inline-flex;
	transition:  1s; 
}


.nav-bar ul{
	float: right;
	height: inherit;
	width: auto;
  padding: 0px;
  display: inline-flex;
  margin-right: 0px;
  margin-top: 9px;
  transition:  1s; 

}


.nav-bar ul li{
	text-transform: uppercase;
	list-style: none;
	display: inline-flex;
	margin-right: 0px;
	justify-content: space-around;
	transition:  1s; 
}


.nav-bar ul li a{
	color: var(--primary-color);
	text-decoration: none;
	transition: 1s;

}

.nav-bar ul li a.active {
	color: var(--primary-color);
	transition: 1s;
}


.nav-bar ul li a.active::before {
/* content: "▸ "; */
  content: "◼ ";
  color: var(--primary-link);
  position: relative;
  display: inline-block;
  left: 0;
  margin-right: 4px;
  transition: 1s;
}

.nav-bar ul li a.active::after {
 /* content: " ◂";*/
  content: " ■";
  color: var(--primary-link);
  position: relative;
  display: none;
  right: 0;
  transition: 1s;
}


.nav-bar ul li:not(:last-child) a:hover{
	color: var(--primary-link);
}



.navbarContent ul li:not(:last-child){
	color: var(--primary-color);
	font-size:20px;
	margin-right: 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	border-radius: 0px;
	letter-spacing: 0px;
	transition: 1s;
}


nav {
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	transition:  1s;
}


nav ul{
	list-style:none;
	transition:  1s;
}


hr2 {
	position: relative;
	width: 100%;
	height: 2px; 
	display: block;
	border: none;
	background-color: var(--grey);
	margin: 0px 0px 0px;
	transition: 1s;
}

hr {
	position: relative;
	width: 100%;
	height: 2px; 
	display: block;
	border: none;
	background-color: var(--grey);
	margin: 0px 0px 0px;
	transition: 1s;
}

hr::before,
hr::after {
  content: "";
  position: absolute;
  width: 12px; 
  height: 4px;
  border: none;
  border-top: 4px solid var(--primary-color);
  transition: 1s;
}

hr::before {
  left: 0;
}

hr::after {
  right: 0;
}


h1{
	text-transform: initial;
	color: var(--primary-color);
	font-size:28px;
	line-height: 32px;
	letter-spacing:0px;
	font-weight: 900;
	margin:10px 0px 8px;
	padding: 0;
	display: table;
	text-transform: uppercase;
	transition: 1s;
}


h1::before {
  content: "◼ ";
  color: var(--primary-color);
	transition: 1s;
  animation: pulse 2.0s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

    
@keyframes pulse {
  0%   { opacity: 0.1; }
  50%  { opacity: 1.0; }
  100% { opacity: 0.1; }
}


h1:hover::before {
  
}


h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  padding-left: 0px;
}

h2 span {
  background-color: var(--primary-link);
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  transition: 1s;
}

h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  background: transparent;
  transition: 1s;
}


h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 0px;
  font-weight: 850;
  color: var(--primary-color);
  position: relative;
  padding-left: 0px;
	transition: 1s;
}

h4:hover{
  filter: blur(5px);
}


perc {
	font-family:'Open Sans', serif; 
	font-size:36px;
  line-height: 36px;
  letter-spacing:-1px;
  padding-left: 0px;
  padding-right: 0px;
	color: var(--primary-color);
	font-style: italic;
	transition: 1s;
}


input, select{
	vertical-align:middle;
}

img{
	border:none;
	filter:blur(8px);
  transition:filter .5s ease;
	margin-top:10px;

}


p{
	margin-top: 16px;
}


main{
	width: 100%;
  min-height: 100%;
  box-sizing: border-box;
	padding-bottom: 100px;
	overflow: auto;
	transition: 1s;
}


main img{
	width: 30%;
	float: right;
	margin-right: 10%;
	margin-top: 10%;
	filter: grayscale(0);
	transition: filter 1s;
	position: relative;
	transition: 1s;
}




section{
	padding: 0px;
	margin-top: 18px;
	width: 100%;
}

section.related {
	margin-top: 100px;
}

section ul{
	display: flex;
}

section ul li{
	cursor: var(--cursorB);
	text-align: center;
	font-size: 16px;
	list-style: none;
	background-color: var(--primary-link);
	color: var(--white);
	border-style: solid;
	border-color: var(--primary-link);
	padding: 10px 10px;
	margin: 0px;
	margin-right: 5px;
	letter-spacing: 0px;
	border-radius: 0px;
	transition: 1s;
	min-width:100px;
}


section ul li.active{
	background-color: var(--black);
	color: var(--white);
	border-style: solid;
	border-color: var(--primary-link);

}

section ul li:hover{
	background-color: var(--black);
	color: var(--white);
	border-style: solid;
	border-color: var(--black);
}


/*
.product img{outline:2px solid red;}
.itemBox{outline:2px solid blue;}
.product a{outline:2px solid green;}
.middle{outline:2px solid yellow;}
*/


.product{
  margin: 0;
  margin-top: 16px;
  padding: 0;
  box-sizing: border-box;
  width: 100%; 
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  transition: grid-template-columns 1s ease;

}


.related-product {
	margin-top: 16px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}



.related-product .itemBox {
  flex: 0 0 calc(100% / 5);
  min-width: calc(100% / 5);
  aspect-ratio: 1 / 1;
}


.related-product .itemBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  filter:brightness(100%);
  transition: filter 1s ease, transform 1s ease;

}


.related-product a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: 1s;
}


.related-product .middle {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}



.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  filter:brightness(100%);
  transition: filter 1s ease, transform 1s ease;

}

.product .itemBox{
	position: relative;
	aspect-ratio:1 / 1;
	width:100%;
  height:100%;
  display:block;
  margin: 0;
  padding: 0;
}

.product .itemHero{
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio:1 / 1;
    width:100%;
    height:100%;
}


.product a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: 1s;
}


.product .middle {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}


.itemBox:hover img,
.itemHero:hover img{
    filter:brightness(15%);
    transform:scale(0.96);
}


.itemBox:hover .middle,
.itemHero:hover .middle{
    opacity:1;
    transition:1.0s;
}


.bottomtext{
    font-size:16px;
    padding:12px;
    background:var(--primary-link);
    color:var(--white);
    transition: 1s;
}


.product-full {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.img-portfolio {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
  min-height: 1px;
	margin-bottom: 5px;
	background-color: transparent;
}


.img-portfolio img{
	position: relative;
	margin: 0px;
	width:  100%;
	height:  100%;
	max-width: 100%;
	object-fit: contain;
	transition: 1s;
}

.img-portfolio:hover img{
    transform:scale(0.98);
}


.content{
	margin-top: 16px;
	margin-bottom: 10%;
	margin-left: 2%;
	width: 96%;
	height: auto;
	float: left;
	text-transform: none;
	font-size:16px;
	letter-spacing: 0px;
	position: relative;
	box-sizing: border-box;
	flex: 1 1 auto;
	background-color: transparent;
	color: var(--primary-color);
	transition: 1s;
	z-index:0;
}


.half{
	width: 69%;
	margin: 0%;
	margin-top: 18px;
	height: auto;
	float: left;
	font-size:16px;
	letter-spacing: 0px;
	position: relative;
  z-index:0;
  transition: 1s;
}


.half1{
	width: 42%;
	margin: 0%;
	margin-top: 18px;
	height: auto;
	float: left;
	font-size:16px;
	letter-spacing: 0px;
	position: relative;
  z-index:0;
  transition: 1s;
}


.half2{
	width: 29%;
	margin: 0%;
	height: auto;
	float: right;
	font-size:16px;
	margin-top: 18px;
	letter-spacing: 0px;
	position: relative;
  z-index:0;
  transition: 1s;
}


.half3{
	width: 27%;
	padding-left: 10px;
	margin: 0%;
	margin-top: 18px;
	float: left;
	font-size:16px;
	letter-spacing: 0px;
	position: relative;
  z-index:0;
  transition: 1s;
}


.half4{
	width: 27%;
	padding-left: 10px;
	margin: 0%;
	margin-top: 18px;
	float: left;
	font-size:16px;
	letter-spacing: 0px;
	position: relative;
  z-index:0;
  transition: 1s;
}

.container0 {
  width: 100%;
  height: auto;
  background-color: transparent;
	padding-bottom: 20px;
}

.containerA {
	font-size: 18px;
	position: relative;
  width: 45%;
  float: left;
  background-color: transparent;
  padding-bottom: 20px;
}

.containerB {
	font-size: 18px;
	position: relative;
  width: 45%;
  float: right;
  background-color: transparent;
  padding-bottom: 20px;
}


.containerhero {
	display: flex;
  flex-wrap:no-wrap;
	margin-left: 2%;
	margin-top: 40px;
	height: auto;
  width: 96%;
  align-items: baseline;
  transition: 1s;
}


.containerhero:hover {
 filter: blur(5px);
}

.containerhr {
	display: flex;
  flex-wrap:no-wrap;
	margin-left: 2%;
	margin-top: 8px;
	height: auto;
  width: 96%;
  align-items: baseline;
  transition: 1s;
}



.containertimer {
	flex: 85%;
	position: relative;
	text-align: right;
  text-transform: uppercase;
  color: var(--primary-color);
  transition: 1s;
}



.containerheroA1 {
  position: relative;
  flex: 15%;
  align-self: baseline;
  animation: revealUp 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition:1s;
}


hero {
	flex: 20%;
	align-items: baseline;
	position: relative;
	background-color: transparent;
	transition: 1s;
}


.containerheroA1 h3 {

  font-family:'DM Serif Display', serif;
  color: var(--primary-color);
  font-size: 110px;
  line-height:96px;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  transition:1s;
}

@keyframes revealUp {
	from {
  filter: blur(10px);
  }
  to {
  filter: blur(0px);
  }
}

.containerheroA1:hover{
  transform: scale(0.98);

}


#clock::after {
    content: " •"; 
    display: inline-block;
    margin-left: 12px;
    margin-right: -20px;
    animation: pulse2 1.0s infinite;
    color: var(--primary-link);
}


@keyframes pulse2 {
    from {
        opacity: 1.0;
        transform: scale(1.1);
    }

    to {
        opacity: 0.0;
        transform: scale(1);
    }
}

/*.containertimer{outline:2px solid red;}
.containerhero{outline:2px solid blue;}
.containerheroA1{outline:2px solid orange;}
 hero{outline:2px solid green;}
 .header3D{outline:2px solid orange;}*/

.gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}


.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}


.container01 {
	margin-bottom: 0px;
  width: 100%;
  height: auto;
	padding-bottom: 0px;
}

.containerA1 {
	margin: 0px;
	margin-top: 0px;
	position: relative;
  width: 79%;
  float: left;
  padding-bottom: 0px;
}

.containerB1 {
	margin: 0px;
	position: relative;
  width: 20%;
  float: right;
  margin-top: 12px;
  padding-bottom: 0px;
}

.container1 {
	font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
  background: var(--icon-social);
  border-radius: 0px;
  transition: 1s;
  z-index: 0;
}

.skills {
  position: relative;
  text-align: left;
  padding: 5px;
  color: var(--white);
  height: 20px;
  overflow: hidden;
}

.skills b {
  position: relative;
  z-index: 3;
}

.skills::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--grey);
  z-index: 1;
  animation: growBar 1s ease forwards;
}



.C4D::before {width: 90%;}
.ZB::before  {width: 80%;}
.MAX::before {width: 60%;}
.KS::before  {width: 60%;}
.SP::before {width: 80%;}
.SD::before {width: 60%;}
.PS::before {width: 90%;}
.ILL::before {width: 90%;}


@keyframes growBar {
  from { width: 0%; }
  to   { }
}

.percent {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  color: var(--white);
  top: 50%;
  left: 0;
  transform: translate(-120%, -50%);
  z-index: 3;
}



.form-group{
    margin-bottom:1.0em;
    transition:all .3s;
}

.form-control{
    box-shadow:none;
    border-radius:0px;
    color: var(--white);
    background-color: var(--grey);
  	border-bottom: 1px solid var(--white);
    border-style:none none solid none;
    width:98%;
    font-family:'Open Sans', serif; 
    font-size: 16px;
    padding-left: 5px;
    line-height: 22px;
    transition:all .6s;
}
.form-control::placeholder{
    color: var(--black);
    font-style: italic;
}
.form-control:focus{
    box-shadow:none;
    border-color: var(--primary-color);
    outline:none;
}
.form-group:focus-within{
    transform:scale(1.01,1.01);

}

.form-control:invalid:focus{
    border-color: rgba(144,19,78,1.0);
}
.form-control:valid:focus{
    border-color: rgba(0,212,187,1.0);
}

textarea{
    resize:none;
}




#btn-top {
  display: none;
  position: fixed;
  bottom: 16.5%;
  right: 46px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
	background-color: var(--primary-link);
  color: var(--white);
  padding: 10px;
  border-radius: 0px;
  transition: 1s;
}

#btn-top:hover {
  background-color: var(--black);
}


#btn-right {
  display: none;
  position: fixed;
  bottom: 16.5%;
  right: 91px;
  z-index: 98;
  font-size: 18px;
  border: none;
  outline: none;
  color: var(--white);
	background-color: var(--primary-link);
  padding: 10px;
  border-radius: 0px;
  transition: 1s;
}

#btn-right:hover {
  background-color: var(--black);
}

#btn-left {
  display: none;
  position: fixed;
  bottom: 16.5%;
  right: 128px;
  z-index: 97;
  font-size: 18px;
  border: none;
  outline: none;
  color: var(--white);
	background-color: var(--primary-link);
  color: white;
  padding: 10px;
  border-radius: 0px;
  transition: 1s;
}

#btn-left:hover {
  background-color: var(--black);
}



.btns{
	margin-top: 20px;
	margin-right: 10px;
  font-family: "Open Sans", sans-serif;
	font-weight: bold;
	background-color: var(--primary-link);
	color: var(--white);
  border-style: solid;
	border-color: var(--primary-link);
	border-radius: 0px;
	transition: 1s;
	text-align: center;
	font-size: 16px;
	list-style: none;
	padding: 6px 14px;
	letter-spacing: 0px;
	min-width:80px;
}


.btns:hover{
	background-color: var(--black);
	color: var(--white);
	border-style: solid;
	border-color: var(--black);
}



.cte{
	margin-top: 20px;
	margin-right: 10px;
  font-family: "Open Sans", sans-serif;
	font-weight: bold;
	background-color: var(--primary-link);
	color: var(--white);
  border-style: solid;
	border-color: var(--primary-link);
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	list-style: none;
	padding: 6px 14px;
	letter-spacing: 0px;
	min-width:80px;
	transition: 1s;
}


.cte:hover{
	background-color: var(--black);
	color: var(--white);
}



footer.site-footer {
  margin-bottom: 0px !important;
	/* background-color: var(--primary-bg);    */
	background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  min-height: 120px;
  height:auto;
  width:100%;
  text-align: center;
  padding: 5px;
  color: var(--primary-color);
  box-sizing: border-box;
  transition: 1s;
  /*background: url(../img/logo2.svg) top left no-repeat;*/
}


#footerContent{
	margin-left: 2%;
	width: 96%;
  background-size: cover;
	position:relative;
	float:left; 
	font-size:16px;
	color:#fff;
	height: auto;
	margin-bottom: 20px;
}


#footerContent a{
  color: var(--primary-color);
	text-decoration:none;
	transition: 1s;
}


#footerContent a:hover{
	color: var(--primary-link);
}


ul#footerLegals{
	position:relative;
	left:40px; 
	margin-top: 16px;
	float:left; 
	font-size:16px; 
	height: auto;
	transition: 1s;
}


ul#footerLegals li{
  margin-left:40px; 
  margin-top: 1px;
  height: auto;
  text-align:left; 
  color: var(--primary-color);
  transition: 1s;
}


ul#footerLegals li b{
  padding-left:3px;
  margin-bottom: 2px;
  height: auto;
  float:left; 
  background-color: var(--primary-link);
  color: var(--white);
  display: table;
  min-width:100px;
  transition: 1s;
}



ul#footerLegals2{
	position:relative;
	left:40px; 
	margin-top: 16px;
	float:left; 
	font-size:16px; 
	height: auto;
	transition: 1s;
}


ul#footerLegals2 li{
  margin-left:40px; 
  margin-top: 1px;
  height: auto;
  text-align:left; 
  color: var(--primary-color);
  transition: 1s;
}


ul#footerLegals2 li b{
  padding-left:3px;
  margin-bottom: 2px;
  height: auto;
  float:left; 
  background-color: var(--primary-link);
  color: var(--white);
  display: table;
  min-width:100px;
  transition: 1s;
}


#social2{
	color: var(--white);
	position:relative;
	float:left; 
	right: 0px;
	margin-top:10px; 
	margin-right:20px; 
	transition: 1s;
}

#social2 a{
	color: var(--white);
	transition: 1s;
}

#social2 a:hover{
	color: var(--black);
}


#social {
	position:absolute; 
	right: 0px;
	margin-top:16px; 
	margin-right:0px; 
	transition: 1s;
}


#social a{
	color: var(--white);
	transition: 1s;
}

#social a:hover{
	color: var(--black);
}



ul.vcard{
	position:absolute;
	top: 60px;
	right:0px; 
	text-align:right; 
	margin-top: 0px; 
}


ul.vcard li{
	font-size:14px; 
	color: var(--primary-color);
	text-align:right;
	list-style:none;
	margin:0px 0px 2px;
	transition: 1s;
}


.footer-logo{
	position:absolute;
	left:0px; 
	float:left; 
	width: 50px;
	height: auto;
	margin-top: 16px;
	opacity: 1.0;
	border: none;
  filter: var(--logoinvert) blur(0px);
  transition: 1s;
}


.footer-logo2{
	position:absolute;
	float:left; 
	width: 50px;
	height: auto;
	margin-top: -5px;
	opacity: 1.0;
	border: none;
  filter: var(--logoinvert) blur(0px);
  transition: 1s;
}

.footer-logo2:hover{
  filter: var(--logoinvert) blur(5px);
}


.footer-logo:hover{
  filter: var(--logoinvert) blur(5px);
}



.footerUP {
	text-align:left;
	transition: 1s;
}



.fa {
  padding: 0px;
  width: 18px;
  align-items: center;
  height: 18px;
  text-decoration: none;
  margin: 0px;
  transition: 1s; 
}


.fa:hover {
  opacity: 1.0;
  color: var(--primary-color);

}


.fas {
	float: right;
	padding: 0px;
  width: 18px;
  height: 18px;
  text-decoration: none;
  margin: 0px;
  margin-right: 0px;
  transition: 1s; 
}


.fas:hover {
  opacity: 1.0;
  color: var(--primary-color);
}


.fab {
  padding: 10px;
  width: 18px;
  height: 18px;
  text-decoration: none;
  margin: 0px;
  border-radius: 0px;
}


.fab:hover {
  opacity: 1.0;
  color: var(--primary-color);
}



.fa-bars {
  margin-top: 0px;
  margin-right: 0px;
  background: transparent;
	color: var(--primary-link);
}


.fa-file-download {
  float: right;
  background: transparent;
	color: var(--primary-link);
	margin-top: 6px;
	margin-right: 0px;
}

.fa-chevron-left {
  float: right;
  background: transparent;
	color: var(--primary-link);
	margin-top: 6px;
}

.fa-list{
  float: right;
  padding-right: 10px;
  padding-left: 3px;
  background: transparent;
	color: var(--primary-link);
	margin-top:6px;
}

.fa-chevron-right {
  float: right;
  margin-right: -4px;
  background: transparent;
	color: var(--primary-link);
	margin-top: 6px;
}

.fa-lock {
  float: right;
  padding-left: 10px;
  background: transparent;
	color: var(--primary-link);
	margin-top:6px;
}


.fa-unlock {
  float: right;
  background: transparent;
	color: var(--primary-link);
	margin-top: 6px;
}


.fa-adjust {
	margin-top: 0px;
	padding-right: 0px;
  background: transparent;
	color: var(--primary-link);
	transform: var(--rotate);
  transform-origin: 60% 48%;
}



.fa-chevron-up {
  background: transparent;
	color: var(--white);
  float: left;
	display: inline-block;
	position: relative;
	margin-left: 20px;
	margin-top: 30px;
}


.fa-artstation {
	background: var(--icon-social);
  color: white;
}


.fa-linkedin {
	background: var(--icon-social);
  color: white;
}


.fa-facebook {
	background: var(--icon-social);
  color: white;
}

.fa-instagram {
	background: var(--icon-social);
  color: white;
}

.fa-twitter {
	background: var(--icon-social);
  color: white;
}


.scene3D {
	cursor: var(--cursorB);
	position: relative;
	width: 100%;
	height: 400px;
	float: right;
	margin-top: 0%;
  transition: 1s;
}






.header3D {
	cursor: var(--cursorB);
  display: block;
	position: absolute;
	width: 100%;
  height: 100%;
	margin-top: 0px;
  z-index: -9999;
  transition: 1s;
}


.cookie-bar {
	max-width: 50%;
  position: fixed;
  align-self: center;
  bottom: 6%;
  z-index: 999999;
  background: rgba(20, 20, 20, 0.95);
  color: #fff;
  font-size: 14px;
  padding: 14px 18px;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.cookie-bar.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

.cookie-inner {
  max-width: 100%;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-text {
  flex: 1;
  line-height: 1.4;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-link {
  color: #bbb;
  text-decoration: underline;
  font-size: 16px;
}

.cookie-actions button {
	font-weight: bold;
	background-color: var(--primary-link);
  color: var(--white);
  border: none;
  padding: 8px 14px;
  transition: 1s;
}

.cookie-actions button:hover {
  	background-color: var(--black);
}


@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



@media print {
    #halfs, .half1, .half4 { width: 75%; }
	  .nav-bar ul, .half2, .half3, #footerUP, #social, .containerB1, h1::before, .container1, #btn-top, .product .middle, .list { display: none !important; }
	  h2, h1, hr, span, #footerContent, .content{	color: black; }
    hr { border-top:1px solid black; }
    .text-logo { filter: brightness(0.0); }

}



@media only screen and (max-width: 1400px) and (orientation: portrait) {

#header {
  width: 100%;
  height: 216px;
}

.fa-adjust {
  transform-origin: 40% 45%;
  padding-right: 10px;
}

.navbarContent{
	width: 90%;
	margin-left: 5%;
}


.containerA {
  width: 100%;
}

.containerB {
  width: 100%;
  float: left;
}

.content{
	width: 90%;
	margin-top: 12px;
	margin-left: 5%;
	margin-bottom: 15%;
}


.containerhero {
	margin-top: 0px;
	width: 90%;
	margin-left: 5%;
}

.containertimer {
  margin-top: -4px;
}

#footerContent{
	width: 90%;
	margin-left: 5%;

}

.product {
  grid-template-columns: repeat(3, 1fr);
  transition: 1s;
}

.related-product .itemBox {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  aspect-ratio: 1 / 1;
}

.text-logo{
	display: none;
	width: 210px;
}

.center-logo{
	margin-top: 0px;
	width: 50px;
	transition: 1s;
}


h1{
	font-size:20px;
	line-height: 24px;
	transition: 1s;
}



h1::before {
  color: var(--primary-color); 
  content: "■ ";
  line-height: 22px;
}


h2 {
  font-size: 18px;
  line-height: 22px;
}

h4 {
	display: none;
  font-size: 18px;
  line-height: 22px;
}

.containerheroA1 h3 {  
	margin-top: 0px;
	font-size: 62px;
	line-height: 54px;
	text-align: left;
	align-self: baseline;
	transition: 1s;

}



.containerhr {
	display: none;
}


perc {
	font-size:20px;
  line-height: 22px;
	transition: 1s;
}


h2 span {
  background-color: var(--primary-link);
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  transition: 1s;
}




	 .nav-bar ul {
  	display: none;
 }

 	 .nav-bar ul li{
  	display: none;
  	height: 0px;
 }

   .half2 {
	  display: none;
	  	transition: 1s;
}

	 .half3 {
	  display: none;
	  	transition: 1s;
}


	.half {
	 width: 100%;
	 transition: 1s;
}

	.half1 {
	 width: 100%;
	 transition: 1s;
}

	.half4 {
	 padding-left: 0px;
	 width: 100%;
	 transition: 1s;
}



 .nav-bar {
    width: 100%;
    transition:  1s; 
 }


 .nav-bar .top-icon {
 		display: inline-flex;
 	  justify-self: flex-end;
		position: relative;
		align-self: center;
		float: right;
		margin-top: 0px;
		transition:  1s; 
 }



 .nav-bar .top-icon ul{
	list-style: none;
	display: inline-block;
	align-items: center;
	height: inherit;
	width: auto;
	transition:  1s;
}


.nav-bar .top-icon ul li{
	font-size: 18px;
	display: inline-block;
	position: relative;
	align-self: center;
	transition:  1s;
}


.nav-bar .top-icon ul li a:hover{
	background: transparent;
}


 .nav-bar .top-icon .icon {
		position: relative;
		padding: 0px;
		margin: 0px;
		transition:  1s; 
 }


  .nav-bar .top-icon .switch {
		position: relative;
		padding: 0px;
		margin: 0px;
		transition:  1s; 

 }


.form-control{
    width:100%;
}


/* 
.product .middle {
display: none;
}


.itemBox .bottomtext {
display: none; 
} 
*/




/*
.nav-bar ul li a.active {
	margin-right: -10px;

}
*/

.nav-bar ul li a.active::before {
  display: none;
}

.nav-bar ul li a.active::after {

	margin-right: -14px;
	margin-left: 4px;
  display: inline-block;
}



 .nav-bar.responsive {
 		position: relative;
  	flex-direction: column;
	  align-items: flex-start;
	  text-align: right;
	  float: right;
	  z-index: 1;
	  height: auto;
	  /* box-shadow: 0 0px 2px 0px white, 0 8px 10px -4px var(--primary-link); */
	  transition:  1s; 
 }

  .nav-bar.responsive ul {
	  display: inline-block;
  	margin-top: 50px;
  	margin-right: -50px;
	  margin-bottom: 0px;
	  line-height: inherit;
		align-self: flex-end;
		float: right;
	  padding: 0 0px;
	  height: auto;
	  transition: 1s;
	  position: relative;
 }

  .nav-bar.responsive ul:not(:last-child) {
	  display: inline-block;
	  margin-top: 0px;
	  line-height: inherit;
		align-self: flex-end;
		float: right;
	  padding: 0 0px;
	  height: auto;
	  transition: 1s;
		position: relative;
 }

.navbarContent ul li:not(:last-child){
	color: var(--primary-color);
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 0px;
	letter-spacing: 0px;
	transition: 1s;
}


  .nav-bar.responsive ul li:not(:last-child){
  	font-size: 18px;
  	padding-left: 0px;
	  padding-right: 0px;
    margin-right: 0px;
	  display: block;
	  text-align: right;
	  margin-top: 0px;
	  line-height: inherit;
	  padding-bottom: 4px; 
	  height: auto;
	  transition: 1s;
	  position: relative;
 }




  .nav-bar.responsive ul li a:hover{
		color: var(--primary-link);
	  background-color: transparent;
 }


 .nav-bar.responsive .top-icon {
 	  	font-size: 18px;
  	  padding-left: 0px;
	    padding-right: 0px;
	  	margin-top: 9px;
	  	margin-right: 50px;
 			display: inline-block;
 			float: right;
			position: relative;
			flex-direction: row;
			align-self: flex-end;
	  	transition: 1s;
 }

 .nav-bar.responsive .navbarContent {
	  	transition: 1s;
 }

  .nav-bar.responsive .top-icon ul{
  	margin-top: 0px;
		transition: 1s;
 }


 .nav-bar.responsive .top-icon ul li{
 	  font-size: 18px;
		display: inline-block;
	  transition: 1s;
 }


  .nav-bar.responsive .top-icon ul li:not(:last-child){
	  transition: 1s;
 }


 .nav-bar.responsive .top-icon .icon {
		position: relative;
		transition: 1s;
 }


  .nav-bar.responsive .top-icon .switch {
		position: relative;
		transition: 1s;
 }


.nav-bar.responsive .text-logo {
		opacity: 0.0;
		width: 0px;
		filter: var(--logoinvert) blur(10px);
		transition: 1s;
	}



.nav-bar.responsive .center-logo {
	 margin-top: 0px;
		width: 190px;
		transition: 1s;
	}



.nav-bar.responsive .payoff-logo {
	display: none;
	width: 190px;
	margin-top: 16px;
  opacity: 1.0;
  transition: 1s;
}


.nav-bar.responsive .sub {
 	  display: block;
	  margin-top: -24px;
	  width: 180px;
	  opacity: 1.0;
	  transition: 1s;
}

section ul{
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

section ul li {
	  min-width:26%;
	  opacity: 1.0;
	  margin-right: 0px;
	  transition: 1s;
}


.fa-chevron-right{
	margin-top: 0px;
	margin-right: -6px;
}

.fa-unlock, .fa-lock, .fa-list, .fa-file-download, .fa-chevron-left{
	margin-top: 0px;
	width: 18px;
	height: 18px;
}

.content.responsive {
/*transform: translate(0%, -5px);*/
/*	margin-top: +20px; */
	width: 90%;
}


	.half.responsive {
/*transform: translate(0%, -5px);*/
/*margin-top: +20px; */
	width: 100%;
}

	.half1.responsive {
/*transform: translate(0%, -5px);*/
/*margin-top: +20px; */
	width: 100%;
}

}


@media only screen and (max-width: 1400px) and (min-width: 676px) and (orientation: landscape){ 

  .product {
    grid-template-columns: repeat(4, 1fr);
  }

  .related-product .itemBox {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  aspect-ratio: 1 / 1;
}

}


@media only screen and (max-width: 675px) and (orientation: portrait) {

h1::before {
  color: var(--primary-color); 
}

	.product {
    grid-template-columns: repeat(2, 1fr);
  }




  .related-product .itemBox {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    aspect-ratio: 1 / 1;
  }


  /* Hero shrinks to single row */
  .product .itemHero {
    grid-column: span 2;
    grid-row: span 1;
  }



.half3 {
	  display: none;
	  transition: 1s;
	}


#footerUP {
		display: none;
	}


#btn-top {
  display: none;
  position: fixed;
  bottom: 69px;
  right: 25px;
  transition: 1s;
}

#btn-right {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 28px;
  transition: 1s;
}

#btn-left {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 64px;
  transition: 1s;
}


#social {
	position: relative;
	text-align:center;
	transition: 1s;
}

footer.site-footer {
  bottom: 10px;
}

ul.vcard {
	position: relative;
	margin-top: -50px;
	right: 0px;
	transition:  1s;
}


ul.vcard li{
	text-align:center;
	font-size:14px; 
	transition: 1s;
}


  .cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    width: 100%;
    justify-content: space-between;
  }


}



@media only screen and (max-width: 439px) and (orientation: portrait) {


    .nav-bar.responsive ul {
        margin-right: 0px; 
        margin-top: -64px;
        transition: 1s;
    }
  
   .nav-bar.responsive .top-icon {
   	font-size: 18px;
  	padding-left: 0px;
	  padding-right: 0px;
	  margin-right: 0px;
	  transition: 1s;
 }

section.related {
	margin-top: 50px;
}

	.product {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Hero shrinks to single row */
  .product .itemHero {
    grid-column: span 2;
    grid-row: span 1;
  }

  .related-product .itemBox {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }


}