html {
  max-width: 100vw;
  --prim-bg: rgb(255, 255, 255);
}

html, body {
  overflow-x: hidden;
  transition: 0.5s;
}

a {
  text-decoration: none;
}

.contact p{
  margin-bottom: 15px;
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
  .animated {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
  }
}

/*@media (prefers-color-scheme: light) { */

body {
  /*background-color: #fffffe;*/
  background-color: var(--prim-bg) !important;
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-align: left;
  /* display: grid; */
  grid-gap: 10px;
  padding: 0px !important;
  margin-right: 0px;
}

/* }

@media (prefers-color-scheme: dark) {
  body {
    background-color: #0f0f0f;
    overflow-x: hidden;
    max-width: 100vw;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-align: left;
    display: grid;
    grid-gap: 10px;
  }
}
*/

h1 {
  font-family: var(--font-sans);
  font-style: bold;
}

.sect5 a {
  color: white;
}

a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.navbar {
  display: flex;
  height:4.5%;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  max-width: 100vw;
  overflow-x: hidden;
  box-shadow: 0 2px 3px 0.5px rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: 0.7s;
  /* position: sticky;
  top:0px;
  z-index: 9;
  */
}

.nav-button {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar a {
  padding-right: 0;
  padding-left: 0;
}

footer {
  font-weight: 500;
  font-family: "metropolis-bold", sans-serif;
  line-height: 1.286;
  text-transform: uppercase;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
  /* background: linear-gradient(45deg, #19000e, #001319); */
  background-color: rgb(245, 246, 247);
  letter-spacing: 1.2px;
  font-family: var(--font-sans) !important;
  font-size: 12px;
  color:#000 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer a{
  color:#000000;
  transition: 0.1s;
}

footer a:hover{
  color:#757575;
}

.footer{
  border-width: thick;
  border-top-color:blue;
}

footer p{
  color:#000000
}

footer h4{
  color:#000000
}

.GitHub{
  filter: brightness(0%);
  transition: 0.2s;
}

.GitHub:hover{
  filter: brightness(50%);
}

.bsky{
  filter: invert(100%);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.page-container {
  transform: translate3d(0, 0, 0);
}

.center-text {
  text-align: center;
}

.paragraph-def p {
  color: #a7a9be;
}

.page-heading {
  text-align: center;
  font-size: 50px;
  margin: 15px;
  color: #fffffe;
}

.italic {
  font-style: italic;
}

.row {
  margin-bottom: 30px;
}

.btn {
  filter: brightness(100%);
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: 0.3s;
  margin: 10px;
  outline: none;
  padding: 0.375rem 0.75rem;
}

.btn:focus{
  box-shadow: none;
}

.p-2 {
  color: rgb(0, 0, 0) !important;
  transition: 0.2s;
}

.p-2:hover {
  color: rgb(100, 100, 100) !important;
  text-decoration: none;
}

.top-gradient{
  display: inline-block;
  box-sizing: border-box;
  background: linear-gradient(90deg, #da1e28 0%, #8a3ffc 50%,#0062ff 100% );
  position:fixed;
  top:0;
  left:0;
  right:0;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 0.5rem;
  align-items: center;
  /* margin-top: -10px; */
  /* width:102vw !important; */
  transition: 0.5s !important;
}

.button {
  border-radius: 0px !important;
  filter: brightness(100%);
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.2s;
  margin: 20px;
  outline: none;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

/* @media (prefers-color-scheme: light) { */

.btn-black {
  background-color: black;
  color: white !important;
  transition: 0.2s;
}

.btn-black:hover {
  background-color: rgb(63, 63, 63);
  color: rgb(183, 183, 183) !important;
  /* filter: brightness(20%); */
  box-shadow: 0.1px 6px 0.2px rgba(0, 0, 0, .2);
}

.btn-black:focus {
  border-radius: 0px;
  outline: none;
}

/*
}

@media (prefers-color-scheme: dark) {
.btn-black {
  background-color: white;
  color: black !important;
  transition: 0.2;
}

.btn-black:hover {
  filter: brightness(70%);
  box-shadow: 0.1px 6px 0.2px rgba(0, 0, 0, .1);
}

.btn-black:focus {
  border-radius: 0px;
  outline: none;
}
}
*/

.btn-lg {
  border-radius: 8px;
  filter: brightness(100%);
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  margin-top: 20px !important;
  font-size: 30px;
  padding-bottom: 15px;
  transition: 0.2s;
  margin: 20px;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

.btn-lg:hover {
  filter: brightness(95%);
  color: white;
  outline: none;
  text-decoration: none;
}

.btn-lg:focus {
  border-radius: 8px;
}

.btn-primary {
  background-color: #0070f3;
  color: white;
  transition: 0.2s;
}

.btn-blue {
  background-color: #0070f3;
  color: white !important;
  transition: 0.2s;
  border-color: #0070f3;
}

.btn-blue:focus{
  color:white;
}

.btn-green {
  background-color: #03a33e;
  color: white !important;
  transition: 0.2s;
  border-color: #03a33e;
}

.btn-green:focus {
  color: white;
}

.btn-green:hover {
  background-color: #fffffe !important;
  color: #03a33e !important;
}

.btn-green:focus {
  background-color: #fffffe !important;
  color: #03a33e !important;
}

.btn-red {
  background-color: #a3032b;
  color: white !important;
  transition: 0.2s;
  border-color: #a3032b;
}

.btn-red:focus {
  color: white;
}

.btn-red:hover {
  background-color: #fffffe !important;
  color: #a3032b !important;
}

.btn-red:focus {
  background-color: #fffffe !important;
  color: #a3032b !important;
}

.btn-blue-glow{
  background: linear-gradient(90deg, #2174d5, #0070f3 );
  color: white !important;
  border-color: #0070f3;
  border-radius: 0px;
  box-shadow: 0px 6px 15px  rgba(0, 112, 244,.64);
  transition: 0.4s;
  outline: none !important;
  padding-left: 30px;
  padding-right: 30px;
  margin:0px;
  margin-bottom: 10px;
  margin-top:10px;
}

.btn-blue-glow ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-blue-glow ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-blue-glow:hover{
  box-shadow: 0px 4px 11px  rgba(0, 112, 244,0.5);
  border-color: #0070f3;
}

.btn-green-glow{
  background: linear-gradient(90deg, #3eca22d8, #28da31c0 );
  color: white !important;
  border-color:#0de418c0;
  border-radius: 0px;
  box-shadow: 0px 6px 15px  #0aec15b2;
  transition: 0.4s;
  outline: none !important;
  padding-left: 30px;
  padding-right: 30px;
  margin:0px;
  margin-bottom: 10px;
  margin-top:10px;
}

.btn-green-glow ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-green-glow ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-green-glow:hover{
  box-shadow: 0px 4px 11px  #00f40c80;
  border-color:#0de418c0;
}

.btn-orange-glow{
  background: linear-gradient(90deg, #f1b04dd8, #d4912cd8 );
  color: white !important;
  border-color:#c2862dc0;
  border-radius: 0px;
  box-shadow: 0px 6px 15px  #ca8722d8;
  transition: 0.4s;
  outline: none !important;
  padding-left: 30px;
  padding-right: 30px;
  margin:0px;
  margin-bottom: 10px;
  margin-top:10px;
}

.btn-orange-glow ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-orange-glow ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-orange-glow:hover{
  box-shadow: 0px 4px 11px  rgba(235, 141, 33, 0.5);
}

.btn-purple-glow{
  background: linear-gradient(90deg, #8929c1, #9c00f4);
  color: white !important;
  border-color: #9c00f4;
  border-radius: 0px;
  box-shadow: 0px 6px 15px rgba(156, 0, 244,.64);
  transition: 0.4s;
  outline: none !important;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-purple-glow:hover{
  box-shadow: 0px 4px 11px  rgba(156, 0, 244,0.5);
}

.btn-purple-glow ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-purple-glow ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-red-glow{
  background: linear-gradient(90deg, #f40047, #d50943);
  color: white !important;
  border-color: #f40047;
  border-radius: 0px;
  box-shadow: 0px 6px 15px rgba(244, 0, 71,.64);
  transition: 0.4s;
  outline: none !important;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-red-glow:hover{
  box-shadow: 0px 4px 11px  rgba(244, 0, 71,0.5);
}

.btn-red-glow:focus{
  outline: none !important;
}

.btn-red-glow ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-red-glow ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-blue-glow:focus{
  outline-width: none !important;
}

.btn-blue:hover {
  background-color: #fffffe !important;
  color: #0070f3 !important;
}

.btn-blue:focus {
  background-color: #fffffe !important;
  color: #0070f3 !important;
}

.btn-secondary {
  background-color: #68686a;
  color: white;
  border-radius: 0px;
  outline:none;
  outline-color: rgba(0, 0, 0, 0) !important;
}

.btn{
  outline:none;
  outline-color: rgba(0, 0, 0, 0) !important;
}

.btn-tertiary {
  background-color: #4353ff;
  color: white;
  border-radius: 0px;
}

.btn-primary:focus {
  outline-width: 3px;
  outline-color: rgba(18, 124, 172, 0.42);
  outline-style: solid;
}

.btn-secondary:focus {
  outline-width: 3px;
  outline-color: rgba(83, 86, 87, 0.42);
  outline-style: solid;
}

.btn-tertiary:focus {
  outline-width: 3px;
  outline-color: rgba(56, 35, 177, 0.42);
  outline-style: solid;
}

@font-face {
  font-display: swap;

  font-family: 'Bebas';

  font-style: normal;

  font-weight: normal;

  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2");
}

.sticky {
  /* Safari */
  position: sticky;
  top: 0;
}

.sect1 {
  background: linear-gradient(30deg, #021048, #1e38a3);
  width: 100vw;
  padding: 40px;
}

.sect1 h1 {
  color: rgb(255, 255, 255);
}

.sect2 {
  background-color: rgb(253, 253, 255);
  color: rgb(0, 0, 0) !important;
  border-top: 1px solid #eaeaea;
  width: 100vw;
  padding: 40px;
  padding-bottom: 70px !important;
  margin: 0px;
  /*margin-top:10% !important;*/
}

.sect5 {
  background-color: #252423;
  width: 100vw;
  padding: 40px;
  color: #5f6c7b;
  display: grid;
}

.sect3 {
  background-color: #4d80e4;
  width: 100vw;
  padding: 40px;
}

.sect3 h1 {
  color: rgb(255, 255, 255);
}

.sect4 {
  background-color: #0f0e17;
  color: rgb(255, 255, 255);
  width: 100vw;
  padding: 40px;
}

.sect5 {
  background-color: black;
  color: rgb(255, 255, 255);
  width: 100vw;
  padding: 40px;
}

.sect4 h1 {
  color: rgb(255, 255, 255);
}

.dnbtn {
  top: 85vh;
  height: 20px;
  filter: invert();
  transition: 0.5s;
  transform: scale(1.5);
}

.dnbtn:hover {
  transform: scale(3.5);
}

/* main shit*/

.display-3 {
  font-family: 'Bebas';
  text-shadow: 2px 2px 10px #141414;
  color: #fefefefe;
}

.display-4 {
  font-family: 'Bebas';
  color: #96a6eb;
}

.display-5 {
  font-family: 'Helvetica Neue';
  font-size: 2rem;
}

.display-7 {
  font-family: 'Bebas';
  color: #7fadf2;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.page-footer {
  width: 100vw;
  position: relative;
  bottom: 0;
  left: 0;
}

.indxbox {
  font-family: "Segoe UI";
  background-color: #292827;
  width: 400px;
  height: 400px;
  display: inline-block;
  transition: 0.3s;
  padding: 40px;
  margin: 20px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5f6c7b;
  text-decoration: none;
}

.indxbox:hover {
  color: white;
  text-decoration: none;
}

.indxbox-dark {
  background-color: #292827;
}

.indxbox-dark:hover {
  background-color: #3b3a39;
}

.imgsect {
  width: 100vw;
  max-height: 700px;
}

.imgsect:before {
  filter: brightness(65%);
}

.row.text-center>div {
  display: inline-block;
  float: none;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

.text-center{
  text-align: center !important;
}

hr.style8:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

hr.style9 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

hr.style10 {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style14 {
  border: 0;
  height: 1px;
  /* I don't think any of the below are necessary ? */
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.style15 {
  border-top: 4px double #8c8b8b;
  text-align: center;
}

hr.style15:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}

hr.style16 {
  border-top: 1px dashed #8c8b8b;
}

hr.style16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}

hr.style17 {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}

hr.style17:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
  transform: rotate(60deg);
}

hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

hr.styleSpace:after {
  content: '.';
  visibility: hidden;
  height: 30px;
}

hr.style19 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

.toast__container {
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s;
}

.toast__cell {
  display: inline-block;
  float: inherit;
}

.add-margin {
  margin-top: 20px;
  margin-left: 30px;
}

.toast {
  text-align: left;
  padding: 21px 0;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  top: 0px;
  position: relative;
  box-shadow: 3px 7px 14px -5px rgba(0, 0, 0, 0.4);
}

.toast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 2;
  color: #878787;
  margin-right: 5px;
}

.toast__content {
  padding-left: 70px;
  padding-right: 60px;
}

.toast__close {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 20px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}

.toast__close:hover {
  fill: #484848
}

.toast--blue .toast__icon {
  background-color: #1D72F3;
  position: absolute;
}

.toast--blue:before {
  background-color: #1D72F3;
  position: absolute;
}

.toast--info .toast__icon {
  background-color: #33ccff;
  position: absolute;
}

.toast--info:before {
  background-color: #33ccff;
  position: absolute;
}

.toast--red .toast__icon {
  background-color: #d6271e;
  position: absolute;
}

.toast--red:before {
  background-color: #d6271e;
  position: absolute;
}

#notibox {
  display: inline;
  float: right;
  position: absolute;
  z-index: 10;
  right: 5px;
}

.button-contact {
  margin-bottom: 3%;
}

.img-center {
  padding-top: 10%;
}

.twitter-timeline {
  z-index: 2;
  position: absolute;
  display: inline;
  padding: 1%;
}

.card {
  display: inline-block;
  transition: 0.3s;
  margin-top: 20px !important;
  border-radius: none !important;
}

.card-indx {
  display: inline-block;
  transition: 0.3s;
  margin-top: 20px !important;
  border-radius: none !important;
}

.card-dark {
  background: rgb(37, 37, 37);
  color: white;
  display: inline-block;
  transition: 0.3s;
}

.card-dark a{
  color: white;
}

.card-dark:hover a{
  color: black;
}

.card-dark:hover {
  background: rgb(255, 255, 255);
  color:black;
}

.scard {
  display: inline-block;
  background: Gray;
  padding: 10px
}

.mediacrop {
  width: 300px;
  height: 150px;
  overflow: hidden;
}

.indxcrop {
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}

.indxcrop img {
  width: 200%;
  height: 200%;
  overflow-x: hidden;
  overflow-y: hidden;
  /* margin: -40px 0 0 -50px; */
}

.mediacrop img {
  width: 400px;
  height: 250px;
  margin: -40px 0 0 -50px;
}

.fill {
  width: 100%;
  height: 97%;
  background-position: center;
  background-size: cover;
}

.block-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.dept-image {
  width: 250px;
  height: 250px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: 0.5s;
}

.dept-image:hover {
  transform: scale(1.05);
}

.img-circle {
  border-radius: 50%;
}

.special-row {
  margin-left: 0px;
  margin-right: 0px;
}

.col-md-4 {
  text-align: center;
}

.hover {
  z-index: 98;
  display: inline;
  float: right;
  position: absolute;
}

.img-vert-center {
  align-items: center;
  display: flex;
}

.unstyled li {
  list-style-type: none;
}

.doc-card {
  display: inline-block;
  background-color: #4e535c;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.doc-card:hover {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
}

.myCarousel {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

#imagecarousel {
  box-sizing: border-box;
}

.carousel-caption .btn{
  z-index: 300;
}

.carousel-indicators {
  z-index: 5;
}

.carousel-indicators button{
  background-color: rgba(214, 214, 214, 0.466);
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  /* transition: 0.2s; */
}

.carousel-indicators button.active{
  background-color: #0684eb !important;
}

.carousel-indicators button:hover{
  background-color: #ffffff !important;
  opacity: 1 !important;
}

.imgtxt-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  position: relative;
  height: 100%;
}

.carousel-image {
  overflow: hidden;
  filter: brightness(75%);
  background-repeat: no-repeat;
}

.c-header {
  color: white;
  font-size: 50px;
  text-align: left;
  padding-top: 10px;
}

.carousel-caption {
  height: 55%;
  right: 40%;
  left: 20%;
}

.carousel-caption img {
  height: 25%;
  right: 40%;
  left: 20%;
  top: 50%;
}

.carousel-caption {
  position: absolute;
  top: 10%;
  left: 15%;
  /* z-index: 10; */
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  color: #fff;
  text-align: left;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
}

.firstAnimate {
  animation-delay: 0.1s;
  animation-duration: 1.5s;
}

.ftcAnimate {
  animation-delay: 0.4s;
  animation-duration: 2s;
}

.frcAnimate {
  animation-delay: 0.7s;
  animation-duration: 2s;
}

.carousel-control-prev {
  background-image: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0));
  transition: 0.3s;
}

.carousel-control-prev:hover {
  background-image: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.2));
}

.carousel-control-next {
  background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0));
  transition: 0.3s;
}

.carousel-control-next:hover {
  background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.2));
}

.wm {
  animation-delay: 0.5s;
}

.primary {
  animation-delay: 3s;
}

.grant {
  animation-delay: 60s;
}

::-webkit-scrollbar{
  width:7px;
}

::-webkit-scrollbar-thumb{
  background-color: #0684eb;
  border-radius: 25px;
}

/* Responsive iFrame begins*/

.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Responsive iFrame ends*/

/*
::-moz-selection {
  background: rgba(220, 235, 250, 0.32);
  font-style: italic;
}

::selection {
  background: rgba(205, 227, 250, 0.32);
}
*/

.sect5 h1::-moz-selection {
  background: rgb(249, 29, 230);
}

.sect5 h1::selection {
  background: rgb(249, 29, 230);
}

.sect5 h1::-moz-selection {
  background: rgb(249, 29, 230);
}

footer ::-moz-selection {
  background: #1A83EE;
}

footer ::selection {
  background: #1A83EE;
}

.footer ::-moz-selection {
  background: #1A83EE;
}

.sect5 ::-moz-selection {
  background: rgb(249, 29, 230) !important;
}

.sect5 ::selection {
  background: rgb(249, 29, 230) !important;
}

.sect5 ::-moz-selection {
  background: rgb(249, 29, 230) !important;
}

.sect5 ::selection {
  background: rgb(249, 29, 230) !important;
}

.button .btn .btn-lg ::-moz-selection {
  background: rgba(0, 0, 0, 0);
}

.button .btn .btn-lg ::selection {
  background: rgba(0, 0, 0, 0);
}

.sect1 ::-moz-selection {
  background: rgba(0, 0, 0, 0);
}

.sect1 ::selection {
  background: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: rgba(29, 143, 249, 0.61);
  color: white
}

::selection {
  background: rgba(29, 143, 249, 0.61);
  color: white
}

::-moz-selection {
  background: rgba(29, 143, 249, 0.61);
  color:white;
}

.carousel-item {
  scroll-snap-type: x mandatory;
}

.carousel-item .active {
  scroll-snap-align: start;
}

.cal-card {
  color: rgb(255, 255, 255);
  min-height: 25vh;
  margin-bottom: 10px;
  width: 350px;
}

.cal-card:hover {
  margin-bottom: 0px;
}

.cal-card p {
  margin-bottom: 50px;
}

.cal-card a {
  margin-top: 20px;
}

.frstImg {
  margin-bottom: 30px;
}

.table {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
}

.table-boredered {
  border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

.table a {
  color: white;
}

.badge {
  border-radius: 0px;
}

.card-body{
  transition: 0.2s;
}

.card-body:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.text-styleone {
  background: -webkit-linear-gradient(180deg,#2674d0, #3893fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-styletwo {
  background: -webkit-linear-gradient(360deg,#216dc9, #3893fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-light {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
  max-height: 60%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .2);
  transition: 0.3s;
  padding: 10px;
  background-color: white;
  color: black !important;
}

.card-light ::-moz-selection{
  background: rgba(0, 255, 184, 0.53);
}

.card-light ::selection{
  background: rgba(0, 255, 184, 0.53);
}

.card-light ::mox-selection{
  background: rgba(0, 255, 184, 0.53);
}

.card-light a{
  color:black
}

.card-light:hover {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  background-color: rgba(255, 255, 255, 0.698);
  color: black;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, .2);
}

.card-glass {
  display: inline-block;
  width: 50%;
  margin: 10px;
  transition: 0.3s;
  padding: 10px;
  background-color: white;
  color: black !important;
  box-shadow: 0.4px 8px 0 rgba(0, 0, 0, .2);
}

.card-glass:hover {
  background-color: white;
  color: black;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-tiers {
  margin-top: 20px;
  display: inline-block;
  width: 50%;
  min-height: 600px !important;
  border-color: none;
  border-width: 0px;
  transition: 0.3s;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
  color: black !important;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, .2);
  top: 0px;
}

.card-tiers h1 {
  color: black;
}

.card-tiers:hover {
  top: -10px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, .5) !important;
}

.post-card {
  min-width: 200px;
  max-width: 1000px;
  border-radius: 3px;
}

.code-block-dark {
  border-radius: 3px;
  padding: 3px;
  padding-top: 1px;
  padding-left: 7px;
  padding-right: 7px;
  color: white;
  background-color: rgb(23, 38, 41);
  margin-top: 10px;
}

.code-block-dark-large {
  border-radius: 3px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  background-color: rgb(39, 49, 55);
  margin-top: 10px;
  width: inherit;
  min-width: 500px;
  height: inherit;
}

pre {
  border-radius: 10px;
}

.hover-img {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  transition: 0.4s;
}

.hover-img:hover {
  transform: scale(1.5);
  margin-bottom: 20px;
}

.black-inverse-hover {
  filter: invert(0%);
  transition: 0.2s;
  margin-right: 10px;
  cursor: default;
}

.black-inverse-hover:hover {
  background-color: #f1f1f1 !important;
  color: black;
  transform: scale(1.2);
}

.login-box {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0) !important;
  height: 26px !important;
  padding: 0;
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  font: normal normal bold 18px/1.4em roboto-thin, roboto, sans-serif;
  font-size: 12px !important;
  line-height: 18px;
  padding-top: 3px;
  min-height: 24px;
  padding-bottom: 0;
  height: auto;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  border-width: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
}

.login-box {
  max-width: 500px;
  min-height: 40px;
  margin-bottom: 20px !important;
  font-family: serif !important;
  font-style: normal !important;
  transition: 0.3s;
}

.login-box:hover {
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 1);
}

@media only screen and (min-width : 1100px) {
  .order-summary {
    display: inline-block;
    width: 400px;
    height: 100vh;
    background-color: silver;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0px;
    padding: 50px;
    padding-top: 80px;
    z-index: 0;
  }

  .dash-nav {
    display: inline-block;
    width: 300px;
    height: 100vh;
    background-color: #021d4c;
    color: #ecf7fa !important;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    padding-top: 65px;
    z-index: 0;
  }
}

@media only screen and (max-width : 1100px) {
  .dash-nav {
    display: none;
    width: 300px;
    height: 100vh;
    background-color: #021d4c;
    color: #ecf7fa !important;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    padding-top: 65px;
    z-index: 0;
  }
}

.green-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: green;
  display: inline-block;
}

.dash-nav-show {
  display: inline-block;
  width: 300px;
  height: 100vh;
  background-color: #021d4c;
  color: #ecf7fa !important;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0px;
  padding-top: 65px;
  z-index: 0;
}

.gray-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: gray;
  display: inline-block;
}

@media only screen and (max-width : 1557px) {
  .nav-toggler {
    position: sticky;
    top: 70;
    left: 0;
    background-color: rgb(0, 0, 0);
    width: 35px;
    height: 60px;
  }

  .nav-toggler p {
    position: sticky;
    transform: rotate(90deg);
    margin-left: 0px;
    margin-top: 15px;
  }
}

.btn-dropper {
  border-color: #f8f9fa;
  border-color: #e2e6ea;
}

.btn-dropper:hover {
  color: #212529;
  border-color: #e2e6ea;
  border-color: #b5bdc4;
}

.btn-dropper:focus, .btn-dropper.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dropper.disabled, .btn-dropper:disabled {
  color: #212529;
  border-color: #f8f9fa;
}

.btn-dropper:not(:disabled):not(.disabled):active, .btn-dropper:not(:disabled):not(.disabled).active,
.show > .btn-dropper.dropdown-toggle {
  color: #212529;
  border-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-dropper:not(:disabled):not(.disabled):active:focus, .btn-dropper:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropper.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.box-green {
  background-color: #fffffe;
  color: green !important;
  transition: 0.1s;
  border-color: #03a33e !important;
  text-align: center;
  width: 142.93px;
  height: 136px;
}

.box-green:hover {
  color: white;
  border-width: 2px;
}

.box-green-sel {
  color: white;
  border-width: 2px;
}

.btn-d,
  .btn-d::after {
  transition: all 0.2s;
}

.unsel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn-d-orange {
  width:50%;
  text-align: center;
  background-color: #dd9230;
  border: 1px solid #545f64;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 1em auto;
  padding: 1em 1em;
  position: relative;
  text-transform: uppercase;
  z-index: -2;
}

.btn-d-orange::before,
  .btn-d-orange::after {
  background-color: #ffffff !important;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-d-orange:hover {
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.btn-diagonal-swipe {
  overflow: hidden;
  transition: all 0.2s;
}

.btn-diagonal-swipe::after {
  height: 100%;
  left: -42%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.15s;
  transform-origin: top left;
  width: 0;
}

.btn-diagonal-swipe:hover:after {
  height: 100%;
  width: 150%;
}

.btn-d-blue-fill {
  width:50%;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #0065c4;
  color: #0065c4;
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 1em auto;
  padding: 1em 1em;
  position: relative;
  text-transform: uppercase;
  z-index: -2;
}

.btn-d-blue-fill::before,
    .btn-d-blue-fill::after {
  background-color: #0f7ce2 !important;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-d-blue-fill:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.15s;
}

#typeText::after {
  content: "|";
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.footer-closing{
  letter-spacing: 0.25rem;
  margin-right: 0px !important;
}

.footer-closing a img{
  margin:0.5%;
}

.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
  z-index:2000;
  position: fixed;
}

.dropdown:hover .dropdown-menu {
  display: flex;
}

.dropdown:active .dropdown-menu {
  display: flex;
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0px !important;
  height: 100%;
}

.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
  transition: all 0.2s;
}

.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}

.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.2em;
  background-color: #f0f0f0;
  text-transform: uppercase;
  color: #516beb;
}

.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
  color: #516beb;
}

.dropdown-bottom{
  background-color: rgb(216, 216, 216);
  color:#000;
  vertical-align:middle !important;
  padding:2%;
  transition: all 0.2s;
}

/* .dropdown-bottom:hover{
background-color: rgb(110, 110, 110);
color:#FFF;
} */

.navbar-toggler{
  margin-top: 5px;
  margin-bottom: -20px;
  position: fixed;
  top: 10px;
}

.navbar-brand{
  margin-left:20% !important;
}

.icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  margin: 8px;
  transition: background-color 0.2s ease-in-out,
  transform 0.2s ease-in-out,
  opacity 0.2s ease-in-out;
  background-color: #000;
}

.cookie-cont{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width:767px) {
  .cookie-overlay{
    left:50%;
    width:80%;
  }
}

@media screen and (min-width:768px) {
  .cookie-overlay{
    left:50%;
  }
}

.cookie-overlay {
  position: fixed;
  top:50%;
  background: #fff;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;
  padding:2%;
  z-index:10000;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@include media-breakpoint-down(md) {
  bottom: 0;

  left: 0;

  right: 0;

  border-radius: 0;

  > div:first-child {
    width: auto;
  }
}

.d-block{
  display: block;
}

.table-cookies{
  width:100%;
  table-layout: fixed;
}

.table-cookies thead tr{
  background-color: #f0f0f0;
  color:#000;
}

.table-cookies thead tr th{
  padding: 1%;
}

.table-cookies thead tr th:nth-last-child(1){
  text-align: center;
}

.table-cookies tbody tr{
  background-color: #f0f0f0;
  color:#000;
}

.table-cookies tbody tr td{
  padding: 1%;
}

.table-cookies tbody tr td:nth-last-child(1){
  text-align: center;
}

.table-cookies tbody tr td:first-child{
  word-wrap:break-word
}

/* The switch - the box around the slider */

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(0,221,80);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(0,221,80);
}

input:checked + .slider:before {
  transform: translateX(1.5em);
}

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* The slider */

.eslider {
  position: absolute;
  cursor: not-allowed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(117, 214, 152);
  transition: .4s;
  border-radius: 30px;
}

.eslider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  transition: .4s;
  transform: translateX(1.5em);
}

.intro{
  /* position: absolute; */
  padding-left:4%;
  padding-right:2%;
  width: 100%;
  height:100%;
  z-index:2 !important;
  position: absolute;
}

.intro h1, .carousel h1{
  font-size:4rem;
  color: #ffffff;
  margin-top:20px;
  font-family:var(--font-sans);
}

.intro p, .carousel p{
  font-size:40px;
  margin-bottom:40px;
  color:#ffffff;
  padding-right:25%;
}

.dont-break{
  white-space: nowrap;
}

@media only screen and (min-width: 768px){
  .index-image {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://aurora.cachical.com/ahmesen/img/splash-compressed.jpg);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(2px);
    /* transform:scale(1.1); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding:0px !important;
    background-position: center;
  }

  .index-image-loaded {
    filter: brightness(100%);
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://aurora.cachical.com/ahmesen/img/splash-main.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .intro{
    padding-left:6% !important;
    padding-right:6% !important;
  }
}

.ADG-SPLASH{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://aurora.cachical.com/ahmesen/img/_DSC9837.JPG);
  /* transform:scale(1.1); */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding:0px !important;
  background-position: center;
}

.ADG-SPLASH-UNLOADED{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://aurora.cachical.com/ahmesen/img/_DSC9837.JPG);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(2px);
  /* transform:scale(1.1); */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding:0px !important;
  background-position: center;
}

.indexer{
  width: 100vw;
  height:70vh;
}

.indexer .index-image, .indexer .index-image-loaded{
  width: 100vw;
  height:74vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: fixed;
  z-index: -21;
  transform:scale(1.1);
  transition: 0.1s;
}

@media only screen and (max-width: 768px){
  .index-image {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(https://aurora.cachical.com/ahmesen/img/splash-compressed.jpg);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-attachment: fixed;
    background-size: cover;
    background-position: 40% 50%;
    background-repeat: no-repeat;
  }

  .index-image-loaded {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(https://aurora.cachical.com/ahmesen/img/splash-main.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important;
  }

  .intro{
    padding:5%;
    padding-right:20%;
    z-index:900;
  }
}

.arrow-right{
  transform:scaleX(1.50);
  transform:scaleY(0.8);
}

.btn-blue-box h5{
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.btn-blue-box h3{
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}

.btn-blue-box:before{
  background: linear-gradient(90deg, #1d64b4, #0268dd ) !important;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  transition: opacity 0.08s;
  flex-shrink: 0;
  display: block;
}

.btn-blue-box:hover:before{
  opacity: 1;
}

.btn-blue-box{
  background: linear-gradient(90deg, #2174d5, #0070f3 );
  color: white !important;
  transition: 0.2s;
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  outline: none !important;
  min-width:150px;
  /* margin-bottom: 10px; */
  z-index: 1;
}

.mnw-150{
  min-width: 150px;
}

.btn-blue-box ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-blue-box ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-blue-box:hover{
  opacity:100%;
  border:none;
}

.btn-white-box{
  background-color: #fff;
  color: #000 !important;
  transition: 0.2s;
  position: relative;
  border-color: #000;
  /* border-radius: 0px; */
  outline: none !important;
  min-width:150px;
  margin-bottom: 10px;
  z-index: 1;
}

.btn-white-box:hover{
  background-color: #e4e4e4;
  color: #000 !important;
  transition: 0.2s;
  position: relative;
  border-color: #000;
  /* border-radius: 0px; */
  outline: none !important;
  min-width:150px;
  margin-bottom: 10px;
  z-index: 1;
}

.btn-green-box:before{
  background: linear-gradient(90deg, #3b7c69, #268a6c ) !important;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  transition: opacity 0.2s;
  flex-shrink: 0;
  display: flex;
}

.btn-green-box:hover:before{
  opacity: 1;
}

.btn-green-box{
  background: linear-gradient(90deg, #3cb490, #2ca07d );
  color: white !important;
  transition: 0.2s;
  position: relative;
  border-color: #36c399;
  /* border-radius: 0px; */
  outline: none !important;
  min-width:150px;
  margin-bottom: 10px;
  z-index: 1;
}

.btn-green-box ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-green-box ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-green-box:hover{
  opacity:100%;
  border-color: #31b38c;
}

.btn-purple-box:before{
  background: linear-gradient(90deg, #682c9c, #4f098d ) !important;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  transition: opacity 0.2s;
  flex-shrink: 0;
  display: flex;
}

.btn-purple-box:hover:before{
  opacity: 1;
}

.btn-purple-box{
  background: linear-gradient(90deg, #8f34df, #8812f0 );
  color: white !important;
  transition: 0.2s;
  position: relative;
  border-color: #9c2dff;
  /* border-radius: 0px; */
  outline: none !important;
  min-width:150px;
  margin-bottom: 10px;
  z-index: 1;
}

.btn-purple-box ::-moz-selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-purple-box ::selection {
  background: rgba(0, 0, 0, 0) !important;
}

.btn-purple-box:hover{
  opacity:100%;
  border-color: #9c2dff;
}

.btn {
  /* border-radius: 5px; */
  filter: brightness(100%);
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: 0.3s;
  outline: none;
  padding: 0.375rem 0.75rem;
}

.btn-white-outline-active {
  background-color: #FFF !important;
  color: #080808 !important;
  border-color: #FFF;
}

.btn-white-outline {
  background-color: #ffffff00;
  color: #FFF !important;
  transition: 0.2s;
  border-radius: 0;
  border-color: #FFF;
}

.btn-white-outline:hover {
  background-color: #FFF !important;
  color: #080808 !important;
  border-color: #FFF;
}

.btn-white-outline:focus {
  background-color: #FFF !important;
  color: #080808 !important;
  border-color: #FFF;
}

.white-arrow-right{
  width: 18%;
  height:50%;
  z-index:20;
  margin-left:5px;
  opacity:1;
  position: absolute;
  padding-right:5%;
  right:0;
  filter:invert(100%);
  top: 25%;
  bottom:25%;
}

.company-brand span{
  color: #0684eb;
  display: block;
  text-align: right;
  padding-bottom:1px;
  background-image: linear-gradient(#0d6efd 0 0);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  float:right;
  transition:
  background-size 0.2s,
  background-position 0s 0.2s;
  /*change after the size immediately*/
}

.company-brand:hover span{
  color: #0684eb;
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}

.adg-box span{
  color: #000000;
  display: block;
  text-align: right;
  padding-bottom:4px;
  background-image: linear-gradient(#000000 0 0);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  float:right;
  transition:
  background-size 0.2s,
  background-position 0s 0.2s;
  /*change after the size immediately*/
}

.adg-box:hover span{
  color: #000000;
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}

.informational-box {
  color: #000;
}

.informational-box span{
  color: #0684eb;
  display: block;
  text-align: right;
  padding-bottom:1px;
  background-image: linear-gradient(#0d6efd 0 0);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  float:right;
  transition:
    background-size 0.2s,
    background-position 0s 0.2s;
  /*change after the size immediately*/
}

.informational-box:hover span{
  color: #0684eb;
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}

.button-slide-decoration-black-bg span{
  display: block;
  text-align: right;
  padding-bottom:1px;
  background-image: linear-gradient(#000, #0d6efd 0 0);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  float:right;
  transition:
  background-size 0.2s,
  background-position 0s 0.2s;
  /*change after the size immediately*/
}

.button-slide-decoration-black-bg:hover span{
  color: #0684eb;
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}

.button-slide-decoration-black-bg h5 {
  color: rgba(0,0,0);
  display: block;
  text-align: right;
  padding-bottom:1px;
  background-image: linear-gradient(#000, #0684eb 0 0);
  background-position: 0% 100%;
  /*OR bottom left*/
  background-size: 0% 100%;
  background-repeat: no-repeat;
  float:right;
  transition:
background-size 0.2s,
background-position 0s 0.2s;
  -webkit-background-clip: text;
  background-clip: text;
}

.button-slide-decoration-black-bg:hover h5{
  color: rgba(0,0,0,0);
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 100%;
  transition:
background-size 0.2s,
background-position 0s 0.2s, /*change after the size immediately*/
color 0.2s;
  -webkit-background-clip: text;
  background-clip: text;
}

/* .button-slide-decoration-black-bg h5 {
background: linear-gradient(90deg, #0d6efd 10%, #000000 17%);
/* background: linear-gradient(to right, #000, #0d6efd 0 0); */

/* -webkit-background-clip: text;
background-clip: text;
color: transparent; */

/* background-size: 0% 100%; */

/* background-repeat: no-repeat;
float:right;
background-position: 100% 100%;
background-size: 1000% 100%;
transition:
  background-position 0.4s ease-in-out,
  background-size 0s 0.2s ease-in-out;
}
.button-slide-decoration-black-bg:hover h5 { */

/* color: #0684eb; */

/* background-position: 0% 100%; OR bottom right */

/* background-size: 1000% 100%; */

/* transition:
  background-size 4s,
  background-position 0s 4s; /*change after the size immediately*/

/* } */

/* transition: 0.2s ease-in-out; */

/* transition:
background-position 0.2s ease-in-out,
background-size 0s 0.2s ease-in-out;
background: linear-gradient(90deg, #0d6efd 10%, #000000 17%);
} */

.exploration{
  background-color: #1f1f1f !important;
  width: 100%;
  min-height:33vh;
  margin-bottom:0px !important;
  margin-top:-1%;
  padding:0px;
  display: block;
  z-index: 999;
  /* padding-bottom:10%; */
  /* height:90vh; */
}

.exploration-tabs{
  /* float:left; */
  width:100%;
}

.exploration-tab{
  display: block;
  text-decoration: none;
  background-color: #242424;
  color: #fff;
  padding: 2%;
  border-radius: 5px;
  /* margin-bottom: 1%; */
  margin-left:0;
  margin-right:0;
  transition: 0.2s;
  width:100%;
  margin-top:1%;
  margin-bottom:1%;
  /* padding-left:2%;
padding-right:2%; */
}

.exploration-tab:hover{
  background-color: #161616;
  color: #fff;
}

.exploration-tab h2{
  display: inline-block;
  background-image: linear-gradient(#0684eb 0 0);
  background-position: bottom left;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition:
  background-size 0.1s,
  background-position 0s 0.2s;
  /*change after the size immediately*/
}

.exploration-tab:hover h2{
  color: #0684eb;
  background-position: 0% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}

.exploration-img{
  transition: 0s;
  /* float: right; */
  /* width:50%; */
  width:100%;
  height:100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  /* object-fit: fill; */
}

#exploration-img-compute{
  background-image: url('/static/img/m/compute.jpg');
}

#exploration-img-connectivity{
  background-image: url('/static/img/m/connectivity.jpg');
}

#exploration-img-transformation{
  background-image: url('/static/img/m/transformation.jpg');
}

#exploration-img-web{
  background-image: url('/static/img/m/web.jpg');
}

#exploration-img-experiences{
  background-image: url('/static/img/experiences.jpg');
}

.expl-active{
  opacity: 1;
  display: block;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.footer{
  position: relative;
}

@font-face {
  font-family: 'IBMPlexSans-Regular';

  src: url('/static/fonts/IBMPlexSans-Regular.woff2') format('truetype');
}

@font-face {
  font-family: 'IBMPlexSans-SemiBold';

  src: url('/static/fonts/IBMPlexSans-SemiBold.woff2') format('truetype');
}

text ::-moz-selection {
  background: #fff !important;
}

.kanit-semibold{
  font-family: 'Kanit SemiBold';
}

@font-face {
  font-display: swap;

  font-family: 'Kanit Semibold';

  size-adjust: 86%;

  line-height: 14px;

  src: url('/static/fonts/Kanit-SemiBold.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Mono Bold';

  src: url('/static/fonts/IBMPlexMono-Bold.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Bold';

  src: url('/static/fonts/IBMPlexSans-Bold.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Bold';

  src: url('/static/fonts/Sans-Bold.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Regular';

  src: url('/static/fonts/IBMPlexSans-Regular.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBMPlexSans-Regular';

  src: url('/static/fonts/IBMPlexSans-Regular.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Light';

  src: url('/static/fonts/IBMPlexSans-Light.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Medium';

  src: url('/static/fonts/IBMPlexSans-Medium.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans ExtraLight';

  src: url('/static/fonts/IBMPlexSans-ExtraLight.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans SemiBold';

  src: url('/static/fonts/IBMPlexSans-SemiBold.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBMPlexSans-SemiBold';

  src: url('/static/fonts/IBMPlexSans-SemiBold.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Thin';

  src: url('/static/fonts/IBMPlexSans-Thin.woff2') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'IBM Plex Sans Text';

  src: url('/static/fonts/IBMPlexSans-Text.woff2') format('truetype');
}

.plx-bold{
  font-family: 'IBM Plex Sans Bold';
}

.plx-reg{
  font-family: 'IBM Plex Sans Regular';
}

.plx-light{
  font-family: 'IBM Plex Sans Light';
}

.plx-med{
  font-family: 'IBM Plex Sans Medium';
}

.plx-extralight{
  font-family: 'IBM Plex Sans ExtraLight';
}

.plx-semibold{
  font-family: 'IBM Plex Sans SemiBold';
}

.plx-text{
  font-family: 'IBM Plex Sans Text';
}

@media screen and (min-width: 768px){
  .ahm-txt-footer{
    color:rgb(0, 0, 0);
    /* rotate: 270deg; */
    display: inline;
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 3.5em;
    font-family: 'Kanit Semibold';
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    /* letter-spacing : -15px !important;  */
    vertical-align: top;
    /* transform: scaleX(1.2); */
    /* line-height: 5px !important; */
  }
}

.ftr-row{
  padding:40px;
}

@media screen and (max-width: 767px){
  .ftr-row{
    padding-left:20% !important;
  }

  .ahm-txt-footer{
    /* rotate: 270deg; */
    display: flex;
    position: absolute;
    top: 140px;
    left: -0px;
    font-size: 5em;
    font-family: 'Kanit Semibold', sans-serif;
    pointer-events: none;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    /* text-orientation: upright; */
    line-height: 100%;
  }
}

.img-board{
  width:20px;
  height:20px;
  position: fixed;
  top:0;
  left:0;
  display: flex;
  opacity: 0.01;
  display: block;
}

.img-board img{
  width:5px;
  height:5px;
  background-size: fill;
}

@media screen and (min-width: 767px){
  .indxbox{
    height:100%;
  }
}

@media screen and (min-width: 768px){
  .indxbox{
    height:auto;
    aspect-ratio: 1 / 1;
  }
}

.indxbox {
  font-family: "Segoe UI";
  background-color: #f3f2f1;
  width: 100%;
  display: inline-block;
  padding: 40px;
  text-align: left;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s;
  cursor: pointer;
  border: #f3f2f1;
  border-width: 1px;
  border-style: solid;
  color: #5f6c7b;
  text-decoration: none;
}

.indxbox:hover {
  color: black;
  background-color: #F9F9F9;
  text-decoration: none;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.445); */
}

.indxbox ion-icon{
  color: #5f6c7b;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 40px;
  margin-right: 50px;
  transition: 0.2s;
  border-radius: 0;
  /* box-ra */
}

.indxbox:hover ion-icon{
  color:rgb(39, 39, 39);
  transform:scaleX(1.15);
  margin-right: 40px;
}

@media screen and (max-width: 1023px){
  .main-modal{
    position: absolute;
    /* width: 99vw; */
    overflow-x: hidden;
    min-height: 800px;
    width: 80%;
    left: 28%;
    transform: translateX(-22%);
  }
}

@media screen and (min-width: 1024px){
  .main-modal{
    position: absolute;
    /* width: 99vw; */
    overflow-x: hidden;
    min-height: 800px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
  }
}

.modal-content {
  font-family: "Segoe UI";
  background-color: #f3f2f1;
  width: 100%;
  min-height:100%;
  display: inline-block;
  padding: 40px;
  text-align: left;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s;
  border: #f3f2f1;
  border-width: 1px;
  border-style: solid;
  color: #1f2022;
  text-decoration: none;
  -webkit-user-select:text !important;
     -moz-user-select:text !important;
          user-select:text !important;
}

.modal-backing{
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* user-select: none; */
  padding-bottom: 10%;
}

@media only screen and (max-width: 767px){
  .info-page-cont{
    padding-top:5%;
  }
}

@media only screen and (max-width: 768px){
  .info-page-cont{
    padding-top:1.5%;
  }
}

.info-page-cont{
  padding-left:5%;
  padding-right:5%;
  margin-top:1.5%;
}

@media only screen and (max-width:767px) {
  .legal-document{
    padding-top:7%;
  }
}

.brand-card{
  border: #ddd solid 0.5px;
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.4s;
  padding: 5%;
}

.brand-card:hover{
  /* border: #eee solid 0.5px; */
  background-color: #fcfcfc;
  margin-top: -3%;
  margin-bottom: 3%;
  box-shadow: #0000003d 0px 3px 5px 2px;
}

.region-card{
  border: #ddd solid 0.5px;
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.4s;
}

.region-card:hover{
  /* border: #eee solid 0.5px; */
  background-color: #fcfcfc;
  margin-top: -2%;
  margin-bottom: 2%;
  box-shadow: #0000003d 0px 3px 5px 2px;
}

.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 18px;
}

.lds-ellipsis div {
  position: absolute;
  top: 5.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

ion-label {
  display: flex !important;
  align-items: center;
}

ion-label ion-icon {
  height: 100%;
  margin-right: 5px;
}

.region-box{
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  background-color: #edf4f6 !important;
  padding:5%;
}

.region-box:hover{
  color: #000;
  text-decoration: none;
}

.region-box:focus{
  color: #000;
  text-decoration: none;
  background-color: #edf4f6 !important;
  padding:5%;
  border: #0062ff solid 3px;
}

.registration-form input[type="text"],
.registration-form input[type="password"],
.registration-form select {
  width: 80%;
  margin-left: 10px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #eaf0f3;
  background-color: rgb(248, 247, 247);
  border-style: solid;
  padding-left: 2%;
  padding-right: 2%;
  padding-top:1%;
  padding-bottom:1%;
  box-shadow: none;
  outline: 0;
  outline-width: 0px;
}

.registration-form label{
  margin-left: 10px;
  margin-bottom: 1%;
}

@media screen and (min-width:1728px) {
  .panel-main-cont{
    max-height: 90vh;
  }

  .create{
    overflow-y: hidden;
  }
}

.nvbr{
  position: relative;
  z-index: 1400;
  width: 100%;
  background-color: #1e293b;
}

.nvbr .navbar-toggler{
  position: relative;
  z-index: 1000;
  display: block;
  top: 25%;
  left: 25%;
  background-color: #ffffff00;
}

.tab-active{
  box-shadow:inset 5px 0 0 0 #35A8E0 !important;
}

.tabhvr{
  transition: 0.2s;
}

.tabhvr:hover{
  box-shadow:inset 5px 0 0 0 #35A8E0;
}

.icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  margin: 8px;
  transition: background-color 0.2s ease-in-out,
  transform 0.2s ease-in-out,
  opacity 0.2s ease-in-out;
  background-color: #ffffff;
}

.half-a-border-on-left {
  border-left: 4px solid;
  -o-border-image: linear-gradient(to bottom, #0684eb 50%, transparent 50%) 1 100%;
     border-image: linear-gradient(to bottom, #0684eb 50%, transparent 50%) 1 100%;
  transition: 0.1s ease-in;
  cursor: pointer;
}

.half-a-border-on-left:hover {
  -o-border-image: linear-gradient(to bottom, #0684eb 60%, transparent 40%) 1 100%;
     border-image: linear-gradient(to bottom, #0684eb 60%, transparent 40%) 1 100%;
  transition: 0.1s ease-in;
}

.livestream-ul{
  list-style-type: "– " !important;
}

.panel-control-manage:after {
  content: '\2807';
  font-size: 24px;
}

.panel-control-table{
  border-collapse: separate;
  border-spacing: 0 0.75em;
}

.header-small{
  display: inline-block;
  box-sizing: border-box;
  background: #ccdae8;
  position:fixed;
  top:4px;
  right:0;
  left:0;
  height:25px;
  color: #000;
  padding-top: 1px;
  padding-bottom: 0.5rem;
  align-items: center;
  /* margin-top: -10px; */
  /* width:102vw !important; */
  transition: 0.5s !important;
}

.adg-footer-logo{
  filter: saturate(0) brightness(0.7) contrast(5);
  mix-blend-mode: multiply;
}

.informational-square-box::before{
  /* padding-top:100%; */
  content: ' ';
  display: inline-block;
}

@media screen and (min-width:768px) {
  .informational-square-box{
    aspect-ratio: 1;
  }
}

.informational-square-box{
  align-content: center;
  cursor: pointer;
}

.informational-square-box:hover{
  box-shadow: 0px 0px 25px 10px #00000023;
  background-color: rgb(246, 249, 249);
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.\!tw-top-0 {
  top: 0px !important;
}

.\!tw-top-\[25px\] {
  top: 25px !important;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-bottom-2 {
  bottom: 0.5rem;
}

.tw-bottom-4 {
  bottom: 1rem;
}

.tw-left-0 {
  left: 0px;
}

.tw-left-\[2\%\] {
  left: 2%;
}

.tw-left-\[4\%\] {
  left: 4%;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-\[1\%\] {
  right: 1%;
}

.tw-right-\[3\%\] {
  right: 3%;
}

.tw-top-0 {
  top: 0px;
}

.tw-top-\[0\%\] {
  top: 0%;
}

.tw-top-\[20\%\] {
  top: 20%;
}

.tw-top-\[3\%\] {
  top: 3%;
}

.tw-top-\[50\%\] {
  top: 50%;
}

.tw-top-\[6\%\] {
  top: 6%;
}

.tw-z-10 {
  z-index: 10;
}

.tw-z-40 {
  z-index: 40;
}

.tw-z-50 {
  z-index: 50;
}

.tw-z-\[500\] {
  z-index: 500;
}

.tw-z-\[6500\] {
  z-index: 6500;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3;
}

.tw-col-start-1 {
  grid-column-start: 1;
}

.tw-col-start-2 {
  grid-column-start: 2;
}

.tw-col-start-3 {
  grid-column-start: 3;
}

.tw-row-span-1 {
  grid-row: span 1 / span 1;
}

.tw-row-span-2 {
  grid-row: span 2 / span 2;
}

.tw-row-start-1 {
  grid-row-start: 1;
}

.tw-row-start-10 {
  grid-row-start: 10;
}

.tw-row-start-11 {
  grid-row-start: 11;
}

.tw-row-start-12 {
  grid-row-start: 12;
}

.tw-row-start-2 {
  grid-row-start: 2;
}

.tw-row-start-3 {
  grid-row-start: 3;
}

.tw-row-start-4 {
  grid-row-start: 4;
}

.tw-row-start-7 {
  grid-row-start: 7;
}

.tw-row-start-8 {
  grid-row-start: 8;
}

.tw-row-start-9 {
  grid-row-start: 9;
}

.tw-float-right {
  float: right;
}

.tw-m-0 {
  margin: 0px;
}

.tw-m-auto {
  margin: auto;
}

.\!tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.\!tw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-my-\[1\%\] {
  margin-top: 1%;
  margin-bottom: 1%;
}

.\!tw-mb-0 {
  margin-bottom: 0px !important;
}

.\!tw-mb-20 {
  margin-bottom: 5rem !important;
}

.\!tw-ml-0 {
  margin-left: 0px !important;
}

.tw-mb-0 {
  margin-bottom: 0px;
}

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-20 {
  margin-bottom: 5rem;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tw-mb-\[2\%\] {
  margin-bottom: 2%;
}

.tw-mb-\[3\%\] {
  margin-bottom: 3%;
}

.tw-ml-0 {
  margin-left: 0px;
}

.tw-ml-2 {
  margin-left: 0.5rem;
}

.tw-ml-\[1\%\] {
  margin-left: 1%;
}

.tw-ml-\[10px\] {
  margin-left: 10px;
}

.tw-ml-\[7\%\] {
  margin-left: 7%;
}

.tw-mr-1 {
  margin-right: 0.25rem;
}

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-mt-0 {
  margin-top: 0px;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mt-\[1\%\] {
  margin-top: 1%;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-inline {
  display: inline;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-grid {
  display: grid;
}

.\!tw-hidden {
  display: none !important;
}

.tw-hidden {
  display: none;
}

.\!tw-h-\[4px\] {
  height: 4px !important;
}

.\!tw-h-\[77vh\] {
  height: 77vh !important;
}

.\!tw-h-full {
  height: 100% !important;
}

.tw-h-3 {
  height: 0.75rem;
}

.tw-h-\[60vh\] {
  height: 60vh;
}

.tw-h-\[64px\] {
  height: 64px;
}

.tw-h-\[80\%\] {
  height: 80%;
}

.tw-h-\[90\%\] {
  height: 90%;
}

.tw-h-full {
  height: 100%;
}

.tw-h-screen {
  height: 100vh;
}

.tw-max-h-screen {
  max-height: 100vh;
}

.tw-min-h-\[40vh\] {
  min-height: 40vh;
}

.\!tw-w-full {
  width: 100% !important;
}

.\!tw-w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.tw-w-1\/2 {
  width: 50%;
}

.tw-w-3 {
  width: 0.75rem;
}

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-\[60\%\] {
  width: 60%;
}

.tw-w-\[80vw\] {
  width: 80vw;
}

.tw-w-full {
  width: 100%;
}

.tw-w-screen {
  width: 100vw;
}

.\!tw-min-w-0 {
  min-width: 0px !important;
}

.tw-max-w-\[150px\] {
  max-width: 150px;
}

.tw-max-w-full {
  max-width: 100%;
}

.tw-flex-shrink-0 {
  flex-shrink: 0;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw--translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.\!tw-content-center {
  align-content: center !important;
}

.tw-content-center {
  align-content: center;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-5 {
  gap: 1.25rem;
}

.tw-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.tw-gap-y-10 {
  row-gap: 2.5rem;
}

.tw-self-center {
  align-self: center;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-overflow-y-hidden {
  overflow-y: hidden;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-whitespace-nowrap {
  white-space: nowrap;
}

.tw-text-nowrap {
  text-wrap: nowrap;
}

.tw-break-words {
  overflow-wrap: break-word;
}

.\!tw-rounded {
  border-radius: 0.25rem !important;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-md {
  border-radius: 0.375rem;
}

.tw-rounded-none {
  border-radius: 0px;
}

.tw-rounded-sm {
  border-radius: 0.125rem;
}

.\!tw-border-2 {
  border-width: 2px !important;
}

.tw-border {
  border-width: 1px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-\[0\.2px\] {
  border-width: 0.2px;
}

.tw-border-\[0\.5px\] {
  border-width: 0.5px;
}

.\!tw-border-r-0 {
  border-right-width: 0px !important;
}

.\!tw-border-t-0 {
  border-top-width: 0px !important;
}

.tw-border-b-0 {
  border-bottom-width: 0px;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-none {
  border-style: none;
}

.\!tw-border-\[\#000\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.tw-border-\[\#0684eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(6 132 235 / var(--tw-border-opacity));
}

.tw-border-\[\#AEAEAE\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 174 174 / var(--tw-border-opacity));
}

.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.tw-bg-\[\#091123\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 17 35 / var(--tw-bg-opacity));
}

.tw-bg-\[\#1f1f1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}

.tw-bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.tw-bg-\[\#FDFDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}

.tw-bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw-bg-\[\#f3f7ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 255 / var(--tw-bg-opacity));
}

.tw-bg-\[\#f8f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 249 / var(--tw-bg-opacity));
}

.tw-bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw-fill-\[\#000\] {
  fill: #000;
}

.tw-p-0 {
  padding: 0px;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-10 {
  padding: 2.5rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!tw-px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.\!tw-px-\[5\%\] {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.\!tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!tw-py-\[2\%\] {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}

.tw-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.tw-px-\[2\%\] {
  padding-left: 2%;
  padding-right: 2%;
}

.tw-px-\[20\%\] {
  padding-left: 20%;
  padding-right: 20%;
}

.tw-px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.\!tw-pb-0 {
  padding-bottom: 0px !important;
}

.\!tw-pb-\[30px\] {
  padding-bottom: 30px !important;
}

.\!tw-pr-0 {
  padding-right: 0px !important;
}

.\!tw-pr-\[30px\] {
  padding-right: 30px !important;
}

.\!tw-pr-\[6\%\] {
  padding-right: 6% !important;
}

.\!tw-pt-\[30px\] {
  padding-top: 30px !important;
}

.tw-pb-10 {
  padding-bottom: 2.5rem;
}

.tw-pb-2 {
  padding-bottom: 0.5rem;
}

.tw-pb-5 {
  padding-bottom: 1.25rem;
}

.tw-pb-\[20\%\] {
  padding-bottom: 20%;
}

.tw-pb-\[3px\] {
  padding-bottom: 3px;
}

.tw-pb-\[5\%\] {
  padding-bottom: 5%;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

.tw-pl-5 {
  padding-left: 1.25rem;
}

.tw-pl-\[3\%\] {
  padding-left: 3%;
}

.tw-pr-\[10\%\] {
  padding-right: 10%;
}

.tw-pr-\[4\%\] {
  padding-right: 4%;
}

.tw-pr-\[8\%\] {
  padding-right: 8%;
}

.tw-pt-2 {
  padding-top: 0.5rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-pt-5 {
  padding-top: 1.25rem;
}

.tw-pt-\[15\%\] {
  padding-top: 15%;
}

.tw-pt-\[5\%\] {
  padding-top: 5%;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.\!tw-text-right {
  text-align: right !important;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.tw-text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-text-\[400\%\] {
  font-size: 400%;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-leading-none {
  line-height: 1;
}

.\!tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tw-text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.tw-text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.tw-text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.tw-text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.tw-text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.tw-text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-text-\[\#0684eb\] {
  --tw-text-opacity: 1;
  color: rgb(6 132 235 / var(--tw-text-opacity));
}

.tw-line-through {
  text-decoration-line: line-through;
}

.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-\[0\.5px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}

.tw-ring-slate-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity));
}

.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-150 {
  transition-duration: 150ms;
}

.hover\:tw-rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:\!tw-border-\[\#000\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.hover\:tw-border-transparent:hover {
  border-color: transparent;
}

.hover\:tw-border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:\!tw-bg-slate-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-\[\#000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:tw-bg-\[\#FBFCFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 252 255 / var(--tw-bg-opacity));
}

.hover\:tw-bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:\!tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:tw-text-slate-100:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.hover\:tw-text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:tw-text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.hover\:tw-text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.hover\:tw-text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.hover\:tw-text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.hover\:tw-underline:hover {
  text-decoration-line: underline;
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:tw-visible {
    visibility: visible;
  }

  .sm\:\!tw-top-\[29px\] {
    top: 29px !important;
  }

  .sm\:\!tw-top-\[4px\] {
    top: 4px !important;
  }

  .sm\:tw-col-start-2 {
    grid-column-start: 2;
  }

  .sm\:tw-row-start-1 {
    grid-row-start: 1;
  }

  .sm\:tw-row-start-2 {
    grid-row-start: 2;
  }

  .sm\:tw-ml-8 {
    margin-left: 2rem;
  }

  .sm\:\!tw-inline-block {
    display: inline-block !important;
  }

  .sm\:tw-max-h-\[75vh\] {
    max-height: 75vh;
  }

  .sm\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-gap-3 {
    gap: 0.75rem;
  }

  .sm\:tw-gap-4 {
    gap: 1rem;
  }

  .sm\:tw-px-\[0\.6\%\] {
    padding-left: 0.6%;
    padding-right: 0.6%;
  }

  .sm\:tw-px-\[14\%\] {
    padding-left: 14%;
    padding-right: 14%;
  }

  .sm\:tw-px-\[20\%\] {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:tw-px-\[30\%\] {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:tw-py-\[2\%\] {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:tw-pt-\[3\%\] {
    padding-top: 3%;
  }

  .sm\:tw-pt-\[6\%\] {
    padding-top: 6%;
  }

  .sm\:tw-text-right {
    text-align: right;
  }

  .sm\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:tw-visible {
    visibility: visible;
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:tw-col-start-1 {
    grid-column-start: 1;
  }

  .md\:tw-col-start-2 {
    grid-column-start: 2;
  }

  .md\:tw-col-start-3 {
    grid-column-start: 3;
  }

  .md\:tw-row-start-1 {
    grid-row-start: 1;
  }

  .md\:tw-row-start-2 {
    grid-row-start: 2;
  }

  .md\:tw-row-start-3 {
    grid-row-start: 3;
  }

  .md\:tw-row-start-4 {
    grid-row-start: 4;
  }

  .md\:tw-row-start-5 {
    grid-row-start: 5;
  }

  .md\:tw-inline {
    display: inline;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:\!tw-w-3\/4 {
    width: 75% !important;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:tw-gap-4 {
    gap: 1rem;
  }

  .md\:tw-gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:tw-bg-transparent {
    background-color: transparent;
  }

  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:tw-px-\[2\%\] {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:\!tw-text-center {
    text-align: center !important;
  }

  .md\:\!tw-text-\[1rem\] {
    font-size: 1rem !important;
  }

  .md\:\!tw-text-\[calc\(1\.275rem\+0\.3vw\)\] {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .md\:tw-leading-\[1\.2\] {
    line-height: 1.2;
  }

  .md\:tw-leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-visible {
    visibility: visible;
  }

  .lg\:tw-relative {
    position: relative;
  }

  .lg\:tw-top-\[10\%\] {
    top: 10%;
  }

  .lg\:tw-col-start-1 {
    grid-column-start: 1;
  }

  .lg\:tw-col-start-2 {
    grid-column-start: 2;
  }

  .lg\:tw-row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline-block {
    display: inline-block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-h-screen {
    height: 100vh;
  }

  .lg\:tw-w-1\/5 {
    width: 20%;
  }

  .lg\:tw-w-auto {
    width: auto;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1;
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:tw-items-center {
    align-items: center;
  }

  .lg\:tw-px-\[25\%\] {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:\!tw-pr-\[2\%\] {
    padding-right: 2% !important;
  }

  .lg\:\!tw-pr-\[30px\] {
    padding-right: 30px !important;
  }

  .lg\:\!tw-pr-\[4\%\] {
    padding-right: 4% !important;
  }

  .lg\:tw-pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

