* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  appearance: none;
  border-radius: 0;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type=button] {
  cursor: pointer;
  appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type=reset], input[type=submit] {
  cursor: pointer;
  appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  appearance: textfield;
  box-sizing: border-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  border: 0;
}

.clearfix {
  clear: both;
}

.center {
  margin: 0 auto;
  text-align: center;
}

@font-face {
  font-family: "URW Form";
  src: url("../fonts/URWForm-Medium.woff2") format("woff2"), url("../fonts/URWForm-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW Form";
  src: url("../fonts/URWForm-Light.woff2") format("woff2"), url("../fonts/URWForm-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW Form";
  src: url("../fonts/URWForm-Regular.woff2") format("woff2"), url("../fonts/URWForm-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold.woff2") format("woff2"), url("../fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW Form";
  src: url("../fonts/URWForm-Bold.woff2") format("woff2"), url("../fonts/URWForm-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2"), url("../fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 970px) {
  html {
    font-size: 1.65vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1450px) {
  html {
    font-size: 22px;
  }
}

.global_wrapper {
  overflow: hidden;
  position: relative;
}
.global_wrapper .fix_btn {
  position: fixed;
  display: inline-block;
  background-color: #B748FF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.167;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 1em 1.83em 0.917em 1.917em;
  right: 0;
  top: calc(76.7% + 0.625rem);
  z-index: 10;
  transition: 0.25s;
}
.global_wrapper .fix_btn:hover {
  box-shadow: 0 0 0.5em 0.5em rgba(183, 72, 255, 0.25);
}

.cookie_modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  padding: 0.75rem 3.125rem 0.75rem 1.875rem;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  font-size: 0.625rem;
  border: 1px solid #c4c4c4;
}
.cookie_modal.hide {
  opacity: 0;
  visibility: hidden;
  bottom: -1000px;
}
.cookie_modal a {
  color: #4720E3;
  transition: 0.25s;
}
.cookie_modal a:hover {
  color: #0DDDD3;
}
.cookie_modal div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie_modal div button {
  margin: 0 1rem;
}
.cookie_modal div button.btn {
  padding: 0.5em 1em;
  margin-left: auto;
}
.cookie_modal div button.text_btn {
  font-size: 0.5625rem;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #000;
  font-weight: 400;
}

body {
  font-family: "URW Form", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.143;
}
body.fixed {
  overflow: hidden;
}

main {
  padding-top: 89.5px;
}

.container {
  padding: 0 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .container {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 95%;
  }
}
@media screen and (min-width: 1450px) {
  .container {
    width: 80%;
  }
}

.section_title {
  font-size: 1.5rem;
  line-height: 1.208;
  letter-spacing: 0.03em;
  color: inherit;
  font-weight: 500;
}
.section_title span {
  color: #0DDDD3;
}
.section_title.with_icon {
  position: relative;
  padding-left: 1.846em;
}
.section_title.with_icon img {
  position: absolute;
  width: 1.417em;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 1.25rem;
  }
}

.home_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.192;
  color: #000;
}
@media screen and (max-width: 575px) {
  .home_title {
    font-size: 1.5rem;
  }
}

.bordered {
  border-bottom: 1px solid #c4c4c4;
}

.bordered_before {
  position: relative;
}
.bordered_before:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 90%;
  background-color: #c4c4c4;
}

.btn {
  display: inline-block;
  border-radius: 0.357em;
  text-align: center;
  background-color: #fff;
  border: 0.125rem solid #0DDDD3;
  color: #000;
  font-weight: 500;
  padding: 0.643em 0 0.428em;
  letter-spacing: 0.03em;
  transition: 0.25s;
}
.btn svg {
  width: 1rem;
  margin-left: 0.5rem;
}
.btn svg path {
  transition: stroke 0.25s;
}
.btn:hover {
  background-color: #0DDDD3;
  color: #fff;
}
.btn:hover svg path {
  stroke: #fff;
}
.btn.secondary {
  color: #fff !important;
  border-color: #0DDDD3;
  background-color: #0DDDD3;
  padding: 0.643em 1em 0.428em 1em;
}
.btn.secondary:hover {
  border: 0.125rem solid #0DDDD3;
  background-color: #fff;
  color: #000 !important;
}

.text_btn {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-weight: 700;
  transition: color 0.25s;
}
.text_btn svg {
  margin-left: 0.8125rem;
  width: 1rem;
  margin-top: -0.125rem;
}
.text_btn svg path {
  transition: stroke 0.25s;
}
.text_btn:hover {
  color: #0DDDD3;
}
.text_btn:hover svg path {
  stroke: #0DDDD3;
}

.join_preview {
  background-color: #4720E3;
  padding: 2.9375rem 0 2.25rem;
}
.join_preview .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87.5%;
  margin: 0 auto;
  padding-right: 3.625rem;
}
.join_preview .block .section_title {
  color: #fff;
}
.join_preview .block .btn {
  padding-left: 2.375rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 880px) {
  .join_preview .block {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .join_preview .block {
    flex-direction: column;
    align-items: flex-start;
  }
  .join_preview .block .section_title {
    margin-bottom: 1em;
  }
}

.section_desc {
  font-family: "Mulish", sans-serif;
}

.page_intro {
  background: linear-gradient(to right, #4720E3 0%, #345EDE 32.81%, #0DDDD3 100%);
  padding: 2.1875rem 0 4rem;
  color: #fff;
}
.page_intro.contact_page {
  padding: 2.0625rem 0;
}
.page_intro.contact_page h1 {
  margin-bottom: 0;
}
.page_intro.blank-page {
  padding: 1.9375rem 0 2.125rem;
}
.page_intro.blank-page .section_title {
  margin-bottom: 0;
}
.page_intro .container > div {
  position: relative;
}
.page_intro .section_title {
  margin-bottom: 0.375em;
}
.page_intro p {
  max-width: 20.286em;
  font-family: "Mulish", sans-serif;
}
.page_intro .text_btn {
  position: absolute;
  left: 0;
  bottom: -1.4375rem;
  transform: translateY(100%);
}

.row_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.row_flex .item {
  border-radius: 0.3125rem;
  background-color: #fff;
  overflow: hidden;
}
.row_flex.per_3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row_flex.per_3 .item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 2rem);
  margin: 0 1rem;
  padding: 1.0625rem 1.25rem 1.5rem;
  margin-bottom: 2.125rem;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  transform: translate(0);
  transition: transform 0.25s;
}
.row_flex.per_3 .item:hover {
  transform: translate(0.25rem, -0.25rem);
}
.row_flex.per_3 .item .title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.22;
  color: #000;
  margin-bottom: 1.1em;
}
.row_flex.per_3 .item .desc {
  margin-bottom: 3em;
  line-height: 1.3;
  font-family: "Mulish", sans-serif;
}
.row_flex.per_3 .item ul {
  margin-top: auto;
}
.row_flex.per_3 .item ul li {
  margin-bottom: 1.3em;
}
.row_flex.per_3 .item ul li:last-of-type {
  margin-bottom: 0;
}
.row_flex.per_3 .item .link {
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  transition: 0.25s;
}
.row_flex.per_3 .item .link[target=_blank] {
  padding-right: 1.357em;
  position: relative;
  display: inline-block;
}
.row_flex.per_3 .item .link[target=_blank]:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='black'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 0.928em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
  margin-left: 0.3125rem;
  margin-top: -0.05em;
}
.row_flex.per_3 .item .link:hover {
  color: #0DDDD3;
}
.row_flex.per_3 .item .link:hover[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='%230DDDD3'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='%230DDDD3'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 880px) {
  .row_flex.per_3 .item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 575px) {
  .row_flex.per_3 {
    margin-left: 0;
    margin-right: 0;
  }
  .row_flex.per_3 .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.alone_block {
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
}

.page_content {
  padding: 2.25rem 0 3.9375rem;
}
.page_content .alone_block {
  padding: 4rem;
}
.page_content .alone_block a {
  color: #4720E3;
  transition: 0.25s;
}
.page_content .alone_block a:hover {
  color: #0DDDD3;
}
.page_content .alone_block p {
  margin-bottom: 1em;
  line-height: 1.5;
}
.page_content .alone_block h2, .page_content .alone_block h3, .page_content .alone_block h4, .page_content .alone_block h5, .page_content .alone_block h6 {
  margin: 2em 0 0.5em;
  font-weight: 500;
}
.page_content .alone_block ul {
  list-style: disc;
}
.page_content .alone_block ol, .page_content .alone_block ul {
  margin-left: 2rem;
  margin-top: 0.5em;
  padding-left: 1rem;
}
.page_content .alone_block ol li, .page_content .alone_block ul li {
  margin-bottom: 0.5em;
}
.page_content .alone_block > ul > li > a, .page_content .alone_block > ol > li > a {
  font-weight: 500;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  z-index: 20;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal_window {
  position: fixed;
  top: -100rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 1.125rem;
  opacity: 0;
  visibility: hidden;
  z-index: 25;
  transition: 0.45s ease-in-out;
  overflow: hidden;
}
.modal_window.active {
  top: 5rem;
  opacity: 1;
  visibility: visible;
}
.modal_window .close_modal {
  position: absolute;
  z-index: 5;
  line-height: 1.357;
  letter-spacing: 0.01em;
  top: 0.125rem;
  right: 0.3125rem;
}
.modal_window .modal_flex {
  display: flex;
  align-items: center;
}
.modal_window .modal_flex .content {
  margin-right: 1.6875rem;
  position: relative;
  z-index: 10;
}
.modal_window .modal_flex .content .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.01em;
  color: #4720E3;
  margin-bottom: 2.25em;
  max-width: 12.5em;
}
.modal_window .modal_flex .content .form input[type=email] {
  display: block;
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 2px;
  padding: 0.5rem;
  margin-bottom: 0.625rem;
  width: 14.9375rem;
}
.modal_window .modal_flex .content .form input[type=email]::placeholder {
  color: #7A7787;
  transition: 0.25s;
}
.modal_window .modal_flex .content .form input[type=email]:focus::placeholder {
  color: transparent;
}
.modal_window .modal_flex .content .form input[type=submit] {
  display: inline-block;
  background-color: #4720E3;
  border-radius: 0.3125rem;
  font-weight: 700;
  line-height: 1.214;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0.69em 1.82em 0.6em 1.82em;
  transition: 0.25s;
}
.modal_window .modal_flex .content .form input[type=submit]:hover {
  background-color: #0DDDD3;
}
.modal_window .modal_flex .img {
  width: 12.5rem;
}
.modal_window.type_2 {
  padding-right: 8.69rem;
}
.modal_window.type_2 .close_modal {
  color: #fff;
}
.modal_window.type_2 .modal_flex .img {
  position: absolute;
  top: 0;
  right: -0.125rem;
  width: 70.5%;
  height: 100%;
}
.modal_window.type_2 .modal_flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_window.type_2 .modal_flex .img span {
  position: absolute;
  z-index: 5;
  font-size: 1.625rem;
  line-height: 1.1923;
  letter-spacing: 0.01em;
  color: #fff;
  top: 1.1923em;
  right: 0.8077em;
  width: 2.923em;
}
.modal_window.type_2 .modal_flex .content {
  margin-right: 0;
}
.modal_window.subtype_1 {
  padding-bottom: 2rem;
}
.modal_window.subtype_1 .modal_flex .content .title {
  margin-bottom: 3em;
}
.modal_window.subtype_1 .modal_flex .img {
  width: 51.512%;
}
.modal_window.subtype_2 .close_modal {
  color: #000;
}
.modal_window.subtype_2 .modal_flex .img {
  width: 60%;
  right: -4.8rem;
}
.modal_window.subtype_2 .modal_flex .img img {
  transform-origin: center;
  transform: rotate(141.25deg);
}
.modal_window.subtype_2 .modal_flex .img span {
  color: #4720E3;
  top: 50%;
  transform: translateY(-50%);
  right: 5.275rem;
}
@media screen and (max-width: 575px) {
  .modal_window {
    max-width: 95vw;
  }
  .modal_window .modal_flex .img {
    display: none;
  }
  .modal_window.subtype_2 .modal_flex .img {
    display: block;
  }
  .modal_window.subtype_2 .modal_flex .img span {
    display: none;
  }
}

.contributors_section .container {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.contributors_section .container .section_title {
  text-align: center;
  margin-bottom: 2em;
}
.contributors_section .container .bordered {
  padding-bottom: 3.75rem;
}
.contributors_section .container .contributors_flex {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(78.328% + 2.0625rem);
  margin: 0 auto;
}
.contributors_section .container .contributors_flex .item {
  width: 20%;
  margin-bottom: 3.75rem;
  display: flex;
  justify-content: center;
}
.contributors_section .container .contributors_flex .item > a:hover .img:before {
  opacity: 1;
}
.contributors_section .container .contributors_flex .item .img {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 5px;
  position: relative;
}
.contributors_section .container .contributors_flex .item .img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.64);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C3.1325 0 0 3.13425 0 7C0 10.0934 2.0055 12.7167 4.78625 13.6412C5.13625 13.7072 5.26458 13.4907 5.26458 13.3047C5.26458 13.1384 5.25875 12.698 5.25583 12.1147C3.30867 12.537 2.898 11.1755 2.898 11.1755C2.5795 10.3676 2.11925 10.1517 2.11925 10.1517C1.48517 9.71775 2.16825 9.7265 2.16825 9.7265C2.87117 9.7755 3.24042 10.4475 3.24042 10.4475C3.86458 11.5179 4.879 11.2087 5.27917 11.0297C5.34217 10.577 5.52242 10.2684 5.7225 10.0934C4.16792 9.91842 2.534 9.31642 2.534 6.63425C2.534 5.87008 2.80525 5.24592 3.25442 4.75592C3.17567 4.57917 2.93942 3.8675 3.31567 2.90325C3.31567 2.90325 3.90192 2.71542 5.24067 3.62075C5.80067 3.465 6.39567 3.388 6.99067 3.3845C7.58567 3.388 8.18067 3.465 8.74067 3.62075C10.0707 2.71542 10.6569 2.90325 10.6569 2.90325C11.0332 3.8675 10.7969 4.57917 10.7269 4.75592C11.1732 5.24592 11.4444 5.87008 11.4444 6.63425C11.4444 9.32342 9.80817 9.9155 8.25067 10.0876C8.49567 10.2976 8.72317 10.7269 8.72317 11.3826C8.72317 12.3194 8.71442 13.0719 8.71442 13.2994C8.71442 13.4832 8.83692 13.7019 9.19567 13.6319C11.9962 12.7137 14 10.0887 14 7C14 3.13425 10.8657 0 7 0Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.875rem;
  opacity: 0;
  transition: 0.25s;
}
.contributors_section .container .contributors_flex .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contributors_section .container .contributors_flex .item .nickname {
  text-align: center;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #5B5477;
}
@media screen and (max-width: 768px) {
  .contributors_section .container .section_title {
    margin-bottom: 1em;
  }
  .contributors_section .container .contributors_flex {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contributors_section .container .bordered {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .contributors_section .container .contributors_flex .item {
    width: 33.333%;
    margin-bottom: 2rem;
  }
  .contributors_section .container .contributors_flex .item .img {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.map_section {
  position: relative;
  padding-bottom: 24.975%;
  min-height: 15rem;
}
.map_section .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map_section .map img {
  width: 100%;
  height: 100%;
  object-position: left top;
  object-fit: cover;
}
.map_section .container {
  max-width: 80%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.map_section .container .address_block {
  position: absolute;
  left: 4.1875rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 13.25rem;
  padding: 1.6875rem 2rem 2.375rem 2.375rem;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
}
.map_section .container .address_block .title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.22;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #4720E3;
}
.map_section .container .address_block .content {
  font-size: 0.875rem;
  line-height: 1.285;
}
@media screen and (max-width: 880px) {
  .map_section .container .address_block {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .map_section .container {
    max-width: 100%;
  }
  .map_section .container .address_block {
    left: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .map_section .map img {
    object-position: 25% top;
  }
  .map_section .container .address_block {
    left: 0.9375rem;
    padding: 1rem;
    width: 11.25rem;
  }
}

.contacts_section {
  padding: 3.8125rem 0;
}
.contacts_section .container {
  padding: 0 6.75rem;
  display: flex;
}
.contacts_section .container > div {
  width: 50%;
}
.contacts_section .container > div .title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.222;
  margin-bottom: 1.1em;
  border-bottom: 2px solid #0DDDD3;
}
.contacts_section .container > div.social_wrapper .title {
  border-color: #20A1D3;
}
.contacts_section .container > div.social_wrapper ul li {
  margin-bottom: 18px;
}
.contacts_section .container > div.social_wrapper ul li:last-of-type {
  margin-bottom: 0;
}
.contacts_section .container > div.social_wrapper ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.285;
  color: #000;
  transition: 0.25s;
}
.contacts_section .container > div.social_wrapper ul li a svg {
  transition: 0.25s;
}
.contacts_section .container > div.social_wrapper ul li a span {
  margin-left: 8px;
}
.contacts_section .container > div.social_wrapper ul li a:hover {
  color: #20A1D3;
}
.contacts_section .container > div.social_wrapper ul li a:hover svg {
  fill: #20A1D3;
}
.contacts_section .container > div.email_wrapper ul li {
  margin-bottom: 1.875rem;
}
.contacts_section .container > div.email_wrapper ul li:last-of-type {
  margin-bottom: 0;
}
.contacts_section .container > div.email_wrapper ul li div {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.286;
  margin-bottom: 0.57em;
}
.contacts_section .container > div.email_wrapper ul li a {
  font-size: 0.875rem;
  line-height: 1.286;
  color: #000;
  transition: 0.25s;
}
.contacts_section .container > div.email_wrapper ul li a:hover {
  color: #0DDDD3;
}
@media screen and (max-width: 880px) {
  .contacts_section .container {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section {
    padding: 2rem 0;
  }
}

.green_glow {
  box-shadow: 0.25rem 0.25rem 1.5rem rgba(13, 221, 211, 0.5);
}

.purple_glow {
  box-shadow: 0.25rem 0.25rem 1.5rem rgba(71, 32, 227, 0.5);
}

header {
  border: 1px solid #c4c4c4;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  transform: translateY(0);
  transition: 0.25s;
}
header.anim {
  transform: translateY(-100%);
}
header.fixed {
  position: fixed;
  transform: translateY(0);
}
header.fixed .container {
  padding-top: 15px;
  padding-bottom: 0;
}
@media screen and (max-width: 880px) {
  header.fixed .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header.fixed .container .links_btns {
  padding-bottom: 15px;
}
header.fixed .container .main_menu > li {
  padding-bottom: 15px;
}
header.fixed .container .sub-menu {
  bottom: -0.5rem;
}
header.fixed .container .logo_link {
  padding-bottom: 15px;
}
@media screen and (max-width: 880px) {
  header.fixed .container .logo_link {
    padding-bottom: 0;
  }
}
header.fixed .container .mobile_menu {
  max-height: 100vh;
  overflow: auto;
  top: 48px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
header .container .logo_link {
  padding-bottom: 26px;
  margin-right: auto;
  width: 30%;
  transition: 0.25s;
}
@media screen and (max-width: 880px) {
  header .container .logo_link {
    width: 15rem;
  }
}
@media screen and (max-width: 880px) {
  header .container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  header .container > .main_menu {
    display: none;
  }
  header .container > .links_btns {
    display: none;
  }
  header .container .logo_link {
    padding-bottom: 0;
  }
}
header .main_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main_menu > li {
  margin: 0 0.75rem;
  position: relative;
  padding-bottom: 25px;
  transition: 0.25s;
}
@media screen and (min-width: 970px) {
  header .main_menu > li {
    margin: 0 0.6vw;
  }
}
header .main_menu > li.current_page > a {
  border-bottom-color: #0DDDD3;
}
header .main_menu > li:hover > a {
  border-bottom-color: #0DDDD3;
}
header .main_menu > li:hover.another_link a {
  color: #0DDDD3;
}
header .main_menu > li:hover.another_link a[target=_blank]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53608 0H6.33825C6.08184 0 5.87404 0.2078 5.87404 0.464206C5.87404 0.720612 6.08184 0.928412 6.33825 0.928412H8.46698L3.91143 5.48396C3.73005 5.66523 3.73005 5.9592 3.91143 6.14047C4.00206 6.23111 4.1209 6.27648 4.23962 6.27648C4.35835 6.27648 4.47719 6.23111 4.56782 6.14047L9.07187 1.63631V3.66192C9.07187 3.91833 9.27967 4.12613 9.53608 4.12613C9.79248 4.12613 10.0003 3.91833 10.0003 3.66192V0.464206C10.0003 0.2078 9.79248 0 9.53608 0Z' fill='%230DDDD3'/%3E%3Cpath d='M7.93008 4.67533C7.67367 4.67533 7.46587 4.88313 7.46587 5.13954V8.80191C7.46587 8.96968 7.32418 9.11138 7.1564 9.11138H1.23788C1.0701 9.11138 0.928412 8.96968 0.928412 8.80191V2.88339C0.928412 2.71561 1.0701 2.57392 1.23788 2.57392H4.91318C5.16959 2.57392 5.37739 2.36612 5.37739 2.10971C5.37739 1.85331 5.16959 1.64551 4.91318 1.64551H1.23788C0.555286 1.64551 0 2.20079 0 2.88339V8.80191C0 9.4845 0.555286 10.0398 1.23788 10.0398H7.1564C7.83899 10.0398 8.39428 9.4845 8.39428 8.80191V5.13954C8.39428 4.88324 8.18648 4.67533 7.93008 4.67533Z' fill='%230DDDD3'/%3E%3C/svg%3E%0A");
}
header .main_menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
header .main_menu > li > a {
  position: relative;
  padding-bottom: 0.0625rem;
  color: #000;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1.17;
  display: inline-block;
  border-bottom: 0.125rem solid transparent;
  transition: color 0.25s;
}
header .main_menu > li:not([class=another_link]) > a {
  pointer-events: none;
}
header .main_menu > li.another_link a {
  color: #4720E3;
  display: inline-block;
  border: none;
  font-weight: 500;
}
header .main_menu > li.another_link a[target=_blank] {
  padding-right: 1.0625rem;
}
header .main_menu > li.another_link a[target=_blank]:before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  right: 0;
  top: 0;
  transition: 0.25s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53608 0H6.33825C6.08184 0 5.87404 0.2078 5.87404 0.464206C5.87404 0.720612 6.08184 0.928412 6.33825 0.928412H8.46698L3.91143 5.48396C3.73005 5.66523 3.73005 5.9592 3.91143 6.14047C4.00206 6.23111 4.1209 6.27648 4.23962 6.27648C4.35835 6.27648 4.47719 6.23111 4.56782 6.14047L9.07187 1.63631V3.66192C9.07187 3.91833 9.27967 4.12613 9.53608 4.12613C9.79248 4.12613 10.0003 3.91833 10.0003 3.66192V0.464206C10.0003 0.2078 9.79248 0 9.53608 0Z' fill='%234720E3'/%3E%3Cpath d='M7.93008 4.67533C7.67367 4.67533 7.46587 4.88313 7.46587 5.13954V8.80191C7.46587 8.96968 7.32418 9.11138 7.1564 9.11138H1.23788C1.0701 9.11138 0.928412 8.96968 0.928412 8.80191V2.88339C0.928412 2.71561 1.0701 2.57392 1.23788 2.57392H4.91318C5.16959 2.57392 5.37739 2.36612 5.37739 2.10971C5.37739 1.85331 5.16959 1.64551 4.91318 1.64551H1.23788C0.555286 1.64551 0 2.20079 0 2.88339V8.80191C0 9.4845 0.555286 10.0398 1.23788 10.0398H7.1564C7.83899 10.0398 8.39428 9.4845 8.39428 8.80191V5.13954C8.39428 4.88324 8.18648 4.67533 7.93008 4.67533Z' fill='%234720E3'/%3E%3C/svg%3E%0A");
}
header .main_menu .sub-menu {
  position: absolute;
  width: 300px;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
@media screen and (min-width: 970px) {
  header .main_menu .sub-menu {
    width: 18.75rem;
  }
  header .main_menu .sub-menu li a {
    padding: 0.825vw 2.474vw 1.031vw;
  }
}
header .main_menu .sub-menu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.40625rem 1.0625rem 0.40625rem;
  border-color: transparent transparent #ffffff transparent;
  top: -0.75rem;
  left: 0.9375rem;
}
header .main_menu .sub-menu li a {
  padding: 0.5rem 1.5rem 0.625rem;
  color: #000;
  display: block;
  background-color: #fff;
  transition: background-color 0.25s;
}
header .main_menu .sub-menu li a[target=_blank] span:first-of-type {
  padding-right: 1.0625rem;
  position: relative;
}
header .main_menu .sub-menu li a[target=_blank] span:first-of-type:after {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  right: 0;
  top: 50%;
  margin-top: -0.375rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53559 0H6.33776C6.08136 0 5.87356 0.2078 5.87356 0.464206C5.87356 0.720612 6.08136 0.928412 6.33776 0.928412H8.46649L3.91094 5.48396C3.72956 5.66523 3.72956 5.9592 3.91094 6.14047C4.00157 6.23111 4.12041 6.27648 4.23914 6.27648C4.35786 6.27648 4.4767 6.23111 4.56734 6.14047L9.07138 1.63631V3.66192C9.07138 3.91833 9.27918 4.12613 9.53559 4.12613C9.79199 4.12613 9.99979 3.91833 9.99979 3.66192V0.464206C9.99979 0.2078 9.79199 0 9.53559 0Z' fill='black'/%3E%3Cpath d='M7.93008 4.67533C7.67367 4.67533 7.46587 4.88313 7.46587 5.13954V8.80191C7.46587 8.96968 7.32418 9.11138 7.1564 9.11138H1.23788C1.0701 9.11138 0.928412 8.96968 0.928412 8.80191V2.88339C0.928412 2.71561 1.0701 2.57392 1.23788 2.57392H4.91318C5.16959 2.57392 5.37739 2.36612 5.37739 2.10971C5.37739 1.85331 5.16959 1.64551 4.91318 1.64551H1.23788C0.555286 1.64551 0 2.20079 0 2.88339V8.80191C0 9.4845 0.555286 10.0398 1.23788 10.0398H7.1564C7.83899 10.0398 8.39428 9.4845 8.39428 8.80191V5.13954C8.39428 4.88324 8.18648 4.67533 7.93008 4.67533Z' fill='black'/%3E%3C/svg%3E%0A");
}
header .main_menu .sub-menu li a span {
  display: inline-block;
}
header .main_menu .sub-menu li a span:first-of-type {
  font-weight: 500;
  margin-bottom: 0.25rem;
  line-height: 1.215;
}
header .main_menu .sub-menu li a span:last-of-type {
  display: block;
  font-size: 0.75rem;
  line-height: 1.17;
}
header .main_menu .sub-menu li a:hover {
  background-color: rgba(2, 249, 207, 0.13);
}
header .links_btns {
  padding-bottom: 26px;
  margin-left: 0.75rem;
  transition: 0.25s;
}
header .links_btns a {
  width: 1.25rem;
  display: inline-block;
}
header .links_btns a svg {
  width: 100%;
}
header .links_btns a svg path {
  width: 100%;
  transition: fill 0.25s;
}
header .links_btns a:first-of-type {
  margin-right: 0.6875rem;
}
header .links_btns a:hover svg path {
  fill: #0DDDD3;
}
header .mobile_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 4.25rem;
  background-color: #fff;
  z-index: 15;
  max-width: 14.75rem;
  width: 80vw;
  padding: 1.5rem;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s ease, visibility 0.4s ease;
  height: 100vh;
  overflow: auto;
  padding: 1rem;
  padding-bottom: 5rem;
}
header .mobile_menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 880px) {
  header .mobile_menu {
    display: block;
  }
  header .mobile_menu .main_menu {
    flex-direction: column;
    align-items: flex-start;
  }
  header .mobile_menu .main_menu > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
  }
  header .mobile_menu .main_menu > li > a {
    font-weight: 700;
    pointer-events: none;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  header .mobile_menu .main_menu > li .sub-menu {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
  }
  header .mobile_menu .main_menu > li .sub-menu li {
    padding-bottom: 0;
  }
  header .mobile_menu .main_menu > li .sub-menu li a span:first-of-type {
    font-size: 0.875rem;
    font-weight: 700;
  }
  header .mobile_menu .main_menu > li .sub-menu li a span:last-of-type {
    font-size: 0.8125rem;
  }
  header .mobile_menu .main_menu > li .sub-menu li:last-of-type a {
    padding-bottom: 0;
  }
  header .mobile_menu .main_menu > li .sub-menu:before {
    display: none;
  }
  header .mobile_menu .links_btns {
    margin: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  header .mobile_menu {
    top: 3.95rem;
  }
  header .mobile_menu .main_menu .sub-menu li a {
    padding: 0.5rem;
  }
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  margin-left: 1rem;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  display: none;
  transform: scale(0.75);
  transform-origin: center;
}
@media screen and (max-width: 880px) {
  .hamburger {
    display: block;
  }
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}

.hamburger--slider .hamburger-inner {
  top: 0.125rem;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -0.125rem;
}

.hamburger--slider .hamburger-inner:before {
  top: 0.625rem;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger-inner:before {
  top: -0.625rem;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 2.5rem;
  height: 0.25rem;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0.25rem;
  background-color: #000;
}

.hamburger--slider .hamburger-inner:after {
  top: 1.25rem;
}

.hamburger-inner:after {
  bottom: -0.625rem;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.625rem, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger--slider .hamburger-inner {
  top: 0.125rem;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -1.25rem, 0) rotate(-90deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-0.3572rem, -0.375rem, 0);
  opacity: 0;
}

.home_intro {
  position: relative;
  overflow: hidden;
}
.home_intro .logo_wrapper {
  position: absolute;
  width: 71.34vw;
  height: 71.34vw;
  top: -6%;
  right: -4%;
}
.home_intro .logo_wrapper img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home_intro .logo_wrapper {
    top: 15%;
  }
}
@media screen and (max-width: 575px) {
  .home_intro .logo_wrapper {
    width: 90vw;
    height: 90vw;
    top: 22%;
    right: -10%;
  }
}
.home_intro .container {
  padding-top: 2.1875rem;
}
.home_intro .container > div {
  position: relative;
  padding-bottom: 2.75rem;
}
.home_intro .container .home_title {
  max-width: 41%;
  margin-bottom: 1.46em;
}
@media screen and (max-width: 880px) {
  .home_intro .container .home_title {
    max-width: 20.375rem;
    width: 100%;
  }
}
.home_intro .container .block {
  background-color: #fff;
  width: 54.72%;
  padding: 0.6875rem 1.0625rem 1.3125rem;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
}
@media screen and (min-width: 970px) {
  .home_intro .container .block {
    border-radius: 0.515vw;
    padding: 1.134vw 1.752vw 2.165vw;
  }
}
@media screen and (max-width: 880px) {
  .home_intro .container .block {
    max-width: 31.125rem;
    width: 100%;
  }
}
.home_intro .container .block .switcher {
  display: flex;
  border-bottom: 0.0625rem solid #000;
  position: relative;
  align-items: center;
}
.home_intro .container .block .switcher .switcher_line_wrapper {
  position: absolute;
  width: 50%;
  bottom: -1px;
  transition: 0.25s;
  left: 50%;
  height: 0.1875rem;
}
.home_intro .container .block .switcher .switcher_line_wrapper .switcher_line {
  position: absolute;
  background-color: #000;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
@media screen and (max-width: 575px) {
  .home_intro .container .block .switcher .switcher_line_wrapper .switcher_line {
    width: 100%;
  }
}
.home_intro .container .block .switcher .switcher_line_wrapper.active {
  left: 0;
}
.home_intro .container .block .switcher div {
  width: 50%;
  text-align: center;
}
.home_intro .container .block .switcher div button {
  font-weight: 700;
  line-height: 1.215;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  padding-bottom: 0.86em;
}
.home_intro .container .block .content {
  position: relative;
  overflow: hidden;
}
.home_intro .container .block .content .part {
  padding: 1.625rem 0 0.8125rem;
  transition: 0.25s;
  font-family: "Mulish", sans-serif;
}
.home_intro .container .block .content .part.part_1 {
  position: absolute;
  transform: translateX(-100%);
  visibility: hidden;
  width: 100%;
}
.home_intro .container .block .content .part.part_1.active {
  visibility: visible;
  transform: translateX(0);
}
.home_intro .container .block .content .part.part_2 {
  transform: translateX(100%);
  visibility: hidden;
}
.home_intro .container .block .content .part.part_2.active {
  visibility: visible;
  transform: translateX(0);
}
.home_intro .container .block .content .part p {
  max-width: 85%;
  margin-bottom: 1em;
}
@media screen and (max-width: 575px) {
  .home_intro .container .block .content .part {
    padding-left: 0;
    padding-right: 0;
  }
}
.home_intro .container .block .content .btn {
  padding-left: 1.3125rem;
  padding-right: 1.375rem;
}

.why_section {
  background-color: #fff;
  padding-bottom: 0.28125rem;
}
.why_section .container {
  padding-top: 2.625rem;
  text-align: center;
}
.why_section .container > div {
  padding-bottom: 1.96875rem;
}
.why_section .container .section_title {
  margin-bottom: 0.67em;
}
.why_section .container h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.02em;
  color: #4720E3;
  margin-bottom: 0.6875em;
}
.why_section .container p {
  max-width: 77%;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  text-align: center;
  color: #000;
  margin-bottom: 1.714em;
  font-family: "Mulish", sans-serif;
}
@media screen and (max-width: 768px) {
  .why_section .container p {
    max-width: 100%;
  }
}
.why_section.foundation_page .container {
  padding-top: 3rem;
  text-align: left;
}
.why_section.foundation_page .container .text_item {
  margin-bottom: 3rem;
}
.why_section.foundation_page .container .text_item p {
  margin: 0;
  text-align: left;
  list-style: none;
  line-height: 1.2857;
  margin-bottom: 1.714em;
}
.why_section.foundation_page .container .text_item p:last-of-type {
  margin-bottom: 0;
}
.why_section.foundation_page .container .text_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .why_section.foundation_page .container {
    padding-top: 2.5625rem;
  }
  .why_section.foundation_page .container .bordered {
    padding-bottom: 3rem;
  }
  .why_section.foundation_page .container .text_item {
    margin-bottom: 2rem;
  }
}
.why_section.foundation_page.what-holochain {
  padding-bottom: 7.5rem;
}
.why_section.foundation_page.what-holochain .container {
  display: flex;
  flex-direction: column;
}
.why_section.foundation_page.what-holochain .container .text_item {
  padding-bottom: 0;
  margin-bottom: 2.8125rem;
}
.why_section.foundation_page.what-holochain .container .text_item .section_title {
  margin-bottom: 0.5em;
}
.why_section.foundation_page.what-holochain .container .section_title {
  text-align: left;
}
.why_section.foundation_page.what-holochain .container .section_title + p {
  max-width: 46.072em;
  text-align: left;
  margin-left: 0;
  line-height: 1.2857;
}
.why_section.foundation_page.what-holochain .container .btn {
  padding-left: 1.714em;
  padding-right: 1.714em;
}
.why_section.foundation_page.what-holochain .container .btn.start_developing {
  margin-top: 5.5714em;
}
.why_section.foundation_page.what-holochain .container .youtube-video {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  margin: 3.125rem auto 0;
}
.why_section.foundation_page.what-holochain .container .youtube-video iframe, .why_section.foundation_page.what-holochain .container .youtube-video object, .why_section.foundation_page.what-holochain .container .youtube-video embed {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .why_section.foundation_page.what-holochain .container .youtube-video {
    margin: 0;
    margin-top: 3.125rem;
  }
  .why_section.foundation_page.what-holochain .container .youtube-video iframe {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .why_section.foundation_page.what-holochain .container .youtube-video {
    margin: 0;
    margin-top: 3.125rem;
  }
  .why_section.foundation_page.what-holochain .container .youtube-video iframe {
    width: 100vw;
    margin-left: -30px;
  }
}

.two_blocks_section {
  overflow: hidden;
}
.two_blocks_section .block {
  width: 80.219%;
  margin: 0 auto;
  padding: 2.75rem 0 3.0625rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .two_blocks_section .block {
    width: 95%;
  }
}
.two_blocks_section .block .item {
  width: 47.39%;
  position: relative;
}
.two_blocks_section .block .item div {
  height: 100%;
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 2.8em 1.5em 2.8em;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .two_blocks_section .block .item div {
    padding: 3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.two_blocks_section .block .item:before {
  position: absolute;
  content: "";
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.two_blocks_section .block .item:first-of-type:before {
  width: 109.5%;
  height: 196.8%;
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='354' viewBox='0 0 414 354' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M103.17 288.614L239.93 74.4573L324.225 163.311L103.17 288.614Z' fill='%235C5CFF'/%3E%3Cpath d='M31.1062 244.372L171.728 94.1369L252.162 119.069L31.1062 244.372Z' fill='%23B748FF'/%3E%3C/svg%3E%0A");
  left: -5.5rem;
  top: -6.4375rem;
}
.two_blocks_section .block .item:last-of-type:before {
  width: 108.9%;
  height: 195.5%;
  background-image: url("data:image/svg+xml,%3Csvg width='377' height='308' viewBox='0 0 377 308' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M303.926 56.3435L143.74 251.366L71.1166 153.776L303.926 56.3435Z' fill='%230DDDD3'/%3E%3Cpath d='M369.762 108.493L213.324 240.022L136.952 205.925L369.762 108.493Z' fill='%2300FFBF'/%3E%3C/svg%3E%0A");
  right: -5.875rem;
  top: -3.5rem;
}
@media screen and (max-width: 575px) {
  .two_blocks_section .block {
    flex-direction: column;
  }
  .two_blocks_section .block .item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .two_blocks_section .block .item:last-of-type {
    margin-bottom: 0;
  }
}

.how_it_works_section {
  padding-top: 2.125rem;
}
.how_it_works_section .bordered {
  padding-bottom: 1.4375rem;
}
.how_it_works_section .block {
  width: 80.219%;
  margin: 0 auto;
  background: linear-gradient(270deg, #4720E3 0%, #345EDE 32.81%, #0DDDD3 100%);
  box-shadow: 0.5rem 0.5rem 3.125rem rgba(0, 0, 0, 0.5);
  border-radius: 0.3125rem;
  padding: 1.4375rem 1.4375rem 3.7rem 2.3125rem;
  color: #fff;
}
@media screen and (max-width: 880px) {
  .how_it_works_section .block {
    width: 95%;
  }
}
.how_it_works_section .block .section_title {
  color: #fff;
  margin-bottom: 0.67em;
  text-align: center;
}
.how_it_works_section .block h3.section_title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.how_it_works_section .block .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.how_it_works_section .block .row .item {
  width: 20%;
}
.how_it_works_section .block .row .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border-radius: 50%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.75rem;
  padding-top: 0.15rem;
}
.how_it_works_section .block .row .item div {
  font-family: "Mulish", sans-serif;
}
@media screen and (max-width: 768px) {
  .how_it_works_section .block {
    width: 100%;
    padding-bottom: 2rem;
  }
  .how_it_works_section .block .row {
    flex-wrap: wrap;
  }
  .how_it_works_section .block .row .item {
    width: 50%;
    padding-right: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .how_it_works_section .block .row .item {
    padding-right: 0;
    width: 100%;
  }
}

.community_section {
  padding-top: 3.125rem;
}
.community_section .swiper-pagination-bullet-active {
  background-color: #0DDDD3;
}
.community_section .swiper-pagination {
  display: none;
}
.community_section .container {
  width: 45.625rem;
}
.community_section .container .section_title {
  text-align: center;
}
.community_section .community_slider {
  padding: 3rem 0 3.125rem;
}
.community_section .community_slider .swiper-button-next,
.community_section .community_slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.64453 1.8399L3.3012 7.53213L8.64453 13.2244L6.99953 14.973L-0.000466347 7.53213L6.99953 0.0913086L8.64453 1.8399Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 0.9375rem;
  width: 0.5625rem;
  margin: 0;
}
.community_section .community_slider .swiper-button-next:after,
.community_section .community_slider .swiper-button-prev:after {
  display: none;
}
.community_section .community_slider .swiper-button-next {
  transform: rotate(180deg);
}
.community_section .community_slider .item {
  width: 76.717%;
  margin: 0 auto;
  display: flex;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  overflow: hidden;
  font-family: "Mulish", sans-serif;
}
.community_section .community_slider .item .quote {
  flex: 1;
  background-color: #0DDDD3;
  padding: 0 1.5625rem 0 2.375rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.community_section .community_slider .item .quote p {
  margin-bottom: 2.85em;
  position: relative;
  padding-top: 2.714em;
  line-height: 1.4em;
}
.community_section .community_slider .item .quote p:before {
  position: absolute;
  content: '"';
  top: 0;
  left: 0;
  font-size: 3.714em;
  line-height: 1.365;
  letter-spacing: 0.03em;
  font-family: Nunito Sans;
}
.community_section .community_slider .item .quote .author span {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.18;
  letter-spacing: 0.03em;
}
.community_section .community_slider .item .quote .author span:first-of-type {
  font-weight: 700;
  padding-bottom: 5px;
}
.community_section .community_slider .item .photo {
  width: 30.35%;
}
.community_section .community_slider .item .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .community_section .container {
    width: 100%;
  }
  .community_section .community_slider .item {
    width: 83%;
  }
  .community_section .community_slider .item .quote {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .community_section .container {
    padding: 0 !important;
  }
  .community_section .community_slider .item {
    width: 95%;
  }
  .community_section .community_slider .item .quote {
    padding-left: 6.61vw;
    padding-right: 4.35vw;
  }
  .community_section .community_slider .item .photo {
    width: 40%;
  }
  .community_section .swiper-button-next, .community_section .swiper-button-prev {
    display: none;
  }
  .community_section .swiper-pagination {
    display: block;
  }
}

.powered_section {
  padding-top: 3.0625rem;
}
.powered_section .container {
  padding: 0 3.625rem;
}
.powered_section .container .bordered {
  padding-bottom: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .powered_section .container .bordered {
    padding-bottom: 0.5375rem;
  }
}
.powered_section .container .section_title {
  text-align: center;
  margin-bottom: 0.67em;
}
.powered_section .container p {
  font-family: "Mulish", sans-serif;
  width: 82.318%;
  margin: 0 auto;
  margin-bottom: 3em;
  text-align: center;
}
.powered_section .container p a {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.powered_section .container .row {
  display: flex;
  justify-content: space-between;
}
.powered_section .container .row .item {
  width: 30.45%;
  background-color: #fff;
  filter: drop-shadow(0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25));
  border-radius: 0.3125rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.powered_section .container .row .item .preview {
  display: block;
  padding-bottom: 51.923%;
  position: relative;
}
.powered_section .container .row .item .preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.powered_section .container .row .item .preview:before {
  position: absolute;
  content: "";
  width: 19.615%;
  height: 37.78%;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 10L0.5 19.5263L0.5 0.473721L14 10Z' fill='%234720E3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 60% 50%;
  transition: transform 0.25s;
}
.powered_section .container .row .item .preview:hover:before {
  transform: scale(1.1) translate(-50%, -50%);
}
.powered_section .container .row .item .text {
  position: relative;
  padding: 0.875rem 1.125rem 2.9375rem;
  height: 100%;
}
.powered_section .container .row .item .text .title {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.167;
  letter-spacing: 0.03em;
  margin-bottom: 1.33em;
}
.powered_section .container .row .item .text .desc {
  font-size: 0.75rem;
  line-height: 1.167;
  font-family: "Mulish", sans-serif;
}
.powered_section .container .row .item .text a {
  position: absolute;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #4720E3;
  left: 1.125rem;
  bottom: 1.0625rem;
  transition: color 0.25s;
}
.powered_section .container .row .item .text a:hover {
  color: #B748FF;
}
@media screen and (max-width: 768px) {
  .powered_section .container .row {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.875rem;
  }
  .powered_section .container .row .item {
    width: calc(50% - 1.875rem);
    margin: 0 0.9375rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .powered_section .container .row {
    margin: 0;
  }
  .powered_section .container .row .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .powered_section .container {
    padding: 0 1.875rem;
  }
}

.dev_camp_banner {
  background-color: #4720E3;
  padding: 2.5rem 0 2rem;
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQ0IiBoZWlnaHQ9IjE1NSIgdmlld0JveD0iMCAwIDM0NCAxNTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIyNi44NDIzIiB5MT0iMTUzLjUyNiIgeDI9IjM0Mi44NDIiIHkyPSI0OC41MjU1IiBzdHJva2U9IiMwRERERDMiLz4KPGxpbmUgeDE9IjE4OC4zNDMiIHkxPSIwLjM2MzQ0NSIgeDI9IjI1LjM0MzQiIHkyPSIxNTQuMzYzIiBzdHJva2U9IiMwRERERDMiLz4KPGxpbmUgeDE9IjE0Ni42MjEiIHkxPSIxMzcuMzI3IiB4Mj0iNTguNjIxNCIgeTI9IjM1LjMyNjYiIHN0cm9rZT0iIzBEREREMyIvPgo8bGluZSB4MT0iNTguMzY1MSIgeTE9IjM1LjM0MTYiIHgyPSIwLjM2NTEzNSIgeTI9Ijk3LjM0MTYiIHN0cm9rZT0iIzBEREREMyIvPgo8bGluZSB4MT0iMS4xMzIxMiIgeTE9Ijk3LjUxNzgiIHgyPSIxNDcuMTMyIiB5Mj0iMTM3LjUxOCIgc3Ryb2tlPSIjMEREREQzIi8+CjxsaW5lIHgxPSIxODcuMTQ3IiB5MT0iMC41MjIxMTEiIHgyPSIzNDMuMTQ3IiB5Mj0iNDguNTIyMSIgc3Ryb2tlPSIjMEREREQzIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: 75% 20px;
  background-size: 30%;
  margin-bottom: 15px;
}
.dev_camp_banner .container {
  padding: 0 4.4375rem;
  position: relative;
}
.dev_camp_banner .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dev_camp_banner .container .row .description .sign_up {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.dev_camp_banner .container .row .description h2 {
  font-size: 2rem;
  color: #0DDDD3;
}
.dev_camp_banner .container .row .description .learn_play {
  margin-top: 1rem;
  font-size: 1rem;
}
.dev_camp_banner .container .btn {
  padding-left: 1.5625rem;
  padding-right: 1.3125rem;
}

.about_holo_section {
  background-color: #4720E3;
  padding: 3.5rem 0 3.625rem;
  color: #fff;
}
.about_holo_section .container {
  padding: 0 4.4375rem;
  position: relative;
}
.about_holo_section .container .bg_logo {
  position: absolute;
  width: 13.75rem;
  right: 4.4375rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .about_holo_section .container .bg_logo {
    width: 8.75rem;
  }
}
@media screen and (max-width: 880px) {
  .about_holo_section .container {
    padding: 0 1.875rem;
  }
  .about_holo_section .container .bg_logo {
    right: 1.875rem;
  }
}
.about_holo_section .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.875rem;
  margin-left: -0.3125rem;
}
.about_holo_section .logo img {
  margin-right: 0.5rem;
  margin-bottom: 0.125rem;
  width: 2.5rem;
}
.about_holo_section .logo span {
  font-size: 1.5rem;
  line-height: 1.167;
  letter-spacing: 0.3em;
}
.about_holo_section .row {
  padding-right: 13.406%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.about_holo_section .row .section_title {
  color: #fff;
  width: 65%;
}
.about_holo_section .row .btn {
  padding-left: 1.5625rem;
  padding-right: 1.3125rem;
}
@media screen and (max-width: 880px) {
  .about_holo_section .row {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_holo_section .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_holo_section .row .section_title {
    width: 100%;
    margin-bottom: 1em;
  }
}

.devs_section {
  padding-top: 3.0625rem;
  overflow: hidden;
}
.devs_section .container {
  padding: 0 4.4375rem;
}
.devs_section .container .bordered {
  padding-bottom: 7.8125rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.devs_section .container .bordered .big_logo {
  position: absolute;
  right: 18%;
  bottom: -20%;
  transform-origin: center center;
  transform: rotate(150deg);
  width: 41.8125rem;
  height: 41.8125rem;
}
@media screen and (max-width: 880px) {
  .devs_section .container .bordered .big_logo {
    right: 0;
  }
}
.devs_section .container .bordered .dev_block {
  width: 48.485%;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 1.9375rem 1.5625rem 2.1875rem;
  display: flex;
  flex-direction: column;
  min-height: 31.6875rem;
  position: relative;
}
.devs_section .container .bordered .dev_block .section_title {
  margin-bottom: 1em;
  font-weight: 500;
}
.devs_section .container .bordered .dev_block .title {
  font-size: 1.125rem;
  margin-bottom: 0.39em;
  font-weight: 700;
  line-height: 1.22;
}
.devs_section .container .bordered .dev_block .text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
  height: 66.3%;
}
.devs_section .container .bordered .dev_block .text_wrapper .text_item {
  height: 33%;
}
.devs_section .container .bordered .dev_block .text_wrapper .text_item .desc {
  font-family: "Mulish", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.154;
}
.devs_section .container .bordered .dev_block a {
  max-width: 14.25rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .devs_section .container {
    padding: 0 1.875rem;
  }
  .devs_section .container .bordered {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .devs_section .container .bordered {
    width: 100%;
  }
  .devs_section .container .bordered .dev_block .text_wrapper {
    height: auto;
  }
  .devs_section .container .bordered .dev_block .text_wrapper .text_item {
    height: auto;
    margin-bottom: 1.25rem;
  }
  .devs_section .container .bordered .big_logo {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .devs_section .container .bordered {
    flex-direction: column;
    padding-bottom: 5.3125rem;
  }
  .devs_section .container .bordered .dev_block {
    width: 100%;
    min-height: auto;
    margin-bottom: 2.5rem;
  }
}

.solutions_section {
  padding: 3.0625rem 0;
}
.solutions_section .container {
  padding: 0 3.6875rem;
}
@media screen and (max-width: 880px) {
  .solutions_section .container {
    padding: 0 1.875rem;
  }
}
.solutions_section .container .section_title {
  text-align: center;
  margin-bottom: 0.67em;
}
.solutions_section .container p {
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 2.72em;
}
.solutions_section .container .row {
  display: flex;
  justify-content: space-between;
}
.solutions_section .container .row .item {
  display: block;
  width: 30.44%;
  background: linear-gradient(180deg, #4720E3 0%, #B748FF 68.44%);
  border-radius: 0.3125rem;
  position: relative;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  color: #000;
  transform: translate(0);
  transition: transform 0.25s;
}
.solutions_section .container .row .item:nth-of-type(2n) {
  background: linear-gradient(180deg, #415BED 0%, #13D0D7 44.86%);
}
.solutions_section .container .row .item:hover {
  transform: translate(0.25rem, -0.25rem);
}
.solutions_section .container .row .item .icon {
  position: absolute;
  top: 9.2%;
  right: 11.582%;
  width: 38.61%;
}
.solutions_section .container .row .item .icon svg {
  width: 100%;
}
.solutions_section .container .row .item .wrapper {
  margin-top: 40%;
  clip-path: polygon(17% 0, 100% 55%, 100% 100%, 0 100%, 0 15%);
  background-color: #fff;
  height: 11.1875rem;
  padding: 4.0625rem 3.18rem 1.25rem 1.125rem;
}
.solutions_section .container .row .item .wrapper .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}
.solutions_section .container .row .item .wrapper .desc {
  font-family: "Mulish", sans-serif;
  font-size: 0.75rem;
  line-height: 1.167;
}
@media screen and (max-width: 880px) {
  .solutions_section .container .row .item {
    width: 32%;
  }
  .solutions_section .container .row .item .wrapper {
    padding: 3.25rem 3.55rem 1.25rem 1.125rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .solutions_section {
    padding-bottom: 0.5625rem;
  }
  .solutions_section .container .row {
    flex-wrap: wrap;
    margin: 0 -1.875rem;
    justify-content: center;
  }
  .solutions_section .container .row .item {
    width: calc(50% - 1.875rem);
    margin: 0 0.9375rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .solutions_section .container .row {
    margin: 0;
  }
  .solutions_section .container .row .item {
    width: 100%;
    margin: 0;
    margin-bottom: 2.5rem;
  }
}

.stat_section {
  padding: 5.125rem 0 4.0625rem;
}
.stat_section .block {
  width: 77.443%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat_section .block .item {
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 20.313%;
  position: relative;
}
.stat_section .block .item > div {
  padding-bottom: 100%;
}
.stat_section .block .item .item_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.stat_section .block .item .item_content .icon {
  margin-bottom: 0.25rem;
}
.stat_section .block .item .item_content .icon svg {
  width: 1.5rem;
}
.stat_section .block .item .item_content .count {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.stat_section .block .item .item_content .count.color_1 {
  color: #20A1D3;
}
.stat_section .block .item .item_content .count.color_2 {
  color: #B748FF;
}
.stat_section .block .item .item_content .count.color_3 {
  color: #4720E3;
}
.stat_section .block .item .item_content .count.color_4 {
  color: #0DDDD3;
}
.stat_section .block .item .item_content .label {
  font-size: 0.75rem;
  line-height: 1.17;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 880px) {
  .stat_section .block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .stat_section .block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stat_section .block .item {
    width: 30%;
    margin: 0 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .stat_section .block .item {
    width: 40%;
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }
}
@media screen and (max-width: 768px) {
  .stat_section {
    padding: 3rem 0 0.5rem;
  }
}

.info_section {
  padding-top: 3.1875rem;
}
.info_section .container {
  padding: 0 2.5rem;
  padding-bottom: 0.125rem;
}
.info_section .container .section_desc {
  margin-top: 0.756em;
  max-width: 27.93em;
}
.info_section .container .row_flex {
  margin-top: 1.8125rem;
}
.info_section .container .row_flex .item .title {
  border-bottom: 3px solid #0DDDD3;
}

.events_preview {
  padding-top: 2.625rem;
}
.events_preview .container {
  padding: 0 5.1875rem 0 2.8125rem;
  padding-bottom: 2.25rem;
  display: flex;
}
.events_preview .container .img {
  width: 66.23%;
}
.events_preview .container .img div {
  background-color: #CECCD8;
  padding-bottom: 55.296%;
  position: relative;
}
.events_preview .container .img div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 880px) {
  .events_preview .container .img {
    width: 50%;
  }
}
.events_preview .container .information {
  flex: 1;
  margin-right: 2rem;
}
.events_preview .container .information .section_title {
  margin-bottom: 1.1em;
}
.events_preview .container .information .section_title + div {
  font-weight: 700;
  font-size: 1.125rem;
  padding-left: 2.25rem;
  margin-bottom: 1.1em;
}
.events_preview .container .information .event_item {
  padding-left: 2.25rem;
  margin-bottom: 2.1875rem;
  font-family: "Mulish", sans-serif;
}
.events_preview .container .information .event_item:last-of-type {
  margin-bottom: 0;
}
.events_preview .container .information .event_item a {
  font-weight: 700;
  color: #000;
  margin-bottom: 0.214em;
  position: relative;
  display: inline-block;
}
.events_preview .container .information .event_item a:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='black'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 0.928em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
  margin-left: 0.3125rem;
  margin-top: -0.05em;
}
.events_preview .container .information .event_item a:hover {
  color: #4720E3;
}
.events_preview .container .information .event_item a:hover[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='%234720E3'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='%234720E3'/%3E%3C/svg%3E%0A");
}
.events_preview .container .information .event_item .date {
  font-style: italic;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .events_preview .container {
    flex-direction: column;
  }
  .events_preview .container .img {
    width: 100%;
    margin-top: 3.125rem;
  }
}

.learn_section .container .row_flex .item .title {
  border-bottom: 3px solid #20A1D3;
}
.learn_section .container .row_flex .item .link:hover {
  color: #20A1D3;
}
.learn_section .container .row_flex .item .link:hover[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='%2320A1D3'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='%2320A1D3'/%3E%3C/svg%3E%0A");
}

.stay_informed .container .row_flex .item .title {
  border-bottom: 3px solid #4720E3;
}
.stay_informed .container .row_flex .item .link:hover {
  color: #4720E3;
}
.stay_informed .container .row_flex .item .link:hover[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='%234720E3'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='%234720E3'/%3E%3C/svg%3E%0A");
}

.community_standards_section {
  padding: 2.5625rem 0 6rem;
}
.community_standards_section .alone_block {
  padding: 1.375rem 0.9375rem 2.125rem;
}
.community_standards_section .alone_block .section_title {
  display: inline-block;
  margin-bottom: 1em;
}
.community_standards_section .alone_block .section_title:before {
  position: absolute;
  content: "";
  height: 0.125em;
  right: 0.21em;
  background-color: #20A1D3;
  bottom: -0.25rem;
  width: calc(100% - 2.262em);
}
.community_standards_section .alone_block div {
  padding: 0 2.75rem;
}
.community_standards_section .alone_block div h3 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1rem;
}
.community_standards_section .alone_block div p {
  font-family: "Mulish", sans-serif;
  margin-bottom: 0.7em;
  max-width: 54.29em;
  line-height: 1.3;
}
.community_standards_section .alone_block div a {
  display: inline-block;
  font-weight: 700;
  color: #000;
  margin-top: 2.93em;
  transition: 0.25s;
}
.community_standards_section .alone_block div a[target=_blank] {
  padding-right: 1.357em;
  position: relative;
  display: inline-block;
}
.community_standards_section .alone_block div a[target=_blank]:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='black'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 0.928em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
  margin-left: 0.3125rem;
  margin-top: -0.05em;
}
.community_standards_section .alone_block div a:hover {
  color: #20A1D3;
}
.community_standards_section .alone_block div a:hover[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0H8.23906C7.90572 0 7.63557 0.27015 7.63557 0.603488C7.63557 0.936827 7.90572 1.20698 8.23906 1.20698H11.0065L5.08408 7.12939C4.84828 7.36505 4.84828 7.74723 5.08408 7.98289C5.20191 8.10071 5.3564 8.1597 5.51075 8.1597C5.6651 8.1597 5.8196 8.10071 5.93743 7.98289L11.7929 2.12728V4.76066C11.7929 5.094 12.063 5.36415 12.3964 5.36415C12.7297 5.36415 12.9999 5.094 12.9999 4.76066V0.603488C12.9999 0.27015 12.7297 0 12.3964 0Z' fill='%2320A1D3'/%3E%3Cpath d='M10.3094 6.07758C9.97611 6.07758 9.70596 6.34773 9.70596 6.68107V11.4423C9.70596 11.6604 9.52175 11.8446 9.30363 11.8446H1.6093C1.39118 11.8446 1.20698 11.6604 1.20698 11.4423V3.74797C1.20698 3.52985 1.39118 3.34565 1.6093 3.34565H6.38735C6.72069 3.34565 6.99084 3.0755 6.99084 2.74216C6.99084 2.40882 6.72069 2.13867 6.38735 2.13867H1.6093C0.721896 2.13867 0 2.86057 0 3.74797V11.4423C0 12.3297 0.721896 13.0516 1.6093 13.0516H9.30363C10.191 13.0516 10.9129 12.3297 10.9129 11.4423V6.68107C10.9129 6.34787 10.6428 6.07758 10.3094 6.07758Z' fill='%2320A1D3'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 575px) {
  .community_standards_section .alone_block div {
    padding-right: 0;
  }
}

.why-holochain-general .container {
  padding: 2.5625rem 3.625rem 5.3125rem;
}
.why-holochain-general .container .title_box {
  text-align: center;
  padding-bottom: 3.5rem;
  position: relative;
}
.why-holochain-general .container .title_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #CECCD8;
  bottom: 0;
  left: 0;
}
.why-holochain-general .container .title_box .section_desc {
  max-width: 46.43em;
  margin: 0 auto;
  margin-top: 0.857em;
  font-family: "Mulish", sans-serif;
}
.why-holochain-general .container .block_flex {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0rem;
}
.why-holochain-general .container .block_flex .item {
  width: 44.965%;
  margin-bottom: 11.1875rem;
  position: relative;
}
.why-holochain-general .container .block_flex .item .wrapper {
  min-height: 23.9375rem;
  position: relative;
  z-index: 2;
  border-radius: 0.3125rem;
  background-color: #fff;
  padding: 0 1.875rem 1.875rem;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(52, 94, 222, 0.5);
}
.why-holochain-general .container .block_flex .item .wrapper .img {
  margin: 0 auto;
}
.why-holochain-general .container .block_flex .item .wrapper .img img {
  width: 100%;
}
.why-holochain-general .container .block_flex .item .wrapper .text {
  line-height: 1.48;
  font-family: "Mulish", sans-serif;
}
.why-holochain-general .container .block_flex .item:nth-of-type(1) .wrapper {
  padding-top: 3rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(1) .wrapper .img {
  margin-bottom: 2.25rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(1) .wrapper:before {
  width: calc(50% + 4.5625rem);
  height: 0.125rem;
  right: 0;
  transform: translateX(100%);
  top: 6.75rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(1) .way_line {
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  top: 6.75rem;
  right: 0;
  transform: translateX(100%);
}
.why-holochain-general .container .block_flex .item:nth-of-type(2) {
  margin-top: 18rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(2) .wrapper {
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(71, 32, 227, 0.5);
}
.why-holochain-general .container .block_flex .item:nth-of-type(2) .way_line {
  border-top: 0.125rem solid #000;
  border-left: 0.125rem solid #000;
  top: 50%;
  margin-top: -0.0625rem;
  left: 0;
  transform: translateX(-100%);
}
.why-holochain-general .container .block_flex .item:nth-of-type(3) {
  z-index: 2;
  margin-top: -7.8rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(3) .wrapper {
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(32, 161, 211, 0.5);
  padding-top: 1.875rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(3) .wrapper .img {
  margin-bottom: 1.25rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(4) {
  z-index: 1;
  margin-top: 14.625rem;
  margin-bottom: 0;
}
.why-holochain-general .container .block_flex .item:nth-of-type(4) .wrapper {
  z-index: 2;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(13, 221, 211, 0.5);
  padding-top: 1rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(4) .wrapper .img {
  margin-bottom: 0.4375rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(4) .way_line {
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  left: 45%;
  top: -25%;
  transform: translateX(-100%);
}
.why-holochain-general .container .block_flex .item:nth-of-type(5) {
  margin-top: -6.5rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(5) .wrapper {
  padding-top: 1rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(5) .wrapper .img {
  margin-bottom: 0.125rem;
}
.why-holochain-general .container .block_flex .item:nth-of-type(5) .way_line {
  border-top: 0.125rem solid #000;
  border-LEFT: 0.125rem solid #000;
  left: 53%;
  top: -25%;
}
.why-holochain-general .container .block_flex .item:nth-of-type(2n) {
  margin-bottom: 0;
}
.why-holochain-general .container .block_flex .item:last-of-type {
  margin-bottom: 0;
}
.why-holochain-general .container .block_flex .item .way_line {
  position: absolute;
  width: calc(50% + 4.5625rem);
  height: 100%;
}
@media screen and (max-width: 880px) {
  .why-holochain-general .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .why-holochain-general .container .block_flex {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .why-holochain-general .container {
    padding-bottom: 4rem;
  }
  .why-holochain-general .container .title_box {
    padding-bottom: 1.875rem;
  }
  .why-holochain-general .container .block_flex {
    justify-content: center;
    margin-top: 0;
  }
  .why-holochain-general .container .block_flex .item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 3.125rem !important;
    max-width: 22rem;
  }
  .why-holochain-general .container .block_flex .item:last-of-type {
    margin-bottom: 0 !important;
  }
  .why-holochain-general .container .block_flex .item:last-of-type .way_line {
    display: none;
  }
  .why-holochain-general .container .block_flex .item .way_line {
    border: none !important;
    width: 0.125rem !important;
    height: 3.125rem;
    transform: translateY(100%) !important;
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    right: auto !important;
    margin-left: -0.0625rem !important;
    background-color: #000;
  }
}

.who-holochain-general {
  padding: 2.875rem 0 6.1875rem;
}
.who-holochain-general .container .title_box {
  text-align: center;
  margin-bottom: 2.9375rem;
}
.who-holochain-general .container .title_box .section_title {
  margin-bottom: 0.5em;
}
.who-holochain-general .container .title_box .section_desc {
  max-width: 36em;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
}
.who-holochain-general .container .block {
  width: 82.289%;
  margin: 0 auto;
  border-radius: 0.3125rem;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  padding-top: 4rem;
  overflow: hidden;
  position: relative;
}
.who-holochain-general .container .block img {
  position: absolute;
  z-index: 2;
  width: 18.05%;
  top: 8.34%;
  right: 11.5%;
}
.who-holochain-general .container .block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 54.1%;
  background: linear-gradient(180deg, #4820E3 0%, #AA43EB 62.41%);
  top: 0;
  left: 0;
  z-index: 1;
}
.who-holochain-general .container .block .wrapper {
  position: relative;
  z-index: 2;
  clip-path: polygon(22% 0, 100% 43%, 100% 100%, 0 100%, 0 20%);
  background-color: #fff;
  padding: 6.3125rem 4.5rem 2.5rem;
}
.who-holochain-general .container .block .wrapper h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.who-holochain-general .container .block .wrapper p {
  font-family: "Mulish", sans-serif;
  margin-bottom: 0.875em;
}
.who-holochain-general .container .block .wrapper p:last-of-type {
  margin-bottom: 3.572em;
}
.who-holochain-general .container .block .wrapper .btn {
  padding-left: 1.857rem;
  padding-right: 1.7857rem;
}
@media screen and (max-width: 768px) {
  .who-holochain-general .container .block {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .who-holochain-general {
    padding-bottom: 2.875rem;
  }
  .who-holochain-general .container .title_box {
    margin-bottom: 1.875rem;
  }
  .who-holochain-general .container .block img {
    width: 90px;
  }
  .who-holochain-general .container .block .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    clip-path: polygon(20% 0, 100% 25%, 100% 100%, 0 100%, 0 15%);
  }
  .who-holochain-general .container .block .wrapper h3 {
    margin-bottom: 1em;
  }
  .who-holochain-general .container .block .wrapper p {
    max-width: 100%;
  }
  .who-holochain-general .container .block .wrapper .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#how-does-it-work .why_section {
  padding-bottom: 40px;
}
#how-does-it-work #holochain_step_by_step {
  padding-top: 40px;
}
#how-does-it-work #holochain_step_by_step .section_title {
  margin-bottom: 1em;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content {
  position: relative;
  padding: 40px;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram {
  width: 100%;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star2, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star3, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star4, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star5, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star6, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star7, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star8, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star9, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #step_by_step_diagram #Star10 {
  visibility: hidden;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps {
  margin: 40px auto;
  padding: 60px 80px;
  position: relative;
  min-height: 200px;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .swiper.holochain_step_by_step_steps {
  height: 100%;
  width: 100%;
  line-height: 1.4em;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .swiper.holochain_step_by_step_steps .swiper-slide {
  font-size: 18px;
  background: #fff;
  align-items: center;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-pagination {
  position: relative;
  margin: 0 20px;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  opacity: 1;
  background: #4720E3;
  border: 1px solid #4720E3;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-pagination .swiper-pagination-bullet-active {
  color: #4720E3;
  background: #fff;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav #holochain_step_by_step_current {
  display: none;
  text-align: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #4720E3;
  background: #fff;
  border: 1px solid #4720E3;
  border-radius: 100%;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-button-next, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-button-prev {
  position: relative;
  bottom: 0;
  top: unset;
  color: #000;
  margin-top: 0;
}
#how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-button-next::after, #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-button-prev::after {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content {
    box-shadow: none;
    padding: 0;
  }
  #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content {
    box-shadow: none;
    padding: 0;
  }
  #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps {
    height: unset;
    padding: 10px 10px;
  }
  #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav .swiper-pagination {
    display: none;
  }
  #how-does-it-work #holochain_step_by_step #holochain_step_by_step_content #holochain_step_by_step_steps .holochain_step_by_step_nav #holochain_step_by_step_current {
    display: block;
    margin-top: 8px;
  }
}
#how-does-it-work #start_developing {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
#how-does-it-work #start_developing .btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.solutions_prev_section .container {
  padding: 2.875rem 4.875rem 2.25rem;
}
.solutions_prev_section .container .title_box {
  text-align: center;
}
.solutions_prev_section .container .title_box .section_title {
  margin-bottom: 0.5em;
}
.solutions_prev_section .container .title_box .section_desc {
  max-width: 38.07em;
  font-family: "Mulish", sans-serif;
  margin: 0 auto;
}
.solutions_prev_section .container .row_flex {
  margin-top: 2.625rem;
  justify-content: space-between;
}
.solutions_prev_section .container .row_flex .item {
  width: 27.307%;
  box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.solutions_prev_section .container .row_flex .item .wrapper {
  padding: 0.625rem 0.8125rem 3.125rem;
  position: relative;
  height: 100%;
}
.solutions_prev_section .container .row_flex .item .wrapper .title {
  font-size: 0.875rem;
  line-height: 1.214;
  font-weight: 700;
  margin-bottom: 1.643em;
}
.solutions_prev_section .container .row_flex .item .wrapper .desc {
  font-family: "Mulish", sans-serif;
}
.solutions_prev_section .container .row_flex .item .wrapper a {
  position: absolute;
  text-decoration: underline;
  left: 0.8125rem;
  bottom: 1rem;
  transition: color 0.25s;
  color: #4720E3;
}
.solutions_prev_section .container .row_flex .item .wrapper a:hover {
  color: #B748FF;
}
.solutions_prev_section .container .video_box {
  width: 93.235%;
  margin: 0 auto;
  margin-top: 2.625rem;
}
.solutions_prev_section .container .video_box > div {
  padding-bottom: 62%;
  position: relative;
}
.solutions_prev_section .container .video_box > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .solutions_prev_section .container .video_box {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .solutions_prev_section .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .solutions_prev_section .container .row_flex .item {
    width: calc(33.333% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .solutions_prev_section .container .row_flex {
    margin-top: 1.5rem;
    justify-content: center;
  }
  .solutions_prev_section .container .row_flex .item {
    max-width: 20rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .solutions_prev_section .container .row_flex .item .wrapper .title {
    margin-bottom: 1em;
  }
  .solutions_prev_section .container .row_flex .item:last-of-type {
    margin-bottom: 0;
  }
}

.accordion_section {
  padding: 2.625rem 0 4.125rem;
}
.accordion_section .container {
  padding: 0 7.5rem;
}
.accordion_section .container .title_box {
  text-align: center;
  margin-bottom: 2.1875rem;
}
.accordion_section .container .title_box .section_title {
  margin-bottom: 0.667em;
}
.accordion_section .container .title_box h3 {
  font-size: 1rem;
  line-height: 1.1875;
  color: #4720E3;
  margin-bottom: 0.6875em;
  font-weight: 700;
}
.accordion_section .container .title_box .section_desc {
  font-family: "Mulish", sans-serif;
  max-width: 46.428em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .accordion_section .container {
    padding: 0 1.875rem;
  }
}

.accordion_item {
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 3.125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 1.25rem 1.25rem 1.875rem;
  margin-bottom: 1.5625rem;
  transform: translate(0);
  transition: transform 0.25s;
}
.accordion_item:hover {
  transform: translate(0.25rem, -0.25rem);
}
.accordion_item:last-of-type {
  margin-bottom: 0;
}
.accordion_item .head {
  cursor: pointer;
}
.accordion_item .title {
  font-size: 1rem;
  line-height: 1.1875;
  margin-bottom: 1em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.accordion_item .title:before {
  position: absolute;
  content: "";
  bottom: -0.1875em;
  left: 50%;
  transform: translate(-50%, 100%);
  height: 0.125rem;
  width: 100%;
  background-color: #0DDDD3;
}
.accordion_item .short_desc {
  font-size: 0.8125rem;
  line-height: 1.154;
  letter-spacing: 0.03em;
  font-family: "Mulish", sans-serif;
  position: relative;
  padding-right: 1.5625rem;
}
.accordion_item .short_desc:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7625 0L7.5 5.725L13.2375 0L15 1.7625L7.5 9.2625L0 1.7625L1.7625 0Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 0.9375rem;
  height: 0.625rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion_item .head.active .short_desc:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion_item .content {
  font-family: "Mulish", sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.accordion_item .content .head_list {
  padding-top: 1.875rem;
  margin-bottom: 2rem;
}
.accordion_item .content .head_list ul {
  display: inline-block;
}
.accordion_item .content .head_list ul li {
  display: inline-block;
  position: relative;
  letter-spacing: 0.03em;
  padding-left: 1rem;
  margin-right: 1.43em;
}
.accordion_item .content .head_list ul li:first-of-type {
  padding-left: 0;
  margin-right: 0.625rem;
}
.accordion_item .content .head_list ul li:first-of-type:before {
  display: none;
}
.accordion_item .content .head_list ul li:last-of-type {
  margin-right: 0;
}
.accordion_item .content .head_list ul li:before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  left: 0;
  top: 0.1875rem;
  background-color: #0DDDD3;
}
.accordion_item .content .text > div {
  margin-bottom: 0.9375rem;
}
.accordion_item .content .text ul {
  padding-left: 2.5625rem;
}
.accordion_item .content .text ul li {
  list-style: disc;
  margin-bottom: 1.5em;
}
.accordion_item:nth-of-type(3) .title::before {
  background-color: #4720E3;
}
.accordion_item:nth-of-type(3) .content .head_list ul li:before {
  background-color: #4720E3;
}
.accordion_item:nth-of-type(4) .title::before {
  background-color: #20A1D3;
}
.accordion_item:nth-of-type(4) .content .head_list ul li:before {
  background-color: #20A1D3;
}
@media screen and (max-width: 575px) {
  .accordion_item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .accordion_item .content .text ul {
    padding-left: 1.25rem;
  }
  .accordion_item .content .head_list {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}

.why_section.about_page {
  padding-bottom: 0;
}
.why_section.about_page .container {
  padding-bottom: 2.5625rem;
}
.why_section.about_page .container h3 {
  margin-bottom: 0.75em;
}
.why_section.about_page .container p {
  margin-bottom: 1.857em;
  line-height: 1.2857;
}
.why_section.about_page .row_flex {
  text-align-last: left;
  margin-top: 3.3125rem;
  padding-bottom: 0;
}
.why_section.about_page .row_flex .item .title {
  border-bottom: 3px solid #4720E3;
}
.why_section.about_page .row_flex .item .desc {
  text-align: left;
}
.why_section.about_page .row_flex .item .link:hover {
  color: #4720E3;
}
.why_section.about_page .row_flex .item .link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3964 0.138672H8.23906C7.90572 0.138672 7.63557 0.408821 7.63557 0.74216C7.63557 1.0755 7.90572 1.34565 8.23906 1.34565H11.0065L5.08408 7.26807C4.84828 7.50372 4.84828 7.8859 5.08408 8.12156C5.20191 8.23939 5.3564 8.29837 5.51075 8.29837C5.6651 8.29837 5.8196 8.23939 5.93743 8.12156L11.7929 2.26595V4.89933C11.7929 5.23267 12.063 5.50282 12.3964 5.50282C12.7297 5.50282 12.9999 5.23267 12.9999 4.89933V0.74216C12.9999 0.408821 12.7297 0.138672 12.3964 0.138672Z' fill='%234720E3'/%3E%3Cpath d='M10.3094 6.21625C9.97611 6.21625 9.70596 6.4864 9.70596 6.81974V11.581C9.70596 11.7991 9.52175 11.9833 9.30363 11.9833H1.6093C1.39118 11.9833 1.20698 11.7991 1.20698 11.581V3.88665C1.20698 3.66853 1.39118 3.48432 1.6093 3.48432H6.38735C6.72069 3.48432 6.99084 3.21417 6.99084 2.88083C6.99084 2.54749 6.72069 2.27734 6.38735 2.27734H1.6093C0.721896 2.27734 0 2.99924 0 3.88665V11.581C0 12.4684 0.721896 13.1903 1.6093 13.1903H9.30363C10.191 13.1903 10.9129 12.4684 10.9129 11.581V6.81974C10.9129 6.48654 10.6428 6.21625 10.3094 6.21625Z' fill='%234720E3'/%3E%3C/svg%3E%0A");
}

.team_section .container {
  padding: 2.875rem 4.375rem;
}
.team_section .container .alone_block {
  padding: 2.5rem 3.75rem 3.0625rem;
  text-align: center;
  overflow: hidden;
}
.team_section .container .alone_block .section_title {
  text-align: center;
  margin-bottom: 2.625em;
}
.team_section .container .alone_block .row_flex {
  margin: 0 -1.625rem;
}
.team_section .container .alone_block .row_flex .item {
  width: 25%;
  padding: 0 1.625rem;
  text-align: center;
  margin-bottom: 5.5rem;
}
.team_section .container .alone_block .row_flex .item .img {
  margin-bottom: 0.6275rem;
}
.team_section .container .alone_block .row_flex .item .img div {
  background-color: #c4c4c4;
  border-radius: 50%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.team_section .container .alone_block .row_flex .item .img div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.team_section .container .alone_block .row_flex .item .name {
  line-height: 1.357;
  font-weight: 700;
}
.team_section .container .alone_block .row_flex .item .position {
  font-size: 0.75rem;
}
.team_section .container .alone_block .btn {
  padding-left: 2.45em;
  padding-right: 2.45em;
}
@media screen and (max-width: 880px) {
  .team_section .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .team_section .container .alone_block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .team_section .container .alone_block .section_title {
    margin-bottom: 1em;
  }
  .team_section .container .alone_block .row_flex .item {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .team_section .container .alone_block .row_flex .item {
    width: 33.333%;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .team_section .container .alone_block .row_flex .item {
    width: 50%;
    padding: 0 1rem;
  }
}

#intellectual_property #dos_and_donts {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#intellectual_property #dos_and_donts .wrapper {
  padding: 0 30px;
  width: calc(50% - 25px);
  flex-grow: 0;
  border-radius: 0.357em;
}
#intellectual_property #dos_and_donts .wrapper h3 {
  text-decoration: underline;
}
#intellectual_property #dos_and_donts .wrapper ul {
  margin: 0;
}
#intellectual_property #dos_and_donts .wrapper ul li {
  margin-bottom: 30px;
}

footer {
  background-color: #162550;
  padding: 3.1875rem 0 2.5625rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 0.0625rem;
  }
}
footer a {
  color: #fff;
  font-size: 0.65rem;
  font-weight: 100;
  line-height: 1.17;
  transition: color 0.25s;
}
footer a:hover {
  color: #0DDDD3;
}
footer a:hover[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58211 0H5.70405C5.47328 0 5.28626 0.187021 5.28626 0.417788C5.28626 0.648555 5.47328 0.835576 5.70405 0.835576H7.61992L3.51989 4.9356C3.35665 5.09874 3.35665 5.36332 3.51989 5.52646C3.60146 5.60803 3.70842 5.64887 3.81527 5.64887C3.92213 5.64887 4.02908 5.60803 4.11066 5.52646L8.16432 1.47269V3.29575C8.16432 3.52652 8.35135 3.71354 8.58211 3.71354C8.81288 3.71354 8.9999 3.52652 8.9999 3.29575V0.417788C8.9999 0.187021 8.81288 0 8.58211 0Z' fill='%230EDDD3'/%3E%3Cpath d='M7.13711 4.20733C6.90635 4.20733 6.71933 4.39435 6.71933 4.62512V7.92127C6.71933 8.07227 6.5918 8.19979 6.4408 8.19979H1.1141C0.9631 8.19979 0.835576 8.07227 0.835576 7.92127V2.59457C0.835576 2.44357 0.9631 2.31604 1.1141 2.31604H4.42189C4.65266 2.31604 4.83968 2.12902 4.83968 1.89826C4.83968 1.66749 4.65266 1.48047 4.42189 1.48047H1.1141C0.499761 1.48047 0 1.98023 0 2.59457V7.92127C0 8.53561 0.499761 9.03537 1.1141 9.03537H6.4408C7.05514 9.03537 7.5549 8.53561 7.5549 7.92127V4.62512C7.5549 4.39445 7.36788 4.20733 7.13711 4.20733Z' fill='%230EDDD3'/%3E%3C/svg%3E%0A");
}
footer a[target=_blank] {
  padding-right: 0.9375rem;
  display: inline-block;
  position: relative;
}
footer a[target=_blank]:after {
  transition: 0.25s;
  position: absolute;
  content: "";
  width: 0.5625rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58211 0H5.70405C5.47328 0 5.28626 0.187021 5.28626 0.417788C5.28626 0.648555 5.47328 0.835576 5.70405 0.835576H7.61992L3.51989 4.9356C3.35665 5.09874 3.35665 5.36332 3.51989 5.52646C3.60146 5.60803 3.70842 5.64887 3.81527 5.64887C3.92213 5.64887 4.02908 5.60803 4.11066 5.52646L8.16432 1.47269V3.29575C8.16432 3.52652 8.35135 3.71354 8.58211 3.71354C8.81288 3.71354 8.9999 3.52652 8.9999 3.29575V0.417788C8.9999 0.187021 8.81288 0 8.58211 0Z' fill='white'/%3E%3Cpath d='M7.13711 4.20733C6.90635 4.20733 6.71933 4.39435 6.71933 4.62512V7.92127C6.71933 8.07227 6.5918 8.19979 6.4408 8.19979H1.1141C0.9631 8.19979 0.835576 8.07227 0.835576 7.92127V2.59457C0.835576 2.44357 0.9631 2.31604 1.1141 2.31604H4.42189C4.65266 2.31604 4.83968 2.12902 4.83968 1.89826C4.83968 1.66749 4.65266 1.48047 4.42189 1.48047H1.1141C0.499761 1.48047 0 1.98023 0 2.59457V7.92127C0 8.53561 0.499761 9.03537 1.1141 9.03537H6.4408C7.05514 9.03537 7.5549 8.53561 7.5549 7.92127V4.62512C7.5549 4.39445 7.36788 4.20733 7.13711 4.20733Z' fill='white'/%3E%3C/svg%3E%0A");
  right: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  footer a {
    font-size: 0.875rem;
  }
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 3.125rem 0 2.625rem;
}
footer .container .footer_menu {
  margin-bottom: 0.9375rem;
}
footer .container .footer_menu li {
  margin-bottom: 0.15rem;
}
footer .container .footer_menu li:last-of-type {
  margin-bottom: 0;
}
footer .container .footer_logo_wrap {
  margin-right: auto;
}
footer .container .footer_logo_wrap .logo_link {
  display: inline-block;
  margin-bottom: 0.75rem;
  width: 8.125rem;
}
footer .container .footer_logo_wrap .footer_menu li a {
  font-weight: 100;
}
footer .container .footer_logo_wrap .social_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .footer_logo_wrap .social_links li {
  margin-right: 1.375rem;
}
footer .container .footer_logo_wrap .social_links li:last-of-type {
  margin-right: 0;
}
footer .container .footer_logo_wrap .social_links li a svg {
  width: 1rem;
  transition: 0.25s;
}
footer .container .footer_logo_wrap .social_links li a:hover svg {
  fill: #fff;
}
footer .container .footer_menu_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 73%;
}
footer .container .footer_menu_flex .title {
  display: inline-block;
  font-weight: 400;
  line-height: 1.215;
  margin-bottom: 1.143em;
}
@media screen and (max-width: 575px) {
  footer .container .footer_menu_flex .title {
    font-size: 1rem;
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 880px) {
  footer .container {
    padding: 0 1.875rem;
  }
  footer .container .footer_menu_flex {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .container .footer_logo_wrap {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  footer .container .footer_menu_flex {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .container .footer_menu_flex > div {
    width: 50%;
    margin-bottom: 1.875rem;
  }
  footer .container .footer_menu_flex > div ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  footer .container .footer_menu_flex > div {
    width: 100%;
  }
}

.smart-content h3 {
  margin-top: 2.4rem;
}

.smart-content p {
  max-width: 62%;
}

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