@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

html, body {
  max-width: 100vw;
}

a {
  text-decoration: none;
  color: #2d90fd;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

em {
  font-size: inherit;
  color: inherit;
}

strong {
  font-size: inherit;
  font-weight: bold;
  color: inherit;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section, .maxWidth {
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
}

.table {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .table {
    margin-top: 2rem;
  }
}
.table .table-container {
  width: 100%;
  height: auto;
}
.table .table-container .table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-template-rows: 1fr;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
  text-decoration: none !important;
}
.table .table-container .table-row:first-of-type span:before {
  height: 35px;
  opacity: 1;
}
.table .table-container .table-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.table .table-container .table-row span {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem 10px;
  line-height: 1.3;
  color: white;
}
.table .table-container .table-row span::before {
  display: block;
  color: white;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #1e60a4;
  line-height: 35px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0 -10px 15px;
  padding: 0 10px;
}
.table .table-container .table-row span:has(img) {
  align-items: center;
}
.table .table-container .table-row span:has(img):before {
  padding-right: 10px;
}
.table .table-container .table-row span:has(img) img {
  width: 25px;
  max-width: none;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .table .table-container .table-row {
    padding: 1rem 5px 0.75rem 5px;
  }
  .table .table-container .table-row:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
  }
  .table .table-container .table-row:first-of-type span:before {
    height: 35px;
    opacity: 1;
  }
  .table .table-container .table-row span {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .table .table-container .table-row span::before {
    display: block;
    background: none;
    color: #93ced6;
    height: 35px;
    opacity: 1;
  }
  .table .table-container .table-row span:has(img) {
    align-items: center;
  }
  .table .table-container .table-row span:has(img)::before {
    text-align: center;
  }
  .table .table-container .table-row span:has(img) img {
    width: 25px;
    height: 23px;
    margin: 0 auto;
  }
}

#intro h2 {
  padding-bottom: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 64px;
  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;
}
@media screen and (max-width: 820px) {
  #intro h2 {
    font-size: 2rem;
    line-height: 1.1;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 525px) {
  #intro h2 {
    font-size: 2rem !important;
    line-height: 2.5rem;
    padding: 5rem 0;
    text-align: left;
  }
  #intro h2 br {
    display: none;
  }
}

.common {
  width: 100%;
}
.common .tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: calc(100vw - 20px);
  height: 50px;
  padding: 0 10px;
  margin: 2rem auto;
  z-index: 99;
}
.common .tabs button, .common .tabs a {
  flex: 1;
  width: 50%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: white;
  background: none;
  transition: background 0.25s, color 0.25s;
  outline: none;
  cursor: pointer;
  padding: 0 5px;
}
.common .tabs button:hover, .common .tabs a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.common .tabs button:first-of-type, .common .tabs a:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px 0 0 4px;
}
.common .tabs button:last-of-type, .common .tabs a:last-of-type {
  border-radius: 0 4px 4px 0;
}
.common .tabs button.selected, .common .tabs a.selected {
  background: white;
  color: #043855;
}
@media screen and (max-width: 820px) {
  .common .tabs {
    display: block;
    width: 100%;
  }
  .common .tabs button {
    width: 100%;
    max-width: 100%;
    display: none;
    text-align: left;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .common .tabs button.selected {
    display: block;
    background: none;
    color: white;
    border-radius: 4px;
    background-image: url('data:image/svg+xml; utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" x="0px" y="0px" width="9.192px" height="4.596px" viewBox="0 0 9.192 4.596" style="enable-background:new 0 0 9.192 4.596;" xml:space="preserve"><style type="text/css">.st0{fill:white;}</style><polygon class="st0" points="9.192,0 4.596,4.596 0,0 "/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
  }
  .common .tabs.clicked button {
    display: block;
    background: white;
    color: #043855;
    border-radius: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .common .tabs.clicked button:first-of-type {
    border-radius: 4px 4px 0 0;
  }
  .common .tabs.clicked button:last-of-type {
    border-radius: 0 0 4px 4px;
  }
  .common .tabs.clicked button:hover {
    background: #f2f2f2;
  }
}

body {
  padding-top: 280px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,003755+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, #003755 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, #003755 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, #003755 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#003755',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 1120px) {
  body {
    background-size: 100%;
    padding-top: 140px;
  }
}
body main {
  max-width: 100%;
}
body main #intro {
  padding: 2rem 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main #intro h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 0.5px;
  background: -webkit-linear-gradient(left, #2d90fd, #93ced6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #intro span {
  text-align: center;
  color: white;
  margin-top: 1rem;
}
body main .content {
  background: white;
  width: 100%;
  padding: 5rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 820px) {
  body main .content {
    padding: 2rem 20px;
  }
}
body main .content h3 {
  color: #2d90fd;
  font-size: 1.5rem;
}
body main .content h5 {
  color: #2d90fd;
}
body main .content span {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #bbb;
}
body main .content p {
  margin: 1rem 0;
  color: #333;
}
body main .content p * {
  color: inherit;
}
body main .content li {
  color: #333;
}
body main .content a.read-more {
  color: #2d90fd;
  text-transform: uppercase;
  font-size: 0.85rem;
}
body main .content hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 2rem 0;
}
body main .content img {
  width: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
body main .headline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 78px;
  margin: 6rem auto 4rem;
}
body main .headline img {
  width: auto;
  height: 100%;
  opacity: 0.5;
}
body main .headline h3 {
  min-width: auto;
  white-space: nowrap;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  width: auto;
  word-wrap: normal;
  word-break: keep-all;
}
body main #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;
}
body main #alert.show {
  opacity: 1;
  transform: translateX(0%);
}
body main #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;
}
body main #alert button:hover {
  background: rgba(255, 255, 255, 0.15);
}
body main #alert h2 {
  text-transform: uppercase;
  color: #2d90fd;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}
body main #alert p {
  color: white;
  font-size: 14px;
}
body main #alert p a {
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 3px;
}
body main #alert #mc_embed_signup_scroll {
  width: 100%;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 66% 34%;
  grid-column-gap: 7px;
}
body main #alert #mc_embed_signup_scroll input {
  border-radius: 3px;
  height: 46px;
  border: 0;
  width: 100%;
}
body main #alert #mc_embed_signup_scroll input[type=email] {
  padding: 10px;
}
body main #alert #mc_embed_signup_scroll input[type=submit] {
  background: #5cc2ef;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
body main #alert-nigeria {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  max-width: 450px;
  border-radius: 7px;
  z-index: 10000;
  transform: translateX(25%);
  opacity: 0;
  transition: opacity 0.15s, transform 0.25s ease-in-out;
}
body main #alert-nigeria.show {
  opacity: 1;
  transform: translateX(0%);
}
body main #alert-nigeria 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;
}
body main #alert-nigeria button:hover {
  background: rgba(255, 255, 255, 0.15);
}
body main #index-intro {
  border-top: 1px solid rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding: 0;
}
body main #index-intro div {
  background: linear-gradient(to bottom, rgba(14, 36, 54, 0.6), rgba(4, 10, 16, 0));
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 5rem;
}
@media (min-width: 1360px) {
  body main #index-intro div {
    padding-left: calc((100vw - 1310px) / 2);
  }
}
@media (max-width: 1120px) {
  body main #index-intro div {
    padding-left: 30px;
  }
}
body main #index-intro h2 {
  padding-bottom: 2rem;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
  font-size: 3rem;
  background: -webkit-linear-gradient(left, #2d90fd, #93ced6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1120px) {
  body main #index-intro h2 {
    font-size: 2rem;
  }
}
body main #index-intro p {
  color: #FFFFFF;
  text-align: left;
  width: 100%;
  font-size: 1.25rem;
}
@media (max-width: 1120px) {
  body main #index-intro p {
    font-size: 1rem;
  }
}
body main #index-intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 820px) {
  body main #index-intro {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  body main #index-intro div {
    padding-left: 20px;
    padding-right: 20px;
  }
  body main #index-intro h2 {
    font-size: 2rem;
  }
  body main #index-intro p {
    font-size: 1rem;
  }
  body main #index-intro img {
    transform: none;
    height: 20vh;
  }
}
body main #why-hive-container {
  background: linear-gradient(to bottom, #0E2436, #040A10);
  overflow: hidden;
}
body main #why-hive-container #why-hive {
  padding: 6rem 25px;
}
body main #why-hive-container #why-hive .headline {
  margin-top: 0;
}
body main #why-hive-container #why-hive #reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  padding: 0;
}
@media (max-width: 820px) {
  body main #why-hive-container #why-hive #reasons {
    grid-template-columns: 1fr;
  }
}
body main #why-hive-container #why-hive #reasons .reason {
  width: 100%;
  position: relative;
}
body main #why-hive-container #why-hive #reasons .reason span {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: white;
  opacity: 0.25;
}
body main #why-hive-container #why-hive #reasons .reason h4 {
  margin-top: 15px;
  color: white;
  font-size: 1.5rem;
  color: #5cc2ef;
  margin-bottom: 1rem;
}
body main #why-hive-container #why-hive #reasons .reason ul {
  list-style: none;
}
body main #why-hive-container #why-hive #reasons .reason ul li {
  padding: 0.8rem 0;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
body main #why-hive-container #why-hive #reasons .reason ul li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
body main #why-hive-container #why-hive #reasons .reason:first-of-type h4 {
  color: #93ced6;
}
body main #why-hive-container #why-hive #reasons .reason:last-of-type h4 {
  color: #2d90fd;
}
@media screen and (max-width: 820px) {
  body main #why-hive-container #why-hive #reasons {
    flex-direction: column;
  }
  body main #why-hive-container #why-hive #reasons .reason {
    width: 100%;
    margin-bottom: 3rem;
  }
  body main #why-hive-container #why-hive #reasons .reason h4 {
    height: auto;
    margin-bottom: 1rem;
  }
}
body main #why-hive-container #monthly-production-update {
  padding-bottom: 3rem;
}
body main #why-hive-container #monthly-production-update .headline {
  margin-top: 0;
}
body main #why-hive-container #monthly-production-update .headline h3 {
  font-size: 1rem;
  height: 78px;
  line-height: 78px;
  padding-top: 0;
  padding-bottom: 0;
}
body main #why-hive-container #monthly-production-update iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
body main #hdt-hpc {
  background-color: black;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0;
  box-shadow: 0 -5px 20px rgba(255, 255, 255, 0.025);
}
body main #hdt-hpc div {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 5rem;
}
@media (min-width: 1360px) {
  body main #hdt-hpc div {
    padding-left: calc((100vw - 1310px) / 2);
  }
}
@media (max-width: 1120px) {
  body main #hdt-hpc div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body main #hdt-hpc h2 {
  padding-bottom: 1rem;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
  font-size: 1rem;
  background: -webkit-linear-gradient(left, #2d90fd, #93ced6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #hdt-hpc > div > ul {
  width: 100%;
}
body main #hdt-hpc > div > ul > li {
  list-style: none;
  color: #FFFFFF;
  width: 100%;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.5rem;
}
body main #hdt-hpc > div > ul > li a {
  font-size: inherit;
}
body main #hdt-hpc > div > ul > li ul {
  margin-top: 0.25rem;
}
body main #hdt-hpc > div > ul > li ul li {
  font-size: 0.8rem;
  margin-left: 1rem;
}
body main #hdt-hpc > div > ul + h2 {
  margin-top: 2rem;
}
body main #hdt-hpc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 900px) {
  body main #hdt-hpc {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  body main #hdt-hpc img {
    grid-row: 1/2;
    height: 30vh;
  }
}
body main .post-preview img {
  width: auto;
  height: auto;
  max-height: 150px;
}
body main #news ul, body main #news ol, body main #faq ul, body main #faq ol {
  margin-left: 20px;
}
body main #news pre, body main #faq pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
  font-size: 0.7rem;
}
body main #news pre em, body main #faq pre em {
  font-size: 0.7rem;
}
body main #news h1, body main #faq h1 {
  font-size: 1.5rem;
  padding-top: 100px;
  margin-top: -80px;
}
body main #news h3, body main #faq h3 {
  padding-top: 90px;
  margin-top: -90px;
}
body main #news #post-nav, body main #faq #post-nav {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body main #news #post-nav a, body main #faq #post-nav a {
  width: 50%;
  height: 100%;
  padding: 2rem 0.5rem 2rem 0;
}
body main #news #post-nav a span:nth-child(1), body main #faq #post-nav a span:nth-child(1) {
  font-family: "Share Tech Mono", monospace;
}
body main #news #post-nav a span:nth-child(2), body main #faq #post-nav a span:nth-child(2) {
  color: black;
  font-size: 1rem;
  width: 100%;
  display: block;
}
body main #news #post-nav a:hover span:nth-child(2), body main #faq #post-nav a:hover span:nth-child(2) {
  color: #2d90fd;
}
body main #news #post-nav a:only-child, body main #faq #post-nav a:only-child {
  width: 100%;
}
body main #news #post-nav a.next, body main #faq #post-nav a.next {
  text-align: right;
  border-left: 1px solid #ddd;
  padding: 2rem 0rem 2rem 0.5rem;
}
body main #news #post-nav a.next:only-child, body main #faq #post-nav a.next:only-child {
  border-left: none;
}
@media screen and (max-width: 500px) {
  body main #news #post-nav, body main #faq #post-nav {
    flex-direction: column;
  }
  body main #news #post-nav a, body main #faq #post-nav a {
    width: 100%;
    padding: 1 rem 0;
  }
  body main #news #post-nav a span:nth-child(2), body main #faq #post-nav a span:nth-child(2) {
    font-size: 0.8rem;
  }
  body main #news #post-nav a.next, body main #faq #post-nav a.next {
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  body main #news #post-nav a.next:only-child, body main #faq #post-nav a.next:only-child {
    border-bottom: none;
    border-top: none;
  }
}
body main #news {
  margin-top: 40px;
}
body main .post-menu {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
body main .post-menu span {
  margin-right: 5px;
}
body main .post-menu a {
  line-height: 1;
  min-width: 45px;
  max-width: 45px;
}
body main .post-menu a img {
  width: 100%;
  margin: 0 !important;
}
body main .post-menu .print-ready {
  display: block;
  margin-top: 0rem;
  margin-left: auto;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 30px;
  max-width: none;
}
body main .post-menu .print-ready:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: block;
  background-image: url("../images/print.svg");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
@media screen and (max-width: 540px) {
  body main .post-menu .print-ready {
    font-size: 0;
  }
}
body main #corporate #about-tab, body main #corporate #governance-tab {
  display: none;
  opacity: 0;
}
body main #corporate #mission {
  padding: 0 20px;
}
body main #corporate #mission p {
  text-align: center;
  background: -webkit-linear-gradient(left, #2d90fd, #93ced6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.25;
}
@media screen and (max-width: 820px) {
  body main #corporate #mission p {
    font-size: 1.5rem;
    margin: 2rem auto 2.5rem 0;
  }
}
body main #corporate #mission #about {
  margin-top: 2rem;
}
body main #corporate #mission #about p {
  font-size: 1rem;
  color: white;
  text-align: center;
  line-height: 1.5;
  color: white;
  background: none;
  text-transform: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
@media screen and (max-width: 820px) {
  body main #corporate #mission #about p {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
body main #corporate #team {
  padding: 0 20px 5rem;
}
body main #corporate #team .members {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body main #corporate #team .members .member {
  width: 70%;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  justify-content: space-between;
}
body main #corporate #team .members .member img {
  width: 265px;
  height: 320px;
  margin-right: 3rem;
}
body main #corporate #team .members .member .member-info {
  width: 100%;
}
body main #corporate #team .members .member .member-info h1 {
  padding-top: 2rem;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: left;
}
body main #corporate #team .members .member .member-info .member-title {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body main #corporate #team .members .member .member-info .member-title h2 {
  font-size: 0.8rem;
  color: #55A6FD;
  text-transform: uppercase;
}
body main #corporate #team .members .member .member-info .member-title h2 a {
  font-size: 0.8rem;
  text-decoration: underline;
}
body main #corporate #team .members .member .member-info .member-title div {
  display: flex;
  margin-left: 0.25rem;
}
body main #corporate #team .members .member .member-info .member-title div a {
  height: auto;
  width: 16px;
  margin-left: 1rem;
}
body main #corporate #team .members .member .member-info .member-title div a img {
  margin: 0;
  width: 100%;
  height: 100%;
}
body main #corporate #team .members .member .member-info p {
  margin: 1rem 0;
  color: white;
  font-size: 0.8rem;
  text-align: justify;
}
body main #corporate #team .members .member:nth-child(even) img {
  order: 2;
  margin-right: 0;
  margin-left: 3rem;
}
body main #corporate #team .members .member:last-child {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  body main #corporate #team .members .member {
    padding: 0 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 735px) {
  body main #corporate #team .members .member, body main #corporate #team .members .member:nth-child(even) {
    flex-direction: column;
  }
  body main #corporate #team .members .member img, body main #corporate #team .members .member:nth-child(even) img {
    order: 1;
    margin: auto;
  }
  body main #corporate #team .members .member .member-info, body main #corporate #team .members .member:nth-child(even) .member-info {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  body main #corporate #team .members .member {
    padding: 0;
  }
}
body main #corporate #team span {
  display: block;
  color: white;
  font-size: 0.8rem;
  text-align: center;
  margin: 1rem auto 6rem auto;
}
body main #corporate #governance {
  padding-bottom: 5rem;
}
body main #corporate #governance .governance-name:before {
  content: "Policy";
}
body main #corporate #governance .governance-file {
  max-width: 100%;
  height: 100%;
}
body main #corporate #governance .governance-file:before {
  content: "File";
}
body main #projects {
  position: relative;
}
body main #projects #compute, body main #projects #sweden, body main #projects #canada, body main #projects #paraguay {
  padding-bottom: 5rem;
}
@keyframes sweden {
  0% {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 0px;
  }
  100% {
    stroke: rgba(92, 194, 239, 0.5);
    stroke-width: 10px;
  }
}
@keyframes canada {
  0% {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 0px;
  }
  100% {
    stroke: rgba(146, 206, 214, 0.5);
    stroke-width: 10px;
  }
}
@keyframes paraguay {
  0% {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 0px;
  }
  100% {
    stroke: rgba(45, 144, 253, 0.3333333333);
    stroke-width: 10px;
  }
}
body main #projects #map-container {
  display: grid;
  grid-template-columns: 1.33fr 1fr;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
body main #projects #map-container svg#map-svg {
  width: 100%;
  padding: 25px 20px;
  transform: scale(1.1);
}
body main #projects #map-container svg#map-svg path {
  fill: #1e2d35;
  opacity: 1;
  transition: opacity 1s, fill 1s;
  transition-delay: 0.5s;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
body main #projects #map-container svg#map-svg .sweden, body main #projects #map-container svg#map-svg .canada, body main #projects #map-container svg#map-svg .paraguay {
  opacity: 0.5;
}
body main #projects #map-container svg#map-svg .sweden:hover, body main #projects #map-container svg#map-svg .canada:hover, body main #projects #map-container svg#map-svg .paraguay:hover {
  fill: white;
  cursor: pointer;
}
body main #projects #map-container svg#map-svg .sweden.pick, body main #projects #map-container svg#map-svg .canada.pick, body main #projects #map-container svg#map-svg .paraguay.pick {
  opacity: 1;
}
body main #projects #map-container svg#map-svg .sweden {
  fill: #5cc2ef;
}
body main #projects #map-container svg#map-svg .sweden.pick {
  animation-name: sweden;
}
body main #projects #map-container svg#map-svg .canada {
  fill: #93ced6;
}
body main #projects #map-container svg#map-svg .canada.pick {
  animation-name: canada;
}
body main #projects #map-container svg#map-svg .paraguay {
  fill: #2d90fd;
}
body main #projects #map-container svg#map-svg .paraguay.pick {
  animation-name: paraguay;
}
body main #projects #map-container svg#map-svg .rest {
  fill: rgba(255, 255, 255, 0.05);
}
body main #projects #map-container #map-info {
  height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main #projects #map-container #map-info hr {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0823529412);
}
body main #projects #map-container #map-info .project {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
body main #projects #map-container #map-info .project h4 {
  font-size: 1rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
body main #projects #map-container #map-info .project ul {
  list-style: none;
  list-style-type: none;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
body main #projects #map-container #map-info .project ul li {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 10px;
  position: relative;
}
body main #projects #map-container #map-info .project ul li > span {
  display: inline-block;
  text-align: left;
  width: min-content;
}
body main #projects #map-container #map-info .project ul li .key {
  font-family: "Chivo", sans-serif;
  font-size: 0.5rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  align-self: flex-end;
  justify-self: flex-start;
  white-space: nowrap;
}
body main #projects #map-container #map-info .project ul li .key .detail {
  font-family: "Chivo", sans-serif;
  font-size: 0.8rem;
  color: #2d90fd;
  position: relative;
  line-height: 0.8;
}
body main #projects #map-container #map-info .project ul li .key .detail .detail-info {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "Chivo", sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  background: black;
  padding: 15px;
  opacity: 0;
  transition: all 0.25s;
  z-index: 10000;
}
body main #projects #map-container #map-info .project ul li .key .detail:hover .detail-info {
  opacity: 1;
}
body main #projects #map-container #map-info .project ul li .value {
  font-family: "Archivo", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  align-self: flex-start;
  justify-self: flex-start;
}
@media screen and (max-width: 1200px) {
  body main #projects #map-container {
    grid-template-columns: 1fr;
  }
  body main #projects #map-container svg#map-svg {
    max-width: 800px;
    margin: 0 auto;
  }
  body main #projects #map-container #map-info {
    width: calc(100% - 3rem);
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  body main #projects #map-container #map-info .project {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-right: none;
    gap: 20px;
  }
}
@media screen and (max-width: 1130px) {
  body main #projects #map-container #map-info {
    flex-wrap: wrap;
  }
  body main #projects #map-container #map-info .project:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  body main #projects #map-container svg#map-svg {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 430px) {
  body main #projects #map-container #map-info .project h4 {
    margin: 0 auto;
  }
  body main #projects #map-container #map-info .project ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main #projects .why {
  display: block;
  width: 100%;
  margin: 100px 0;
  padding: 25px 50px;
}
body main #projects .why p {
  font-size: 1.1rem;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 3rem auto;
}
@media screen and (max-width: 820px) {
  body main #projects .why p {
    font-size: 1rem;
  }
}
body main #projects .why ul {
  list-style: none;
  padding: 0 0.5rem;
}
body main #projects .why ul li {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
  padding: 1rem 0;
}
body main #projects .why ul li:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 820px) {
  body main #projects .why {
    padding: 25px 20px;
  }
}
body main #projects .pictures-caption {
  margin-top: 1rem;
  padding: 0 10px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
body main #projects .pictures-caption .pictures {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1px;
}
body main #projects .pictures-caption .pictures img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body main #projects .pictures-caption .pictures img:only-child {
  grid-column: 1/3;
}
body main #projects .pictures-caption p {
  padding: 1rem;
  font-size: 0.8rem;
  background: rgb(0, 0, 0);
  width: 100%;
  max-width: 900px;
  margin: 0 !important;
}
body main #projects .pictures-caption + .why {
  margin-top: 4rem;
}
body main #projects .pictures-carousel {
  margin: 5rem auto;
  padding: 0 max((100vw - 1360px) / 2 + 10px, 10px);
  max-width: none;
  overflow-x: auto;
}
body main #projects .pictures-carousel .pictures {
  width: max-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
body main #projects .pictures-carousel .pictures img {
  width: 100%;
  max-width: max(40vw, 300px);
  min-width: 300px !important;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 0.25rem;
}
body main #projects hr {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
  margin: 0 auto 3rem;
  max-width: 1360px;
}
body main #projects #compute a {
  font-size: inherit;
  color: #5cc2ef;
}
body main #projects #compute ul {
  list-style: none;
}
body main #projects #compute ul li {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.5rem;
}
body main #projects #compute h4 {
  display: block;
  white-space: nowrap;
  width: min-content;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2rem auto 1rem;
}
body main #projects #compute a.get-in-touch {
  display: block;
  width: min-content;
  margin: 0 auto;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
  font-size: 0.825rem;
  border: 3px solid white;
  border-radius: 6px;
  z-index: 1000;
  text-decoration: none;
  transition: all 0.25s;
}
body main #projects #compute a.get-in-touch:hover {
  background-color: white;
  color: black;
}
body main #projects #compute section {
  padding: 0 20px;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: center;
}
body main #projects #compute section div:not(.pictuers-caption) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body main #projects #compute section .pictures-caption {
  height: min-content;
}
body main #projects #compute section .pictures-caption .pictures {
  height: auto;
}
body main #projects #compute section .pictures-caption .pictures img {
  height: auto;
}
body main #projects #compute section .pictures-caption p {
  margin: 0;
}
body main #projects #compute section h3 {
  width: 100%;
  max-width: 700px;
  background: -webkit-linear-gradient(left, #2d90fd, #93ced6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #projects #compute section h3, body main #projects #compute section p, body main #projects #compute section ul {
  width: 100%;
  max-width: 700px;
  margin: 0.75rem 0;
}
@media (max-width: 1000px) {
  body main #projects #compute section h3, body main #projects #compute section p, body main #projects #compute section ul {
    max-width: 100%;
  }
}
body main #projects #compute section ul.disc {
  list-style: disc;
}
body main #projects #compute section ul.disc li {
  border: 0;
  margin-left: 20px;
  margin-bottom: 0rem;
}
body main #projects #compute section p:has(+ ul) {
  font-size: 0.9rem;
  color: #93ced6;
  margin-bottom: -0.25rem;
}
@media (max-width: 1000px) {
  body main #projects #compute section {
    padding: 0;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  body main #projects #compute section h3, body main #projects #compute section p, body main #projects #compute section ul {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  body main #projects #compute section .pictures-caption {
    grid-row: 2/3;
  }
  body main #projects #compute section .pictures-caption p {
    width: 100%;
  }
}
body main #projects #paraguay #paraguay-building-more, body main #projects #paraguay #paraguay-our-approach {
  margin-bottom: 5rem;
}
body main #projects #paraguay #paraguay-building-more > *, body main #projects #paraguay #paraguay-our-approach > * {
  width: calc(100% - 2rem);
  max-width: 900px;
  margin: 0 auto;
}
body main #projects #paraguay #paraguay-building-more h3, body main #projects #paraguay #paraguay-our-approach h3 {
  font-size: 2rem;
  line-height: 1.2;
  text-wrap-style: pretty;
  margin-bottom: 1.5rem;
}
body main #projects #paraguay #paraguay-building-more h3 strong, body main #projects #paraguay #paraguay-our-approach h3 strong {
  color: #93ced6;
}
body main #projects #paraguay #paraguay-building-more p, body main #projects #paraguay #paraguay-our-approach p {
  margin: 0.5rem auto;
}
@media (max-width: 700px) {
  body main #projects #paraguay #paraguay-building-more > *, body main #projects #paraguay #paraguay-our-approach > * {
    max-width: none;
  }
  body main #projects #paraguay #paraguay-building-more h3, body main #projects #paraguay #paraguay-our-approach h3 {
    font-size: 1.5rem;
  }
}
body main #projects #paraguay #paraguay-video {
  display: flex;
  justify-content: center;
  max-width: 1360px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: calc(-1rem + 2px);
}
body main #projects #paraguay #paraguay-video iframe {
  max-width: 1360px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
body main #project-header-background {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  overflow: hidden;
}
body main #project-header-background video {
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
  z-index: 0;
  mask-image: linear-gradient(to bottom, black, transparent);
}
body main #investors {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 2rem;
  padding: 2rem 1.5rem 0rem;
}
body main #investors #investors-nav {
  padding-bottom: 2rem;
}
body main #investors #investors-nav input {
  display: none;
}
body main #investors #investors-nav nav {
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}
body main #investors #investors-nav nav a {
  font-size: 0.8rem;
  color: #888;
}
body main #investors #investors-nav nav a.active {
  color: #2d90fd;
}
body main #investors #intro {
  margin-bottom: 40px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
}
body main #investors #intro 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 !important;
  margin-bottom: 12px;
  gap: 10px;
  width: min-content;
  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 !important;
  line-height: 1 !important;
  text-decoration: none;
  -webkit-text-fill-color: initial;
  font-family: "Chivo", sans-serif;
}
body main #investors #intro 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;
}
@media screen and (max-width: 768px) {
  body main #investors #intro h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 600px) {
  body main #investors #intro h3 {
    font-size: 34px;
  }
}
body main #investors hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
  margin: 2rem 0;
}
body main #investors #index-page {
  padding-bottom: 4rem;
  container-name: page;
  container-type: inline-size;
}
body main #investors #index-page #news-items {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body main #investors #index-page #news-items .news-item {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  padding: 40px 5px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
}
body main #investors #index-page #news-items .news-item:first-child {
  padding-top: 0;
}
body main #investors #index-page #news-items .news-item:last-child {
  border-bottom: 0;
}
body main #investors #index-page #news-items .news-item .news-item-date {
  min-width: 14rem;
  float: left;
}
body main #investors #index-page #news-items .news-item .news-item-date h2 {
  color: #FFFFFF;
  font-size: 0.9rem;
}
body main #investors #index-page #news-items .news-item .news-item-date h3 {
  color: #2D90FD;
  font-size: 0.8rem;
}
body main #investors #index-page #news-items .news-item .news-item-content {
  float: right;
  width: 100%;
}
body main #investors #index-page #news-items .news-item .news-item-content .news-item-title {
  display: block;
  color: #93CED6;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
body main #investors #index-page #news-items .news-item .news-item-content .download-pdf {
  color: #FFFFFF;
  font-size: 0.8rem;
  padding-bottom: auto;
}
body main #investors #index-page #news-items .news-item .news-item-content .download-pdf:before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 0.5rem;
  display: block;
  background-image: url("../images/icon-pdf.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
}
body main #investors #index-page #news-items .news-item .news-item-content table tr td {
  color: white;
}
body main #investors #index-page #news-items .news-item .news-item-content table tr td:first-child {
  width: 200px;
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.8;
}
body main #investors #index-page #news-items .news-item .news-item-content table + span {
  color: white;
  font-size: 0.8rem;
  display: block;
  margin-top: 0.5rem;
}
body main #investors #index-page #news-items .news-item .news-item-content hr {
  margin: 1rem 0;
  opacity: 0.5;
  border-style: dotted;
}
@media (max-width: 640px) {
  body main #investors #index-page #news-items .news-item {
    flex-direction: column;
  }
  body main #investors #index-page #news-items .news-item .news-item-date {
    margin-bottom: 1.5rem;
  }
}
body main #investors #index-page #quotations {
  margin-top: 3rem;
  background: white url("../images/bg-hive.svg") top right no-repeat;
  padding: 2rem 20px;
  border-radius: 16px;
}
body main #investors #index-page #quotations section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body main #investors #index-page #quotations section img {
  width: 400px;
}
body main #investors #index-page #quotations section #quotes {
  width: calc(100% - 400px);
}
body main #investors #index-page #quotations section #quotes hr {
  margin: 0 2rem;
  border: none;
  border-bottom: 1px solid #ddd;
}
body main #investors #index-page #quotations section #quotes .quote {
  margin: 2rem;
}
body main #investors #index-page #quotations section #quotes .quote blockquote {
  color: #222;
}
body main #investors #index-page #quotations section #quotes .quote blockquote p {
  font-size: 1.2rem;
  max-width: 750px;
  margin-bottom: 1rem;
  font-style: italic;
}
body main #investors #index-page #quotations section #quotes .quote span {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #2d90fd;
}
@container page (width < 820px) {
  body main #investors #index-page #quotations section {
    flex-direction: column;
  }
  body main #investors #index-page #quotations section #quotes {
    width: 100%;
  }
  body main #investors #index-page #quotations section #quotes hr {
    margin: 2rem 1rem;
  }
  body main #investors #index-page #quotations section #quotes .quote {
    margin: 1rem;
  }
  body main #investors #index-page #quotations section img {
    width: 100%;
    max-width: 400px;
  }
}
body main #investors #structure-page {
  padding-bottom: 4rem;
  container-name: page;
  container-type: inline-size;
}
body main #investors #structure-page #financials {
  display: table;
  height: auto;
  width: 100%;
}
body main #investors #structure-page #financials p {
  color: white;
  margin-top: -1rem;
}
body main #investors #structure-page #financials ul#capital {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  justify-content: space-between;
}
body main #investors #structure-page #financials ul#capital li {
  width: 100%;
  min-height: 100px;
  height: auto;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
}
body main #investors #structure-page #financials ul#capital li .key {
  width: auto;
  font-size: 0.9rem;
  color: #5cc2ef;
  order: 0;
  padding: 0 3px;
}
body main #investors #structure-page #financials ul#capital li .key span {
  text-transform: uppercase;
  color: inherit;
  font-size: 0.7rem;
}
body main #investors #structure-page #financials ul#capital li .value {
  width: auto;
  order: 1;
  color: white;
  font-size: 1.4rem;
  text-align: right;
  align-self: flex-end;
}
body main #investors #structure-page #financials ul#capital li .value:has(div) {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  padding: 0;
}
body main #investors #structure-page #financials ul#capital li .value > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 0.75rem;
  background: rgba(0, 0, 0, 0.2);
}
body main #investors #structure-page #financials ul#capital li .value > div img {
  width: 20px;
}
body main #investors #structure-page #financials ul#capital li .value > div span {
  text-align: left;
  font-family: "Archivo", sans-serif;
}
body main #investors #structure-page #financials ul#capital li .value > div span:first-of-type {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1px;
  text-indent: 5px;
}
body main #investors #structure-page #financials ul#capital li .value > div span:last-of-type {
  margin-left: auto;
  font-size: 2rem;
  text-indent: -3px;
  line-height: 1;
}
body main #investors #structure-page #financials ul#capital li .value > div:nth-child(1) span:last-of-type {
  color: #93ced6;
}
body main #investors #structure-page #financials ul#capital li .value > div:nth-child(2) span:last-of-type {
  color: #5cc2ef;
}
body main #investors #structure-page #financials ul#capital li .value > div:nth-child(3) span:last-of-type {
  color: #2d90fd;
}
body main #investors #structure-page #financials ul#capital li .value > div:nth-child(4) span:last-of-type {
  color: #2d90fd;
}
body main #investors #structure-page #financials ul#capital li:first-child, body main #investors #structure-page #financials ul#capital li:last-child {
  grid-column: 1/-1;
}
body main #investors #structure-page #financials ul#capital li:first-child .value, body main #investors #structure-page #financials ul#capital li:last-child .value {
  align-self: flex-start;
}
body main #investors #structure-page #financials ul#capital li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
}
@container page (width < 1320px) {
  body main #investors #structure-page #financials ul#capital li .value:has(div) {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
  }
}
@container page (width < 600px) {
  body main #investors #structure-page #financials ul#capital li .value:has(div) {
    grid-template-columns: 1fr;
    grid-gap: 1px;
  }
}
body main #investors #reporting-page {
  padding-bottom: 4rem;
}
body main #investors #reporting-page #reporting .table-row {
  display: grid;
  grid-template-columns: 1.5fr 3fr repeat(5, min-content);
  grid-template-rows: 1fr;
}
body main #investors #reporting-page #reporting .table-row span {
  max-width: none;
}
body main #investors #reporting-page #reporting .table-row span:before {
  white-space: nowrap;
}
body main #investors #reporting-page #reporting .table-row span img {
  width: 20px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
body main #investors #reporting-page #reporting .reporting-date {
  text-align: left;
}
body main #investors #reporting-page #reporting .reporting-date:before {
  content: "Date";
}
body main #investors #reporting-page #reporting .reporting-q {
  max-width: none;
}
body main #investors #reporting-page #reporting .reporting-q:before {
  content: "Quarter";
}
body main #investors #reporting-page #reporting .reporting-financials {
  text-align: center;
}
body main #investors #reporting-page #reporting .reporting-financials:before {
  content: "Financials";
}
body main #investors #reporting-page #reporting .reporting-mda {
  text-align: center;
}
body main #investors #reporting-page #reporting .reporting-mda:before {
  content: "MD&A";
}
body main #investors #reporting-page #reporting .reporting-pr {
  text-align: center;
}
body main #investors #reporting-page #reporting .reporting-pr:before {
  content: "Press Release";
}
body main #investors #reporting-page #reporting .reporting-webcast {
  text-align: center;
}
body main #investors #reporting-page #reporting .reporting-webcast:before {
  content: "Webcast";
}
body main #investors #reporting-page #reporting .reporting-prepared {
  text-align: center;
}
body main #investors #reporting-page #reporting .reporting-prepared:before {
  content: "Prepared Remarks";
}
@media screen and (max-width: 1000px) {
  body main #investors #reporting-page #reporting .table-row {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    padding: 0;
  }
  body main #investors #reporting-page #reporting .table-row span:has(img) {
    display: flex;
    flex-direction: row;
  }
  body main #investors #reporting-page #reporting .table-row span:has(img):before {
    text-align: left;
  }
  body main #investors #reporting-page #reporting .table-row span:has(img) img {
    height: 23px;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-date {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-q {
    grid-column: 1/2;
    grid-row: 3/5;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-financials, body main #investors #reporting-page #reporting .table-row .reporting-mda, body main #investors #reporting-page #reporting .table-row .reporting-pr, body main #investors #reporting-page #reporting .table-row .reporting-webcast, body main #investors #reporting-page #reporting .table-row .reporting-prepared {
    grid-column: 2/4;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-financials:before, body main #investors #reporting-page #reporting .table-row .reporting-mda:before, body main #investors #reporting-page #reporting .table-row .reporting-pr:before, body main #investors #reporting-page #reporting .table-row .reporting-webcast:before, body main #investors #reporting-page #reporting .table-row .reporting-prepared:before {
    display: inline-block !important;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-mda {
    grid-row: 2/3;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-pr {
    grid-row: 3/4;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-webcast {
    grid-row: 4/5;
  }
  body main #investors #reporting-page #reporting .table-row .reporting-prepared {
    grid-row: 5/6;
  }
  body main #investors #reporting-page #reporting .table-row > * {
    padding: 0.25rem 0.5rem;
    margin: 0;
    text-align: left;
    height: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  }
}
body main #investors #presentation-page {
  padding-bottom: 4rem;
}
body main #investors #presentation-page #recordings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 40px;
}
body main #investors #presentation-page #recordings a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem 3rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  background-color: rgba(255, 255, 255, 0.0196078431);
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
body main #investors #presentation-page #recordings a span:first-child {
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #93ced6;
}
body main #investors #presentation-page #recordings a span:last-of-type {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}
body main #investors #presentation-page #recordings a img {
  position: absolute;
  bottom: calc(1rem - 2px);
  right: calc(1rem - 2px);
  width: 30px;
}
body main #investors #presentation-page #recordings a:hover {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.0196078431), transparent);
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
}
body main #investors #presentation-page #recordings a:hover img {
  mix-blend-mode: soft-light;
}
body main #investors #presentation-page #presentation {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body main #investors #presentation-page #presentation iframe, body main #investors #presentation-page #presentation #pdf-preview {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid rgba(242, 242, 242, 0.3333333333);
}
body main #investors #presentation-page #presentation #pdf-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(168.26deg, #003755 0%, #00040D 51.98%);
}
body main #investors #presentation-page #presentation #pdf-preview img {
  min-width: 200px;
  width: 20%;
  margin-bottom: 2rem;
}
body main #investors #presentation-page #presentation #pdf-preview span {
  color: white;
}
body main #investors #presentation-page #presentation #pdf-preview span:last-child {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.7;
}
body main #investors #presentation-page #presentation div {
  text-align: center;
  width: 100%;
  padding: 1rem 0 0;
}
body main #investors #presentation-page #presentation div p {
  color: white;
  margin-bottom: 1rem;
}
body main #investors #presentation-page #presentation div button {
  font-size: 0.9rem;
  padding: 0.75rem;
  border-radius: 4px;
  border: 3px solid white;
  color: white;
  background: none;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  body main #investors #presentation-page #presentation div button {
    width: 100%;
    top: auto;
    right: 0;
    transform: none;
    position: relative;
    margin-top: 1.5rem;
  }
}
body main #investors #presentation-page #webcast {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main #investors #presentation-page #webcast h3 {
  color: #5cc2ef;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-left: 7px;
}
@media screen and (max-width: 820px) {
  body main #investors #presentation-page #webcast h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  body main #investors #presentation-page #webcast h3 {
    font-size: 1.5rem;
  }
}
body main #investors #presentation-page #webcast iframe {
  aspect-ratio: 16/9;
}
body main #investors #filings-page {
  padding-bottom: 4rem;
}
body main #investors #filings-page #filings h4 {
  margin-bottom: 0.5rem;
  padding: 0 3px;
}
body main #investors #filings-page #filings .table-container .table-row {
  grid-template-columns: 121px 78px 4fr min-content;
}
body main #investors #filings-page #filings .table-container .table-row span {
  line-height: 1.3;
}
body main #investors #filings-page #filings .filing-date:before {
  content: "Date";
}
body main #investors #filings-page #filings .filing-form:before {
  content: "Form";
}
body main #investors #filings-page #filings .filing-title:before {
  content: "Title";
}
body main #investors #filings-page #filings .filing-file:before {
  content: "File";
}
body main #investors #analyst-page {
  padding-bottom: 4rem;
}
body main #investors #analyst-page #analyst {
  max-width: 1100px;
  margin: 0 auto;
}
body main #investors #analyst-page #analyst table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 4rem;
}
body main #investors #analyst-page #analyst table thead {
  background: rgba(0, 55, 85, 0.3333333333);
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
body main #investors #analyst-page #analyst table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body main #investors #analyst-page #analyst table thead tr th {
  padding: 0.5rem;
  font-size: 0.7rem;
  text-align: left;
  font-weight: 500;
}
body main #investors #analyst-page #analyst table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body main #investors #analyst-page #analyst table tbody tr td {
  padding: 0.5rem;
}
body main #investors #analyst-page #analyst table tbody tr td a {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  body main #investors #analyst-page #analyst table thead {
    display: none;
  }
  body main #investors #analyst-page #analyst table tbody tr {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0;
  }
  body main #investors #analyst-page #analyst table tbody tr td {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    padding: 0.1rem 0;
  }
  body main #investors #analyst-page #analyst table tbody tr td:before {
    content: attr(data-label);
    font-weight: 500;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  body main #investors #filings-page #filings h4 {
    padding: 0 15px;
    text-transform: uppercase;
  }
}
@media (max-width: 860px) {
  body main #investors {
    grid-template-columns: 1fr;
    padding: 2rem 0 0;
  }
  body main #investors #investors-nav {
    position: relative;
  }
  body main #investors #investors-nav input {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
  }
  body main #investors #investors-nav nav {
    pointer-events: none;
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.0666666667);
    border-radius: 5px;
    padding-top: 0;
    overflow: hidden;
    gap: 1px;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  }
  body main #investors #investors-nav nav:after {
    display: block;
    content: "▾";
    width: 6px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    line-height: 0;
  }
  body main #investors #investors-nav nav a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0.75rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    display: none;
    text-decoration: none;
  }
  body main #investors #investors-nav nav a.active {
    display: block;
  }
  body main #investors #investors-nav:has(input:checked) {
    position: initial;
  }
  body main #investors #investors-nav:has(input:checked) nav {
    pointer-events: initial;
    background: #f2f2f2;
  }
  body main #investors #investors-nav:has(input:checked) nav a {
    display: block;
    background: white;
  }
  body main #investors #investors-nav:has(input:checked) nav a:hover {
    background: #fafafa;
  }
  body main #investors #intro {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body main #investors #index-page {
    padding-bottom: 0rem;
  }
  body main #investors #index-page #news-items {
    padding: 0 1rem;
  }
  body main #investors #index-page #quotations {
    border-radius: 16px 16px 0 0;
  }
  body main #investors #structure-page {
    padding-bottom: 2rem;
  }
  body main #investors #structure-page #financials {
    padding: 0 1rem;
  }
  body main #investors #reporting-page {
    padding-bottom: 2rem;
  }
  body main #investors #reporting-page #reporting {
    padding: 0 1rem;
  }
  body main #investors #presentation-page {
    padding-bottom: 2rem;
  }
  body main #investors #presentation-page #recordings, body main #investors #presentation-page #presentation, body main #investors #presentation-page #webcast {
    padding: 0 1rem;
  }
  body main #investors #filings-page {
    padding-bottom: 2rem;
  }
  body main #investors #filings-page #filings {
    padding: 0 1rem;
  }
  body main #investors #filings-page #filings .table {
    margin-top: 0;
  }
  body main #investors #analyst-page {
    padding-bottom: 2rem;
  }
  body main #investors #analyst-page #analyst {
    padding: 0 1rem;
  }
}
@media (max-width: 600px) {
  body main #investors #structure-page #financials ul#capital li {
    grid-column: 1/-1 !important;
  }
  body main #investors #structure-page #financials ul#capital li .value {
    align-self: flex-start;
    padding: 0 3px;
  }
  body main #investors #presentation-page #recordings {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
body main #contact {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  body main #contact {
    margin-bottom: 0;
  }
}
body main #contact #map {
  background: url("../images/map.jpg") center center no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  body main #contact #map {
    height: 250px;
  }
}
body main #contact #contact-info {
  background: white;
  width: 100%;
  padding: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
  width: 100%;
}
body main #contact #contact-info .half {
  width: 48%;
}
@media screen and (max-width: 820px) {
  body main #contact #contact-info {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
  body main #contact #contact-info .half {
    width: 100%;
  }
  body main #contact #contact-info .half h3, body main #contact #contact-info .half span, body main #contact #contact-info .half p {
    padding: 0 0.5rem;
  }
  body main #contact #contact-info .half #social div {
    width: 100%;
    margin: 1rem auto;
    justify-content: center;
  }
  body main #contact #contact-info .half #social {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
  }
}
body main #contact-ai #contact-ai-form h3 {
  line-height: 1.2;
}
body main #contact-ai #contact-ai-form #mc-embedded-subscribe-form.success {
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}
body main #contact-ai #contact-ai-form .asterisk {
  color: red;
}
body main #contact-ai #contact-ai-form .indicates-required {
  text-transform: uppercase;
  font-size: 0.7rem;
  margin: 1rem 0;
}
body main #contact-ai #contact-ai-form .hidden {
  display: none !important;
}
body main #contact-ai #contact-ai-form .mc-field-group {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px minmax(50px, auto);
  margin-bottom: 0.66rem;
}
body main #contact-ai #contact-ai-form .mc-field-group *:not(.asterisk) {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  grid-column: 1/2;
}
body main #contact-ai #contact-ai-form .mc-field-group label {
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  background: rgb(194, 219, 230);
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  grid-row: 1/2;
}
body main #contact-ai #contact-ai-form .mc-field-group label .asterisk {
  margin-left: 5px;
}
body main #contact-ai #contact-ai-form .mc-field-group input, body main #contact-ai #contact-ai-form .mc-field-group select, body main #contact-ai #contact-ai-form .mc-field-group textarea {
  border: 0;
  background: rgb(239, 250, 255);
  color: black;
  order: 1;
  grid-row: 2/3;
  border-radius: 0 0 5px 5px;
}
body main #contact-ai #contact-ai-form .mc-field-group textarea {
  min-height: 100px;
  resize: vertical;
}
body main #contact-ai #contact-ai-form .mc-field-group.error label {
  background: rgb(230, 194, 194);
}
body main #contact-ai #contact-ai-form .mc-field-group.error input, body main #contact-ai #contact-ai-form .mc-field-group.error select, body main #contact-ai #contact-ai-form .mc-field-group.error textarea {
  background: rgb(255, 239, 239);
}
body main #contact-ai #contact-ai-form #mc-embedded-subscribe {
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  background-color: #043855;
}
body main #contact-ai #contact-ai-form #mc-embedded-subscribe:hover {
  background-color: black;
}
body main #contact-ai #contact-ai-form #mce-error-response p {
  color: red;
}
@media (min-width: 1000px) {
  body main #contact-ai #contact-ai-form {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 2rem;
  }
}
body main #annual-special-meeting > p {
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-wrap-style: balance;
}
body main #annual-special-meeting section {
  padding: 0 2rem;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.0125);
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div:first-child {
  border-right: 0;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div:first-child h3 {
  color: #5cc2ef;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div h3 {
  color: #93ced6;
  text-transform: uppercase;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div p {
  color: white;
  margin-bottom: 1rem;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div > div {
  margin-top: auto;
  height: 100%;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div > div > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div > div > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div > div > div img {
  width: 100%;
  height: auto;
}
body main #annual-special-meeting #annual-special-meeting-how-to-vote > div > div > div span {
  color: white;
  grid-column: 2/3;
}
@media (max-width: 870px) {
  body main #annual-special-meeting #annual-special-meeting-how-to-vote {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  body main #annual-special-meeting #annual-special-meeting-how-to-vote > div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
  }
}
body main #annual-special-meeting #annual-special-meeting-meeting-materials a, body main #annual-special-meeting #annual-special-meeting-meeting-press-release a {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0.5rem 0;
  cursor: pointer;
}
body main #annual-special-meeting #annual-special-meeting-meeting-materials a:hover, body main #annual-special-meeting #annual-special-meeting-meeting-press-release a:hover {
  background-color: rgba(255, 255, 255, 0.0125);
}
body main #annual-special-meeting #annual-special-meeting-meeting-materials a:hover img, body main #annual-special-meeting #annual-special-meeting-meeting-press-release a:hover img {
  background-color: black;
  filter: invert(1);
}
body main #annual-special-meeting #annual-special-meeting-meeting-materials a img, body main #annual-special-meeting #annual-special-meeting-meeting-press-release a img {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem;
  width: 100%;
  height: 100%;
}
body main #annual-special-meeting #annual-special-meeting-meeting-materials a span, body main #annual-special-meeting #annual-special-meeting-meeting-press-release a span {
  padding: 0.5rem 1rem;
  color: white;
}
body main #annual-special-meeting #annual-special-meeting-shareholder-assistance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 5rem;
  gap: 5rem;
}
body main #annual-special-meeting #annual-special-meeting-shareholder-assistance img {
  padding: 5rem;
  background-color: rgba(255, 255, 255, 0.0125);
}
body main #annual-special-meeting #annual-special-meeting-shareholder-assistance div p {
  color: white;
  margin-bottom: 1rem;
}
body main #annual-special-meeting #annual-special-meeting-shareholder-assistance div span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
@media (max-width: 1130px) {
  body main #annual-special-meeting #annual-special-meeting-shareholder-assistance {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  body main #annual-special-meeting #annual-special-meeting-shareholder-assistance div {
    padding: 0;
    grid-row: 2/3;
  }
}

#popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#popup-container #popup-window {
  width: calc(100% - 100px);
  max-width: 1000px;
  height: auto;
  position: relative;
}
#popup-container #popup-window #popup-content iframe {
  width: 100%;
  height: calc((100vw - 100px) / 1.7777777778);
  max-height: 562.5px;
}
#popup-container #popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 10px;
  background: rgb(255, 255, 255);
  font-size: 2rem;
  color: white;
  z-index: 1100;
  cursor: pointer;
}
#popup-container #popup-close img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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