:root {
  --vh-offset: 0px;
  --cyan: rgba(5, 242, 218, 1);
}

@supports (color: color(display-p3 1 1 1)) {
  :root {
    --cyan: color(display-p3 0.01960784314 0.9490196078 0.8549019608);
  }
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Thin.woff2") format("woff2"), url("../fonts/./Archia-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Light.woff2") format("woff2"), url("../fonts/./Archia-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Regular.woff2") format("woff2"), url("../fonts/./Archia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-SemiBold.woff2") format("woff2"), url("../fonts/./Archia-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Bold.woff2") format("woff2"), url("../fonts/./Archia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Medium.woff2") format("woff2"), url("../fonts/./Archia-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.text_section.text_section_social .social-share {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1068px) {
  .text_section.text_section_social .social-share {
    margin-top: 63px;
    margin-bottom: 0px;
  }
}

.text_section.smaller_gap {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1068px) {
  .text_section.smaller_gap {
    padding-top: 74px;
    padding-bottom: 123px;
  }
}

.text_section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (min-width: 1068px) {
  .text_section {
    padding-top: 135px;
    padding-bottom: 124px;
  }
}

.text_section .title {
  margin-bottom: 34px;
}

.text_section p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #364652;
  max-width: 1086px;
  margin: 25px auto;
  font-size: 18px;
  line-height: 25.5px;
}

@media (min-width: 1068px) {
  .text_section p {
    font-size: 25px;
    line-height: 35px;
  }
}
/*# sourceMappingURL=text_section.css.map */
