@font-face {
  font-family: "H_Lt";
  src: url("/fonts/Helvetica_Now_Text_Light.otf") format("opentype");
}
@font-face {
  font-family: "H_Roman";
  src: url("/fonts/Helvetica_Now_Text_Regular.otf") format("opentype");
}
@font-face {
  font-family: "H_Md";
  src: url("/fonts/Helvetica_Now_Text_Medium.otf") format("opentype");
}
@font-face {
  font-family: "H_Bd";
  src: url("/fonts/Helvetica_Now_Text_Bold.otf") format("opentype");
}
:root {
  --blackGrad: radial-gradient(100% 100% at 100% 0, #4e4e4e 0, #000000 100%);
  --blueGrad: radial-gradient(100% 100% at 100% 0, #0076ff 0, #0062d5 100%);
		--pinkGrad: radial-gradient(100% 100% at 100% 0, #ff3d49 0, #991b96 100%);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.supportInner87 {
    display: block;
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
    transition: .3s ease all;
    border-radius: 3px;
    min-height: 50vh;
}
.shippingCountry {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-right: 20px;
    width: 100%;
}
.flex {
				display: flex;
}
.countryCurrency {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}
.productWrapNoStock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    transition: .2s ease all;
    background: #fff;
    box-shadow: 0 0 15px -8px #ccc;
    border-radius: 5px;
    padding: 50px;
}
.verIco {
    background: #f2f2f2;
    border-radius: 7px;
    height: 50px;
    width: 50px;
    margin: 20px;
}
.installText {
    font-family: 'H_Bd';
    font-size: 10px;
    color: #ccc;
}
.progMiniWrap {
    padding: 2px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100px;
    position: relative;
    margin-right: 20px;
}
.progMiniBar {
    background-color: #57e657;
    padding: 3px;
    border-radius: 5px;
    position: relative;
    display: block;
    width: 50%;
}
.tableWrap {
    border: 0px solid red;
    height: 50px;
    width: 10%;
    perspective: 125px;
    top: -135px;
    position: relative;
    z-index: 5;
}
.tableTop {
    padding: 3px;
    border: 0px solid blue;
    transform-style: preserve-3d;
    transform: rotateX(45deg);
    border-radius: 50%;
    box-shadow: 0 0 80px 0px #4e4e4e;
    background: transparent;
}
.expressVideo {
    height: 50%;
    outline: none;
    clip-path: inset(2px 2px);
    object-fit: contain;
}
.hiImg1 {
    height: 50%;
    width: 100%;
    outline: none;
    clip-path: inset(2px 2px);
    object-fit: contain;
    z-index: 99999999999999;
    position: relative;
    display: block;
    border: 0px solid red;
    background: url('../res/214301.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.hieraki {
    width: 100%;
    margin-bottom: 25px;
    font-family: 'H_Lt';
    font-size: 12px;
    color: #cecece;
    text-align: right;
}
.hiR {
    vertical-align: text-top;
    font-size: 25px;
}
.hiWrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    justify-content: center;
				transition: .3s ease all;
				opacity: 1;
}
.hiSpan1 {
    width: 100%;
    border: 0px solid red;
    text-align: left;
    font-family: 'H_Roman';
    letter-spacing: -8px;
    font-size: 100px;
    line-height: 150px;
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: -20px;
    opacity: 0;
    position: relative;
    animation: animIn1 1s 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.hiSpan2 {
    width: 100%;
    border: 0px solid red;
    text-align: left;
    font-family: 'H_Roman';
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 30px;
    padding-left: 35px;
    opacity: 0;
    position: relative;
    animation: animIn1 1s 1;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    margin-block-start: 0;
}
.visionHi1 {
    width: 100%;
    border: 0px solid red;
    text-align: left;
    font-family: 'H_Roman';
    letter-spacing: -5px;
    font-size: 70px;
    line-height: 70px;
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: -20px;
    opacity: 0;
    position: relative;
    animation: animIn1 1s 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes animIn1 {
from {
				top:100px;
				
}
to {
				top: 0px;
				opacity: 1;
}
}
.expressCol22 {
    height: 90vh;
    width: 100%;
    border: 0px solid blue;
    background-position: right center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: url('/res/expressions/expressionView.6.webp');
    animation: expressionsMain1 10s infinite;
    animation-timing-function: step-end;
    transition: 0s ease all;
}
.btm25 {
    bottom: 25px !important;
}
.introSweep {
				opacity: 1;
				width: 100vw;
				height: 100vh;
				top: 0;
				left: 0;
				position: fixed;
				display: block;
				background: #131313;
				animation: introSweep 1s 1;
				animation-timing-function: cubic-bezier(0,1.15,.49,.98);
				animation-fill-mode: forwards;
				animation-delay: .5s;
				z-index: 9999999999999;
}
@keyframes introSweep {
0% {
				height: 100vh;
}
90% {
				opacity: 1;
}
100% {
				height: 0vh;
				opacity: 0;
}
}
.startAnim1 {
				animation: startAnim1 .5s 1;
				animation-fill-mode: forwards;
				animation-timing-function: cubic-bezier(1,.34,.49,.98);
				animation-delay: 1s;
				opacity: 0;
}
.startAnim2 {
				animation: startAnim2 .5s 1;
				animation-fill-mode: forwards;
				animation-timing-function: cubic-bezier(1,.34,.49,.98);
				animation-delay: 1.2s;
				opacity: 0;
}
@keyframes startAnim1 {
0% {
				left: -25%;
				opacity: 0;
}
85% {
				opacity: 1;
}
100% {
				left: 0%;
				opacity: 1;
}
}
@keyframes startAnim2 {
0% {
				right: -25%;
				opacity: 0;
}
85% {
				opacity: 1;
}
100% {
				right: 0%;
				opacity: 1;
}
}
.expressText1 {
    font-family: 'H_Bd';
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1px;
}
.expressText2 {
    font-family: 'H_Lt';
    font-size: 20px;
    letter-spacing: -.25px;
}
.expressCol1 {
    height: 20vh;
    width: 100%;
    border: 0px solid red;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.expressCol2 {
				height: 80vh;
				width: 100%;
				border: 0px solid blue;
				background-position: center center;
				background-size: contain;
				background-repeat: no-repeat;
				background-image: url('/res/expressions/expressionView.6.webp');	
				animation: expressionsMain1 10s infinite;
				animation-timing-function: step-end;
				transition: 0s ease all;
}
@keyframes expressionsMain1 {
0% {
			background-image: url('/res/expressions/expressionView.6.webp');	
}


13% {
			background-image: url('/res/expressions/expressionView.1.webp');	
}
15% {
			background-image: url('/res/expressions/expressionView.2.webp');	
}

28% {
			background-image: url('/res/expressions/expressionView.1.webp');	
}
30% {
			background-image: url('/res/expressions/expressionView.3.webp');	
}


43% {
			background-image: url('/res/expressions/expressionView.1.webp');	
}
45% {
			background-image: url('/res/expressions/expressionView.4.webp');	
}

58% {
			background-image: url('/res/expressions/expressionView.1.webp');	
}
60% {
			background-image: url('/res/expressions/expressionView.5.webp');	
}

73% {
			background-image: url('/res/expressions/expressionView.1.webp');	
}
75% {
			background-image: url('/res/expressions/expressionView.6.webp');	
}
}
.textEditAdmin {
    vertical-align: middle;
    font-size: 16px;
    color: blue;
    padding-left: 5px;
    padding-right: 5px;
    transition: .2s ease all;
				position: relative;
    z-index: 9999999999999999999999999999999;
}
.textEditAdmin:hover {
    font-size: 20px;
}
.editTextActive {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    display: none;
    white-space: nowrap;
				width: 100%;
}
.editTextActive input {
    vertical-align: middle;
				width: 90%;
				position: relative;
    z-index: 9999999999999999999999999999999;
}
.editTextPreview {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.nightBox1 {
    background: transparent !important;
    border: 1px solid rgb(204 204 204 / 10%) !important;
}
.guardIcon1 {
    font-size: 40px !important;
    background: var(--blueGrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.babyIcon1 {
    font-size: 40px !important;
    background: var(--pinkGrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menuBtmLine {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    position: relative;
    z-index: 9;
    top: 63px;
				display: none;
}
.fullVideoBlock3 {
    box-sizing: border-box;
    outline: none;
    clip-path: inset(0px 0px);
    border: 0px solid #ccc;
    padding: 0px;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fullVideoBlock4 {
    box-sizing: border-box;
    outline: none;
    clip-path: inset(0px 0px);
    border: 0px solid #ccc;
    padding: 0px;
    position: relative;
    object-fit: contain;
    width: 350px;
}
.pad00 {
				padding: 0 !important;
}
.videoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid red;
    box-shadow: 0 0 40px 5px #ccc;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 55px);
    top: 0;
    left: 0;
    position: fixed;
    transition: .5s ease all;
    opacity: 0;
				z-index: -5;
}
.vmShowDesktop {
    display: flex !important;
}
.btnReplace {
    padding: 0 !important;
    margin: 0;
    vertical-align: middle;
    font-size: 9px !important;
}
select {
    border: 0px solid red;
    width: 100%;
    padding: 0px;
    font-family: 'H_Lt';
    font-size: 15px;
    color: #3c4043;
    position: relative;
    background: transparent;
    border-radius: 0;
    outline: none;
}
.radarBigPuff {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    padding: 100px;
}
.introIcon {
    font-size: 27px;
    padding: 0;
    margin: 0;
    line-height: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.largeIco {
    font-size: 65px;
}
.contactColumn {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}
.contactIco {
    font-size: 40px;
    background: linear-gradient(310deg, rgb(98 98 98) 0%, rgb(0 0 0) 100%);
    border-radius: 10px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 35px;
    color: #fff;
}
.maxWidth80 {
    max-width: 80%;
}
.w50 {
				width: 50%;
				border: 0px solid red;
				display: flex;
				justify-content: flex-start;
}
.mt-30 {
    margin-top: 30px;
}
.pawOrder {
    color: transparent !important;
    -webkit-text-fill-color: rgb(205 49 49 / 0%);
    -webkit-text-stroke: 0px;
    -webkit-text-stroke-color: rgb(238 238 238);
    font-size: 55px;
    vertical-align: bottom;
    background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    -webkit-background-clip: text;
}
.productWrap99 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 0px;
    transition: .2s ease all;
}
#card-error {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-block-end: 0px;
    margin-block-start: 0;
    margin-top: 25px;
    font-family: 'H_Md', sans-serif;
}
.payBtn {
    width: 100%;
    font-family: 'H_Md';
    font-size: 13px;
    color: #fff;
    background: radial-gradient(100% 100% at 100% 0, #0076ff 0, #0062d5 100%);
    border: none;
    outline: none;
    padding: 10px;
    transition: .3s ease all;
    border-radius: 3px;
    margin-top: 30px !important;
}
.payBtn:hover {
    background: radial-gradient(100% 100% at 100% 0, #0062d5 0, #0062d5 100%);
}
.uCase {
				text-transform: uppercase;
}
.textOrange {
    color: orange;
}
.whiteCircle {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid rgb(204 204 204 / 24%);
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 25px;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    box-shadow: 0 0 10px -6px #ccc;
}
.shipText1 {
    margin: 0;
    font-family: 'H_Lt';
    font-weight: normal;
    font-size: 13px;
}
.caroImg3 {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: .5s ease all;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 25px;
    flex-direction: column;
    border-radius: 0px;
}
.caroImg3:hover {
    transform: scale(1.1);
}
.productHalf10 {
    display: flex;
    justify-content: space-between;
    border: 0px solid yellow;
    flex-direction: column;
    padding: 20px;
    flex-grow: unset;
    width: 50%;
    align-items: stretch;
}
.processWrap {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.processLine {
    height: 4px;
    width: 5%;
    background-color: #f2f2f2;
    border-radius: 3px;
}
.menIco9 {
    font-size: 15px;
    padding-right: 5px;
}
.gradient001 {
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(240 245 253) 50%);*/
				background: #fff;
}
.tCenter {
				text-align: center;
}
.txtContainer {
    border: 0px solid red;
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 60px;
}
.radarWrap1 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    height: 100vh;
    max-height: 900px;
    border: 0px solid red;
}
.radarBox {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    transform: scale(0);
    transition: .5s ease all;
    position: absolute;
    margin: auto;
    box-shadow: 0 0 40px -25px #000;
    border: 0px solid rgb(28 28 28/20%);
}
.radarBox:before {
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    left: 48%;
}
.radarBox2 {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    transform: scale(0);
    transition: .5s ease all;
				box-shadow: 0 0 40px -25px #000;
    border: 0px solid rgb(28 28 28/20%);
}
.radarBox2:before {
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid rgb(255 255 255 / 75%);
    border-right: 6px solid rgb(255 255 255 / 75%);
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    left: 48%;
}
.bubbleHead {
    text-align: left;
    font-family: 'H_Md';
    font-size: 14px;
    padding-bottom: 0px;
    white-space: nowrap;
}
.bubbleText {
    text-align: left;
    font-family: 'H_Lt';
    font-size: 12px;
    padding: 0px;
    padding-left: 0;
    padding-top: 0;
}
.faceBio1 {
    width: 350px;
    height: 350px;
    padding: 20px;
    border: 0px solid green;
    background-image: url(/res/faceBio03.svg);
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
    perspective: 100px;
    perspective-origin: -70%;
    transform: scale(0);
    transition: .7s ease all;
}
.faceScanLine3 {
    width: 80%;
    height: 25px;
    border-radius: 3px;
    background-color: rgb(5 60 212 / 30%);
    box-shadow: 0 0 80px 5px rgb(5 60 212 / 75%);
    animation: scanLine2 4s infinite alternate;
    animation-fill-mode: forwards;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(5deg) rotateZ(-3deg);
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'H_md';
    text-transform: uppercase;
    font-size: 50px;
    color: transparent;
}
#pulse3D {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
				transition: .8s ease all;
}
#pulse3DStart {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateX(6deg) rotateY(0deg) rotateZ(0deg);
				transition: .8s ease all;
}
.tilt3D {
			transform: rotateX(6deg) rotateY(0deg) rotateZ(0deg) !important;
}
.radarObject1 {
				height: 100%;
				width: 250px;
				border: 0px solid red;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: contain;
				background-image: url('/res/humanVision1.png');
				opacity: 0;
				transition: .3s ease all;
}
.radarObject2 {
    height: 100%;
    width: 250px;
    border: 0px solid red;
    background-position: center bottom,center bottom 250px;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,100px auto;
    background-image: url('/res/catVision1.png'),url('/res/ball2005.png');
    opacity: 0;
    transition: .3s ease all;
}
.dogStanding1 {
    border: 0px solid red;
    height: 280px;
    position: absolute;
    width: 80%;
    left: 100%;
    background: url(/res/2209.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    bottom: 0;
}
.dogLay1Hide {
    opacity: 0;
    height: 100vh;
    max-height: 900px;
    width: 100%;
    transition: 0s ease all;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    box-sizing: border-box;
    border: 0px solid red;
}
.dogLay3Hide {
    opacity: 0;
    height: 100vh;
    max-height: 900px;
    width: 100%;
    transition: 0s ease all;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center bottom 95%;
    position: absolute;
    box-sizing: border-box;
    border: 0px solid red;
}
@keyframes scanLine {
0% {
			top: 0%;
}
50% {
			top: 100%;
}
100% {
			top: 0%;
}
}
@keyframes scanLine2 {
0% {
			top: 0%;
			height: 25px;
			color: transparent;
}
15% {
			height: 125px;
			color: #fff;
			width: 65%;
}
50% {
			height: 25px;
			width: 80%;
			color: transparent;
}
100% {
			top: 80%;
			height: 25px;
			width: 80%;
			
			
}
}
.material-symbols-outlined2 {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48
}
.stepDiv {
    overflow: hidden;
    max-height: 0vh;
 }
.shopFormWrap {
    padding: 0px;
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.shopFormWrap input {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'H_Md';
    font-size: 14px;
    color: #3c4043;
    padding: 10px;
    width: 85%;
    
}
.shopFormWrap button {
    width: 10%;
    font-family: 'H_Md';
    font-size: 12px;
    color: #fff;
    background: #0076ff;
    border: none;
    outline: none;
    padding: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.shopFormWrap i {
    width: 5%;
    font-family: 'H_Md';
    font-size: 16px;
    color: #000;
    border: none;
    outline: none;
    padding: 0px;
    padding-left: 13px;
}
.shopFormWrap2 {
    padding: 5px;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    width: 49%;
}
.shopFormWrap2 input {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'H_Lt';
    font-size: 15px;
    color: #3c4043;
    padding: 5px;
    padding-bottom: 0;
    width: 100%;
    padding-top: 0;
}
.shopFormWrap2 span {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'H_Md';
    font-size: 10px;
    color: #3c4043;
    padding: 5px;
    padding-top: 0;
    width: 100%;
    padding-bottom: 0;
}
.basketBorder {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.shopBtn1 {
    outline: none;
    padding: 15px;
    width: 100%;
    background: #0076ff;
    font-family: 'H_Md';
    font-size: 12px;
    border-radius: 3px;
    border: none;
    color: #fff;
}
.shopSep {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    height: 1px;
    width: 100%;
}
.shopHalf1 {
    width: 50%;
    min-height: 550px;
    padding: 50px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.shopHalf2 {
    width: 50%;
    min-height: 550px;
    background: #f0f0f0;
    padding: 50px;
    margin-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shopHalf3 {
    width: 50%;
    min-height: 550px;
    padding: 50px;
    padding-top: 0;
    margin-bottom: 100px;
    border-left: 1px solid #f0f0f0;
    padding-left: 50px;
}
.shopText1 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'H_Lt';
}
.fWrap {
    flex-wrap: wrap;
}
.shopLine {
    border-bottom: 1px solid #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #101010;
}
.shopCatBtn {
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    font-family: 'H_Roman';
    font-size: 12px;
    margin: 5px;
    text-transform: none;
    user-select: none;
    transition: .3s ease all;
    color: #fff;
}
.shopCatBtn:hover {
    transform: scale(1.1);
}
.tmSep {
    font-size: 40%;
    vertical-align: super;
}
.spBg2 {
    background: #fafafa;
}
.eyeBtnWrap {
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    border: 0px solid #e9e9e9;
    border-radius: 3px;
    width: unset;
    user-select: none;
    background: var(--blueGrad);
}
.eyeBtnIco {
    font-size: 17px;
    vertical-align: middle;
    color: #fff;
    padding-right: 10px;
}
.eyeBtnText {
    font-family: 'H_Md';
    letter-spacing: 0px;
    color: #fff;
    font-size: 12px;
}
.pointHeaderWrap {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 6vh;
    right: 4vw;
    text-align: right;
    z-index: 15000;
}
.pointHeader2 {
    padding: 0;
    padding-right: 5px;
    margin: 0;
    font-family: 'H_Md';
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -2px;
    background-image: linear-gradient(310deg, rgb(98 98 98) 0%, rgb(0 0 0) 100%);
    color: transparent !important;
    -webkit-background-clip: text;
}
.pointSection {
    padding: 0 !important;
    min-height: 100vh !important;
    border: 2px solid red;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(219 219 219) 100%);
}
.imgPoint {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    position: relative;
}
.imgPoint img {
    height: 100%;
    z-index: 9000;
}
.point {
    position: absolute;
    font-family: 'H_Lt';
    padding: 3px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 10000;
    transition: .3s ease all;
}
.zoomPoint {
    height: 20px;
    width: 20px;
    background: radial-gradient(100% 100% at 100% 0, #0076ff 0, #0062d5 100%);
    animation: zoomPoint 1s infinite;
    border-radius: 50px;
    transition: .2s ease all;
}
.zoomPoint:hover {
    background-color: rgb(24 144 255 / 65%);
    animation: none;
}
@keyframes zoomPoint {
0% {
     transform: scale(1);
     opacity: 1;
}
50% {
    transform: scale(1.25);
    opacity: .5;
}
100% {
     transform: scale(1);
     opacity: 1;
}
}
.point:hover > .pointVal {
    opacity: 1 !important;
}
.pointVal {
    display: inline-block;
    font-family: 'H_Md';
    font-size: 11px;
    line-height: 11px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #000;
    opacity: 0;
    transition: .2s ease all;
    user-select: none;
    background: rgb(255 255 255 / 70%);
    padding: 5px;
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
}
.pointVal:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 4px solid rgb(255 255 255 / 70%);
    border-right: 4px solid rgb(255 255 255 / 70%);
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: rotate(-135deg);
    left: 29px;
}
.sqActive {
    background: rgb(255 255 255 / 2%) !important;
    border: 2px solid rgb(255 255 255 / 63%) !important;
}
.sqBox {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 40%);
    margin-right: 15px;
    transition: .3s ease all;
}
.sqBox:hover {
    background: rgb(255 255 255 / 2%) !important;
}
.sqArrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgb(255 255 255 / 40%);
    transform: rotate(180deg);
    bottom: -30px;
    position: absolute;
    opacity: 1;
}
.text8 {
    border-left: 2px solid #ccc;
}
@keyframes rpShow {
0% {
				background-image: url('/res/rp001.png');
}
50% {
				background-image: url('/res/rp002.png');
}
100% {
				background-image: url('/res/rp001.png');
}
}
@keyframes infoImg1 {
0% {
    background-image: url('/res/focusImg1_01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
100% {
    background-image: url('/res/focusImg1_03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
}
@keyframes infoImg2 {
0% {
    background-image: url('/res/focusImg2_01.jpg');
}
30% {
    background-image: url('/res/focusImg2_02.jpg');
}
60% {
    background-image: url('/res/focusImg2_03.jpg');
}
90% {
    background-image: url('/res/focusImg2_04.jpg');
}
}
.swirlPuff1 {
    font-family: 'H_Md';
    font-size: 18px;
    letter-spacing: -1px;
    padding-left: 2px;
    line-height: 25px;
    color: #6a6a6a;
    transition: .3s ease all;
    text-align: center;
}
.contentInner7 {
    display: flex;
    justify-content: center;
    align-items: start;
    border: 0px solid #ededed;
    flex-direction: column;
    width: 80vw;
    position: relative;
    max-width: 1200px;
			 z-index: 99999999999999999;
}
@keyframes vmFade1 {
0% {
    color: #ffffff;
}
10% {
    color: #1923bb;
}
20% {
    color: #ffffff;
}
100% {
    color: #ffffff;
}
}
@keyframes fadeIn9 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes btnIn {
from {
    bottom: -15vh;
}
to {
    bottom: 0vh;
}
}
.vmText2 {
    font-family: 'H_Md', sans-serif;
    font-size: 90px;
    line-height: 80px;
    letter-spacing: -6px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0px transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -130px;
    opacity: 0;
    animation: textIn .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    --bottom: -130px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    transition: .3s ease all;
    user-select: none;
    white-space: nowrap;
    background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    -webkit-background-clip: text;
    padding: 0px;
}
.vmText2:hover {
    font-size: 100px;
    line-height: 90px;
}
.mysBg1 {
    background: url('/res/2337.webp');
    background-size: auto 80vh;
    background-repeat: no-repeat;
    background-position: center top 10vh;
}
.stickLeft1 {
					width: 50%;
					height: 100vh;
					position: sticky;
					top: 0;
					border: 0px solid red;
}
.paralRight1 {
    width: 100%;
    min-height: 100vh;
    max-width: 1500px;
    position: relative;
    border: 0px solid blue;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.appWrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.ml0 {
				margin-left: 0 !important;
}
.cardIntro3 {
    margin: 0;
    padding: 0;
    font-family: 'H_Md';
    font-size: 55px;
    line-height: 55px;
    white-space: nowrap;
    letter-spacing: -2px;
    font-weight: normal;
    transition: .3s ease all;
    text-align: center;
}
#dayandnight {
    width: 100%;
    border: 0px solid blue;
    margin: auto;
    background: #fff;
				opacity: 1;
				transition: .5s ease all;
}
@keyframes motorBox {
0% {
background-image: url('/res/motorBox/motor.1.png');
}
20% {
background-image: url('/res/motorBox/motor.2.png');
}
40% {
background-image: url('/res/motorBox/motor.3.png');
}
60% {
background-image: url('/res/motorBox/motor.4.png');
}
80% {
background-image: url('/res/motorBox/motor.5.png');
}
100% {
background-image: url('/res/motorBox/motor.6.png');
}
}
@keyframes frameBox {
0% {
background-image: url('/res/frameBox/frameBox.1.jpg');
}
7% {
background-image: url('/res/frameBox/frameBox.2.jpg');
}
14% {
background-image: url('/res/frameBox/frameBox.3.jpg');
}
21% {
background-image: url('/res/frameBox/frameBox.4.jpg');
}
28% {
background-image: url('/res/frameBox/frameBox.5.jpg');
}
35% {
background-image: url('/res/frameBox/frameBox.6.jpg');
}
42% {
background-image: url('/res/frameBox/frameBox.7.jpg');
}
49% {
background-image: url('/res/frameBox/frameBox.8.jpg');
}
56% {
background-image: url('/res/frameBox/frameBox.9.jpg');
}
63% {
background-image: url('/res/frameBox/frameBox.10.jpg');
}
70% {
background-image: url('/res/frameBox/frameBox.11.jpg');
}
77% {
background-image: url('/res/frameBox/frameBox.12.jpg');
}
84% {
background-image: url('/res/frameBox/frameBox.13.jpg');
}
100% {
background-image: url('/res/frameBox/frameBox.1.jpg');
}
}
.contentInner5 {
    width: 100%;
    border: 0px solid green;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
				max-width: 1500px;
}
.contentInner55 {
    width: 100%;
    border: 0px solid green;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
				max-width: 1500px;
}
.contentInner555 {
    width: 100%;
    margin: 5px;
    padding: 10px;
    border: 0px solid green;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
				max-width: 1500px;
}
.contentInner5550 {
    width: 100%;
    margin: 5px;
    padding: 10px;
    border: 0px solid green;
    position: relative;
    max-width: 1500px;
}
.window1 {
    padding: 15px;
    margin: 5px;
    background: #fafafa;
    min-height: 250px;
    border: 0px solid red;
    border-radius: 4px;
}
.windowElement1 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.windowElement2 {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.windowIcon1 {
    font-size: 60px !important;
    background: linear-gradient(50deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.windowIcon2 {
    font-size: 50px !important;
    background: var(--blueGrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0px transparent;
}
.windowHead2 {
    font-family: 'H_Bd';
    font-weight: normal;
    font-size: 19px;
    margin: 0;
    padding: 0;
}
.windowPara1 {
    font-family: 'H_Lt';
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    margin-block-end: 0px;
    margin-block-start: 5px;
    width: 100%;
}
.textGrad222 {
    background-image: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    color: transparent !important;
    -webkit-background-clip: text;
}
@keyframes product1Anim {
0% {
    background-image: url(/res/0304.png);
    background-repeat: no-repeat;
    background-position: center bottom 0vh;
    background-size: auto 100%;
}

50% {
    background-image: url(/res/0304_off.png);
    background-repeat: no-repeat;
    background-position: center bottom 0vh;
    background-size: auto 100%;
}
100% {
    background-image: url(/res/0304_on.png);
    background-repeat: no-repeat;
    background-position: center bottom 0vh;
    background-size: auto 100%;
}
}
.arrowDownWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 50px;
    z-index: 99999999;
}
.arrowDown {
    font-size: 100px !important;
    padding: 20px;
    animation: arrowPulse 1s infinite;
    top: 0px;
    position: relative;
    text-shadow: 0 0 25px #fff;
}
@keyframes arrowPulse {
0% {
    top: 0px;
}
50% {
    top: 10px;
}
100% {
    top: 0px;
}
}
.extraInfo33 {
    display: inline-block;
    font-family: 'H_Md';
    font-size: 12px;
    vertical-align: middle;
    padding: 15px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
    user-select: none;
    border: 0px solid #1c1c1c;
    text-align: center;
    transition: .2s ease all;
    margin-left: 0;
    background: var(--blackGrad);
    color: #fff;
    flex-grow: 1;
    max-width: 100%;
}
.extraInfo3380 {
    font-family: 'H_Md';
    font-size: 13px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 0px;
    user-select: none;
    border: 1px solid #1c1c1c;
    transition: .2s ease all;
    margin-left: 0;
    background: #fff;
    color: #000;
    flex-grow: 1;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.extraInfo3380:hover {
				background: #000 !important;
				color: #fff !important;
}
.buyBtnIco0 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.extraInfo3388 {
    font-family: 'H_Bd';
    font-size: 12px;
    padding: 2px;
    padding-left: 12px;
    padding-right: 6px;
    border-radius: 0px;
    user-select: none;
    border: 1px solid #1c1c1c;
    transition: .2s ease all;
    margin-left: 0;
    background: #fff;
    color: #000;
    flex-grow: 1;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.extraInfo3388 span {
				margin-right: 25px;
}
.extraInfo3388:hover {
				background: #000 !important;
				color: #fff !important;
}
.buyBtnIco1 {
    font-size: 19px;
    margin: 0 !important;
    padding: 0;
}
.extraInfo7474 {
    font-family: 'H_Bd';
    font-size: 13px;
    padding: 2px;
    padding-left: 12px;
    padding-right: 6px;
    border-radius: 0px;
    user-select: none;
    border: 1px solid #1c1c1c;
    transition: .2s ease all;
    margin-left: 0;
    background: #fff;
    color: #000;
    flex-grow: 1;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: normal;
    margin-top: 50px;
}
.extraInfo7474:hover {
				background: #000 !important;
				color: #fff !important;
}
.discBtn01 {
    font-family: 'H_Bd';
    font-size: 13px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 15px;
    border-radius: 0px;
    user-select: none;
    border: 1px solid #1c1c1c;
    transition: .2s ease all;
    margin-left: 0;
    background: #fff;
    color: #000;
    flex-grow: 1;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: normal;
    margin-top: 50px;
				width: 100%;
}
.discBtn01:hover {
				background: #000 !important;
				color: #fff !important;
}
.discBtn02 {
    font-family: 'H_Bd';
    font-size: 13px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 15px;
    border-radius: 5px;
    user-select: none;
    border: 1px solid rgb(28 28 28 / 20%);
    transition: .2s ease all;
    margin-left: 0;
    background: #fff;
    color: #000;
    flex-grow: 1;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: normal;
    margin-top: 50px;
    width: 100%;
    box-shadow: 0 0 40px -25px #000;
}
.discBtn02:hover {
				background: #000 !important;
				color: #fff !important;
}
.discIco01 {
    font-size: 19px;
    margin: 0 !important;
    padding: 0;
				padding-right: 0px;
				animation: discIco 1s infinite;
}
@keyframes discIco {
0% {
padding-right: 0px;
}
50% {
padding-right: 10px;
}
100% {
padding-right: 0px;
}
}
.btmBar0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #131313;
    padding: 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid rgb(240 240 240 / 10%);
    z-index: 99999999;
}
.lineMenico {
    color: #000;
    font-size: 32px;
}
.phItem2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    user-select: none;
    transition: .3s ease all;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0;
    flex-grow: 1;
    flex-basis: 30%;
    opacity: 0;
    animation: zoomOut9 1s 1;
    animation-fill-mode: forwards;
    background: #fff;
    box-shadow: 0 0 40px -25px #000;
    border-radius: 5px;
    border: 1px solid transparent;
}
.phItem2:hover {
				border: 1px solid rgb(28 28 28/20%);
}
.phVideoTextWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
    user-select: none;
    transition: .3s ease all;
    border-radius: 3px;
    margin: 5px;
    flex-grow: 1;
    flex-basis: 30%;
    opacity: 0;
    animation: zoomOut9 1s 1;
    animation-fill-mode: forwards;
    border: 0px solid #efeeee;
}
.phItemNeuro {
    display: flex;
    justify-content: center;
    padding: 12px;
    user-select: none;
    transition: .3s ease all;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0;
    flex-grow: 1;
    flex-basis: 30%;
    opacity: 0;
    animation: zoomOut9 1s 1;
    animation-fill-mode: forwards;
    background: #fff;
    box-shadow: 0 0 40px -25px #000;
    border-radius: 5px;
    border: 1px solid rgb(28 28 28/20%);
}
.phVideo1 {
    outline: none;
    clip-path: inset(1px 1px);
    height: 80px;
}
.menVid1 {
    outline: none;
    clip-path: inset(1px 1px);
    height: 50px;
}
@keyframes zoomOut9 {
from {
transform: scale(1.5);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.phRow11 {
    text-align: left;
    font-family: 'H_Md';
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    padding: 15px;
    padding-right: 30px;
}
.phRow5 {
    text-align: left;
    font-family: 'H_Md';
    font-size: 14px;
    padding-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.phRow6 {
    text-align: left;
    font-family: 'H_Lt';
    font-size: 12px;
    padding: 0px;
    padding-left: 0;
    padding-top: 0;
}
.phBlock1 {
    background: transparent;
    padding: 0px;
    display: block;
    margin-top: 050px;
    border-radius: 0;
    border: 0px solid #ccc;
}
.phWrap1 {
    width: 100%;
    border: 0px solid yellow;
    padding: 0;
    margin: 0px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.phText2 {
    font-family: 'H_Bd';
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 0;
    animation: textIn .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
    --bottom: -75px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.phText3 {
    font-family: 'H_Bd';
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -3px;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -35px;
    opacity: 0;
    animation: textIn .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
    --bottom: -35px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
}
@keyframes textIn {
0% {
    bottom: var(--bottom);
    opacity: 0;
}
100% {
    bottom: 0px;
    opacity: 1;
}
}
.productWrap1 {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
}
.frontProduct {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background: #fff;
    position: sticky;
    top: 0;
    /* background-image: radial-gradient(circle, rgb(251 251 251) 0%, rgb(255 255 255) 81%, rgb(255 255 255) 100%); */
}
.half1 {
    width: 50%;
    border: 0px solid blue;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10vh;
    padding-right: 0;
    z-index: 12000;
    position: relative;
				transition: 1s ease all;
				left: 0%;
}
.half11 {
    width: 50%;
    border: 0px solid blue;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10vh;
    padding-right: 0;
    z-index: 12000;
    position: relative;
				transition: 1s ease all;
}
.half2 {
    width: 50%;
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0vh;
    padding-bottom: 0vh;
    position: relative;
    z-index: 10000;
    overflow: hidden;
				transition: 1s ease all;
				right: 0%;
    flex-direction: column;
}
.half2 img {
    width: 100%;
    max-width: 750px;
    left: 0;
    position: absolute;
    border: 0px solid red;
    margin: 80px;
}
.half200 {
    width: 50%;
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0vh;
    padding-bottom: 0vh;
    position: relative;
    z-index: 10000;
    transition: 1s ease all;
    right: 0%;
    flex-direction: column;
}
.half22 {
    width: 50%;
    border: 0px solid blue;
    display: flex;
    justify-content: flex-start;;
    align-items: center;
    padding-top: 0vh;
    padding-bottom: 0vh;
    position: relative;
    z-index: 10000;
    overflow: hidden;
				transition: 1s ease all;
				right: 0%;
}
@keyframes swapStart {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes blinkerAnim2 {
0% {
    background-image: url('/res/focus2/blinkerOff.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
50% {
    background-image: url('/res/focus2/blinkerOn.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
100% {
    background-image: url('/res/focus2/blinkerOff.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
}

@keyframes chargeLoad {
0% {
    background-image: url('/res/focus3/charge0.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
100% {
    background-image: url('/res/focus3/charge1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
}
.textGreen {
    color: #00d52e;
}
.padRight10 {
    padding-right: 10px;
}
.sBadge {
    height: 45px;
    margin: 5px;
}
.storeBadges {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 30px;
}
@keyframes icoZoom {
0% {
    transform: scale(1.0);
}
0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1.0);
}
}
.noMarg {
    padding: 0 !important;
    margin: 0 !important;
}
.specFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
				padding-top: 5px;
    width: 100%;
}
@keyframes border1 {
0% {
    border: 5px solid rgb(37 95 255 / 0%);
}
50% {
    border: 5px solid rgb(37 95 255 / 30%);
}
100% {
    border: 5px solid rgb(37 95 255 / 0%);
}
}
.hLt {
    font-family: 'H_Lt' !important;
}
.hMd {
    font-family: 'H_Md' !important;
}
.ovUnset {
				overflow: unset !important;
}
.phRow5 {
    text-align: left;
    font-family: 'H_Bd';
    font-size: 15px;
    padding-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t13 {
    font-size: 13px;
}
.t14 {
    font-size: 14px;
}
.t16 {
    font-size: 16px;
}
.t18 {
    font-size: 18px;
}
p {
    font-family: 'H_Lt';
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    margin-block-end: 0px;
    margin-block-start: 5px;
}
strong, .strong {
    font-family: 'H_Bd';
    font-weight: normal;
}
ol {
    font-family: 'H_Lt';
    font-size: 12px;
}
h1{
    font-family: 'H_Md';
    font-weight: normal;
    font-size: 20px;
}
.lang1 {
				font-family: 'H_Md';
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.lang2 {
    padding: 0;
    margin: 0;
    font-family: 'H_Lt';
    font-size: 10px;
    color: #919191;
    white-space: nowrap;
    user-select: none;
}

.l0047 {
		background-image: url('/res/flags/norway_640.png');
}
.l0046 {
		background-image: url('/res/flags/sweden_640.png');
}

.l0045 {
		background-image: url('/res/flags/denmark_640.png');
}

.l00358 {
		background-image: url('/res/flags/finland_640.png');
}

.l0049 {
		background-image: url('/res/flags/germany_640.png');
}

.l0048 {
		background-image: url('/res/flags/poland_640.png');
}

.l0032 {
		background-image: url('/res/flags/belgium_640.png');
}
.l0033 {
		background-image: url('/res/flags/france_640.png');
}
.l0041 {
		background-image: url('/res/flags/switzerland_640.png');
}

.l0031 {
		background-image: url('/res/flags/netherlands_640.png');
}

.l0043 {
		background-image: url('/res/flags/austria_640.png');
}

.l0039 {
		background-image: url('/res/flags/italy_640.png');
}

.l00358 {
		background-image: url('/res/flags/croatia_640.png');
}

.l00420 {
		background-image: url('/res/flags/czech_republic_640.png');
}
.snapDesk {
  /*scroll-snap-align: start !important;*/
}
.l0086{
		background-image: url('/res/flags/china_640.png');
}
@keyframes turnAnim {
0% {
    color: #262626;
}
10% {
    color: #00ff37;
}
20% {
    color: #262626;
}

30% {
    color: #00ff37;
}
40% {
    color: #262626;
}
100% {
    color: #262626;
}
}
@keyframes headlightAnim {
0% {
    color: blue;
}
50% {
    color: #00ff37;
}
100% {
    color: blue;
}
}
@keyframes brakeAnim {
0% {
color: #2c2c2c;
}
50% {
color: red;
}
100% {
color: #2c2c2c;
}
}

#payment-form {
    border: 1px solid rgb(37 95 255 / 50%);
    background: #fff;
    padding: 15px;
    margin-top: 100px;
    border-radius: 3px;
    border-left: 4px solid rgb(37 95 255 / 50%);
}
.formColumn {
    display: flex;
    flex-direction: column;
    font-family: 'H_Md';
    font-size: 12px;
    margin: 15px;
    width: 100%;
}
.loginFlag {
    margin-left: 6px;
    margin-right: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 0px solid red;
    vertical-align: middle;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px;
}
.prodBtn {
    width: 100%;
    font-family: 'H_Md';
    font-size: 13px;
    color: #fff;
    background: var(--blueGrad);
    border: none;
    outline: none;
    padding: 10px;
    transition: .3s ease all;
    border-radius: 3px;
    margin-top: 50px !important;
}
.prodFlex {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    border-left: 4px solid #444444;
    border-radius: 3px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    width: 100%;
}
.prodFlex2 {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    border-left: 4px solid #444444;
    border-radius: 3px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    width: 100%;
    flex-direction: column;
}
.detailWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detailValue {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.detailLabel {
    font-family: 'H_Lt';
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.detailLabel2 {
    font-family: 'H_Md';
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.prodHead1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'H_Bd';
    padding-bottom: 5px;
}
.storeText1 {
    font-family: 'H_Md';
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.flexText {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.textWhite {
    color: #fff!important;
}
.messIcon {
    font-size: 25px;
    padding-right: 20px;
}
.fadeAnimation {
    animation: colorFade .5s infinite;
    animation-timing-function: ease;
}
@keyframes colorFade {
0% {
    opacity: .5;
}
50% {
    opacity: 1;
}
100% {
    opacity: .5;
}
}
.errorPrompt {
    background: rgb(227 24 24 / 90%);
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    border-radius: 7px;
    color: #fff;
    font-family: h_md;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 25px 0 #444;
    margin-bottom: 15px;
    user-select: none;
    display: block;
    z-index: 999999;
    bottom: -150px;
    left: 65px;
    position: fixed;
    transition: .3s ease all;
}
.successPrompt {
    background: rgb(44 44 44 / 95%);
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    border-radius: 7px;
    color: #fff;
    font-family: h_md;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 25px 0 #bbb;
    margin-bottom: 15px;
    user-select: none;
    display: block;
    z-index: 999999;
    bottom: -150px;
    left: 65px;
    position: fixed;
    transition: .3s ease all;
}
.promptLine1 {
    font-family: h_md;
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.promptLine2 {
    font-family: h_lt;
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.selectLabel2 {
    font-family: 'H_Md';
    font-size: 12px;
}
.shopSelect2 {
    flex-grow: 1;
    border: 0px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-bottom: 0px solid rgb(204 204 204 / 20%);
    user-select: none;
}
.shopSelect2:hover {
    color: #ccc;
}
.initCollapsed {
    max-height: 0vh;
    transition: .2s ease all;
    overflow: hidden;
}
.borderTop {
    border-top: 1px solid rgb(204 204 204 / 19%);
}
.faqIcoWrap {
    height: 100%;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faqIcoWrap2 {
    height: 100%;
    width: 400px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
}
.faqText1 {
    font-family: 'H_Md';
    font-size: 14px;
    line-height: 15px;
    user-select: none;
}
.faqText2 {
    font-family: 'H_Lt';
    font-size: 13px;
}
.articleContent {
    font-family: 'H_Lt';
    font-size: 13px;
				padding: 15px;
}
.articleWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: .3s ease all;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 0 15px -8px #ccc;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.faqWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: .3s ease all;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 0 15px -8px #ccc;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.faqWrap:hover {
    border-color: #1890ff;
}
.faqRow1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.faqRow2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px;
}
.articleHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 250px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.spIco2 {
    font-size: 50px;
    text-align: center;
}
.supportBtn {
    display: inline-block;
    font-family: 'H_Md';
    font-size: 13px;
    vertical-align: middle;
    padding: 9px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
    user-select: none;
    background-color: transparent;
    color: #053cd4;
    min-width: 350px;
    text-align: center;
    margin: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border: 2px solid #053cd4;
				transition: .2s ease all;
}
.supportBtn:hover {
				background-color: #053cd4;
				color: #fff;
}
.oneFieldWrap {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 3px;
}
.oneB {
    width: 14%;
    font-family: 'H_Md';
    font-size: 13px;
    color: #fff;
    background: var(--blueGrad);
    border: none;
    outline: none;
    padding: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.oneF {
    flex-grow: 2;
    padding: 10px;
    border: none;
    outline: none;
    font-family: 'H_Md';
    color: #222222;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.oneF:invalid {
    border-left: 5px solid #ffacac;
}
.oneF2 {
    flex-grow: 2;
    padding: 10px;
    outline: none;
    font-family: 'H_Md';
    color: #363636;
    font-size: 13px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    position: relative;
}
.spBlockMargin{
    margin: 20px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.productWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    transition: .2s ease all;
    background: #fff;
    box-shadow: 0 0 15px -8px #ccc;
    border-radius: 5px;
}
.productHalf1 {
    display: flex;
    justify-content: space-between;
    border: 0px solid yellow;
    flex-direction: column;
    padding: 20px;
    flex-grow: unset;
    width: 50%;
    align-items: center;
    min-height: 550px;
}
.productHalf2 {
    display: flex;
    justify-content: flex-start;
    border: 0px solid yellow;
    flex-direction: column;
    padding: 20px;
    flex-grow: unset;
    width: 50%;
}
.supportColumn1 {
    width: 45%;
    border: 0px solid red;
    padding: 15px;
    padding-left: 15px;
}
.supportColumn3 {
    width: 100%;
    border: 0px solid red;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.supportColumn8 {
    width: 100%;
    border: 0px solid red;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.spIco3 {
    padding: 15px;
    font-size: 20px;
}
.spIco4 {
    font-size: 20px;
    text-align: center;
    position: relative;
    transition: .3s ease all;
}
.spIco4:hover {
    transform: scale(1.25);
}
.supportColumn7 {
    width: 100%;
    border: 0px solid red;
    padding: 15px;
    padding-left: 0;
    padding-top: 0;
}
.supportFlex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.supportH1 {
    font-family: 'H_Lt';
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    width: 100%;
}
.supportH3 {
    padding: 0px;
    padding-left: 15px;
    margin: 0;
    font-size: 30px;
    letter-spacing: -1px;
    font-family: 'H_Md';
}
.supportH2 {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    font-size: 20px;
    font-weight: normal;
    color: #ccc !important;
    font-family: 'H_Md';
    letter-spacing: -.5px;
}
.supportH4 {
    padding: 25px;
    font-family: 'H_Md';
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding-top: 10px;
    letter-spacing: 0px;
}
.spBg1 {
    background-color: #ffffff;
    padding: 30px;
}
.headerWrap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 65px;
    padding-bottom: 0;
    padding-top: 0;
    border: 0 solid red;
    border-bottom: 1px solid rgb(255 255 255/10%);
    background: radial-gradient(100% 100% at 100% 0,#565656 0,#1c1c1c 100%);
}
.supportLeft2 {
    width: 50%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-image: url('/res/1843.webp');
    background-position: left bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    border: 0px solid yellow;
}
.supportRight {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.supportLeft {
    width: 50%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-image: url('/res/1831.webp');
    background-position: left center;
    background-size: auto 85%;
    background-repeat: no-repeat;
    border: 0px solid yellow;
}
.subHeadGroup {
				padding: 0;
				border: none;
}
.headerInner2 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    padding: 0;
    padding-top: 71px;
    align-items: stretch;
    border: 0px solid red;
}
@keyframes zoomOut {
0% {
  background-size: 150% auto;
}
100% {
  background-size: 100% auto;
}
}
.supportInner1 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    align-items: start;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    border-radius: 3px;
}
.supportInner101 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    box-shadow: 0 0 15px -8px #ccc;
}
.supportInner2 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
}
.supportInner3 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
    flex-direction: column;
    box-shadow: 0 0 15px -8px #ccc;
}
.supportInner4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    position: relative;
}
.supportInner5 {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
}
.supportInner7  {
    display: flex;
    width: 80%;
    max-width: 1300px;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
    flex-direction: column;
}
.fColumn {
			 flex-direction: column;
}
.flexEnd {
    align-items: flex-end !important;
}
.flexStart  {
    justify-content: flex-start !important;
}
.flagContainer {
    width: 250px;
    border: 1px solid rgb(204 204 204 / 19%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-family: 'H_Md';
    font-size: 15px;
    background: transparent;
    padding: 8px;
    margin-bottom: 5px;
    margin-right: 5px;
    user-select: none;
    transition: .3s ease all;
}
.flagContainer:hover {
    background: transparent;
    border-color: #fff;
    color: #fff !important;
}
.flag {
    height: 25px;
    margin-right: 10px;
}
.footMenItem {
    font-family: 'H_Lt';
    margin: 0;
    padding: 0;
    padding-left: 0px;
    font-size: 10px;
    margin-bottom: 2px;
    transition: .2s ease all;
}
.footMenItem:hover {
    color: #3e3e3e !important;
}
.mFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    border-top: 1px solid rgb(187 187 187 / 20%);
    bottom: 0;
    background-color: #131313;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.borderBottom1 {
    border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
}
.w100 {
    width: 100%;
}
.footerInner {
    border: 0px solid red;
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.footerColumn {
    font-size: 15px;
}
.footerColumn3 {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: end;
}
.footText1 {
    font-family: 'H_Md';
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.footText2 {
    font-family: 'H_Lt';
    color: #fff;
    font-size: 10px;
    padding: 0;
    margin: 0;
}
.footText4 {
    font-family: 'H_Lt';
    color: #fff;
    font-size: 10px;
    padding: 0;
    margin: 0;
    text-align: right;
}
.linkStr {
    padding-left: 0;
    padding-right: 1rem;
}
.mt-15 {
    margin-top: 15px;
}
section {
    position: relative;
}
a {
    color: unset;
}
a:hover {
    color: unset;
}
a:active {
    color: unset;
}
#desktopMenuWrap {
    transition: .5s ease all;
    opacity: 1;
}
#mobileMenuWrap {
    transition: .5s ease all;
    opacity: 1;
}
@keyframes introAnim1 {
0% {
   transform: scale(1.3);
   filter: blur(15px);
}
100% {
   transform: scale(1);
   filter: blur(0px);
}
}
.playBtn {
    font-size: 120px;
    vertical-align: middle;
    color: #ffffff;
    position: absolute;
}
.focusRow4 {
    text-align: center;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
}
#allPage {
   min-height: 100vh;
   transition: .5s ease all;
}
h2 {
    font-family: 'H_Md';
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.row7 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 70px;
    max-width: 750px;
}

* {
box-sizing: border-box;
z-index: 1;
font-weight: normal;
}
.scrollbar {
    display: block;
    position: fixed;
    height: 4px;
    width: 100vw;
    box-sizing: border-box;
    z-index: 9999999999999;
    top: 0px;
}
#scrollProgress {
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 1%;
				height: 4px;
				background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
				transition: .5s ease all;
}
.initHide {
				opacity: 0;
				transition: .5s ease all;
}
.initNone {
    display: none;
}
.animContainer7 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 0px solid blue;
    box-sizing: border-box;
    position: sticky;
    top: 0vh;
    margin: auto;
    overflow: hidden;
}
.animContainer8 {
    display: flex;
    height: 100vh;
    width: 100%;
    border: 0px solid blue;
    box-sizing: border-box;
    position: sticky;
    top: 0vh;
    max-width: unset;
    margin: auto;
    background: #131313;
    padding-top: 0vh;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    transition: .5s ease all;
}
.ah3 {
    width: 100%;
    height: 80vh;
    position: absolute;
    overflow: hidden;
    transition: .5s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    box-sizing: border-box;
}
.ah7 {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    opacity: 1;
    transition: .3s ease all;
    border: 0px solid yellow;
    flex-direction: column;
}
.ah77 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s ease all;
    border: 0px solid yellow;
}
.tRight {
    text-align: right;
}
.tRight2 {
    text-align: right;
}
.featureContent20 {
    padding: 0;
    margin: 0;
    padding-top: 0px;
    font-family: 'H_Lt';
    font-size: 13px;
    color: #424242;
}
.control {
    transform: rotateX(3deg);
}
.line {
    width: 8px;
    height: 120px;
    background: rgb(37 95 255 / 45%);
}
@keyframes lineFlow {
0% {
top: -300%; 
}
5% {
opacity: 1;
}
95% {
opacity: 1;
}
100% {
top: 0%;
opacity: 0;
}
}

@keyframes zoomAnim {
0% {
    color: #255fff;
}
50% {
    color: #132454;
}

100% {
    color: #255fff;
}
}

@keyframes splash2Anim {
0% {
background-image: url('/res/splash1_off_E1.webp'), url('/res/splash2030.jpg');
}
50% {
background-image: url('/res/splash1_on_E1.webp'), url('/res/splash2030.jpg');
}
100% {
background-image: url('/res/splash1_off_E1.webp'), url('/res/splash2030.jpg');
}
}

html {
scroll-behavior: smooth;
scroll-snap-type: y mandatory;
}
body {
  margin: 0;
  padding: 0;
}
.z5 {
				z-index: 5000;
}
.z9 {
				z-index: 9000;
}
.z10 {
				z-index: 10000;
}
.z11 {
				z-index: 11000;
}
.z12 {
				z-index: 12000;
}
.flex100 {
    display: flex !important;
    justify-content: center;
}
.w100 {
					width: 100%;
}
.row6 {
    width: 50vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    padding: 65px;
}
.contentWrap {
    display: block;
    width: 100%;
    min-height: 100vh;
    border: 0px solid red;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding-top: 0px;
}
.contentWrap2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    border: 0px solid red;
    box-sizing: border-box;
				background: #fff;
    position: relative;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
}
.contentWrap3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: unset;
    border: 0px solid red;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
}
.contentWrap3b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: unset;
    border: 0px solid red;
    box-sizing: border-box;
    position: relative;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    max-height: 100vh;
    overflow: hidden;
}
.shopObj1 {
    height: 400px;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: .5s ease all;
    background: #ffffff;
    border: 0px solid red;
    margin: auto;
    margin-bottom: 15px;
    flex-grow: 1;
    flex-basis: 25%;
    max-width: 30%;
    border-radius: 5px;
    box-shadow: 0 0 15px -8px #ccc;
    border: 1px solid #e0e0e0;
}
.shopObj1:hover {
    transform: scale(1.0);
}
.caroObj6 {
    width: 49%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    vertical-align: top;
    transition: .5s ease all;
    margin: 5px;
    flex-grow: 1;
    background: #fff;
    box-shadow: 0 0 15px -8px #ccc;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.caroObj6:hover {
    transform: scale(1.05);
}
.caroObj7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    vertical-align: top;
    transition: .5s ease all;
    margin: 0px;
    background-color: transparent;
    border-radius: 0px;
}
.caroObj7:hover {
    transform: scale(1);
}
.caroContent4 {
    padding: 15px;
}
.shopImg1 {
    height: 400px;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center center;
    transition: .5s ease all;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    align-items: end;
}
.shopImg1:hover {
    transform: scale(1.05);
}
.caroImg7 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    transition: .5s ease all;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 25px;
    flex-direction: column;
    border-bottom: 1px solid #e0e0e0;
}
.animHide {
    opacity: 0;
    height: 100vh;
    width: 100%;
    transition: 0s ease all;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    box-sizing: border-box;
    max-width: 100vw;
    border: 0 solid red;
}
.animHide7 {
    opacity: 0;
    height: 100vh;
    width: 100%;
    background-position: center top 55%;
    background-size: 900px auto;
    background-repeat: no-repeat;
    position: absolute;
    box-sizing: border-box;
    max-width: 100vw;
    border: 0 solid red;
}
.animHide77 {
    opacity: 0;
    height: 100vh;
    width: 100%;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    box-sizing: border-box;
    max-width: 100vw;
    border: 0 solid red;
}
.trig {
    border: 0px solid green;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.trig2 {
    border: 0px solid green;
    height: 50vh;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.hide {
		display: none;
}
.pageHeader {
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgb(255 255 255 / 0%);
    color: #fff !important;
    border-bottom: 0px solid #a38989;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    transition: .5s ease all;
}
.pageHeader_type2 {
    box-sizing: border-box;
    left: 0;
    right: 0;
    position: fixed;
    background: rgb(255 255 255);
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: .5s ease all;
    border-bottom: 1px solid #f0f0f0;
    top: 0px;
}
.pageHeader_type20 {
    box-sizing: border-box;
    left: 0;
    right: 0;
    position: fixed;
    background: rgb(255 255 255);
    color: #fff !important;
    padding: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: .5s ease all;
    border-bottom: 0px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menCenter {
    display: flex;
    align-items: center;
}
a:link {
    text-decoration: none;
    color: unset;
}
.specLogo1 {
    z-index: 5000;
    background-color: #e8e8e8;
    bottom: 15vh;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 60%;
    max-height: 50%;
    position: absolute;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    border: 0px solid red;
}
.logoHolderBlack {
    width: 80px;
    height: 18px;
    border: 0px solid blue;
    padding: 0px;
    background-color: #363636;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.logoHolderWhite99 {
    width: 80px;
    height: 18px;
    border: 0px solid blue;
    padding: 0px;
    background-color: #ffffff;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.logoHolderWhite991 {
    width: 40px;
    height: 18px;
    border: 0px solid blue;
    padding: 0px;
    background-color: #1c1c1c;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.logoHolderBlack8 {
    width: 80px;
    height: 20px;
    border: 0px solid blue;
    padding: 0px;
    background-color: #363636;
    margin-right: 30px;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 5px;
}
.logoHolderWhite8 {
    width: 80px;
    height: 20px;
    border: 0px solid blue;
    padding: 0px;
    background-color: #fff;
    margin-right: 30px;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 5px;
}
.logoHolderBlack9 {
    width: 155px;
    height: 50px;
    border: 0px solid blue;
    padding: 0px;
    background-color: #363636;
    margin-right: 0px;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 15px;
}
.menuObject, .menuObject22 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 12px;
    font-family: 'H_Bd';
    padding: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 8px;
    padding-left: 8px;
    user-select: none;
    background-color: rgb(255 255 255 / 0%);
    border-radius: 0px;
    transition: .5s ease all;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 12px;
    margin-left: 20px;
				color: #363636;
}
.uCase {
				text-transform: uppercase;
}
.mRight10 {
    margin-right: 10px;
}
.mLeft10 {
    margin-left: 10px;
}
.menuObject:hover {
    background-color: rgb(0 0 0 / 5%);
    color: #363636;
}
.menuObject22:hover {
    background-color: rgb(255 255 255 / 10%);
    color: #363636;
}
.menuObjectActive {
    background-color: #1c1c1c;
    color: #fff;
}
.col1 {
    color: #282828 !important;
}
.col3 {
    color: #2c2c2c !important;
}
.col4 {
    color: #adadad !important;
}
.col5 {
    color: #ffffff !important;
}
.col6 {
    color: rgb(255 255 255 / 75%) !important;
}
.col8 {
    color: #222222 !important;
}
.col100 {
    color: #363636 !important;
}
.puffRow100 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    padding: 10px;
    border: 1px solid rgb(204 204 204 / 50%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: rgb(255 255 255 / 95%);
    box-shadow: #ccc 0px 0px 55px -20px, inset #ccc 0px 0px 55px -20px;
				transition: .2s ease all;
}
.puffRow100:hover {
				transform: scale(1.2);
				user-select: none;
}
.puffHead0 {
    padding: 0;
    margin: 0 !important;
    font-size: 15px;
    font-family: 'H_Lt';
    text-transform: uppercase;
}
.puffHead2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'H_Md';
}
.puffHead22 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: 'H_Md';
}
.puffHead3 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-family: 'H_Md';
    letter-spacing: -1.5px;
}
.puffHead4 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: 'H_Md';
    padding-bottom: 6px;
    text-transform: uppercase;
}
.puffHead7 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'H_Md';
}
.puffText1 {
    padding: 0;
    margin: 0 !important;
    font-size: 13px;
    color: #4a4a4a;
    white-space: normal;
    margin-block-end: 15px;
}
.puffText2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #484848;
    font-family: 'H_Lt';
}
.puffText5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #4a4a4a;
    font-family: 'H_Lt';
    margin-block-end: 15px;
}
.puffText6 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: 'H_Lt';
}
.half1 {
			min-height: calc(50vh - 0px);
}
.flex1 {
    display: flex;
    justify-content: flex-start;
    border: 0px solid red;
    align-items: stretch;
    width: 100%;
}
.column2 {
    width: 40%;
    border: 0px solid green;
    box-sizing: border-box;
}
h3 {
    margin: 0;
    padding: 0;
    font-family: 'H_Bd';
    font-size: 23px;
    font-weight: normal;
}
h4 {
    margin: 0;
    padding: 0;
    font-family: 'H_Lt';
    font-size: 40px;
    white-space: nowrap;
    letter-spacing: -3px;
}

@keyframes fadePaus1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadePaus2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadePaus3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash1 {
0% {
  background: rgb(40 40 40);
}
50% {
  background: rgb(36 12 12);
}
100% {
  background: rgb(40 40 40);
}
}
.gradient1 {
   background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%) !important;
}
.gradient32 {
    background: linear-gradient(180deg, #f4f5f9 0%, #ffffff 20%) !important;
}
.gradient33 {
    background: linear-gradient(0deg, rgb(255 255 255 / 99%) 70vh, rgba(255,255,255,0) 100%);
}
.mt30 {
    margin-top: 30px !important;
}
.mt5 {
    margin-top: 5px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px;
}
.mt50 {
    margin-top: 50px !important;
}
.mt100 {
    margin-top: 100px;
}
.mt150 {
    margin-top: 150px;
}
.mt250 {
    margin-top: 250px;
}
.mb150 {
    margin-bottom: 150px;
}
.contentIndicator {
    display: flex;
    justify-content: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    border: 0px solid blue;
    height: 100vh;
    color: rgb(227 227 227 / 0%);
}
.ciMiddle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    border: 0px solid red;
    padding-left: 0px;
}
.ciWrap {
    display: flex;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 4px solid rgb(159 159 159 / 15%);
    margin-bottom: 6px;
}
.ciWrap_active {
    border-left: 4px solid rgb(0 0 0 / 50%);
    color: #282828;
    animation: fadeText 1s 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.ciWrap:hover {
    border-left: 4px solid rgb(0 0 0 / 50%);
    color: #282828;
    animation: fadeText 1s 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeText {
from {
  color: #282828;
}
to {
  color: rgb(40 40 40 / 0%);
}
}
.ciWrap_active2 {
    border-left: 4px solid rgb(255 255 255 / 50%);
    color: rgb(175 175 175);
    animation: fadeText2 1s 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeText2 {
from {
  color: #282828;
}
to {
  color: rgb(40 40 40 / 0%);
}
}
.ciText {
    font-family: 'H_Lt';
    font-size: 10px;
    padding-top: 3px;
    text-transform: uppercase;
    user-select: none;
    transition: .5s ease all;
}
.rpWrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: unset;
    position: absolute;
    transition: 2s ease all;
    opacity: 1;
    perspective: 90px;
    perspective-origin: bottom;
}
.rpWrap2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: unset;
    transition: 2s ease all;
    opacity: 1;
    perspective: 100px;
    perspective-origin: bottom;
    z-index: 9;
    position: absolute;
}
.pulseCircle4XXX {
    border-radius: 50%;
    width: 650px;
    height: 650px;
    position: absolute;
    opacity: 0;
    animation: scaleIn3 4s infinite cubic-bezier(0.36, .11, .90, .22);
    border: 50px solid rgb(84 163 255 / 15%);
}
.pulseCircle4 {
    width: 650px;
    height: 650px;
    position: absolute;
    opacity: 0;
    animation: scaleIn3 4s infinite cubic-bezier(0.36, .11, .90, .22);
    background: linear-gradient(white, white) padding-box,linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43) border-box;
    border-radius: 50em;
    border: 35px solid transparent;
}
.pulseCircle5 {
    width: 650px;
    height: 650px;
    position: absolute;
    opacity: 0;
    animation: scaleIn4 4s infinite cubic-bezier(0.36, .11, .90, .22);
    background: linear-gradient(white, white) padding-box,linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43) border-box;
    border-radius: 50em;
    border: 35px solid transparent;
}
.blockBg_spec {
    width: 50%;
    height: calc(100vh - 0px);
    background: url('/res/specImg1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 5rem;
    max-width: 750px;
}
.showMobile {
				display: none !important;
}
.showDesktop {
				display: block !important;
}
.showDesktopFlex {
				display: flex !important;
}
.modalWrap {
    border: 0px solid red;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999999999999;
    background: rgb(255 255 255 / 75%);
}
.infoModal {
    background: #fff;
    max-height: 50vh;
    width: 90%;
    max-width: 700px;
    min-height: 5vh;
    border: 0px solid green;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 999999999999999999999999999999999;
    padding: 1rem;
    box-shadow: 0 0 35px -10px #ccc;
    border-radius: 3px;
}
.modalHeader {
    text-align: left;
    font-family: 'H_Md';
    font-size: .8rem;
    margin: 0;
    margin-block-end: 0rem;
}
.modalContent {
    font-size: .75rem;
}
.modalClose {
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-family: 'H_Md';
    font-size: .75rem;
    text-transform: uppercase;
    width: 100%;
    border-top: 1px solid #ccc;
    cursor: default;
}
.phRow100 {
				text-align: left;
    font-family: 'H_Md';
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    padding: 15px;
    padding-right: 30px;
}
.phItem200 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    user-select: none;
    transition: .3s ease all;
    border-radius: 3px;
    margin: .3rem;
    flex-basis: 40%;
}
.phRow500 {
    text-align: left;
    font-family: 'H_Md';
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-bottom: .25rem;
}
.phRow600 {
    text-align: left;
    font-family: 'H_Lt';
    font-size: 12px;
    padding: 0px;
    padding-left: 0;
    padding-top: 0;
}
@media screen and (max-width: 1000px) {
.hiImg1 {
    height: 100%;
    width: 100%;
    outline: none;
    clip-path: inset(2px 2px);
    object-fit: contain;
    z-index: 99999999999999;
    position: relative;
    display: block;
    border: 0px solid red;
    background: url('../res/214301.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.rpWrap2 {
				display: flex;
}
.fullVideoBlock4 {
    box-sizing: border-box;
    outline: none;
    clip-path: inset(0px 0px);
    border: 0px solid #ccc;
    padding: 0px;
    position: relative;
    object-fit: contain;
    width: 10rem;
}
.videoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid red;
    box-shadow: 0 0 40px 5px #ccc;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    transition: .5s ease all;
    opacity: 0;
    z-index: -5;
}
.btmBar0 {
    display: none;
}
.half22 {
    width: 100%;
    border: 0px solid blue;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0vh;
    padding-bottom: 0vh;
    position: relative;
    z-index: 10000;
    overflow: hidden;
    transition: 1s ease all;
    right: 0%;
				order: 2;
}

.hiWrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    transition: .3s ease all;
    opacity: 1;
    flex-direction: column;
}
.expressCol22 {
    height: 100%;
    width: 100%;
    border: 0px solid blue;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/res/expressions/expressionView.6.webp');
    animation: expressionsMain1 10s infinite;
    animation-timing-function: step-end;
    transition: 0s ease all;
}
.expressVideo {
    height: 100%;
				width: 100%;
    outline: none;
    clip-path: inset(2px 2px);
    object-fit: contain;
}
.hiSpan1 {
    width: 100%;
    border: 0px solid red;
    text-align: center;
    font-family: 'H_Roman';
    letter-spacing: -5px;
    font-size: 4rem;
    line-height: 8rem;
    padding: 0px;
    padding-left: 0;
    padding-bottom: 0;
    opacity: 0;
    position: relative;
    animation: animIn1 1s 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.hiSpan2 {
    width: 100%;
    border: 0px solid red;
    text-align: center;
    font-family: 'H_Roman';
    letter-spacing: -1px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    opacity: 0;
    position: relative;
    animation: animIn1 1s 1;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
.visionHi1 {
    width: 100%;
    border: 0px solid red;
    text-align: center;
    font-family: 'H_Md';
    letter-spacing: -2px;
    font-size: 2rem;
    line-height: 4rem;
    padding: 0px;
    padding-left: 0;
    padding-bottom: 0;
    opacity: 0;
    position: relative;
    animation: animIn1 1s 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.discBtn01 {
    font-family: 'H_Bd';
    font-size: .7rem;
    padding: .4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0px;
    user-select: none;
    border: 1px solid #1c1c1c;
    transition: .2s ease all;
    margin-left: 0;
    background: #fff;
    color: #000;
    flex-grow: 1;
    max-width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: normal;
    margin-top: 50px;
    width: 70%;
    margin: auto;
    margin-top: 3rem;
}
.expressText1 {
    font-family: 'H_Bd';
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    margin: 0;
    letter-spacing: -.5px;
}
.expressText2 {
    font-family: 'H_Lt';
    font-size: .75rem;
    text-align: center;
    margin: 0;
    margin-block-start: 1rem;
    letter-spacing: -.25px;
}
.expressCol1 {
    height: 20vh;
    width: 100%;
    border: 0px solid red;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
				order: 2;
}
.expressCol2 {
    height: 50vh;
    width: 100%;
    border: 0px solid blue;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/res/expressions/expressionView.6.webp');
    animation: expressionsMain1 10s infinite;
    animation-timing-function: step-end;
    transition: 0s ease all;
				order: 1;
}
.supportInner7 p  {
				margin-block-end: 1rem;
				margin-block-start: 0rem;
}
.guardIcon1 {
    font-size: 2rem !important;
    background: var(--blueGrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.babyIcon1 {
    font-size: 2rem !important;
    background: var(--pinkGrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.largeIco {
    font-size: 3rem;
}
.phRow100 {
    text-align: left;
    font-family: 'H_Md';
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}
.phItem200 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    user-select: none;
    transition: .3s ease all;
    border-radius: 3px;
    margin: .3rem;
    flex-basis: 40%;
}
.phRow500 {
    text-align: left;
    font-family: 'H_Md';
    font-size: .7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-bottom: .25rem;
}
.phRow600 {
    text-align: left;
    font-family: 'H_Lt';
    font-size: .65rem;
    padding: 0px;
    padding-left: 0;
    padding-top: 0;
}
.showDesktopFlex {
				display: none !important;
}
.extraInfo33 {
    display: inline-block;
    font-family: 'H_Md';
    font-size: .75rem;
    vertical-align: middle;
    padding: .8rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px;
    user-select: none;
    border: 0px solid #1c1c1c;
    text-align: center;
    transition: .2s ease all;
    background: var(--blackGrad);
    color: #fff;
    flex-grow: 1;
    max-width: 100%;
    margin: .3rem;
}
.lang1 {
    font-family: 'H_Md';
    padding: 0;
    margin: 0;
    font-size: .75rem;
}
.lang2 {
    padding: 0;
    margin: 0;
    font-family: 'H_Lt';
    font-size: .6rem;
    color: #919191;
}
.modalWrap {
    border: 0px solid red;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999999999999;
    background: rgb(255 255 255 / 75%);
}
.infoModal {
    background: #fff;
    max-height: 50vh;
    width: 90%;
    min-height: 5vh;
    border: 0px solid green;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 999999999999999999999999999999999;
    padding: 1rem;
    box-shadow: 0 0 35px -10px #ccc;
    border-radius: 3px;
}
.modalHeader {
    text-align: left;
    font-family: 'H_Md';
    font-size: .8rem;
    margin: 0;
    margin-block-end: 0rem;
}
.modalContent {
    font-size: .75rem;
}
.modalClose {
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-family: 'H_Md';
    font-size: .75rem;
    text-transform: uppercase;
    width: 100%;
    border-top: 1px solid #ccc;
}
.w50 {
    width: 100%;
    border: 0px solid red;
    display: flex;
    justify-content: flex-start;
}
.contactIco {
    font-size: 1.8rem;
    background: linear-gradient(310deg, rgb(98 98 98) 0%, rgb(0 0 0) 100%);
    border-radius: 5px;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    color: #fff;
}
.maxWidth80 {
    max-width: 75%;
}
.introIcon {
    font-size: 27px;
    padding: 10px;
    margin: 0;
    line-height: 0;
				padding-left: unset;
    padding-right: unset;
}
.productWrap1 {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    padding: 0rem;
}
.phWrap1 {
    width: 100%;
    border: 0px solid yellow;
    padding: 0;
    margin: 0px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.animContainer8 {
    display: flex;
    height: 100vh;
    width: 100%;
    border: 0px solid blue;
    box-sizing: border-box;
    position: sticky;
    top: 0vh;
    max-width: unset;
    margin: auto;
    background: #131313;
    padding-top: 0vh;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    transition: .5s ease all;
    flex-direction: column;
    padding: 1.5rem;
}
.oneF2 {
    flex-grow: 2;
    padding: .5rem;
    outline: none;
    font-family: 'H_Md';
    color: #363636;
    font-size: .8rem;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    position: relative;
}
.productHalf2 {
    display: flex;
    justify-content: flex-start;
    border: 0px solid yellow;
    flex-direction: column;
    padding: 0;
    flex-grow: unset;
    width: 100%;
}
.productWrap99 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 0px;
    transition: .2s ease all;
    flex-direction: column;
}
.oneFieldWrap {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 3px;
    margin-top: 1rem;
}
.prodBtn {
    outline: none;
    border: 0px solid #f0f0f0;
    padding: 0.75rem;
    width: 100%;
    background: var(--blueGrad);
    color: #fff;
    font-family: 'H_Md';
    font-size: .75rem;
    border-radius: 3px;
}
.detailWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: .5rem;
    margin-block-end: .5rem;
}
.productHalf10 {
    display: flex;
    justify-content: space-between;
    border: 0px solid yellow;
    flex-direction: column;
    padding: 1rem;
    flex-grow: unset;
    width: 100%;
    align-items: stretch;
}
.whiteCircle {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;

}
.supportColumn8 {
    width: 100%;
    border: 0px solid red;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.processLine {
    height: 1rem;
    width: 1rem;
    background-color: #f2f2f2;
    border-radius: 3px;
    transform: rotate(90deg);
}
.processWrap {
    border: 0px solid #e0e0e0;
    border-radius: 5px;
}
.supportInner101 {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
    align-items: start;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    box-shadow: none;
    flex-direction: column;
}
.footMenItem {
    font-family: 'H_Lt';
    margin: 0;
    padding: 0;
    padding-left: 0px;
    font-size: .75rem !important;
    margin-bottom: 2px;
    transition: .2s ease all;
}
.menuIcon999 {
    font-size: 1rem;
    padding-right: .75rem;
}
.mt1000 {
    margin-top: 2rem !important;
}
.appWrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.puffRow100 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    padding: 10px;
    border: 0px solid #ccc;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    overflow: hidden;
    background: rgb(255 255 255 / 95%);
    box-shadow: #ccc 0px 0px 55px -20px;
    margin: .5rem;
}
.bubbleHead {
    text-align: left;
    font-family: 'H_Md';
    font-size: .75rem;
    padding-bottom: 0px;
    white-space: nowrap;
}
.bubbleText {
    text-align: left;
    font-family: 'H_Lt';
    font-size: .70rem;
    padding: 0px;
    padding-left: 0;
    padding-top: 0;
}
.dogStanding1 {
    border: 0px solid red;
    height: 150px;
    position: absolute;
    width: 40%;
    left: unset;
    right: 0%;
    background: url(/res/2209.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    bottom: 40px;
}
.logoHolderBlack9 {
    width: unset;
    height: 3rem;
    border: 0px solid blue;
    padding: 0px;
    background-color: #363636;
    margin-right: 0px;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 1rem;
}
.showMobile {
				display: block !important;
}
.showDesktop {
				display: none !important;
}
.showDesktop2 {
				display: none !important;
}
	.flex100 {
    display: flex !important;
				flex-direction: column;
}
.mobPageLine {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px solid red;
    height: unset;
    background: rgb(255 255 255 / 0%);
    top: 0;
    box-shadow: none;
    left: 0;
    right: 0;
    max-width: 100vw;
    z-index: 999999999999999999999999999999;
    padding: 1.5rem;
    padding-top: 1rem;
    width: 100vw;
    transition: .5s ease all;
}
.mobPageLine2 {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px solid red;
    height: unset;
    background: rgb(255 255 255);
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    z-index: 999999999999999999999999999999;
    padding: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    width: 100vw;
    transition: .5s ease all;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
}
.logoHolderWhite {
    width: 4rem;
    height: 1rem;
    background-color: rgb(255 255 255 / 75%) !important;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    padding: unset;
}
.logoHolderBlack {
    width: 4rem;
    height: 1rem;
    background-color: #444444;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    padding: unset;
}
.menIco {
    color: #444444;
    font-size: 1.4rem !important;
}
.menIcoLight {
    color: rgb(255 255 255 / 75%);
    font-size: 1.4rem !important;
}
#mobMenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999999999999;
    border-left: 1px solid #f3f3f3;
    box-shadow: 0 0 19px 0 hsl(0deg 0% 80% / 25%);
    max-width: 0%;
    box-sizing: border-box;
    opacity: 0;
    transition: .35s ease-in all;
    overflow-y: auto;
}
.closeBtn {
    left: 0;
    right: 0;
    position: relative;
    padding: 15px;
    border: 0px solid green;
    margin-bottom: 10px;
    display: block;
    text-align: right;
    font-size: 15px;
}
.mobMenObj {
    padding: 1rem;
    padding-left: .75rem;
    margin: .5rem;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    text-align: left;
    font-size: .85rem;
    font-weight: normal;
    min-width: 60vw;
    color: #404040;
    font-family: 'H_Bd';
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mobMenObj2 {
    padding: .75rem;
    margin: .5rem;
    border-bottom: 0px solid #f5f5f5;
    text-align: left;
    font-size: .75rem;
    font-weight: normal;
    min-width: 60vw;
    color: #727272;
    font-family: 'H_Lt';
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.contentIndicator {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: unset;
    overflow: scroll;
    border: 0px solid blue;
    height: 100vh;
    left: 0;
    padding: unset;
    padding-left: .75rem;
}
.ciText {
    font-family: 'H_Lt';
    font-size: .5rem;
    padding-top: 3px;
    text-transform: uppercase;
    user-select: none;
    transition: .5s ease all;
}
.contentWrap {
    display: block;
    width: 100vw;
    height: unset !important;
				min-height: 100vh;
    border: 0px solid red;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    padding-top: 0px;
}
.animHide {
    opacity: 0;
    height: 100%;
    min-width: 100%;
    transition: 0s ease all;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0rem;
}
.animHide7 {
    opacity: 0;
    height: 70%;
    min-width: 100%;
    transition: 0s ease all;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0rem;
    border: 0px solid blue;
}
.radarWrap1 {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    width: 100%;
    height: 100vh;
    max-height: 900px;
    border: 0px solid red;
    flex-direction: column;
}
.radarObject1 {
    height: 10rem;
    width: 100%;
    border: 0px solid red;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/res/humanVision1.png');
    opacity: 0;
    transition: .3s ease all;
    order: 2;
}
.dogLay1Hide {
    opacity: 0;
    height: 70%;
    max-height: 900px;
    width: 100%;
    transition: 0s ease all;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    box-sizing: border-box;
    border: 0px solid red;
    bottom: 0;
}
.dogLay3Hide {
    opacity: 0;
    height: 70%;
    max-height: 900px;
    width: 100%;
    transition: 0s ease all;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom 65%;
    position: absolute;
    box-sizing: border-box;
    border: 0px solid red;
    bottom: 0;
}
.radarBigPuff {
    position: absolute;
    width: 100%;
    padding: 1.5rem;
    top: 6rem;
}
.radarObject2 {
    height: 15rem;
    width: 100%;
    border: 0px solid red;
    background-position: left center,right top;
    background-repeat: no-repeat,no-repeat;
    background-size: auto 6rem,3rem auto;
    background-image: url('/res/catVision1.png'),url('/res/ball2005.png');
    opacity: 0;
    transition: .3s ease all;
    order: 3;
}
.txtContainer {
    border: 0px solid red;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    height: 10rem;
    bottom: 3rem;
}
.radarBox {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border: 1px solid rgb(192 192 236 / 25%);
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 50px -5px rgb(0 0 0 / 25%);
    transform: scale(0);
    transition: .5s ease all;
    position: absolute;
    margin: auto;
}
.radarBox:before {
    content: "";
    position: absolute;
    top: unset;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(135deg);
    left: 48%;
}
.puffText1 {
    margin: 0;
    font-size: .75rem;
    font-family: 'H_Lt';
    line-height: .9rem;
    padding: .2rem;
    padding-left: 0;
}
.trig {
    border: 0px solid green;
    height: 100vh;
    width: 100%;
    margin-top: 50vh;
    box-sizing: border-box;
}
h3 {
    margin: 0;
    padding: 0;
    font-family: 'H_Bd';
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}
.row6 {
    min-height: 60vh !important;
    height: unset;
    width: 100vw;
    position: relative;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0rem;
    border: 0px solid red;
}
.row7 {
    min-height: 40vh !important;
    height: unset;
    width: 100vw;
    position: relative;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0rem;
}
.rpWrap {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    transition: 2s ease all;
    opacity: 1;
    top: 0;
    overflow: hidden;
}
.noPad {
				padding: 0 !important;
				}
.blockBg_spec {
    height: unset;
    width: 100%;
    background: url('/res/specImg1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 5rem;
    border: 0px solid yellow;
}
.ah3 {
    width: 100%;
    height: 70vh;
    position: absolute;
    overflow: hidden;
    transition: .5s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    box-sizing: border-box;
    background-color: #0c0c0c;
}
.ah7 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(204 204 204 / 6%);
    transition: left 1s;
    transition-timing-function: ease-in-out;
    position: absolute;
}
#pulse3D {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transition: .8s ease all;
    bottom: -40px;
    position: absolute;
}
#pulse3DStart {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
				transform: rotateX(25deg) rotateY(0deg) rotateZ(0deg);
    transition: .8s ease all;
    bottom: -125px;
    position: absolute;
}
.tilt3D {
			transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg) !important;
}
.featureContent20 {
    padding: 0;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    font-family: 'H_Lt';
    font-size: .75rem;
}
.mt5 {
    margin-top: .25rem;
}
.snap1 { 
    scroll-snap-align: unset;
}
.parentObj {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mt15 {
    margin-top: .5rem !important;
}
.mt20 {
    margin-top: 1rem !important;
}
.gb {
				background: url(../res/en_gb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
.langFlags {
    padding: .75rem;
    padding-right: 0;
    margin: .5rem;
}
.puffHead2 {
    padding: 0;
    font-size: .70rem;
    font-family: 'H_Bd';
}
.puffText2 {
    padding: 0;
    font-size: .70rem;
    color: #484848;
    font-family: 'H_Lt';
}
h2 {
    font-family: 'H_Md';
    font-weight: normal;
    font-size: .9rem;
    margin: 0;
    padding: 0;
}
.contentWrap2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: unset;
    border: 0px solid red;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding-top: 0px;
}
.mt30 {
    margin-top: 1rem !important;
}
.animContainer7 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 0px solid blue;
    box-sizing: border-box;
    position: sticky;
    top: 0vh;
    overflow: hidden;
}
.focusRow4 {
    text-align: center;
    padding: 1rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-right: 1rem;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.windowIcon2 {
    font-size: 2rem !important;
    background: var(--blueGrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0px transparent;
}
.specFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.splashExtra {
    color: rgb(255 255 255 / 81%) !important;
    line-height: .7rem;
}
.tRight {
    text-align: unset;
}
.tRight2 {
    text-align: right;
}
.playBtn {
    position: absolute;
    top: unset;
    left: unset;
				bottom: unset;
    font-size: 3rem;
    vertical-align: middle;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.column2 {
    width: 50%;
    min-height: 50vh;
    border: 0px solid green;
    box-sizing: border-box;
}
.puffHead3 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-family: 'H_Md';
    letter-spacing: -.03rem;
}
.puffText5 {
    padding: 0;
    margin: 0;
    font-size: .75rem;
    font-family: 'H_Lt';
}
.caroImg3 {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .5s ease all;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: .75rem;
    flex-direction: column;
}
.mFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border-top: 1px solid rgb(187 187 187 / 20%);
    bottom: 0;
    background-color: #131313;
    position: relative;
    flex-direction: column;
}
.footerInner {
    border: 0px solid red;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
}
.footerColumn3 {
    font-size: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: end;
    margin-top: 1rem;
    width: 100%;
}
.footText2 {
    font-family: 'H_Lt';
    color: #fff;
    font-size: .75rem;
    padding: 0;
    margin: 0;
}
.puffHead4 {
    padding: 0;
    margin: 0;
    font-size: .75rem;
    font-family: 'H_Md';
    padding-bottom: .25rem;
}
.flagContainer {
    width: unset;
    border: 1px solid rgb(204 204 204 / 19%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-family: 'H_Md';
    font-size: .8rem;
    background: transparent;
    padding: .25rem;
    margin-bottom: .25rem;
    margin-right: .25rem;
    transition: .3s ease all;
}
.flag {
    height: 1.5rem;
    margin-right: .5rem;
}
.footText1 {
    font-family: 'H_Md';
    color: #fff;
    font-size: .75rem;
    padding: 0;
    margin: 0;
}
.footText2 {
    font-family: 'H_Lt';
    color: #fff;
    font-size: .60rem;
    padding: 0;
    margin: 0;
    padding-top: .25rem;
}
.footerColumn {
    font-size: .75rem;
}
.mt-15 {
    margin-top: .75rem;
}
.footerColumn {
    font-size: .75rem;
    width: 100%;
}
.flagsExtra {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.headerWrap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    background-color: #fff;
}
.supportH1 {
    font-family: 'H_Lt';
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    margin-top: 0rem;
    font-weight: normal;
    letter-spacing: -.05rem;
    text-align: left;
}
.supportFlex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
}
.supportInner1 {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    flex-direction: column;
    margin-block-end: 1rem;
}
.supportColumn1 {
    width: 100%;
    border: 0px solid red;
    padding: 15px;
    padding-left: 0;
}
.spBlockMargin {
    margin: 0rem !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
}
.mt150 {
    margin-top: 0;
}
.mt250 {
    margin-top: 2rem;
}
.mb150 {
    margin-bottom: 2rem;
}
.oneF {
    flex-grow: 2;
    padding: .6rem;
    border: none;
    outline: none;
    font-family: 'H_Md';
    color: #363636;
    font-size: .8rem;
}
.oneB {
    flex-grow: 1;
    font-family: 'H_Md';
    font-size: .75rem;
    background: var(--blueGrad);
    outline: none;
    border: none;
    background-color: #1890ff;
    color: #fff;
    padding: 0;
}
.spIco2 {
    font-size: 2rem !important;
    text-align: center;
}
.supportH4 {
    padding: 1rem;
    font-family: 'H_Md';
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
    padding-top: 1rem;
    letter-spacing: 0;
}
.supportBtn {
    display: inline-block;
    font-family: 'H_Md';
    font-size: .8rem;
    vertical-align: middle;
    padding: .8rem;
    padding-left: unset;
    padding-right: unset;
    border-radius: 3px;
    user-select: none;
    background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    color: #fff;
    border: 0px solid transparent;
    min-width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.snapDesk {
  scroll-snap-align: unset !important;
}
.shopSelect2 {
    flex-grow: 1;
    border: 0px solid red;
    display: flex;
    justify-content: left;
    align-items: center;
    align-content: center;
    padding: 0;
    padding-bottom: .5rem;
    padding-top: .5rem;
    border-bottom: 0px solid rgb(204 204 204 / 18%);
    user-select: none;
}
.productWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #f0f0f0;
    flex-direction: column;
    margin-top: 0px;
}
.productHalf1 {
    display: flex;
    justify-content: space-between;
    border: 0px solid yellow;
    flex-direction: column;
    padding: .5rem;
    flex-grow: unset;
    width: 100%;
    min-height: unset;
}
.caroObj7 {
    width: 100%;
    height: 11rem;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    vertical-align: top;
    transition: .5s ease all;
    margin: 0px;
}
.prodHead1 {
    padding: 0;
    margin: 0;
    font-size: .8rem;
    font-family: 'H_Bd';
    padding-bottom: .5rem;
}
.prodFlex {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: .75rem;
    margin-bottom: .75rem;
    flex-direction: column;
    border-left: 3px solid #444444;
}
.prodFlex2 {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-left: 3px solid #444444;
    border-radius: 3px;
    padding: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #ffffff;
    width: 100%;
    flex-direction: column;
}
.fColumn {
    flex-direction: column;
    margin-top: 2rem;
}
.detailWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: .5rem;
}
.detailValue {
    font-family: 'H_Bd';
    font-size: .9rem;
    margin: 0;
    padding: 0;
}
.detailLabel {
    font-family: 'H_Lt';
    font-size: 0.7rem;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mt50 {
    margin-top: 1rem;
}
.supportInner4 {
    display: flex;
    width: 100%;
    max-width: 1500px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    flex-direction: column;
}
.supportColumn1 {
    width: 100%;
    border: 0px solid red;
    padding: 0;
    padding-left: 0;
}
.formColumn {
    display: flex;
    flex-direction: column;
    font-family: 'H_Md';
    font-size: .75rem;
    margin: 0;
    margin-top: .75rem;
    width: 100%;
}
.supportInner5 {
    display: flex;
    width: 100%;
    max-width: 1500px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    min-height: unset;
    transition: .3s ease all;
    flex-direction: column;
}
.errorPrompt {
    background: rgb(23 23 23 / 90%);
    padding: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: auto;
    border-radius: 3px;
    color: #fff;
    font-family: h_md;
    font-size: .75rem;
    text-align: center;
    box-shadow: 0 0 25px 0 #bbb;
    margin-bottom: 0rem;
    user-select: none;
    display: block;
    z-index: 999999;
    bottom: -150px;
    left: 1rem;
    right: 1rem;
    position: fixed;
    transition: .3s ease all;
}
.successPrompt {
    background: rgb(44 44 44 / 95%);
    padding: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: auto;
    border-radius: 5px;
    color: #fff;
    font-family: h_md;
    font-size: .75rem;
    text-align: center;
    box-shadow: 0 0 25px 0 #bbb;
    margin-bottom: 2rem;
    user-select: none;
    display: block;
    z-index: 999999;
    bottom: -150px;
    left: 1rem;
    right: 1rem;
    position: fixed;
    transition: .3s ease all;
}
.storeText1 {
    font-family: 'H_Md';
    font-size: .75rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.promptLine1 {
    font-family: h_md;
    font-size: .9rem;
    line-height: .9rem;
    text-align: left;
    padding: 0;
    margin: 0;
}
.promptLine2 {
    font-family: h_lt;
    font-size: .75rem;
    line-height: .8rem;
    text-align: left;
    padding: 0;
    margin: 0;
    white-space: normal;
    padding-top: .25rem;
}
.selectLabel2 {
    font-family: 'H_Md';
    font-size: .75rem;
}
p {
    font-family: 'H_Lt';
    font-weight: normal;
    font-size: .8rem;
    line-height: 1rem;
    margin: 0;
    margin-block-end: 1rem;
    margin-block-start: 1rem;
}
.footText4 {
    font-family: 'H_Lt';
    font-size: .7rem;
    padding: 0;
    margin: 0;
    text-align: left;
}
.mt-30 {
    margin-top: 1rem;
}
.headerInner2 {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: unset;
    padding: 0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0rem;
    padding-top: 1.5rem;
}
.t13 {
    font-size: .75rem;
}
.t14 {

    font-size: .75rem;
}
.t16 {
    font-size: .8rem;
}
.t18 {
    font-size: .85rem;
}
.storeBadges {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 0rem;
    flex-direction: unset;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h4 {
    margin: 0;
    padding: 0;
    font-family: 'H_Md';
    font-size: 1.3rem;
    white-space: nowrap;
    letter-spacing: -1px;
}
.frontProduct {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    padding: 1.5rem;
    padding-top: 0;
    background: #fff;
    position: unset;
}
.half1 {
    width: 100%;
    max-width: unset;
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 0vh;
    padding-bottom: 0vh;
    order: 2;
    padding: 0;
    z-index: 10000;
}
.half11 {
    width: 100%;
    max-width: unset;
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 0vh;
    padding-bottom: 0vh;
    order: 2;
    padding: 0;
    z-index: 10000;
}
.half2 {
    width: 100%;
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0vh;
    padding-bottom: 0vh;
    position: relative;
    height: 50vh;
    overflow: hidden;
    z-index: 9500;
    order: 1;
}
.half2 img {
    height: unset;
    left: unset;
    top: unset;
    bottom: 0;
    position: absolute;
    margin: auto;
    width: 100%;
}
.half200 {
    width: 100%;
    border: 0px solid blue;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0vh;
    padding-bottom: 0vh;
    position: relative;
    height: 45vh;
    overflow: visible;
    z-index: 9500;
    order: 1;
}
.phText3 {
    font-family: 'H_Md';
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: -.15rem;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -2.5rem;
    opacity: 0;
    animation: textIn .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
    --bottom: -2.5rem;
    padding-left: 0px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
}
.phText2 {
    font-family: 'H_Md';
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: -.09rem;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -2rem;
    opacity: 0;
    animation: textIn .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
    --bottom: -2rem;
    padding-left: 0px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
}
.phItem2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0rem;
    user-select: none;
    transition: .3s ease all;
    background: white;
    border-radius: 5px;
    margin: .3rem;
    flex-basis: 40%;
    border: 1px solid #efeeee;
}
.phVideo1 {
    outline: none;
    clip-path: inset(1px 1px);
    height: 4rem;
}
.faceBio1 {
    width: 20rem;
    height: 20rem;
    padding: 1rem;
    border: 0px solid green;
    background-image: url(/res/faceBio03.svg);
    background-size: auto 60%;
    background-position: center center;
    background-repeat: no-repeat;
    perspective: 100px;
    perspective-origin: -70%;
    transform: scale(0);
    transition: .7s ease all;
}
.radarBox2 {
    width: 90%;
    max-width: unset;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border: 1px solid rgb(192 192 236 / 60%);
    border-radius: 3px;
    background: rgb(255 255 255 / 75%);
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 25%);
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    transform: scale(0);
    transition: .5s ease all;
}
.phVideoTextWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    user-select: none;
    transition: .3s ease all;
    border-radius: 3px;
    margin: 0;
    flex-grow: 1;
    flex-basis: 30%;
    opacity: 0;
    animation: zoomOut9 1s 1;
    animation-fill-mode: forwards;
    border: 0px solid #efeeee;
}
.phItemNeuro {
    display: flex;
    justify-content: center;
    padding: 0;
    user-select: none;
    transition: .3s ease all;
    border-radius: 5px;
    margin: 0.3rem;
    flex-basis: 100%;
    opacity: 0;
    animation: zoomOut9 1s 1;
    animation-fill-mode: forwards;
    background: #fff;
    box-shadow: 0 0 100px -10px rgb(0 0 0 / 8%);
    flex-direction: column;
    border: 1px solid #efeeee;
}
.phBlock1 {
    background: transparent;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    border-radius: 0;
    border: 0px solid #ccc;
    flex-wrap: wrap;
}
.phRow11 {
    text-align: left;
    font-family: 'H_Md';
    font-size: 1rem;
    padding-top: .8rem !important;
}
.phRow5 {
    text-align: center;
    font-family: 'H_Lt';
    font-size: .7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.arrowDownWrap {
    display: none;
    justify-content: center;
    align-items: center;
    width: unset;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
.arrowDown {
    font-size: 3rem;
    padding: 0.5rem;
    animation: arrowPulse .5s infinite;
    top: 0rem;
    position: relative;
    text-shadow: 0 0 5px #fff;
}
.pulseCircle4 {
    border-radius: 50%;
    width: 100vw;
    height: 100vw;
    position: absolute;
    opacity: 0;
    animation: scaleIn3 4s infinite cubic-bezier(.36, .11, .89, .32);
    background: linear-gradient(white, white) padding-box,linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43) border-box;
}
.fullVideoBlock3 {
    box-sizing: border-box;
    outline: none;
    object-fit: cover;
    clip-path: inset(0px 0px);
    border: 0px solid #ccc;
    padding: 0px;
    max-width: 80%;
    border-radius: 0;
    position: relative;
}
.contentInner5 {
    width: 100%;
    border: 0px solid green;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    flex-direction: column;
}
.contentInner55 {
    width: 100%;
    border: 0px solid green;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    flex-direction: column;
}
.windowHead2 {
    font-family: 'H_Bd';
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.windowIcon1 {
    font-size: 2rem !important;
    background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.windowElement1 {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.windowElement2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.windowPara1 {
    font-family: 'H_Lt';
    font-weight: normal;
    font-size: .70rem;
    margin: 0;
    margin-block-end: 0px;
    margin-block-start: 0px;
}
.window1 {
    padding: 1.5rem;
    margin: .5rem;
    background: #fafafa;
    min-height: unset;
}
.contentWrap3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: unset;
    border: 0px solid red;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.mt100 {
    margin-top: 0;
}
.contentWrap2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: unset;
    border: 0px solid red;
    box-sizing: border-box;
    background: #fff !important;
    position: relative;
    padding-top: 0px;
    padding: 1.5rem;
}
.mt25 {
    margin-top: 1rem;
}
.stickLeft1 {
    width: 100%;
    height: 75vh;
    position: sticky;
    top: 0;
    border: 0px solid red;
}
.paralRight1 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    border: 0px solid blue;
    padding: 0rem;
}
.mysBg1 {
    background: url('/res/2337.webp');
    background-size: auto 60vh;
    background-repeat: no-repeat;
    background-position: center top 10vh;
}
.gradient33 {
    background: linear-gradient(0deg, rgb(255 255 255 / 99%) 90vh, rgba(255,255,255,0) 100%);
}
.sBadge {
    height: 2.5rem;
    margin: 0.25rem;
}
.puffRow100 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    padding: 10px;
    border: 0px solid #ccc;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    overflow: hidden;
    background: rgb(255 255 255 / 95%);
    box-shadow: #ccc 0px 0px 55px -20px;
}
.vmText2 {
    font-family: 'H_Md', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.25rem;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0rem;
    opacity: 0;
    animation: textIn .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: -.3rem;
    transition: .3s ease all;
    -webkit-text-stroke-color: #ffffff;
    user-select: none;
    white-space: nowrap;
    background: linear-gradient(90deg,#2ca2b4,#5598de 24%,#7f87ff 45%,#f65aad 76%,#ec3d43);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0px transparent;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
}
.tmSep {
    font-size: 40%;
    vertical-align: super;
}
.contentInner7 {
    display: flex;
    justify-content: center;
    align-items: start;
    border: 0px solid #ededed;
    flex-direction: column;
    width: 100%;
    position: absolute;
    max-width: unset;
    padding: 1.5rem;
    padding-right: 1.5rem;
}
.swirlPuff1 {
    font-family: 'H_Lt';
    font-size: .8rem;
    letter-spacing: -.03rem;
    padding-left: 0;
    line-height: .8rem;
    color: #6a6a6a;
    transition: .3s ease all;
    margin-block-end: 1rem;
    margin-block-start: 0;
}
.cardIntro3 {
    margin: 0;
    padding: 0;
    font-family: 'H_Bd';
    font-size: 1.6rem;
    line-height: 2rem;
    white-space: nowrap;
    letter-spacing: 0px;
    font-weight: normal;
    transition: .3s ease all;
}
.specLogo1 {
    z-index: 5000;
    background-color: #e8e8e8;
    bottom: 25vh;
    padding-left: 0rem;
    padding-right: 1rem;
    width: 100%;
    height: 20rem;
    position: absolute;
    -webkit-mask-image: url(/res/logoLiio1.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 80%;
    border: 0px solid red;
}
.sqBox {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 40%);
    margin-right: .5rem;
    transition: .3s ease all;
}
.supportH3 {
    padding: 0px;
    padding-left: 1rem;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.2rem;
    letter-spacing: -1px;
    font-family: 'H_Md';
}
.supportH2 {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: #ccc !important;
    font-family: 'H_Md';
    letter-spacing: 0px;
}
.subHeadGroup {
    padding: 0 !important;
    border: none;
}
.faqText2 {
    font-family: 'H_Lt';
    font-size: .75rem;
    padding: 0rem;
    margin-block-end: .5rem;
    margin-block-start: .5rem;
}
.supportInner2 {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
    flex-direction: column;
}
.caroObj6 {
    width: unset;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    vertical-align: top;
    transition: .5s ease all;
    border: 1px solid #efefef;
    margin: 0;
    margin-bottom: 1rem;
}
.caroImg7 {
    width: 100%;
    height: 6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s ease all;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 1rem;
    flex-direction: column;
}
.puffHead7 {
    padding: 0;
    margin: 0;
    font-size: .75rem;
    font-family: 'H_Md';
}
.puffText6 {
    padding: 0;
    margin: 0;
    font-size: .75rem;
    font-family: 'H_Lt';
}
.puffHead22 {
    padding: 0;
    margin: 0;
    font-size: .75rem;
    font-family: 'H_Md';
}
.supportColumn7 {
    width: 100%;
    border: 0px solid red;
    padding: 0;
}
.padRight10 {
    padding-right: 1.5rem;
}
.faqWrap {
    border: 1px solid rgb(204 204 204 / 19%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: .3s ease all;
    margin-bottom: .5rem;
    border-radius: 3px;
    border-left: 3px solid rgb(0 0 0 / 20%);
}
.spIco3 {
    padding: .5rem;
    font-size: 1.2rem;
}
.faqText1 {
    font-family: 'H_Lt';
    font-size: .75rem;
    user-select: none;
}
.faqIcoWrap {
    height: 100%;
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spIco4 {
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    transition: .3s ease all;
    padding: .5rem;
}
.supportInner3 {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
    flex-direction: column;
}
.pointHeader2 {
    padding: 0;
    padding-right: 5px;
    margin: 0;
    font-family: 'H_Bd';
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: -1px;
    background-image: linear-gradient(310deg, rgb(98 98 98) 0%, rgb(0 0 0) 100%);
    color: transparent !important;
    -webkit-background-clip: text;
    text-align: center;
}
.pointHeaderWrap {
    position: relative;
    margin: 0;
    bottom: 0;
    left: 0;
    right: unset;
    text-align: left;
    z-index: 15000;
    width: 100%;
    padding: 2rem;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.eyeBtnWrap {
    display: inline-block;
    padding: .4rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top: 1rem;
    border-radius: 3px;
    width: 60%;
    user-select: none;
    text-align: center;
    background: var(--blueGrad);
}
.eyeBtnIco {
    font-size: 1.25rem;
    vertical-align: middle;
    color: #fff;
}
.eyeBtnText {
    vertical-align: middle;
    font-family: 'H_Md';
    letter-spacing: 0px;
    color: #fff;
    font-size: .75rem;
}
.imgPoint {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95vw;
    height: unset;
    position: relative;
    overflow: visible;
}
.pointVal {
    display: inline-block;
    font-family: 'H_Md';
    font-size: .6rem;
    line-height: .6rem;
    margin-left: 0.3rem;
    text-transform: uppercase;
    color: #000;
    opacity: 0;
    transition: .2s ease all;
    user-select: none;
    background: rgb(255 255 255 / 70%);
    padding: .3rem;
    padding-top: 0.4rem;
    padding-left: .6rem;
    padding-right: .6rem;
    border-radius: 3px;
    white-space: nowrap;
}
.pointVal:before {
    display: none;
}
.imgPoint img {
    width: 200%;
    height: unset;
    z-index: 9000;
}
.zoomPoint {
    height: 15px;
    width: 15px;
    background: radial-gradient(100% 100% at 100% 0, #0076ff 0, #0062d5 100%);
    animation: zoomPoint 1s infinite;
    border-radius: 50px;
    transition: .2s ease all;
}
.puffHead0 {
    padding: 0;
    margin: 0 !important;
    font-size: .7rem;
    font-family: 'H_Lt';
    text-transform: uppercase;
    padding-top: 1.5rem;
}
.fullVideoBlock3 {
    box-sizing: border-box;
    outline: none;
    object-fit: cover;
    clip-path: inset(0px 0px);
    border: 0px solid #ccc;
    padding: 0px;
    max-width: unset;
    border-radius: 0;
    position: relative;
    width: 100%;
}
.supportLeft {
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('/res/1843.webp');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.supportRight {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.mobCenter {
    text-align: center;
    padding: .5rem;
}
.supportInner7 {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
    flex-direction: column;
}
.text8 {
    border-left: 2px solid #ccc;
    padding-left: 1rem;
}
.mm2 {
					margin-bottom: 2rem;
}
.mobMenLangSel {
    padding: 1.5rem;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    font-family: 'H_Lt';
    font-size: .75rem;
    padding-bottom: 0;
    margin: 0;
}
.supportLeft2 {
    width: 100%;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-image: url('/res/1831.webp');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.shopCatBtn {
    display: inline-block;
    padding: .25rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0px;
    font-family: 'H_Md';
    font-size: .7rem;
    line-height: .7rem;
    margin: 0;
    margin-right: .75rem;
    text-transform: none;
    user-select: none;
    transition: .3s ease all;
    color: #fff;
}
.mobShopRow  {
    flex-direction: row;
    margin: 0 !important;
}
.mobShopRow div {
    display: flex;
    white-space: pre-wrap;
    max-width: 80%;
    flex-wrap: wrap;
}
.shopObj1 {
    height: unset;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: .5s ease all;
    background: #f0f0f0;
    border: 0px solid red;
    margin: auto;
    margin-bottom: 15px;
    flex-grow: 1;
    flex-basis: 48%;
    max-width: 100%;
}
.shopImg1 {
    height: 13rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s ease all;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .75rem;
    align-items: end;
}
.shopText1 {
    padding: 0;
    margin: 0;
    font-size: .8rem;
    font-family: 'H_Md';
}
.mobFRow {
    flex-direction: row !important;
}
.shopHalf1 {
    width: 100%;
    min-height: 20rem;
    padding: 0;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shopHalf2 {
    width: 100%;
    min-height: 20rem;
    background: #f0f0f0;
    padding: 1rem;
    margin-bottom: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    order: 1;
}
.shopBtn1 {
    outline: none;
    border: 0px solid #f0f0f0;
    padding: .75rem;
    width: 100%;
    background: var(--blueGrad);
    color: #fff;
    font-family: 'H_Md';
    font-size: .7rem;
    text-transform: uppercase;
    border-radius: 3px;
}
.shopHalf3 {
    width: 100%;
    min-height: 0rem;
    padding: 1rem;
    padding-top: 0;
    margin-bottom: 0;
    border-left: 0px solid #f0f0f0;
    padding-left: 0;
}
.shopFormWrap button {
    width: 20%;
    font-family: 'H_Md';
    font-size: .7rem;
    color: #fff;
    background: #1890ff;
    border: none;
    outline: none;
    padding: .75rem;
    text-transform: uppercase;
}
.shopFormWrap input {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'H_Md';
    font-size: .7rem;
    color: #3c4043;
    padding: .75rem;
    width: 80%;
}
.shopFormWrap i {
    width: unset;
    font-family: 'H_Md';
    font-size: 20px;
    line-height: 20px;
    color: #000;
    border: none;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
}
.shopFormWrap2 {
    padding: 0px;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 0;
    width: 100%;
}
.shopFormWrap2 span {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'H_Md';
    font-size: .6rem;
    color: #3c4043;
    padding: .35rem;
    width: 100%;
    padding-bottom: 0;
}
.shopFormWrap2 input {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'H_Lt';
    font-size: .8rem;
    color: #3c4043;
    padding: .35rem;
    width: 100%;
    padding-top: 0;
}
.shopLine {
    border-bottom: 1px solid #efefef;
    background: #101010;
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.verIco {
    background: transparent;
    border-radius: 7px;
    height: 5rem;
    width: 5rem;
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}



}





@keyframes scaleIn {
from {
  transform: scale(.5, .5);
  opacity: .05;
}
to {
  transform: scale(2.5, 2.5);
  opacity: 0;
}
}

@keyframes scaleIn2 {
from {
  transform: scale(.5, .5);
  opacity: .15;
}
to {
  transform: scale(2.5, 2.5);
  opacity: 0;
}
}

@keyframes scaleIn3 {
from {
  transform: scale(.5, .5);
  opacity: .3;
}
to {
  transform: scale(2.5, 2.5);
  opacity: 0;
}
}

@keyframes scaleIn4 {
0% {
  transform: scale(.5, .5);
}
10% {
opacity: 1
}
90% {
opacity: 1
}
100% {
  transform: scale(2.5, 2.5);
  opacity: 0;
}
}