:root {
  --tc-color-main: #ff6600;
  --tc-color-secondary: #32aed6;
  --tc-color-tertiary: darkblue;
  --border-color: lightgray;
  --button-hover-color: rgb(229, 229, 229);
  --button-active-color: rgb(178, 178, 178);
}

body {
  font-family: "Roboto", "Verdana, Geneva, Tahoma", sans-serif, system-ui, "Google Sans", "Arial", "Helvetica";
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  margin: 0;
}

.logo-center{
  background: linear-gradient(70deg, #ff954f, 21%, var(--tc-color-secondary), 92%, #0961d2);
  display: none;
  justify-content: center;
  height: 70px;
  min-height: 70px;
  width: 70px;
  border-radius: 10%;
  margin-bottom: 20px;
}

.fullLayout{
  margin: 0;
  overflow: hidden;
  height: 100%;
}

.lgnp-container{
  display: grid;
  grid-template-columns: auto 40%;
  height: 100vh;
  width: 100vw;
}

.lgn-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

.lg-left {
  display: flex;
  height: auto;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  opacity: 1;
}


.lg-right {
  background: linear-gradient(70deg, #ff6600, #ff954f, 37%,  var(--tc-color-secondary), 92%, var(--tc-color-tertiary));
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.lgr1 {
  height: 200px;
}

.lgntext{
  margin-bottom: 40px;
  color: rgb(60, 60, 60);
}

.thl1a {
  display: block;
  padding-left: 10px;
  padding-right: 11px;
  height: 40px;
  align-self: center;
}

.thl1b {
  display: block;
  padding-right: 10px;
  padding-left: 0px;
  height: 26px;
}

.lth1a {
  text-align: center;
  display: flex;
  gap: 6px;
}

.timecoyl-text {
  color: var(--tc-color-main);
}

.sib1a {
  display: inline-flex;
  background-color: white;
  border-color: var(--border-color);
  border-width: 1px;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  min-width: auto;
  align-items: center;
  justify-content: center;
  font-family: "Verdana, Geneva, Tahoma", sans-serif, system-ui, "Google Sans", "Roboto", "Arial", "Helvetica";
  color: rgb(60, 60, 60);
  font-size: 16px;
}

.sib1a:hover {
  background-color: var(--button-hover-color);
}

.sib1i {
  margin-right: 6px;
  height: 14px;
}

.vbic1{
  margin-right: 6px;
  height: 20px;
}

.sibsp{
  font-size: 16px;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 5%;
  align-content: center;
  margin: .5px;
  overflow: visible;
}

.lgntext{
  margin-bottom: 40px;
  color: rgb(60, 60, 60);
}

.gen-text{
  color: rgb(80, 80, 80);
  font-size: 1.3em;
  text-align: center;
  font-weight: 100;
}

.n002{
  position: relative;
  width: 32px;
  height: 32px;
}

.gsib1a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}


.ags1{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: rgb(80, 80, 80);
}

.agsb1{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.agsb2{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-width: max-content;
}

.footer_section {
  position: absolute;
  bottom: 15px;
}

.hyplg{
  color: var(--tc-color-tertiary);
  text-decoration: none;
}

.hyplg:hover{
  text-decoration: underline;
}

.inhyp{
  white-space: pre;
}


@media (max-width: 768px) {
  .bkgrnd{
    background-image: url("/images/logos/T\ black\ logo.svg");
    position: fixed;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .1;
    z-index: -1;
    top: -10%;
    bottom: -30%;
    overflow: hidden;
  }
    .lgnp-container {
    grid-template-columns: none;
  }

  .logo-center {
    display: flex;
  }

  .lg-right {
    display: none;
  }
}