* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0.9375rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #19A0A3;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  color: #000000;
}
a:visited {
  color: #19A0A3;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #3F3F3F;
}
@media (min-width: 992px) and (max-width: 1119px) {
  body {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 0.8125rem;
  }
}

h1 {
  font-size: 3.125rem;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1119px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

h2 {
  font-size: 2.875rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1119px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

h3 {
  font-size: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1119px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #19A0A3;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1119px) {
  h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}

.st-pt {
  padding-top: 5rem;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .st-pt {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-pt {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .st-pt {
    padding-top: 2.1875rem;
  }
}

.st-pb {
  padding-bottom: 5rem;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .st-pb {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-pb {
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .st-pb {
    padding-bottom: 2.1875rem;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .hide-lg-tablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}
.title-block {
  margin-bottom: 20px;
}
.title-block h2 {
  margin: 0;
}
.title-block h4 {
  line-height: 1;
  margin: 0 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-block {
    margin-bottom: 15px;
  }
}

.sticky-links {
  position: fixed;
  right: 4%;
  bottom: 30px;
  z-index: 500;
}
.sticky-links a {
  margin: 10px 0;
  width: 40px;
  height: 40px;
  background: #19A0A3;
  display: block;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  align-items: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
}
.sticky-links a:hover {
  background-color: #000000;
}
.sticky-links a svg {
  width: 20px;
  height: 20px;
}

button,
.th-btn {
  padding: 5px 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #19A0A3;
  border: 1px solid #19A0A3;
  border-radius: 50px;
  transition: all 0.5s;
}
button svg *,
.th-btn svg * {
  transition: all 0.5s;
}
button:has(.icon),
.th-btn:has(.icon) {
  display: inline-flex;
  gap: 25px;
  align-items: center;
}
button:hover,
.th-btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
button:hover circle,
.th-btn:hover circle {
  fill: #fff;
}
button:hover path,
.th-btn:hover path {
  fill: #19A0A3;
}
button:visited,
.th-btn:visited {
  color: #fff;
}
button.btn-light,
.th-btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #19A0A3;
}
button.btn-light:hover,
.th-btn.btn-light:hover {
  background: #19A0A3;
  border-color: #19A0A3;
  color: #fff;
}
button.btn-inverse,
.th-btn.btn-inverse {
  color: #19A0A3;
  background-color: transparent;
  border-color: #19A0A3;
}
button.btn-inverse:hover,
.th-btn.btn-inverse:hover {
  color: #fff;
  background: #19A0A3;
}
button.btn-inverse:hover .btn-arrow,
.th-btn.btn-inverse:hover .btn-arrow {
  background-image: url(../../images/arrow-light.svg);
}
@media (min-width: 768px) and (max-width: 991px) {
  button,
  .th-btn {
    padding: 12px 24px;
  }
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border: none;
  border-bottom: 1px solid #000000;
  padding: 10px 2px;
  width: 100%;
  font-weight: 600;
}
input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
}

footer {
  background: linear-gradient(248.02deg, #414141 7.26%, #000000 93.37%);
  overflow: hidden;
}
footer .ft-block {
  margin: 50px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .ft-block {
    margin: 25px 0;
  }
}
footer .ft-block h4 {
  text-transform: capitalize;
}
footer .ft-block ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .ft-block ul li {
  color: #fff;
}
footer .ft-block ul li a {
  position: relative;
  color: #fff;
  transition: all 0.5s;
}
footer .ft-block ul li a:has(.icon) {
  padding-left: 35px;
  margin: 5px 0;
}
footer .ft-block ul li a .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .ft-block ul li a .icon.address {
  background-image: url(../images/address.png);
}
footer .ft-block ul li a .icon.phone {
  background-image: url(../images/phone.png);
}
footer .ft-block ul li a .icon.email {
  background-image: url(../images/email.png);
}
footer .ft-block ul li a .icon.linkedin {
  background-image: url(../images/linkedin.png);
}
footer .ft-block ul li a .icon.twitter {
  background-image: url(../images/twitter.png);
}
footer .ft-block ul li a .icon.youtube {
  background-image: url(../images/youtube.png);
}
footer .ft-block ul li a:hover {
  color: #19A0A3;
}
footer .ft-about {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .ft-about p {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .ft-about {
    text-align: center;
  }
  footer .ft-about img {
    max-width: 60px;
    margin-bottom: 20px;
  }
}
footer .newsletter-block {
  padding: 50px 35px;
  background: #fff;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .newsletter-block {
    padding: 25px;
  }
}
footer .newsletter-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .newsletter-block:before {
    display: none;
  }
}
footer .newsletter-block .th-btn .icon {
  transform: rotate(326deg);
}
footer .newsletter-block .msg {
  margin-top: 15px;
  background: #19a0a3;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}
footer .ft-btm .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .ft-btm .container address {
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
}
header .navbar-brand img {
  transition: all 0.5s;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar-brand img {
    width: 80px;
  }
}
header.sticky {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.sticky .navbar-brand img {
  width: 50%;
  transition: all 0.5s;
}
header .navbar-nav {
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-nav {
    background-color: #000000;
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar-nav {
    background-color: #000000;
    padding: 10px;
  }
}
header .navbar-nav .nav-link {
  color: #fff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-nav .nav-link {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar-nav .nav-link {
    padding: 0;
  }
}
header .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 1px;
  background-color: #19A0A3;
  bottom: 5px;
  transform: scale(0);
  transition: all 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-nav .nav-link:before {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar-nav .nav-link:before {
    display: none;
  }
}
header .navbar-nav .nav-link.active {
  color: #19A0A3;
}
header .navbar-nav .nav-link.active:before {
  transform: scale(1);
}
header .navbar-nav .nav-link:hover {
  opacity: 0.9;
  color: #19A0A3;
}
header .navbar-nav .nav-link:hover:before {
  transform: scale(1);
}

article {
  padding: 6.25rem 0;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  article {
    padding: 4.375rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article {
    padding: 2.8125rem 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  article {
    padding: 2.1875rem 0;
  }
}
article.hero {
  min-height: 90vh;
  padding-top: 11.25rem;
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1119px) {
  article.hero {
    min-height: auto;
    padding: 200px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article.hero {
    min-height: auto;
    padding: 200px 0 60px;
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  article.hero {
    min-height: auto;
    padding: 150px 0 60px;
    flex-direction: column;
  }
}
article.hero .content-block {
  max-width: 700px;
}
article.hero .content-block h4 {
  color: #19A0A3;
}
article.hero .content-block .action {
  max-width: 550px;
  margin-left: 80px;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.hero .content-block .action {
    margin-left: auto;
  }
}
article.hero .content-block .content {
  max-width: 520px;
  margin: 15px 0 15px 80px;
  padding-left: 15px;
  font-size: 18px;
  border-left: 2px solid #19A0A3;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.hero .content-block .content {
    font-size: 14px;
    margin-left: auto;
  }
}
article.hero .socail-links {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  article.hero .socail-links {
    display: none !important;
  }
}
article.hero .socail-links li a {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}
article.about {
  padding: 0;
  margin: 0;
}
article.about .content-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
article.about .join-discord-cta {
  background-color: rgba(25, 160, 163, 0.2);
  padding: 50px;
  max-width: 900px;
  margin-top: -100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
article.about .join-discord-cta .cta-wrapper {
  max-width: 500px;
}
@media (min-width: 992px) and (max-width: 1119px) {
  article.about .join-discord-cta {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
  }
  article.about .join-discord-cta .cta-wrapper {
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article.about .join-discord-cta {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
  }
  article.about .join-discord-cta .cta-wrapper {
    max-width: unset;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  article.about .join-discord-cta {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
  }
}
article.publication {
  background: #19A0A3;
}
article.publication .title-block {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
article.publication .title-block h4,
article.publication .title-block h2 {
  color: #fff;
}
article.publication .th-btn:hover {
  background: #000000;
  border-color: #000000;
}
article.publication .pub-card {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s;
}
article.publication .pub-card .head {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
article.publication .pub-card .head li {
  padding-left: 20px;
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
article.publication .pub-card .head li.date {
  background-image: url(../images/date.png);
}
article.publication .pub-card .head li.status {
  background-image: url(../images/online.png);
}
article.publication .pub-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
article.publication .pub-card .excerpt {
  font-size: 14px;
  margin: 0;
}
article.publication .pub-card hr {
  margin: 0;
  background-color: #fff;
}
article.publication .pub-card .meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
article.publication .pub-card .meta p {
  margin: 0;
  font-size: 12px;
}
article.publication .pub-card .meta p:nth-child(2) {
  font-weight: 600;
}
article.publication .pub-card:hover {
  background: linear-gradient(248.02deg, #414141 7.26%, #000000 93.37%);
  border-color: #414141;
}
article.mapping {
  background-color: #F8F3F9;
}
article.mapping .promoting-organisation {
  margin-top: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.mapping .promoting-organisation {
    margin-top: 20px;
  }
}
article.mapping .promoting-organisation h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.mapping .promoting-organisation h3 {
    font-size: 20px;
  }
}
article.mapping .promoting-organisation ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
article.mapping .promoting-organisation ul li a {
  font-size: 22px;
  display: block;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
  font-weight: 500;
  background-image: url(../images/link-2.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.5s;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.mapping .promoting-organisation ul li a {
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 0;
  }
}
article.mapping .promoting-organisation ul li a:hover {
  color: #19A0A3;
}
article.sortition {
  background-image: url(../images/sortition-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
article.sortition .content-block {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 40px;
  position: relative;
  max-width: 700px;
}
article.sortition .content-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  right: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.sortition .content-block:before {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  article.sortition .content-block {
    padding: 35px;
  }
}
article.sortition .content-block h2 {
  color: #fff;
  line-height: 1.4;
}
article.sortition .content-block p {
  margin: 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.conferences {
    text-align: center;
  }
}
article.conferences .conference-card img {
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.conferences .conference-card img {
    margin-bottom: 15px;
  }
}
article.conferences .conference-card p {
  color: #000000;
}
article.conferences .conference-card .link {
  border: 1px solid #000000;
  padding: 8px 16px;
  padding-right: 35px;
  border-radius: 5px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../images/link.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}
article.conferences .conference-card .link:hover {
  background-color: rgba(25, 160, 163, 0.2);
}
article.cta {
  background-image: url(../images/cta.jpg);
  background-position: center;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.cta {
    text-align: center;
  }
}
article.cta p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  article.cta p {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */