*, *::before, *::after {
  width: auto;
  height: auto;
  resize: none;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  word-wrap: break-word;
  font-family: 'Varela Round', sans-serif;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.15, 0, 3);
          transition-timing-function: cubic-bezier(0.75, -0.15, 0, 3);
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body {
  width: 100vw;
  height: auto;
  /*background: url(../Gfx/ChatBot-UI-Background.png); */
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
}

section.heroContainer {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

@media (max-width: 1280px) {
  section.heroContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.heroContainer hr {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  opacity: 0.2;
  background: #333333;
}

section.heroContainer a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

section.heroContainer a p {
  border-bottom: 2px solid #333333;
}

section.heroContainer .hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 5vw;
}

@media (max-width: 1280px) {
  section.heroContainer .hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 2vh;
  }
}

section.heroContainer .hero > *:not(.logo) {
  margin-bottom: 10px;
}

section.heroContainer .hero .logo {
  width: 100%;
}

section.heroContainer .hero h4 {
  font-size: 20px;
}

section.heroContainer .hero .linkContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  section.heroContainer .hero .linkContainer {
    height: 75px;
    -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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

section.heroContainer .hero .customUIFLex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1280px) {
  section.heroContainer .hero .customUIFLex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.heroContainer .hero .customUIFLex .stylingController {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1280px) {
  section.heroContainer .hero .customUIFLex .stylingController {
    margin: 5vh 0;
  }
}

section.heroContainer .hero .customUIFLex .stylingController .title {
  font-size: 30px;
  margin-bottom: 10px;
}

section.heroContainer .hero .customUIFLex .stylingController table {
  height: 200px;
  width: 100%;
}

@media (max-width: 1280px) {
  section.heroContainer .hero .customUIFLex .stylingController table {
    width: auto;
    height: 250px;
  }
}

section.heroContainer .hero .customUIFLex .stylingController label, section.heroContainer .hero .customUIFLex .stylingController input {
  font-weight: bold;
}

section.heroContainer .hero .customUIFLex .stylingController input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  background: transparent;
  line-height: 30px;
}

section.heroContainer .hero .customUIFLex .stylingController .value {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.heroContainer .hero .customUIFLex .stylingController .value > div {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3333;
  border-radius: 5px;
  background: white;
}

section.heroContainer .hero .customUIFLex .stylingController .previewColor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #333;
}

section.heroContainer .hero .customUIFLex .stylingController button {
  border-radius: 4px;
  padding: 8px 10px;
  margin-left: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C3339), to(#222222));
  background: linear-gradient(to bottom, #2C3339, #222222);
  color: white;
  font-weight: normal;
  font-size: 12px;
}

section.heroContainer .hero .customUIFLex .instructions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5vw;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1280px) {
  section.heroContainer .hero .customUIFLex .instructions {
    margin: 0;
  }
}

section.heroContainer .hero .customUIFLex .instructions h3 {
  margin-bottom: 10px;
}

section.heroContainer .hero .customUIFLex .instructions p {
  font-size: 14px;
  font-weight: bold;
}

section.heroContainer .hero .customUIFLex .instructions li {
  margin-left: 20px;
}

section.heroContainer .heroLinks {
  width: calc(250px + 4vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  section.heroContainer .heroLinks {
    min-height: 250px;
    width: 100vw;
  }
}

section.heroContainer .heroLinks h4 {
  margin-bottom: 5px;
}