@charset "UTF-8";
header#hive-header {
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  z-index: 100;
  transform: translate3d(0, 0, 0);
  /*transition: all 0.25s;*/
}
header#hive-header section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  transform: translate3d(0, 0, 0);
  position: relative;
}
header#hive-header section #logo {
  display: flex;
  align-items: center;
  aspect-ratio: 6;
  width: auto;
  height: 4rem;
  background: url("../images/hive-bee-logo-full-white.svg") no-repeat;
  background-size: cover;
}
header#hive-header section #logo h1 {
  font-size: 0;
}
header#hive-header section nav {
  width: 100%;
  max-width: 600px;
}
header#hive-header section nav #nav-menu {
  width: 100%;
  height: auto;
  overflow-y: visible;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  header#hive-header section nav #nav-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
header#hive-header section nav #nav-menu a {
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  white-space: nowrap;
  padding: 5px 10px;
  margin: 0 -5px;
  border-radius: 6px;
  text-decoration: none;
}
header#hive-header section nav #nav-menu a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.0666666667);
}
header#hive-header section nav #nav-menu a:nth-of-type(7) {
  color: #5cc2ef;
}
header#hive-header section nav #nav-menu a:last-of-type {
  color: #2d90fd;
}
@media screen and (max-width: 1120px) {
  header#hive-header {
    height: 80px;
  }
  header#hive-header section {
    height: 80px;
    position: fixed;
  }
  header#hive-header section #logo {
    height: 3rem;
    opacity: 1;
    z-index: 20000 !important;
  }
  header#hive-header section nav {
    width: 80px;
    height: 80px;
    background: url("../images/menu-white.svg") center center no-repeat;
    background-size: 50%;
    position: fixed;
    top: 0;
    right: 0;
  }
  header#hive-header section nav #nav-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100dvh - 160px);
    top: 80px;
    left: 0;
    right: 0;
    z-index: 10000;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  }
  header#hive-header section nav #nav-menu.show {
    display: block;
  }
  header#hive-header section nav #nav-menu a {
    color: #003755;
    width: 100%;
    line-height: 80px;
    padding: 0 20px;
    margin: 0;
    display: block;
    text-align: left;
    background: white;
    height: 80px;
    border-top: 1px solid #ddd;
  }
  header#hive-header section nav #nav-menu a:active {
    background: #2d90fd;
    color: white;
  }
  header#hive-header section nav #nav-menu a.submenu {
    display: table;
    width: 100%;
    height: 80px;
    background: rgb(242.25, 242.25, 242.25);
    border-top: 1px solid #ddd;
    padding-left: 40px;
  }
  header#hive-header.mobile-show section nav {
    background: url("../images/menu-close-white.svg") center center no-repeat;
  }
}
@media screen and (max-width: 430px) {
  header#hive-header section #logo {
    aspect-ratio: 3;
    margin-left: -0.5rem;
  }
}
header#hive-header .dropdown {
  opacity: 1;
  background: white;
  position: fixed;
  transform: translateX(-50%);
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: opacity 1s top 1s left 1s;
  z-index: 20000;
  display: grid;
  background: #ddd;
  grid-gap: 1px;
}
header#hive-header .dropdown a {
  display: block;
  padding: 6px 12px;
  font-size: 0.7rem;
  text-transform: uppercase;
  line-height: 1.5;
  color: black;
  background: white;
  white-space: nowrap;
}
header#hive-header .dropdown a:last-child {
  border-bottom: 0;
}
header#hive-header .dropdown a:hover {
  background: #f2f2f2;
}
header#hive-header.bar {
  position: fixed;
  background: white;
  height: 80px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
header#hive-header.bar #tickertape {
  opacity: 0;
  height: 0;
}
header#hive-header.bar section {
  height: 80px;
}
header#hive-header.bar section #logo {
  height: 3rem;
  background-image: url("../images/hive-bee-logo-black.svg");
}
header#hive-header.bar section nav #nav-menu a {
  color: #2d90fd;
}
@media screen and (max-width: 1120px) {
  header#hive-header.bar section #logo {
    opacity: 1;
  }
  header#hive-header.bar section nav {
    background: url("../images/menu-black.svg") center center no-repeat;
    background-size: 50%;
  }
  header#hive-header.bar section nav #nav-menu a {
    color: #003755;
  }
  header#hive-header.bar.mobile-show section nav {
    background: url("../images/menu-close-black.svg") center center no-repeat;
  }
}
header#hive-header.mobile-show {
  height: calc(100dvh - 80px);
}
header#hive-header #tickertape {
  display: block;
  overflow-x: hidden;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #0A141A 0%, #033049 93.83%, #02324C 100%);
  position: relative;
}
header#hive-header #tickertape .hive-header-tickertape-container {
  width: 100%;
  min-width: min-content;
  height: 60px;
  display: grid;
  grid-column-gap: 12px;
  padding: 0 6px;
  transition-property: left;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
}
header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(5)) {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1574px) {
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(5)) {
    transition: none;
    left: 0 !important;
  }
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(5)):last-child {
    opacity: 0;
  }
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(5)):only-child {
    display: grid;
  }
}
header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(7)) {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (min-width: 1837px) {
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(7)) {
    transition: none;
    left: 0 !important;
  }
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(7)):last-child {
    opacity: 0;
  }
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(7)):only-child {
    display: grid;
  }
}
header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(8)) {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (min-width: 2100px) {
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(8)) {
    transition: none;
    left: 0 !important;
  }
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(8)):last-child {
    opacity: 0;
  }
  header#hive-header #tickertape .hive-header-tickertape-container:has(> :nth-child(8)):only-child {
    display: grid;
  }
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker {
  min-width: 250.5px;
  height: 48px;
  margin: 6px 0;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px;
  position: relative;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker:has(img) img {
  aspect-ratio: 1;
  width: auto;
  height: 100%;
  border-radius: 50%;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker span {
  color: white;
  white-space: nowrap;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker .label {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker .label span {
  font-size: 12px;
  line-height: 1;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker .label .title {
  font-weight: bold;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker .value {
  margin-left: auto;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker .value span {
  font-size: 24px !important;
  line-height: 0;
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker:after {
  position: absolute;
  top: 0;
  left: calc(100% + 6px);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
header#hive-header #tickertape .hive-header-tickertape-container .ticker.stat:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #d9d9d9;
  mix-blend-mode: soft-light;
}

footer#hive-footer {
  width: 100%;
  height: auto;
  background: #0f293a; /* Old browsers */
  background: -moz-linear-gradient(45deg, #162833 0%, #0a3046 51%, #013654 100%);
  background: -webkit-linear-gradient(45deg, #162833 0%, #0a3046 51%, #013654 100%);
  background: linear-gradient(45deg, #162833 0%, #0a3046 51%, #013654 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162833', endColorstr='#013654',GradientType=1 );
}
footer#hive-footer section {
  display: grid;
  grid-template-columns: 0.75fr 0.75fr 1fr 1fr;
  grid-template-rows: min-content min-content;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  padding: 2rem 1.5rem;
}
footer#hive-footer section h4, footer#hive-footer section h3 {
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-size: 14px;
  color: #5cc2ef;
  display: block;
}
footer#hive-footer section a, footer#hive-footer section span {
  display: block;
  color: white;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
footer#hive-footer section p {
  color: white;
  font-size: 0.9rem;
  padding: 1rem 0;
}
footer#hive-footer section .email {
  grid-column: 1/3;
  grid-row: 1/2;
}
footer#hive-footer section .stock {
  grid-column: 3/5;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
footer#hive-footer section .stock #footer-tickers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer#hive-footer section .stock #footer-tickers a.ticker {
  width: max-content;
  height: min-content;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, min-content);
  grid-row-gap: 1rem;
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  transition: background 0.25s;
}
footer#hive-footer section .stock #footer-tickers a.ticker:hover {
  background: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
footer#hive-footer section .stock #footer-tickers a.ticker .ticker-title {
  display: flex;
}
footer#hive-footer section .stock #footer-tickers a.ticker .ticker-title h3 {
  font-size: 14px;
  white-space: nowrap;
}
footer#hive-footer section .stock #footer-tickers a.ticker .ticker-title img {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin-right: 6px;
}
footer#hive-footer section .stock #footer-tickers a.ticker .ticker-title img:last-child {
  margin-left: 10px;
}
footer#hive-footer section .stock #footer-tickers a.ticker .ticker-title > span {
  font-family: "Noto Color Emoji", sans-serif;
  margin-left: 10px;
  margin-top: -2px;
}
footer#hive-footer section .stock #footer-tickers a.ticker .price {
  grid-column: 1/3;
  grid-row: 2/3;
  display: block;
  color: white;
  font-size: 2rem;
}
footer#hive-footer section .stock #footer-tickers a.ticker .up, footer#hive-footer section .stock #footer-tickers a.ticker .down {
  display: flex;
  align-items: center;
  grid-column: 1/3;
  grid-row: 3/4;
  color: green;
  font-weight: 900;
}
footer#hive-footer section .stock #footer-tickers a.ticker .up .change-price, footer#hive-footer section .stock #footer-tickers a.ticker .up .change-percentage, footer#hive-footer section .stock #footer-tickers a.ticker .down .change-price, footer#hive-footer section .stock #footer-tickers a.ticker .down .change-percentage {
  margin-right: 1rem;
  color: inherit;
}
footer#hive-footer section .stock #footer-tickers a.ticker .down {
  color: red;
}
footer#hive-footer section .stock .euroid {
  margin-top: 1rem;
  height: auto;
  width: 100%;
  padding: 0.5rem 0;
}
footer#hive-footer section .stock .euroid span {
  white-space: nowrap;
  font-size: 0.7rem;
  display: block;
  color: white;
  margin-right: 2rem;
}
footer#hive-footer section .stock .disclaimer {
  display: block;
  color: white;
  font-size: 0.5rem;
  line-height: 1.5;
  padding: 0.25rem 0;
}
footer#hive-footer section .stock .disclaimer:first-of-type {
  margin-top: 0.5rem;
}
footer#hive-footer section .menu {
  grid-column: 1/2;
  grid-row: 2/3;
}
footer#hive-footer section .social {
  grid-column: 2/3;
  grid-row: 2/3;
}
footer#hive-footer section #footer-end {
  grid-column: 3/5;
  grid-row: 2/3;
}
footer#hive-footer section #footer-end .copyright {
  display: block;
  color: white;
  font-size: 0.7rem;
  line-height: 1.5rem;
}
footer#hive-footer section #footer-end .copyright a {
  font-size: 0.7rem;
  line-height: 1.5rem;
}
footer#hive-footer section #footer-end #hive-footer-bchoneyproducers {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
footer#hive-footer section #footer-end #hive-footer-bchoneyproducers span {
  text-transform: uppercase;
  opacity: 0.33;
}
footer#hive-footer section #footer-end #hive-footer-bchoneyproducers img {
  width: auto;
  max-width: 120px;
  max-height: 3rem;
}
@media screen and (max-width: 1230px) {
  footer#hive-footer section .stock #footer-tickers {
    width: min-content;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  footer#hive-footer section .stock #tickers-and-euroid {
    flex-wrap: wrap;
  }
  footer#hive-footer section .stock #tickers-and-euroid #footer-tickers {
    flex-wrap: wrap;
  }
  footer#hive-footer section .stock #tickers-and-euroid #footer-tickers a.ticker {
    margin-bottom: 0.5rem;
    margin-left: -0.5rem;
  }
  footer#hive-footer section .stock #tickers-and-euroid .euroid {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer#hive-footer section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 0;
  }
  footer#hive-footer section .email {
    width: 100%;
  }
  footer#hive-footer section .stock {
    width: 100%;
  }
  footer#hive-footer section .menu {
    width: 50%;
  }
  footer#hive-footer section .social {
    width: 50%;
  }
  footer#hive-footer section #footer-end {
    width: 100%;
  }
}

#email-signup {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
#email-signup > p {
  font-size: 12px;
}
#email-signup form {
  width: 100%;
  display: table;
  box-sizing: border-box;
}
#email-signup form * {
  color: white;
}
#email-signup form .asterisk {
  color: red;
  display: inline;
}
#email-signup form .asterisk:not(first-child) {
  margin-left: 5px;
}
#email-signup form .indicates-required {
  text-transform: uppercase;
  font-size: 12px;
}
#email-signup form .mc-field-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
#email-signup form .mc-field-groups .mc-field-group:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#email-signup form .mc-field-groups .mc-field-group:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#email-signup form .mc-field-groups .mc-field-group:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
#email-signup form .mc-field-group:not(.input-group) {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px 50px auto;
}
#email-signup form .mc-field-group:not(.input-group) > * {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  grid-column: 1/2;
}
#email-signup form .mc-field-group:not(.input-group) label {
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 12px;
  grid-row: 1/2;
}
#email-signup form .mc-field-group:not(.input-group) input {
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  order: 1;
  grid-row: 2/3;
}
#email-signup form .mc-field-group:not(.input-group) .mce_inline_error:not(input) {
  background: rgba(255, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  grid-row: 3/4;
}
#email-signup form .mc-field-group:not(.input-group) *:last-child {
  border-radius: 0 0 5px 5px;
}
#email-signup form #mce-responses {
  margin-bottom: 10px;
}
#email-signup form #mce-responses > div {
  width: 100%;
  height: auto;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}
#email-signup form #mce-responses #mce-error-response {
  background: rgba(255, 0, 0, 0.5);
}
#email-signup form #mce-responses #mce-success-response {
  background: rgba(0, 255, 184, 0.3);
}
#email-signup form .mc-field-group.input-group {
  margin: 15px 0 30px;
}
#email-signup form .mc-field-group.input-group > strong {
  text-transform: uppercase;
  font-size: 12px;
}
#email-signup form .mc-field-group.input-group ul {
  margin-top: 10px;
  margin-left: 7px;
  list-style: none;
}
#email-signup form .mc-field-group.input-group ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 10px;
}
#email-signup form .mc-field-group.input-group ul li input[type=radio] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
}
#email-signup form .mc-field-group.input-group ul li input[type=radio]:checked {
  background: white;
}
#email-signup form .mc-field-group.input-group ul li label {
  font-size: 14px;
  line-height: 1;
}
#email-signup form input[type=submit] {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  transition: background 0.25s, color 0.25s;
  border: 0;
}
#email-signup form input[type=submit]:hover {
  background: white;
  color: black;
}

#email-signup-alt {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
#email-signup-alt > p {
  font-size: 12px;
}
#email-signup-alt form {
  width: 100%;
  display: table;
  box-sizing: border-box;
}
#email-signup-alt form * {
  color: white;
}
#email-signup-alt form .asterisk {
  color: red;
  display: inline;
}
#email-signup-alt form .asterisk:not(first-child) {
  margin-left: 5px;
}
#email-signup-alt form .indicates-required {
  text-transform: uppercase;
  font-size: 12px;
}
#email-signup-alt form .hive-field-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
#email-signup-alt form .hive-field-groups .hive-field-group:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#email-signup-alt form .hive-field-groups .hive-field-group:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#email-signup-alt form .hive-field-groups .hive-field-group:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
#email-signup-alt form .hive-field-group:not(.input-group) {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px 50px auto;
}
#email-signup-alt form .hive-field-group:not(.input-group) > * {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  grid-column: 1/2;
}
#email-signup-alt form .hive-field-group:not(.input-group) label {
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 12px;
  grid-row: 1/2;
}
#email-signup-alt form .hive-field-group:not(.input-group) input {
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  order: 1;
  grid-row: 2/3;
}
#email-signup-alt form .hive-field-group:not(.input-group) .hive_inline_error:not(input) {
  background: rgba(255, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  grid-row: 3/4;
}
#email-signup-alt form .hive-field-group:not(.input-group) *:last-child {
  border-radius: 0 0 5px 5px;
}
#email-signup-alt form #hive-responses {
  margin-bottom: 10px;
}
#email-signup-alt form #hive-responses > div {
  width: 100%;
  height: auto;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}
#email-signup-alt form #hive-responses #hive-error-response {
  background: rgba(255, 0, 0, 0.5);
}
#email-signup-alt form #hive-responses #hive-success-response {
  background: rgba(0, 255, 184, 0.3);
}
#email-signup-alt form .hive-field-group.input-group {
  margin: 15px 0 30px;
}
#email-signup-alt form .hive-field-group.input-group > strong {
  text-transform: uppercase;
  font-size: 12px;
}
#email-signup-alt form .hive-field-group.input-group ul {
  margin-top: 10px;
  margin-left: 7px;
  list-style: none;
}
#email-signup-alt form .hive-field-group.input-group ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 10px;
}
#email-signup-alt form .hive-field-group.input-group ul li input[type=radio] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
}
#email-signup-alt form .hive-field-group.input-group ul li input[type=radio]:checked {
  background: white;
}
#email-signup-alt form .hive-field-group.input-group ul li label {
  font-size: 14px;
  line-height: 1;
}
#email-signup-alt form input[type=submit] {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  transition: background 0.25s, color 0.25s;
  border: 0;
}
#email-signup-alt form input[type=submit]:hover {
  background: white;
  color: black;
}
#email-signup-alt form input[type=submit]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#email-signup-alt form.success {
  pointer-events: none;
  opacity: 0.5;
}
#email-signup-alt form.success input[type=submit] {
  background: rgba(0, 255, 184, 0.3);
  opacity: 1;
}
#email-signup-alt form.error input[type=submit] {
  background: rgb(138, 22, 32);
}

#hive-newsletter-container {
  margin: 0 auto 30px;
  position: relative;
  z-index: 50;
  width: calc(100% - 40px);
  max-width: 900px;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
}
#hive-newsletter-container h1 {
  display: block;
  color: #2d90fd;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 0 5px;
}
#hive-newsletter-container p {
  display: block;
  color: white;
  font-size: 14px;
  margin: 12px 0px;
  padding: 0 5px;
}
#hive-newsletter-container p:last-of-type {
  margin-bottom: 0;
}
#hive-newsletter-container form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
#hive-newsletter-container form input {
  border-radius: 3px;
  height: 46px;
  border: 0;
  width: 100%;
  font-size: 15px;
  color: white;
}
#hive-newsletter-container form input::placeholder {
  text-transform: uppercase;
}
#hive-newsletter-container form input[type=email] {
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hive-newsletter-container form input[type=submit] {
  padding: 0 20px;
  background: #5cc2ef;
  text-transform: uppercase;
  font-size: 14px;
}
#hive-newsletter-container form input[type=submit]:hover {
  background: white;
  color: black;
}
#hive-newsletter-container form input[type=submit]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hive-newsletter-container form.success {
  pointer-events: none;
  opacity: 0.5;
}
#hive-newsletter-container form.success input[type=submit] {
  background: rgba(0, 255, 184, 0.3);
  opacity: 1;
}
#hive-newsletter-container form.error input[type=submit] {
  background: rgb(138, 22, 32) !important;
}
@media screen and (max-width: 768px) {
  #hive-newsletter-container form input {
    margin: 4px 0px;
  }
}

#alert {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  max-width: 450px;
  padding: 25px;
  background: rgba(0, 22, 34, 0.9490196078);
  border-radius: 7px;
  z-index: 10000;
  transform: translateX(25%);
  opacity: 0;
  transition: opacity 0.15s, transform 0.25s ease-in-out;
}
#alert.show {
  opacity: 1;
  transform: translateX(0%);
}
#alert button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  color: white;
  width: 30px;
  height: 30px;
  border: 0;
  line-height: 0;
  border-radius: 15px;
  cursor: pointer;
}
#alert button:hover {
  background: rgba(255, 255, 255, 0.15);
}
#alert h2 {
  text-transform: uppercase;
  color: #2d90fd;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}
#alert p {
  color: white;
  font-size: 14px;
}
#alert p a {
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 3px;
}
#alert form #hive_embed_signup_scroll {
  width: 100%;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 66% 34%;
  grid-column-gap: 7px;
}
#alert form #hive_embed_signup_scroll input {
  border-radius: 3px;
  height: 46px;
  border: 0;
  width: 100%;
}
#alert form #hive_embed_signup_scroll input[type=email] {
  padding: 10px;
}
#alert form #hive_embed_signup_scroll input[type=submit] {
  background: #5cc2ef;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
#alert form #hive_embed_signup_scroll input[type=submit]:hover {
  background: white;
  color: black;
}
#alert form #hive_embed_signup_scroll input[type=submit]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#alert form.success {
  pointer-events: none;
  opacity: 0.5;
}
#alert form.success input[type=submit] {
  background: rgba(0, 255, 184, 0.3);
  opacity: 1;
}
#alert form.error input[type=submit] {
  background: rgb(138, 22, 32) !important;
}

#social h3 {
  text-transform: uppercase;
}
#social div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
#social div a {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
#social div img {
  width: auto;
  height: 25px;
  transform: scale(1.3);
  margin: 0 10px 0 -4px !important;
}

#hive-operations-header {
  margin-bottom: 60px;
}
#hive-operations-header section:first-child {
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
}
#hive-operations-header section:last-child {
  padding: 10px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0196078431), transparent);
}
#hive-operations-header h2 {
  display: inline-block;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  padding: 4px 10px;
  margin-bottom: 12px;
  gap: 10px;
  margin-top: 3rem;
  border-radius: 20px;
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0666666667), rgba(255, 255, 255, 0.0980392157));
  transition: all 0.25s !important;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  text-decoration: none;
}
#hive-operations-header h3 {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #2d90fd, #93ced6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Archivo", sans-serif;
}
#hive-operations-header h3 + p {
  padding: 0.75rem 0.25rem;
  text-wrap-style: pretty;
  max-width: 40rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
#hive-operations-header nav {
  display: flex;
  gap: 5px;
}
#hive-operations-header nav * {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
#hive-operations-header nav a {
  color: #93ced6;
  opacity: 0.5;
}
#hive-operations-header nav a:hover {
  opacity: 1;
  text-decoration: none;
}
#hive-operations-header nav a:not(:last-child):after {
  content: "•";
  display: inline;
  color: white;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #hive-operations-header h3 {
    font-size: 46px;
  }
  #hive-operations-header h3 + p {
    padding: 0.75rem 0.125rem;
    font-size: 1.2rem;
    max-width: none;
  }
  #hive-operations-header nav {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  #hive-operations-header nav a:not(:last-child):after {
    content: "";
    display: none;
  }
}

/*# sourceMappingURL=components.css.map */
