@charset "UTF-8";:root {--width-nav-a: 250px;--header-height: 60px;--search-bar: 30vh;--input-search-height: min(6vh, 50px);--x: 0;--y: 0;}.light-mode {--bg: rgb(211 208 208/74%);--color: #000;--bg-nav: #f6f5ff;--bg-result: #ebeaf1a8;--color-nav: #000000;--bg-search: rgb(207, 207, 209);--color-search: #3c3c4d;--bg-link-lec-ser: #e2e2e5a9;--color-link-lec-ser: #bbd1f5;--color-title: #000;--bgColor: rgb(238, 235, 235);--cv: #000;}.dark-mode {--bg: rgb(41, 38, 38);--color: #fff;--bg-nav: rgb(53, 49, 50);--bg-result: rgb(88, 81, 81);--color-nav: #fff;--bg-search: rgb(145, 137, 140);--color-search: #fff;--bg-link-lec-ser: #e2e2e5a9;--color-link-lec-ser: #bbd1f5;--color-title: transparent;--bgColor: rgb(41, 38, 38);--cv: #fff;--v: #000;}pointer-particles {position: absolute;top: var(--header-height);left: 0;z-index: 9;height: 100vh;}@font-face {font-family: Sriracha;src: url(../fonts/Sriracha-Regular.ttf) format("truetype");}@font-face {font-family: Gruppo;src: url(../fonts/Gruppo-Regular.ttf) format("truetype");}* {padding: 0%;margin: 0%;-webkit-box-sizing: border-box;box-sizing: border-box;scroll-behavior: smooth;scroll-padding-top: calc(var(--header-height) + 15px);}* body {width: 100%;min-height: 100vh;background-color: var(--bg);position: relative;}* body:before {--line: color-mix(in lch, canvasText 25%, transparent);--size: 60px;content: "";min-height: 100vh;width: 100%;position: absolute;background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 0 -5vmin / var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 0 -5vmin / var(--size) var(--size);-webkit-mask: linear-gradient(-15deg, transparent 40%, rgb(211 208 208/0.74));mask: linear-gradient(-15deg, transparent 40%, rgb(211 208 208/0.74));top: 0;}* body::-webkit-scrollbar {width: 9px;background-color: rgb(250 250 250/0.5058823529);}* body::-webkit-scrollbar-thumb {background-color: #686af1;border-radius: 20px;}* body nav.active {-webkit-transform: translateX(0%);transform: translateX(0%);-webkit-transition: 0.1s;transition: 0.1s;z-index: 999;}* body nav.cancello {-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: 0.1s;transition: 0.1s;}* body nav {content-visibility: auto;width: var(--width-nav-a);height: 100vh;-webkit-transform: translateX(-100%);transform: translateX(-100%);background-color: var(--bg-nav);color: var(--color-nav);-webkit-box-shadow: 2px 1px 12px rgb(0 0 0/0.144);box-shadow: 2px 1px 12px rgb(0 0 0/0.144);font-family: sans-serif;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;overflow: clip;position: fixed;top: 0;z-index: 999;}* body nav a {color: var(--color-nav);text-decoration: none;text-transform: capitalize;}* body nav .header {width: 100%;height: var(--header-height);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-top: 5px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-perspective: 200px;perspective: 200px;}* body nav .header .logo {display: inline-block;}* body nav .header .logo a {text-transform: uppercase;font-weight: 700;font-size: 45px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;color: var(--color-nav);}* body nav .header .logo:first-child {margin-right: 5px;}* body nav .header .logo:nth-child(2) {display: inline-block;width: -moz-fit-content;width: -webkit-fit-content;width: fit-content;height: 53px;border-left: 2px solid var(--color-nav);margin-bottom: 4px;padding-left: 10px;margin-left: 5px;font-family: Sriracha;}* body nav .header .logo:nth-child(2) a {display: inline-block;font-size: 45px;-webkit-transform: translateY(-11px);transform: translateY(-11px);}* body nav .header .logo:nth-child(2) a span {display: inline-block;-webkit-transition: 0.2s;transition: 0.2s;-webkit-animation: al 1 3s;animation: al 1 3s;-webkit-animation-delay: 5s;animation-delay: 5s;-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}@-webkit-keyframes al {0% {-webkit-transform: translateX(0) rotateY(0deg);transform: translateX(0) rotateY(0deg);}50% {-webkit-transform: translateX(-22px) rotateY(360deg);transform: translateX(-22px) rotateY(360deg);-webkit-transition: 0.2s;transition: 0.2s;}to {color: #e2360a;-webkit-transform: rotateY(0deg);transform: rotateY(0deg);-webkit-transition: 0.2s;transition: 0.2s;}}@keyframes al {0% {-webkit-transform: translateX(0) rotateY(0deg);transform: translateX(0) rotateY(0deg);}50% {-webkit-transform: translateX(-22px) rotateY(360deg);transform: translateX(-22px) rotateY(360deg);-webkit-transition: 0.2s;transition: 0.2s;}to {color: #e2360a;-webkit-transform: rotateY(0deg);transform: rotateY(0deg);-webkit-transition: 0.2s;transition: 0.2s;}}* body nav .name {width: 100%;height: 28px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 4px;background-color: #fff;position: relative;padding: 5px 0 5px 12px;overflow: hidden;display: none;color: #000;}* body nav .name .n-s {display: block;-webkit-transform: translate(40px, 1px);transform: translate(40px, 1px);text-transform: capitalize;}* body nav .name .s-l {position: absolute;font-size: 30px;top: -2px;left: 14px;}* body nav .search-bar {width: 100%;min-height: var(--input-search-height);max-height: var(--search-bar);margin-top: 0;}* body nav .search-bar .search-box {width: 100%;height: -moz-fit-content;height: -webkit-fit-content;height: fit-content;background-color: var(--bg-search);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: var(--color-search);}* body nav .search-bar .search-box input {display: inline-block;outline: none;border: none;background-color: #fff0;width: 76%;height: var(--input-search-height);margin-left: 4px;font-family: sans-serif;padding-left: 7px;}* body nav .search-bar .search-box span {display: inline-block;font-size: 25px;-webkit-transform: translateY(4px);transform: translateY(4px);}* body nav .search-bar .box-search-result {width: 100%;min-height: 0;max-height: 22vh;background-color: var(--bg-result);-webkit-transition: 0.1s;transition: 0.1s;overflow-x: hidden;overflow-y: auto;}* body nav .search-bar .box-search-result:first-child {margin-top: 5px;}* body nav .search-bar .box-search-result:last-child {padding-bottom: 3px;}* body nav .search-bar .box-search-result a {width: 96%;display: inline-block;padding: 8px;margin-left: 2%;border-radius: 5px;margin-top: 2px;margin-bottom: 4px;background-color: var(--bg-link-lec-ser);position: relative;color: var(--v);padding-left: 22px;}* body nav .search-bar .box-search-result a:hover {background-color: var(--color-link-lec-ser);}* body nav .search-bar .box-search-result a .ionicon {position: absolute;left: 2px;top: 5px;font-size: 20px;}* body nav .search-bar .box-search-result::-webkit-scrollbar {width: 5px;background-color: rgb(109 184 255/0.5058823529);}* body nav .search-bar .box-search-result::-webkit-scrollbar-thumb {background-color: #686af1;border-radius: 10px;}* body nav .search-bar .box-search-result::-webkit-scrollbar-thumb:hover {background-color: #0b1580;-webkit-transition: 0.1s;transition: 0.1s;}* body nav .links-box {width: 100%;height: 60vh;padding-top: 3px;}* body nav .links-box .main-li {width: 95%;height: 55px;margin-bottom: 5px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-left: 10px;margin-left: 2.5%;border-radius: 8px;font-size: 20px;color: var(--color-nav);}* body nav .links-box .main-li:nth-child(6) {border-top: 1px solid #acaaaa;border-bottom: 1px solid #acaaaa;border-radius: 0px !important;position: relative;display: none;}* body nav .links-box .main-li:nth-child(6)::after {content: "VIP";position: absolute;top: 11px;right: 0;font-size: 16px;font-family: monospace;}* body nav .links-box .main-li:nth-child(2) span:nth-child(3) {-webkit-transform: translate(70px, 6px);transform: translate(70px, 6px);font-size: 23px;}* body nav .links-box .main-li:nth-child(5) {position: relative;}* body nav .links-box .main-li:nth-child(5) .block {width: 55px;height: 30px;background-color: #fff0;position: absolute;right: 30px;z-index: 999;}* body nav .links-box .main-li:nth-child(5) .switch-4 {position: absolute;right: 25px;display: inline-block;scale: 0.7;}* body nav .links-box .main-li:nth-child(5) .switch-4 input {display: none;}* body nav .links-box .main-li:nth-child(5) .switch-4 label {-webkit-transform: translateY(4px);transform: translateY(4px);display: block;width: 60px;height: 30px;padding: 3px;border-radius: 15px;border: 2px solid #4d4b4e;cursor: pointer;-webkit-transition: 0.3s;transition: 0.3s;}* body nav .links-box .main-li:nth-child(5) .switch-4 label:after {content: "";display: inherit;width: 20px;height: 20px;border-radius: 12px;background: #4d4b4e;-webkit-transition: 0.3s;transition: 0.3s;}* body nav .links-box .main-li:nth-child(5) .switch-4 input:checked ~ label {border-color: #fff;}* body nav .links-box .main-li:nth-child(5) .switch-4 input:checked ~ label:after {translate: 30px 0;background: #fff;}* body nav .links-box .main-li:nth-child(5) .switch-4 input:disabled ~ label {opacity: 0.35;cursor: not-allowed;}* body nav .links-box .main-li:nth-child(5) #checkboxInput {display: none;}* body nav .links-box .main-li:nth-child(5) .toggleSwitch {scale: 0.85;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: centerå;-ms-flex-pack: centerå;justify-content: centerå;position: relative;width: 50px;height: 17px;background-color: #525252;border-radius: 20px;cursor: pointer;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}* body nav .links-box .main-li:nth-child(5) .toggleSwitch:after {content: "";position: absolute;height: 22px;width: 22px;left: 0;background-color: #141315;border-radius: 50%;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;border: 2px solid #4d4b4e;}* body nav .links-box .main-li:nth-child(5) #checkboxInput:checked + .toggleSwitch:after {-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;border: 2px solid #8f44fd;}* body nav .links-box .main-li:nth-child(5) #checkboxInput:checked + .toggleSwitch {background-color: #8f44fd;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}* body nav .links-box .main-li p span {display: inline-block;}* body nav .links-box .main-li p span:first-child {font-size: 23px;-webkit-transform: translateY(4px);transform: translateY(4px);margin-right: 7px;}* body nav .links-box .main-li:hover {-webkit-transition: 0.1s;transition: 0.1s;background-color: rgb(203 207 248/0.3411764706);}* body nav .links-box .sub.active {height: min(27vh, 250px);-webkit-transition: 0.1s;transition: 0.1s;padding-top: 8px;}* body nav .links-box .sub.cancello {height: 0vh;-webkit-transition: 0.1s;transition: 0.1s;}* body nav .links-box .sub {width: 100%;height: 0vh;-ms-flex-preferred-size: 200px;flex-basis: 200px;background-color: var(--bg-result);padding-left: 44px;overflow: auto;margin-bottom: 4px;}* body nav .links-box .sub::-webkit-scrollbar {width: 5px;background-color: rgb(109 184 255/0.5058823529);}* body nav .links-box .sub::-webkit-scrollbar-thumb {background-color: #686af1;border-radius: 10px;}* body nav .links-box .sub::-webkit-scrollbar-thumb:hover {background-color: #0b1580;-webkit-transition: 0.1s;transition: 0.1s;}* body nav .links-box .sub ul li {list-style: none;font-size: 18px;font-family: sans-serif;margin-bottom: 6px;line-height: 28px;}* body nav .links-box .sub ul li a {color: var(--color-nav);}* body nav .links-box .sub ul li a:hover {font-size: 19px;margin-left: 8px;-webkit-transition: 0.1s;transition: 0.1s;letter-spacing: 1px;position: relative;}* body nav .links-box .sub ul li a:hover:before {content: "";position: absolute;left: -6px;top: 1px;width: 3px;height: 100%;background: -webkit-gradient(linear, left bottom, left top, from(#3af0e1), to(#3f88f5));background: linear-gradient(to top, #3af0e1 0%, #3f88f5 100%);}* body .slider-click-btn {content-visibility: visible;height: calc(var(--header-height) + 8px);width: 100%;padding-inline: 10px;padding-left: 15px;background-color: rgb(0 0 0/0.3);-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);position: fixed;top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 777;}* body .slider-click-btn:after {content: "";position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgb(255 255 255/0.4)), to(transparent));background-image: linear-gradient(90deg, transparent, rgb(255 255 255/0.4), transparent);-webkit-transition: ease 0.2s;transition: ease 0.2s;}* body .slider-click-btn:hover:after {left: 100%;width: 0;}* body .slider-click-btn .logo {font-family: sans-serif;font-size: 50px;text-decoration: none;font-weight: 600;color: #fff;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;overflow: clip;}* body .slider-click-btn .slider {width: 100%;height: 80px;position: fixed;top: -70px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}* body .slider-click-btn .btn .button {border: 0;width: 56px;height: 56px;display: -ms-grid;display: grid;place-items: center;background-color: #fff0;cursor: pointer;padding: 0;scale: 1;border-radius: 8px;-webkit-transition: 0.25s;transition: 0.25s;overflow: clip;}* body .slider-click-btn .btn .burger {position: relative;width: 32px;border: 0;}* body .slider-click-btn .btn .burger, * body .slider-click-btn .btn .burger:after, * body .slider-click-btn .btn .burger:before {display: block;border-radius: 2px;height: 2px;background: #fff;-webkit-transition: 0.3s;transition: 0.3s;}* body .slider-click-btn .btn .burger:after, * body .slider-click-btn .btn .burger:before {content: "";position: absolute;left: 0;width: 100%;}* body .slider-click-btn .btn .burger:before {top: -8px;}* body .slider-click-btn .btn .burger:after {top: 8px;}* body .slider-click-btn .btn .burger.burger-1, * body .slider-click-btn .btn .burger.burger-1:after, * body .slider-click-btn .btn .burger.burger-1:before {-webkit-transition-timing-function: ease-in-out;transition-timing-function: ease-in-out;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;}* body .slider-click-btn .btn .burger.burger-1.is-closed {-webkit-transform: translateX(-50px);transform: translateX(-50px);background: #fff0;}* body .slider-click-btn .btn .burger.burger-1.is-closed:before {-webkit-transform: rotate(-45deg) translate(30px, 40px);transform: rotate(-45deg) translate(30px, 40px);}* body .slider-click-btn .btn .burger.burger-1.is-closed:after {-webkit-transform: rotate(45deg) translate(30px, -42px);transform: rotate(45deg) translate(30px, -42px);}* body .container {min-height: 100vh;width: 100%;}* body .container .sub-1 {content-visibility: auto;}* body .container .sub-2 {content-visibility: auto;}* body .container .sub-3 {content-visibility: auto;}* body .container .sub-4 {content-visibility: auto;}* body .container .sub-5 {content-visibility: auto;}* body .container .sub-6 {content-visibility: auto;}* body .container .sub-7 {content-visibility: auto;}* body .container .sub-8 {content-visibility: auto;}* body .container .sec {width: 100%;min-height: 60vh;padding-bottom: 30px;overflow: clip;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: relative;}* body .container .sec .v {display: inline-block;position: absolute;top: 45px;left: 5%;}* body .container .sec .v x-sign {color: var(--color);font-family: Gruppo;display: block;font-size: 40px;text-transform: uppercase;font-size: 40px;white-space: nowrap;font-weight: 400;}@-webkit-keyframes flicker {50% {color: #fff;-webkit-filter: saturate(200%) hue-rotate(20deg);filter: saturate(200%) hue-rotate(20deg);}}@keyframes flicker {50% {color: #fff;-webkit-filter: saturate(200%) hue-rotate(20deg);filter: saturate(200%) hue-rotate(20deg);}}* body .container .sec .glass {width: 93%;min-height: 600px;margin-top: 100px;position: relative;border-radius: 20px;-webkit-box-shadow: inset 0 10px 20px rgb(0 0 0/0.5);box-shadow: inset 0 10px 20px rgb(0 0 0/0.5);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 40px 0;background-color: #0000001f;overflow: clip;}* body .container .sec .glass .box-w {width: 90%;min-height: 600px;background-color: rgb(71 70 70/0.2823529412);border-radius: 10px;-webkit-box-shadow: 0 10px 20px rgb(0 0 0/0.5);box-shadow: 0 10px 20px rgb(0 0 0/0.5);padding-top: 25px;padding-bottom: 20px;}* body .container .sec .glass .box-w .box-1 {width: 100%;min-height: 380px;padding-bottom: 60px;}* body .container .sec .glass .box-w .box-2 {width: 100%;min-height: 360px;padding-top: 20px;position: relative;}* body .container .sec .glass .box-w .box-2:before {content: "";position: absolute;top: -2px;left: 88px;width: calc(100% - 88px);height: 2px;background-color: var(--color);}* body .container .sec .glass .box-w .box-2 .lab {display: inline-block;width: 90px;height: 40px;font-size: 34px;color: var(--color);font-family: Gruppo;font-weight: 500;text-transform: uppercase;position: absolute;top: -40px;border-top: 2px solid var(--color);border-right: 2px solid var(--color);border-top-right-radius: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}* body .container .sec .glass .box-w .l-b {width: 96%;height: 45px;border-radius: 7px;background-color: rgb(255 255 255/0.5019607843);z-index: 100;color: #000;font-family: sans-serif;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-inline: 10px;margin-bottom: 15px;margin-inline: 2%;-webkit-box-shadow: 0 4px 5px rgb(0 0 0/0.5);box-shadow: 0 4px 5px rgb(0 0 0/0.5);-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;}* body .container .sec .glass .box-w .l-b:hover {background-color: rgb(255 255 255/0.6431372549);-webkit-transition: 0.1s;transition: 0.1s;}* body .container .sec .glass .box-w .l-b p {font-size: 22px;text-transform: capitalize;-webkit-transform: translateY(-3px);transform: translateY(-3px);}* body .container .sec .glass .box-w .l-b p span:first-child {display: inline-block;-webkit-transform: translateY(6px);transform: translateY(6px);font-size: 33px;}* body .container .sec .glass .box-w .l-b p span:nth-child(2) {letter-spacing: 2px;padding-left: 4px;}* body .container .sec .glass .box-w .l-b .info {display: none;}* body .container .g-sec {content-visibility: auto;}* body .container .g-sec #particles-js {position: absolute;top: 0;height: 100vh;color: rgb(206 41 41/0.5607843137);overflow: hidden;z-index: 6;}* body .container .g-sec .auto-writing {position: absolute;color: var(--color);left: 14px;top: calc(var(--header-height) + 6px);font-size: 1.5em;}* body .container .g-sec .auto-writing .ityped-cursor {opacity: 1;-webkit-animation: blink 0.3s infinite;animation: blink 0.3s infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}@-webkit-keyframes blink {to {opacity: 0;}}@keyframes blink {to {opacity: 0;}}* body .container .g-sec .auto-writing #ityped {font-family: monospace;}* body .container .g-sec .content {width: 100%;height: 100vh;padding-top: calc(var(--header-height) + 25px);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;position: relative;}* body .container .g-sec .content .title {margin-top: 5vh;width: 100%;height: -moz-fit-content;height: -webkit-fit-content;height: fit-content;font: 400 12px "Neuton";color: rgb(255 255 255/0.25);text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}* body .container .g-sec .content .title p {text-transform: uppercase;letter-spacing: 0.5em;font-family: monospace;display: inline-block;border: 4px double var(--color);border-width: 4px 0;padding: 0.5em 0em;color: var(--color);width: 45em;}* body .container .g-sec .content .title p span {font: 700 4em/1 "Oswald", sans-serif;letter-spacing: 0;padding: 0.25em 0 0.325em;display: block;margin: 0 auto;text-shadow: 0 0 80px rgb(255 255 255/0.5);background: url(../img/animated-text-fill.png) repeat-y;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: var(--color-title);animation: aitf 80s linear infinite;-webkit-animation: aitf 80s linear infinite;-webkit-transform: translate3d(0, 0, 0);-webkit-backface-visibility: hidden;transform: translate3d(0, 0, 0);backface-visibility: hidden;}@-webkit-keyframes aitf {0% {background-position: 0% 50%;}to {background-position: 100% 50%;}}@keyframes aitf {0% {background-position: 0% 50%;}to {background-position: 100% 50%;}}* body .container .g-sec .content .boxs {width: 100%;height: 60vh;position: absolute;bottom: 0vh;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0 16px;}* body .container .g-sec .content .boxs .box-note {width: 500px;min-height: 130px;background-color: #020214;color: #fff;padding-left: 12px;padding-bottom: 20px;font-family: monospace;z-index: 10;border-radius: 10px;-webkit-box-shadow: 4px 4px 5px rgb(19 18 18/0.3), -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;box-shadow: 4px 4px 5px rgb(19 18 18/0.3), -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;}* body .container .g-sec .content .boxs .box-note h1 {text-transform: uppercase;padding: 3px;font-size: 34px;}* body .container .g-sec .content .boxs .box-note span {white-space: wrap;font-size: 1.25em;}* body .container .g-sec .content .boxs .box-note .ityped-cursor {position: absolute;white-space: wrap;opacity: 1;-webkit-animation: blink 0.3s infinite;animation: blink 0.3s infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}@keyframes blink {to {opacity: 0;}}* body .container .g-sec .content .boxs .box-note #ityped {font-family: monospace;}* body .container .g-sec .content .box-text {width: 400px;height: 380px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}* footer {content-visibility: auto;width: 100%;height: 70px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;font-family: sans-serif;overflow: clip;position: relative;color: var(--color);}* footer p {text-transform: capitalize;}* footer p i {display: inline-block;-webkit-transform: translateY(1.6px);transform: translateY(1.6px);}* footer p span {font-family: Gruppo;font-size: 20.5px;font-weight: 600;}* footer a {margin-top: 10px;font-family: monospace;font-size: 14px;color: var(--color);text-transform: capitalize;letter-spacing: 1px;}@media (max-width: 1000px) {* body .container .g-sec .content .boxs {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}* body .container .g-sec .content .boxs .box-note {width: 700px;margin-top: 40px;}* body .container .g-sec .content .boxs .box-text {width: 700px;}}@media (max-height: 780px) {* body nav .links-box .main-li {height: 43px;}}@media (max-width: 715px) {* body .container .g-sec .content .boxs .box-note {width: 600px;}}@media (max-width: 614px) {* body .container .g-sec .content .boxs .box-note {width: 520px;height: 120px;}}@media (max-width: 530px) {* body .container .g-sec .content .boxs .box-note {width: 470px;}}@media (max-height: 400px) {* body nav .links-box .main-li {height: 40px;}}@media (max-width: 540px) {* body .container .g-sec .content .title p span {font: 700 3.8em/1 "Oswald", sans-serif;}* body .container .g-sec .content .title p {width: 40em;}* body .container .sec .v {top: 55px;left: 5%;}* body .container .sec .v x-sign {font-size: 35px;}* body .container .sec .glass .box-w .box-2 .lab {font-size: 30px;width: 80px;height: 40px;}* body .container .sec .glass .box-w .box-2:before {content: "";position: absolute;top: -2px;left: 80px;width: calc(100% - 80px);height: 2px;background-color: var(--cv);}}@media (max-width: 490px) {* body .container .g-sec .content .title p span {font: 700 3.5em/1 "Oswald", sans-serif;}* body .container .g-sec .content .title p {width: 36em;}}@media (max-width: 485px) {* body .container .g-sec .content .boxs .box-note {width: 400px;}}@media (max-width: 440px) {* body .container .g-sec .content .title p span {font: 700 3.4em/1 "Oswald", sans-serif;}* body .container .g-sec .content .title p {width: 35em;}}@media (max-width: 431px) {* body .container .g-sec .content .title p span {font: 700 3.36em/1 "Oswald", sans-serif;}* body .container .g-sec .content .title p {width: 34em;}* footer p span {font-size: 18px;}* footer a {font-size: 13px;}}@media (max-width: 414px) {* body .container .g-sec .content .title p span {font: 750 3.2em/1 "Oswald", sans-serif;}* body .container .g-sec .content .title p {width: 34em;padding-right: 7px;}* body .container .g-sec .content .boxs .box-note {width: 350px;height: 100px;}* .box-lect .p-l {font-size:17px !important;}* .box-lect .state div p{font-size: 13px !important;}* .box-lect .p-l span {font-size:16px !important;}* .box-lect .box-btns a {font-size: 15px !important;}}@media (max-width: 403px) {* body .container .g-sec .content .title p span {font: 800 3.1em/1 "Oswald", sans-serif;}* body .container .g-sec .content .title p {width: 30em;padding-right: 7px;}}@media (max-width: 375px) {* footer p span {font-size: 15px;}* footer a {font-size: 12px;}}.box-pig {width: 100%;height: 100vh;z-index: 999;position: fixed;top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background-color: rgb(141 139 139/0.4588235294);-ms-touch-action: none;touch-action: none;display: none;}.box-alert {content-visibility: auto;--beamColor: yellow;--spacer: 1rem;width: min(500px, 85%);height: 300px;background: var(--bgColor);padding: 5px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1000;border-radius: 8px;-webkit-box-shadow: inset 0 0 0 rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 5px 6px 39px;box-shadow: inset 0 0 0 rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 5px 6px 39px;display: none;}.box-alert.show-password {--bgColor: black;--inputColor: white;--outlineColor: var(--beamColor);}.box-alert .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-top-left-radius: 7px;border-top-right-radius: 7px;}.box-alert .head .box-close {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;}.box-alert .head .box-close .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.box-alert .head .box-close .btn-c:nth-child(3) {cursor: pointer;}.box-alert .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.box-alert .p-1, .box-alert .p-2 {display: inline-block;margin-top: 40px;font-size: 20px;padding-left: 20px;font-family: monospace;color: var(--color);}.box-alert .ityped-cursor {position: absolute;margin-top: 40px;white-space: wrap;font-size: 20px;opacity: 1;-webkit-animation: blink 0.3s infinite;animation: blink 0.3s infinite;-webkit-animation-direction: alternate;animation-direction: alternate;color: var(--color);}@keyframes blink {to {opacity: 0;}}.box-alert .input-wrapper {width: 100%;height: 48%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.box-alert .input-wrapper input {display: inline-block;padding: 10px 8px;width: 90%;font-size: 23px;border: 2px solid #fff0;border-radius: 0;background-color: #fff0;-webkit-box-shadow: inset 0 0 0 2px var(--bg), inset 6px 6px 0 rgb(30 144 255/0.2), 3px 3px 0 rgb(30 144 255/0.2);box-shadow: inset 0 0 0 2px var(--bg), inset 6px 6px 0 rgb(30 144 255/0.2), 3px 3px 0 rgb(30 144 255/0.2);-webkit-appearance: none;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);color: var(--color);background-color: #474545;}.box-alert .input-wrapper input:focus {outline-offset: 1px;}.box-alert .input-wrapper .show-password input {-webkit-box-shadow: inset 0 0 0 2px #000;box-shadow: inset 0 0 0 2px #000;border: 2px dashed #fff;}.box-alert .input-wrapper .show-password input:focus {outline: none;border-color: var(--beamColor);}.box-alert .mess-t-f {display: block;text-align: center;font-size: 20px;font-family: monospace;padding-top: 20px;position: absolute;left: 50%;bottom: 20%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.box-alert .box-load {width: 100%;height: 175px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.box-alert .box-load svg path, .box-alert .box-load svg rect {fill: #ff6700;}.box-alert .p-end {width: 100%;text-align: center;font-family: monospace;position: absolute;bottom: 5px;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);color: var(--color);}.set-log {content-visibility: auto;position: absolute;right: 20px;bottom: 30px;color: var(--color);}.set-log .btn-o {display: inline-block;font-size: 16px;margin-left: 15px;text-transform: capitalize;font-family: monospace;text-decoration: underline;cursor: pointer;display: none;}.check-log {width: min(520px, 100%);height: 150px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1100;background-color: #fff;padding: 14px 0;font-family: sans-serif;text-transform: capitalize;-webkit-box-shadow: inset 4px 4px 5px rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;box-shadow: inset 4px 4px 5px rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;display: none;}.check-log .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.check-log .head .close-item {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;opacity: 0.6;cursor: not-allowed;}.check-log .head .close-item .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.box-vip-set .head .close-item .btn-c:nth-child(3) {cursor: pointer;}.check-log .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.check-log h1 {text-align: center;font-size: 24px;margin-top: 25px;margin-bottom: 8px;font-family: monospace;}.check-log .text {width: 100%;height: 30px;margin-top: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.check-log .text span {display: inline-block;margin-right: 30px;font-size: 20px;font-family: monospace;text-decoration: underline;cursor: pointer;}.big-vip {width: 100%;height: 100vh;z-index: 10000;position: fixed;top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background-color: rgb(141 139 139/0.4588235294);-ms-touch-action: none;touch-action: none;display: none;}.box-vip-set {content-visibility: auto;width: min(520px, 95%);height: 410px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 10000;background-color: #fff;padding: 14px 9px;font-family: sans-serif;text-transform: capitalize;border-radius: 10px;-webkit-box-shadow: inset 4px 4px 5px rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;box-shadow: inset 4px 4px 5px rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;display: none;}.box-vip-set .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.box-vip-set .head .close-item {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;}.box-vip-set .head .close-item .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.box-vip-set .head .close-item .btn-c:nth-child(3) {cursor: pointer;}.box-vip-set .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.box-vip-set .box-btn {margin-top: 30px;width: 100%;height: 400px;position: relative;overflow: clip;}.box-vip-set .box-btn .switch-4 {position: absolute;right: 25px;display: inline-block;scale: 0.7;}.box-vip-set .box-btn .switch-4 input {display: none;}.box-vip-set .box-btn .switch-4 label {-webkit-transform: translateY(4px);transform: translateY(4px);display: inline-block;width: 60px;height: 30px;padding: 3px;border-radius: 15px;border: 2px solid #4d4b4e;cursor: pointer;-webkit-transition: 0.3s;transition: 0.3s;}.box-vip-set .box-btn .switch-4 label:after {content: "";display: inherit;width: 20px;height: 20px;border-radius: 12px;background: #4d4b4e;-webkit-transition: 0.3s;transition: 0.3s;}.box-vip-set .box-btn .switch-4 input:checked ~ label {border-color: #5e9cee;}.box-vip-set .box-btn .switch-4 input:checked ~ label:after {translate: 30px 0;background: #5e9cee;}.box-vip-set .box-btn .switch-4 input:disabled ~ label {opacity: 0.35;cursor: not-allowed;}.box-vip-set .box-btn .ch-1 {margin: 10px 0;width: 100%;height: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0 7px;font-family: Gruppo;font-size: 23px;font-weight: 600;}.box-vip-set .box-btn #checkboxInput {display: none;}.box-vip-set .box-btn .toggleSwitch {scale: 0.85;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: centerå;-ms-flex-pack: centerå;justify-content: centerå;position: relative;width: 50px;height: 17px;background-color: #525252;border-radius: 20px;cursor: pointer;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}.box-vip-set .box-btn .toggleSwitch:after {content: "";position: absolute;height: 22px;width: 22px;left: 0;background-color: #141315;border-radius: 50%;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;border: 2px solid #4d4b4e;}.box-vip-set .box-btn #checkboxInput:checked + .toggleSwitch:after {-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;border: 2px solid #8f44fd;}.box-vip-set .box-btn #checkboxInput:checked + .toggleSwitch {background-color: #8f44fd;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}.box-vip-set .back-color-change {position: absolute;bottom: 180px;width: 100%;height: 0;background-color: rgb(241 241 241/0.631372549);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0 10px 0 8px;font-family: Gruppo;font-size: 23px;font-weight: 700;overflow: clip;border-radius: 10px;}.box-vip-set .color-ch {width: 140px;height: 40px;background-color: #a39e9e;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0 8px;border-radius: 10px;}.box-vip-set .color-ch span {display: inline-block;margin-left: 3px;width: 25px;height: 25px;background-color: var(--cl);border-radius: 20px;cursor: pointer;}.box-vip-set .color-ch span.cl {border: 3px solid #ff3c00;}.box-vip-set .ok {display: inline-block;position: absolute;right: 30px;bottom: 40px;background-color: #3a6df0;border: none;padding: 8px 26px;color: #fff;border-radius: 20px;margin-top: 16px;cursor: pointer;-webkit-transition: 0.3s;transition: 0.3s;white-space: nowrap;font-size: 15px;}.box-vip-set .ok:hover {background-color: #25418a;-webkit-transition: 0.1s;transition: 0.1s;}.block-cv {width: 100%;height: 100vh;z-index: 12000;position: fixed;top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background-color: rgb(141 139 139/0.4588235294);-ms-touch-action: none;touch-action: none;display: none;}.box-c-v {content-visibility: auto;width: min(400px, 95%);height: 80px;position: fixed;top: 3%;left: 2%;z-index: 10000;background-color: #fff;padding: 14px 9px;font-family: sans-serif;text-transform: capitalize;border-radius: 4px;-webkit-box-shadow: inset 4px 4px 5px rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;box-shadow: inset 4px 4px 5px rgb(255 255 255/0.3), inset -4px -4px 5px rgb(0 0 0/0.1), rgb(0 0 0/0.4) 10px 6px 39px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-inline: 10px;display: none;z-index: 13000;}.box-c-v .close-item {position: absolute;top: 0;right: 0;width: 30px;height: 30px;font-size: 29px;padding-right: 5px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-top-right-radius: 10px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.box-c-v p {text-transform: capitalize;font-family: Gruppo;font-weight: 600;font-size: 20px;}.box-c-v p span:first-child {display: inline-block;-webkit-transform: translateY(-4px);transform: translateY(-4px);}.box-c-v p input {display: inline-block;}.box-c-v .box-c-c {margin-right: 30px;width: 160px;height: 40px;background-color: #4d4b4e;border-radius: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-inline: 10px;}.box-c-v .box-c-c span {display: inline-block;width: 40px;height: 20px;background-color: var(--cll);-webkit-transition: 0.1s;transition: 0.1s;cursor: pointer;}.to-top {content-visibility: auto;display: none;width: 40px;height: 40px;background-color: #fd4912;position: fixed;bottom: 20px;right: 20px;z-index: 9999;border-radius: 30px;font-size: 25px;cursor: pointer;-webkit-transition: 0.1s;transition: 0.1s;-webkit-box-shadow: 2px 2px 9px rgb(0 0 0/0.4784313725);box-shadow: 2px 2px 9px rgb(0 0 0/0.4784313725);overflow: hidden;}.to-top:hover {background-color: #da3f18;font-size: 70px;}.to-top:hover span {bottom: -20px;}.to-top span {position: absolute;top: 53%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;color: #fff;}.to-top span:hover svg {width: 60px;}.hov-lec {width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background-color: rgb(141 139 139/0.4588235294);-ms-touch-action: none;touch-action: none;z-index: 1200;display: none;}.box-lect {content-visibility: auto;width: min(500px, 85%);height: 0;background-color: var(--bgColor);color: var(--color);position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border-radius: 7px;-webkit-box-shadow: inset 1px 1px 6px 0px rgb(255 255 255 / 0.3), inset -4px -4px 5px rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.4) 10px 6px 39px;box-shadow: inset 1px 1px 6px 0px rgb(255 255 255 / 0.3), inset -4px -4px 5px rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.4) 10px 6px 39px;z-index: 1400;overflow: clip;}.box-lect .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.box-lect .head .box-close {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;}.box-lect .head .box-close .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.box-lect .head .box-close .btn-c:nth-child(3) {cursor: pointer;}.box-lect .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.box-lect .p-l {font-family: sans-serif;margin-bottom: 13px;margin-left: 10px;font-size: 20px;-webkit-transform: translateY(40px);transform: translateY(40px);}.box-lect .p-l span {font-family: "Lucida Console", Monaco, monospace;font-size: 18px;padding-left: 5px;text-transform: capitalize;}.box-lect .state {position: absolute;bottom: 80px;left: 2px;width: 98%;height: 60px;background-color: rgb(163 162 162/0.1764705882);margin-left: 1%;border-radius: 7px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: space-around;}.box-lect .state span {font-family: Sriracha;font-size: 40px;opacity: 0.4;text-transform: uppercase;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.box-lect .state div {min-width: 30%;height: 100%;margin-left: 14px;font-family: Sriracha;letter-spacing: 2px;text-transform: capitalize;font-size: 15px;display: flex;align-items: center;justify-content: flex-start;}.box-lect .state .vi span {display: inline-block;width: 15px;height: 15px;background-color: #ff0037;border-radius: 20px;margin-right: 7px;}.box-lect .box-btns {position: absolute;bottom: 30px;right: 10px;}.box-lect .box-btns .btn-l {padding: 8px;margin-right: 10px;font-size: 17px;text-transform: capitalize;font-family: monospace;color: var(--color);-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}#c_c {position: absolute;right: 35px;font-family: monospace;text-decoration: underline;display: inline-block;cursor: pointer;}.x-v-x {display: none;width: 100%;height: 100vh;position: fixed;top: 0;left: 0;z-index: 999999;background-color: #fff;-ms-touch-action: none;touch-action: none;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.x-v-x .ccv-box {width: min(900px, 95%);height: 400px;border-top: 6px double rgb(0 0 0/0.6509803922);border-bottom: 6px double rgb(0 0 0/0.5960784314);position: relative;}.x-v-x .ccv-box header {width: 100%;height: 60px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-bottom: 12px;}.x-v-x .ccv-box header .logo-v {padding-left: 20px;font-size: 50px;text-transform: uppercase;font-family: Sriracha;border-bottom: 2px solid #574951;}.x-v-x .ccv-box header .load {display: inline-block;}.x-v-x .ccv-box header .load .loader {display: -ms-inline-grid;display: inline-grid;width: 150px;aspect-ratio: 2;-webkit-box-shadow: 0 2px #574951;box-shadow: 0 2px #574951;overflow: hidden;}.x-v-x .ccv-box header .load .loader:before {content: "";margin: 0 25%;background: #83988e;clip-path: polygon(97.55% 65.45%, 50% 100%, 2.45% 65.45%, 20.61% 9.55%, 79.39% 9.55%);-webkit-transform-origin: bottom;transform-origin: bottom;-webkit-animation: l7-0 0.5s linear infinite, l7-1 3s steps(6) infinite;animation: l7-0 0.5s linear infinite, l7-1 3s steps(6) infinite;}@-webkit-keyframes l7-0 {0% {rotate: -36deg;}to {rotate: 36deg;}}@keyframes l7-0 {0% {rotate: -36deg;}to {rotate: 36deg;}}@-webkit-keyframes l7-1 {0% {translate: -174% 0;}to {translate: 174% 0;}}@keyframes l7-1 {0% {translate: -174% 0;}to {translate: 174% 0;}}.x-v-x .ccv-box .input-box-a {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;--white: rgb(190, 190, 190);--primary: rgb(50, 206, 154);--placeholder: rgb(0, 0, 0);display: flex;align-items: center;justify-content: center;}.x-v-x .ccv-box .input-box-a .wrapper {width: min(325px, 80vw);display: -ms-grid;display: grid;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.x-v-x .ccv-box .input-box-a .wrapper > * {margin-top: 100px;-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;font: 1.1rem futura, helvetica, sans-serif;color: var(--white);}.x-v-x .ccv-box .input-box-a .wrapper input {font-family: Sriracha;position: relative;border: 1.5px solid var(--white);border-radius: 0.25rem;outline: none;background-color: #fff0;color: var(--placeholder);padding: 0.8rem;z-index: 0;-webkit-transition: border-color 0.5s;transition: border-color 0.5s;}.x-v-x .ccv-box .input-box-a .wrapper input:focus {border-color: var(--primary);}.x-v-x .ccv-box .input-box-a .wrapper input:not(:-moz-placeholder-shown) ~ span {transform: translateY(-1.8rem) scale(0.75);padding: 0 0.25rem;color: var(--placeholder);}.x-v-x .ccv-box .input-box-a .wrapper input:not(:-ms-input-placeholder) ~ span {transform: translateY(-1.8rem) scale(0.75);padding: 0 0.25rem;color: var(--placeholder);}.x-v-x .ccv-box .input-box-a .wrapper input:focus ~ span, .x-v-x .ccv-box .input-box-a .wrapper input:not(:placeholder-shown) ~ span {-webkit-transform: translateY(-1.8rem) scale(0.75);transform: translateY(-1.8rem) scale(0.75);padding: 0 0.25rem;color: var(--placeholder);}.x-v-x .ccv-box .input-box-a .wrapper span {width: -moz-max-content;width: -webkit-max-content;width: max-content;background-color: #fff;margin-left: 1rem;color: var(--placeholder);-webkit-transition: -webkit-transform 0.5s;transition: -webkit-transform 0.5s;transition: transform 0.5s;transition: transform 0.5s, -webkit-transform 0.5s;transition: transform 0.5s, -webkit-transform 0.5s;}.show-note {display: none;width: 100%;height: 100vh;background-color: #74707031;display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;z-index: 99999999999999999999;user-select: none;}.box {display: none;width: min(600px, 95%);height: min(600px, 70vh);background-color: #ddd;background-size: cover;background-repeat: no-repeat;border-radius: 10px;position: relative;}.box h1 , .show-note .box h2{color: #130c07;font-family: sans-serif;text-align: center;margin-top: 10px;font-size: 35px;}sub {display: block;text-transform: uppercase;text-align: center;font-family: sans-serif;font-size: 13px;margin: 6px 3px 0 0;}.text-box {width: 100%;height: 90px;margin-top: 20px;font-size: 21px;padding: 0 9px;}.box p {font-family: sans-serif;line-height: 30px;text-transform: capitalize;}.btn-box {width: 100%;height: 50px;position: absolute;bottom: 30px;display: flex;align-items: center;justify-content: center;}.box button {display: block;width: 120px;height: 35px;border-radius: 10px;outline: none;border: none;border: 1px solid #000;background-color: #fff0;text-transform: uppercase;cursor: pointer;transition: 0.1s;}.box button:hover {background-color: #130c07;color: aliceblue;}.box-pig-pre {width: 100%;height: 100vh;background-color: #a39d9d3f;display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;z-index: 99999999999999999999;user-select: none;display: none;}.box-select-pre {content-visibility: auto;width: min(500px, 85%);height: 300px;background-color: var(--bgColor);color: var(--color);position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border-radius: 7px;z-index: 14000000000000;overflow: clip;display: none;}.box-select-pre .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.box-select-pre .head .box-close {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;}.box-select-pre .head .box-close .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.box-select-pre .head .box-close .btn-c:nth-child(3) {cursor: pointer !important;}.box-select-pre .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.box-lectures-pre {width: 100%;padding-inline: 10px;height: 260px;transform: translateY(40px);overflow-y: auto;padding-bottom: 9px;}.box-lectures-pre a:hover {background-color: rgba(203, 207, 248, 0.199);}.box-lectures-pre a {text-decoration: none;color: var(--color);display: block;width: 100%;height: 40px;margin-top: 9px;padding-left: 6px;border: 1px solid var(--color-link-lec-ser);border-radius: 7px;display: flex;align-items: center;transition: 0.1s;font-weight: 500;}.box-lectures-pre a span {display: block;text-transform: capitalize;font-family: Gruppo;font-size: 25px;}.box-lectures-pre::-webkit-scrollbar {width: 5px;background-color: rgba(109, 184, 255, 0.247);}.box-lectures-pre::-webkit-scrollbar-thumb {background-color: #686af1;border-radius: 10px;}.box-lectures-pre::-webkit-scrollbar-thumb:hover {background-color: #0b1580;-webkit-transition: 0.1s;transition: 0.1s;}.pre_iframe {width: 98%;height: 89vh;margin-top: -1vh;margin-left: 1%;position: fixed;top: var(--header-height);z-index: 99999999999999;display: none;}.pre_iframe .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.pre_iframe .head .box-close {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;}.pre_iframe .head .box-close .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.pre_iframe .head .box-close .btn-c:nth-child(3) {cursor: pointer !important;}.pre_iframe .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.t {background-color: #63bc63 !important;}.f {background-color: rgb(184, 115, 115) !important;}.new-logo {height: min(630px, 74vh);position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 999999999099999;display: none;}.hoollo {width: 100%;height: 100%;background-color: #000000;position: fixed;top: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 10px;color: aliceblue;animation: halllo 1s forwards 1;animation-delay: 3s;transition: 0.2s;}@keyframes halllo {0% {background-color: #000000e3;transition: 0.1s;}50% {background-color: #00000075;transition: 0.1s;}100% {color: transparent;background-color: #00000000;}}.hoollo h2 {font-size: 60px;font-family: sans-serif;letter-spacing: 2px;margin-bottom: 5ox;}.hoollo p {display: block;text-transform: uppercase;}.new-logo span {margin-left: 10%;display: block;width: 80%;height: 2px;background-color: #130c07;margin-top: 9px;}.new-logo .data-show {width: 80%;margin-left: 10%;height: fit-content;margin-top: 10px;display: flex;justify-content: center;}.new-logo .data-show h2 {display: block;font-family: Gruppo;font-size: 50px;}.new-logo .data-show h2 sup {display: inline-block;font-size: 15px;}.box-logo {width: 100%;height: 240px;padding-left: 10px;}.box-logo p {font-family: monospace;font-size: 18px;}.new-logo .btn-box {height: 13px;width: 100%;display: flex;align-items: center;justify-content: space-around;}.new-logo .btn-box button {font-size: 20px;z-index: 999;}.shadow-new {width: 100%;height: 100vh;position: fixed;top: 0;left: 0;z-index: 9999999999999999999999999;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;margin: 0;background: #34343459;background: linear-gradient( 180deg, #3434348f 0%, #252525 100%);font-family: "Mona-Sans", sans-serif;font-family: "Mona Sans", sans-serif;display: none;}.card {position: absolute;left: 0;right: 0;top: 35%;margin: auto;width: 320px;height: 300px;border-radius: 16px;background: #191919;background: linear-gradient(rgb(42 137 145) 0%, rgba(25, 25, 25, 0.925) 90%);backdrop-filter: blur(4px);box-shadow: inset 0 2px 2px 0 #e7c4a088, inset 0 -2px 2px 0 #0003;color: #ccc;text-shadow: 1px 1px 3px #333a;padding: 24px;padding-right: 42px;display: flex;flex-direction: column;justify-content: end;}.card h2, p {margin: 8px 0;}.card h2 {font-size: 1.1em;}.card p {font-size: 0.9em;font-weight: 800;color: #aaa;}.button_ {width: fit-content;border-radius: 100px;padding: 8px 36px;margin-top: 12px;background: #fff2;box-shadow: 0 0 0 1px #fff3, inset 120px 0 100px -100px #000c, 0 0 0 0 #fff1;transition: box-shadow 0.4s ease-in-out;cursor: pointer;}.button_:hover {box-shadow: 0 0 0 1px #fff3, inset 200px 0px 100px -100px #000a, -4px 0 8px 2px #fff2;}.img {position: absolute;top: 14px;left: 0;right: 0;width: 100%;margin: auto;object-fit: contain;user-select: none;pointer-events: none;display: flex;align-items:center;flex-direction: column;}.img h2 {font-size: 30px;}.img span {font-size: 14px;}.accents {user-select: none;pointer-events: none;position: absolute;left: 0;right: 0;top: 30%;}.acc-card{width: 330px;height: 350px;background: #eee1;opacity: 0.8;z-index: -1;position: absolute;left: 0;right: 0;top: 20%;margin: auto;border-radius: 16px;box-shadow: inset 0 2px 2px 0 #e0c9b266, inset 0 -2px 2px 0 #0004;backdrop-filter: blur(4px);transition: all 0.1s linear;transform-origin: 20% 80%;}.acc-card:nth-child(1){animation: wobble 18s ease-in-out infinite;}.acc-card:nth-child(2){animation: wobble 22s ease-in-out -6s infinite reverse;}.acc-card:nth-child(3){animation: wobble 26s ease-in-out -18s infinite;}.light {--bgref: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 487 487'%3E%3Ccircle cx='243' cy='243.5' r='233' style='fill:none;opacity:.1;stroke:%23aaa;stroke-linecap:round;stroke-miterlimit:10;stroke-width:18px;'/%3E%3Ccircle cx='243.5' cy='243.5' r='243' style='fill:none;stroke:%23111;stroke-linecap:round;stroke-miterlimit:10;'/%3E%3Ccircle cx='243' cy='243.5' r='222' style='fill:none;stroke:%23111;stroke-linecap:round;stroke-miterlimit:10;'/%3E%3Cpath d='m10,243.5C10,114.82,114.32,10.5,243,10.5' style='fill:none;stroke:%23ddd;stroke-linecap:round;stroke-miterlimit:10;stroke-width:18px;'/%3E%3C/svg%3E");position: absolute;left: 0;right: calc(0% + 300px);top: 204px;margin: auto;width: 164px;height: 164px;z-index: -2;background-image: var(--bgref);animation: rotate360 22s linear infinite;}.light::before, .light::after {content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background-image: var(--bgref);filter: blur(3px);scale: 1.01;}.light::after {filter: blur(8px);}.light.sm {width: 100px;height: 100px;left: calc(0% + 300px);right: 0;top: 142px;bottom: 0;animation: rotate360 18s linear -10s infinite;}.top-light {position: absolute;left: 0;right: 0;top: -42px;margin: auto;width: 284px;height: 6px;border-radius: 10px;background: #fffef9;box-shadow: 0 0px 1px 1px #ffc78e, 0 1px 2px 1px #ff942977, 0 2px 6px 1px #e98b2d77, 0 4px 12px 0px #ff9e3d99, 0 12px 20px 12px #ff800044;}@keyframes rotate360 {to {rotate: 360deg;}}@keyframes wobble {0% {transform: translateX(10px) translateY(20px) rotate(-3deg) scale(1);}20% {transform: translateX(-44px) translateY(-8px) rotate(6deg) scale(1.02);}60% {transform: translateX(32px) translateY(18px) rotate(-8deg) scale(1);}80% {transform: translateX(-42px) translateY(-22px) rotate(12deg) scale(0.94);}100% {transform: translateX(10px) translateY(20px) rotate(-3deg) scale(1);}}@media screen and ( max-height: 600px ){.card{height: fit-content !important;}.acc-card{height: 180px !important;}.card, .accents {top: 30%;}.accents {.light {top: 124px;bottom: 0;&.sm {top: 42px;}}}}.show {width: 100%;height: 100vh;background-color: #a39d9d3f;display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;z-index: 99999999999999999999;user-select: none;display: none;}.box-data {content-visibility: auto;width: min(500px, 85%);height: 300px;background-color: var(--bgColor);color: var(--color);position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border-radius: 7px;z-index: 14000000000000;overflow: clip;display: none;}.box-data .head {position: absolute;top: 0;left: 0;width: 100%;height: 30px;background-color: var(--ccllv);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.box-data .head .box-close {width: 60px;height: 30px;display: inline-block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 999;position: absolute;right: 10px;}.box-data .head .box-close .btn-c {display: inline-block;width: 15px;height: 15px;margin-left: 6px;background-color: var(--clv);border-radius: 100px;}.box-data .head .box-close .btn-c:nth-child(3) {cursor: pointer !important;}.box-data .head .title {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 16px;text-transform: uppercase;font-family: sans-serif;font-size: 16px;color: #fff;text-align: center;position: absolute;top: 0;left: 0;}.data-show_x {width: 100%;padding-inline: 10px;height: 260px;transform: translateY(40px);overflow-y: auto;padding-bottom: 9px;}.data-show_x p {font-family: monospace;font-size: 18px;text-transform: capitalize;}.data-show_x_pre a:hover {background-color: rgba(203, 207, 248, 0.199);}.data-show_x_pre a {text-decoration: none;color: var(--color);display: block;width: 100%;height: 40px;margin-top: 9px;padding-left: 6px;border: 1px solid var(--color-link-lec-ser);border-radius: 7px;display: flex;align-items: center;transition: 0.1s;font-weight: 500;}.data-show_x_pre a span {display: block;text-transform: capitalize;font-family: Gruppo;font-size: 25px;}.ads-box {width: 80%;height: fit-content;position: relative;padding: 40px;margin-top: 40px;margin-left: 10%;border: 2px solid var(--cv);border-radius: 20px;}.ads-box::before {content: 'ads box';position: absolute;top: 4px;left: 50px;color: var(--cv);font-family: monospace;font-size: 18px;}
