/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[4]!../../node_modules/import-glob/index.js!./styles/category-lab.sass ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

.main-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}

.main-article-info:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 568px) {
  .main-article-info:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-article-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 568px) {
  .main-article-info {
    gap: 24px;
  }
}

.main-article-info .image-link {
  display: inherit;
  min-width: 57%;
}

@media only screen and (max-width: 1600px) {
  .main-article-info .image-link {
    min-width: 55%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-article-info .image-link {
    min-width: 100%;
  }
}

.main-article-info .image-link img {
  width: 100%;
  height: auto;
}

.main-article-info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

@media only screen and (max-width: 568px) {
  .main-article-info__right {
    gap: 16px;
  }
}

.main-article-info__title {
  font-family: var(--header-font-family);
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  margin-top: -15px;
}

@media only screen and (max-width: 1600px) {
  .main-article-info__title {
    font-size: 32px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-article-info__title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-article-info__title {
    font-size: 24px;
  }
}

.new-design .main-article-info__title {
  font-size: 38px;
}

@media only screen and (max-width: 1600px) {
  .new-design .main-article-info__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .new-design .main-article-info__title {
    font-size: 22px;
  }
}

.main-article-info__title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F683FF), to(#F683FF));
  background-image: -webkit-linear-gradient(#F683FF, #F683FF);
  background-image: -o-linear-gradient(#F683FF, #F683FF);
  background-image: linear-gradient(#F683FF, #F683FF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 3px;
  -webkit-transition: background-size 500ms ease-in-out;
  -o-transition: background-size 500ms ease-in-out;
  transition: background-size 500ms ease-in-out;
}

.main-article-info__title a:hover {
  background-size: 100% 3px;
  color: inherit;
}

.main-article-info__subtitle {
  margin-top: 20px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .main-article-info__subtitle {
    display: none;
  }
}

.main-article-info .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .main-article-info .date-time {
    font-size: 14px;
    line-height: 160%;
  }
}

.main-article-info .date-time .time {
  opacity: 0.6;
}

:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

.subscribe-banner {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  color: #291F4F;
  background-color: #C5BFFF;
}

.subscribe-banner.subscribed .form-wrapper {
  display: none;
}

.subscribe-banner.subscribed .success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .subscribe-banner.subscribed .success-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
}

.subscribe-banner.subscribed .success-wrapper .subtitle {
  margin-bottom: 0 !important;
}

.main-banner .subscribe-banner {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.main-banner .subscribe-banner .success-wrapper {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

.main-banner .subscribe-banner .error-message {
  padding-left: 24px;
  text-align: left;
}

.subscribe-banner .success-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 504px;
}

.subscribe-banner .success-wrapper .h2 {
  margin-bottom: 30px;
  max-width: 450px;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .success-wrapper .h2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .success-wrapper .h2 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .success-wrapper .text-lg {
    max-width: 425px;
  }
}

.subscribe-banner .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe-banner .form-wrapper .h2 {
  margin-bottom: 30px;
  max-width: 450px;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .form-wrapper .h2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .form-wrapper .h2 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .form-wrapper .text-lg {
    max-width: 470px;
  }
}

.subscribe-banner .form-wrapper form {
  margin-top: 70px;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .form-wrapper form {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .form-wrapper form {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .form-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.subscribe-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 700px;
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscribe-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .wrapper {
    max-width: 504px;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .wrapper {
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .wrapper {
    max-width: 320px;
    padding: 60px 0;
  }
}

.subscribe-banner .wrapper .title {
  font-family: var(--header-font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .wrapper .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}

.new-design .subscribe-banner .wrapper .title {
  font-size: 38px;
}

@media only screen and (max-width: 568px) {
  .new-design .subscribe-banner .wrapper .title {
    font-size: 22px;
  }
}

.subscribe-banner .wrapper .subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 52px;
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .wrapper .subtitle {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 350px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 993px) {
  .subscribe-banner .banner-bg {
    max-width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .subscribe-banner .banner-bg {
    max-width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .banner-bg {
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .subscribe-banner .banner-bg {
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .banner-bg {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

.subscribe-banner .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media only screen and (min-width: 993px) {
  .subscribe-banner .banner-bg img {
    -o-object-position: top left;
       object-position: top left;
  }
}

.subscribe-banner .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-top: 50px;
}

.subscribe-banner .social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-banner .social-links li a svg {
  width: 40px;
  height: 40px;
}

.subscribe-banner .social-links li a svg:hover {
  opacity: 0.8;
}

.subscribe-banner .social-links li a svg path {
  fill: #291F4F;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.subscribe-footer {
  margin-top: 200px;
}

:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

.form-wrapper {
  position: relative;
  width: 100%;
}

.form-wrapper .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .form-wrapper .subscribe-form {
    margin: 0 auto;
  }
}

.form-wrapper .subscribe-form input {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #291F4F;
  font-family: var(--main-font-family);
  border-radius: 28px;
  border: 2px solid #291F4F;
  outline: none !important;
}

.form-wrapper .subscribe-form input::-webkit-input-placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form input::-moz-placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form input::-ms-input-placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form input::placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form button {
  position: absolute;
  top: 16px;
  right: 24px;
  padding: 0;
  background: none;
  outline: none !important;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-wrapper .subscribe-form button:hover {
  right: 22px;
}

.form-wrapper .subscribe-form .done {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #353638;
  background-color: #DBE10C;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--header-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 8px;
}

.form-wrapper .error input {
  border-color: #F90063;
}

.form-wrapper .error-message {
  display: none;
  color: #F90063;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.form-wrapper .success-message {
  display: none;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

.main-banner {
  overflow: hidden;
}

.main-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 218px 0 138px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper {
    padding: 180px 0 100px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 100px;
    text-align: center;
  }
}

@media only screen and (max-width: 567px) {
  .main-banner .wrapper {
    padding: 140px 0 60px;
    row-gap: 50px;
  }
}

.old-design .main-banner .wrapper {
  padding: 138px 0;
}

@media only screen and (max-width: 1600px) {
  .old-design .main-banner .wrapper {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 567px) {
  .old-design .main-banner .wrapper {
    padding: 60px 0;
  }
}

.main-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
  font-family: var(--header-font-family);
  max-width: 850px;
}

@media only screen and (max-width: 1600px) {
  .main-banner-title {
    max-width: 750px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 567px) {
  .main-banner-title {
    margin-bottom: 24px;
  }
}

.main-banner-title h1,
.main-banner-title .h1 {
  font-size: 110px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--header-font-family);
}

@media only screen and (min-width: 1601px) {
  .main-banner-title h1.smaller-lg,
  .main-banner-title .h1.smaller-lg {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .main-banner-title h1,
  .main-banner-title .h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-title h1,
  .main-banner-title .h1 {
    font-size: 50px;
    word-break: break-word;
  }
}

.new-design .main-banner-title h1,
.new-design .main-banner-title .h1 {
  font-size: 86px;
  font-weight: 800;
}

@media only screen and (min-width: 1601px) {
  .new-design .main-banner-title h1.smaller-lg,
  .new-design .main-banner-title .h1.smaller-lg {
    font-size: 76px;
  }
}

@media only screen and (max-width: 1600px) {
  .new-design .main-banner-title h1,
  .new-design .main-banner-title .h1 {
    font-size: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .new-design .main-banner-title h1,
  .new-design .main-banner-title .h1 {
    font-size: 48px;
  }
}

.main-banner-title h1 picture,
.main-banner-title .h1 picture {
  margin-left: 10px;
}

.main-banner-title h1 picture img,
.main-banner-title .h1 picture img {
  display: block;
}

@media only screen and (max-width: 568px) {
  .main-banner-title h1 picture,
  .main-banner-title .h1 picture {
    width: 186px;
  }
}

.main-banner-title h1 picture img,
.main-banner-title .h1 picture img {
  width: 100%;
}

.main-banner .banner-subtitle {
  max-width: 720px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .banner-subtitle {
    max-width: 600px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .banner-subtitle {
    margin: 0 auto;
  }
}

.main-banner picture img {
  height: auto;
}

@media only screen and (max-width: 568px) {
  .main-banner picture img {
    width: 100%;
  }
}

.main-banner .banner-photo img {
  display: block;
}

.main-banner.yellow {
  background-color: #DBE10C;
}

.main-banner.yellow .category {
  background-color: #353638;
  color: #F6F8F9;
}

.main-banner.yellow .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.yellow .date .time:before {
  background-color: #353638;
}

.main-banner.dark-green {
  background-color: #1E3D47;
  color: white;
}

.main-banner.dark-green .category {
  background-color: #DBE10C;
  color: #353638;
}

.main-banner.dark-green .category:hover {
  background-color: #F683FF;
}

.main-banner.dark-green .date .time:before {
  background-color: #A1DDC0;
}

.main-banner.dark-green .author {
  color: #A1DDC0;
}

.main-banner.mint {
  background-color: #A1DDC0;
  color: #106368;
}

.main-banner.mint .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.mint .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.mint .date .time:before {
  background-color: #353638;
}

.main-banner.lavender {
  background-color: #D4D2FF;
}

.main-banner.lavender .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.lavender .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.lavender .date .time:before {
  background-color: #353638;
}

.main-banner.pink {
  background-color: #D3B7F7;
}

.main-banner.pink .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.pink .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.pink .date .time:before {
  background-color: #353638;
}

.main-banner.dark {
  background-color: #353638;
  color: #F6F8F9;
}

.main-banner.dark .category {
  background-color: #DBE10C;
  color: #353638;
}

.main-banner.dark .category:hover {
  background-color: #F683FF;
}

.main-banner.dark .date .time:before {
  background-color: #F6F8F9;
}

.main-banner.bright-pink {
  background-color: #F683FF;
}

.main-banner.beige {
  background-color: #E9E3E3;
}

.main-banner.beige .b-pill {
  background-color: #A5C3FF;
}

.main-banner.blue {
  background-color: #A5C3FF;
}

.main-banner.deep-purple {
  background-color: #291F4F;
  color: #F6F8F9;
}

.main-banner.deep-purple .b-pill {
  background-color: #9BA3E9;
}

.main-banner.policy .wrapper {
  padding: 231px 0;
}

@media only screen and (max-width: 1200px) {
  .main-banner.policy .wrapper {
    padding: 160px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .main-banner.policy .wrapper {
    padding: 144px 32px 64px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner.policy .wrapper {
    padding: 144px 16px 64px;
  }
}

@media only screen and (max-width: 768px) {
  .old-design .main-banner.policy .wrapper {
    padding: 64px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .old-design .main-banner.policy .wrapper {
    padding: 64px 16px;
  }
}

.main-banner.policy .wrapper h1,
.main-banner.policy .wrapper .h1 {
  font-family: var(--header-font-family);
  font-size: 110px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1600px) {
  .main-banner.policy .wrapper h1,
  .main-banner.policy .wrapper .h1 {
    font-size: 80px;
    line-height: 110%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner.policy .wrapper h1,
  .main-banner.policy .wrapper .h1 {
    font-size: 50px;
    line-height: 115%;
    margin-bottom: 24px;
  }
}

.new-design .main-banner.policy .wrapper h1,
.new-design .main-banner.policy .wrapper .h1 {
  font-size: 86px;
  font-weight: 800;
}

@media only screen and (max-width: 1600px) {
  .new-design .main-banner.policy .wrapper h1,
  .new-design .main-banner.policy .wrapper .h1 {
    font-size: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .new-design .main-banner.policy .wrapper h1,
  .new-design .main-banner.policy .wrapper .h1 {
    font-size: 48px;
  }
}

.main-banner.policy .wrapper .updated-date {
  color: rgba(41, 31, 79, 0.4);
  font-size: 24px;
  line-height: 160%;
}

@media only screen and (max-width: 1600px) {
  .main-banner.policy .wrapper .updated-date {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner.policy .wrapper .updated-date {
    font-size: 16px;
    line-height: 115%;
  }
}

.main-banner.policy .wrapper .updated-date span {
  color: rgb(41, 31, 79);
}

.wrapper {
  padding: 200px 0 120px;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 168px 0 88px;
  }
}

@media only screen and (max-width: 568px) {
  .wrapper {
    padding: 144px 0 64px;
  }
}

.old-design .wrapper {
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
  .old-design .wrapper {
    padding: 88px 0;
  }
}

@media only screen and (max-width: 568px) {
  .old-design .wrapper {
    padding: 64px 0;
  }
}

.wrapper .banner-text {
  font-family: FixelText, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media only screen and (max-width: 568px) {
  .wrapper .banner-text {
    font-size: 12px;
    line-height: 14px;
  }
}

.wrapper .banner-title {
  font-family: var(--header-font-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 58px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .wrapper .banner-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.wrapper .banner-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
}

@media only screen and (max-width: 1600px) {
  .wrapper .banner-subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .wrapper .banner-subtitle {
    font-size: 16px;
  }
}

.category .info:last-child .main {
  margin-bottom: 0;
}

.category.two-items .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 64px;
}

.category.two-items .items .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 25px);
}

@media only screen and (max-width: 568px) {
  .category.two-items .items .article {
    width: 100%;
  }
}

.category.two-items .items .article img {
  border-radius: 4px;
}

.category.two-items .items .article .title {
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
}

@media only screen and (max-width: 568px) {
  .category.two-items .items .article .title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 568px) {
  .category.page .wrapper {
    padding-bottom: 0;
  }
}

.category.links .items {
  gap: 50px;
}

@media only screen and (max-width: 568px) {
  .category.links .items {
    row-gap: 40px;
  }
}

.category.links .items .article {
  border-radius: 15px;
  overflow: hidden;
  background: #E9E3E3;
}

@media only screen and (max-width: 992px) {
  .category.links .items .article {
    width: 100%;
  }
}

.category.links .items .article.hidden {
  display: none;
}

.category.links .items .article img {
  border-radius: 0;
}

.category.links .items .article .article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 410px;
  padding: 32px;
}

@media only screen and (max-width: 568px) {
  .category.links .items .article .article-content {
    min-height: auto;
    padding: 24px;
  }
}

.category.links .items .article .date-time {
  margin-top: auto;
}

.category.links .items .article .date-time .date {
  color: inherit;
}

.category.links .items .article .title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 120%;
}

@media only screen and (max-width: 1600px) {
  .category.links .items .article .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .category.links .items .article .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 568px) {
  .category.links .items .article .title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.new-design .category.links .items .article .title {
  font-size: 38px;
}

@media only screen and (max-width: 1600px) {
  .new-design .category.links .items .article .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .new-design .category.links .items .article .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 568px) {
  .new-design .category.links .items .article .title {
    font-size: 22px;
  }
}

.category.links .items .article .main-subtitle {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

@media only screen and (max-width: 568px) {
  .category.links .items .article .main-subtitle {
    font-size: 16px;
  }
}

.category.links .load-more {
  margin-top: 60px;
}

.load-more-wrapper {
  display: none;
}

.load-more-wrapper.active {
  display: block;
}

.btn-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  outline: none !important;
  color: #291F4F;
  background: transparent;
  border: 2px solid #291F4F;
  border-radius: 22px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.btn-load-more:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media only screen and (max-width: 568px) {
  .btn-load-more {
    font-size: 14px;
    line-height: 20px;
  }
}

.btn-load-more .text-active {
  display: none;
}

.btn-load-more img {
  margin-left: 8px;
  margin-top: -4px;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: -o-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out, -o-transform 500ms ease-in-out;
}

.btn-load-more.active .text-inactive {
  display: none;
}

.btn-load-more.active .text-active {
  display: block;
}

.page-lab {
  color: #291F4F;
  background-color: #F7F4EF;
}

.page-lab h2 {
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
  margin-bottom: 60px;
  font-family: var(--header-font-family);
}

@media only screen and (max-width: 1600px) {
  .page-lab h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .page-lab h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 32px;
  }
}

.new-design .page-lab h2 {
  font-size: 58px;
}

@media only screen and (max-width: 1600px) {
  .new-design .page-lab h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 568px) {
  .new-design .page-lab h2 {
    font-size: 28px;
  }
}

.page-lab h3 {
  font-family: var(--header-font-family);
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .page-lab h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .page-lab h3 {
    font-size: 24px;
  }
}

.new-design .page-lab h3 {
  font-size: 38px;
}

@media only screen and (max-width: 1600px) {
  .new-design .page-lab h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .new-design .page-lab h3 {
    font-size: 22px;
  }
}

.articles {
  padding: 200px 0 400px;
}

@media only screen and (max-width: 1600px) {
  .articles {
    padding: 180px 0 300px;
  }
}

@media only screen and (max-width: 568px) {
  .articles {
    padding: 100px 0 200px;
  }
}

.articles-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articles-wrapper .hidden {
  display: none;
}

.articles .info.article-item:not(:last-child),
.articles .info.article-item.dynamic:last-child {
  margin-bottom: 60px;
}

@media only screen and (max-width: 568px) {
  .articles .info.article-item:not(:last-child),
  .articles .info.article-item.dynamic:last-child {
    margin-bottom: 50px;
  }
}

.about-moonlock-lab {
  overflow: hidden;
  position: relative;
  background-color: #E9E3E3;
  padding: 142px 0;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .about-moonlock-lab {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .about-moonlock-lab {
    padding: 200px 0 100px;
  }
}

@media only screen and (max-width: 568px) {
  .about-moonlock-lab {
    padding: 100px 0 50px;
  }
}

.about-moonlock-lab .about-lab-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1600px) {
  .about-moonlock-lab .about-lab-wrapper {
    gap: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .about-moonlock-lab .about-lab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
}

@media only screen and (max-width: 568px) {
  .about-moonlock-lab .about-lab-wrapper {
    gap: 80px;
  }
}

@media only screen and (min-width: 569px) {
  .about-moonlock-lab .about-lab-wrapper h2 {
    margin-bottom: 40px;
  }
}

.about-moonlock-lab .about-lab-wrapper .text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1600px) {
  .about-moonlock-lab .about-lab-wrapper .text-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1000px) {
  .about-moonlock-lab .about-lab-wrapper .text-left {
    min-width: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .about-moonlock-lab .about-lab-wrapper .text-left {
    min-width: 650px;
    max-width: 650px;
  }
}

@media only screen and (min-width: 1600px) {
  .about-moonlock-lab .about-lab-wrapper .text-left {
    max-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
  .about-moonlock-lab .about-lab-wrapper .text-left {
    min-width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .about-moonlock-lab .about-lab-wrapper .text-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.about-moonlock-lab .about-lab-wrapper .text-left p {
  font-size: 24px;
  line-height: 160%;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  .about-moonlock-lab .about-lab-wrapper .text-left p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-moonlock-lab .about-lab-wrapper .text-left p {
    font-size: 16px;
  }
}

.about-moonlock-lab .about-lab-wrapper .text-left a {
  background-color: #CEDEFF;
  color: #291F4F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 24px;
  margin-top: 60px;
  border-radius: 100px;
}

@media only screen and (max-width: 568px) {
  .about-moonlock-lab .about-lab-wrapper .text-left a {
    margin-top: 32px;
  }
}

.about-moonlock-lab .about-lab-wrapper .text-left a svg {
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.about-moonlock-lab .about-lab-wrapper .text-left a:hover {
  background-color: #A5C3FF;
}

.about-moonlock-lab .about-lab-wrapper .text-left a:hover svg {
  right: -2px;
}

.about-moonlock-lab .about-lab-wrapper picture {
  min-width: 1002px;
}

@media only screen and (max-width: 1919px) {
  .about-moonlock-lab .about-lab-wrapper picture {
    min-width: 584px;
  }
}

@media only screen and (max-width: 1000px) {
  .about-moonlock-lab .about-lab-wrapper picture {
    min-width: 300px;
  }
}

.about-moonlock-lab .about-lab-wrapper picture img {
  width: 100%;
  height: auto;
}

.experts {
  background-color: #FFFFFF;
  padding: 200px 0 340px;
  overflow: hidden;
}

@media only screen and (max-width: 568px) {
  .experts {
    padding: 120px 0 240px;
  }
}

.experts-wrapper {
  max-width: 1490px;
  margin: 0 auto;
}

.experts-wrapper .swiper-slide {
  height: auto;
}

.experts-wrapper .swiper-slide .slide-wrapper {
  display: block;
  background-color: #D4D2FF;
  border-radius: 16px;
  padding: 32px 32px 48px;
  height: 100%;
}

@media only screen and (max-width: 1600px) {
  .experts-wrapper .swiper-slide .slide-wrapper {
    padding: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .experts-wrapper .swiper-slide .slide-wrapper {
    padding: 40px 24px;
  }
}

.experts-wrapper .swiper-slide .slide-wrapper img {
  width: 195px;
  height: auto;
  display: block;
  margin-bottom: 32px;
}

@media only screen and (max-width: 568px) {
  .experts-wrapper .swiper-slide .slide-wrapper img {
    margin: 0 auto 32px;
  }
}

.experts-wrapper .swiper-slide .slide-wrapper .description {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  margin-top: 16px;
}

@media only screen and (max-width: 1600px) {
  .experts-wrapper .swiper-slide .slide-wrapper .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .experts-wrapper .swiper-slide .slide-wrapper .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  .experts-wrapper .swiper-slide .slide-wrapper .description {
    margin-top: 20px;
  }
}

.experts-wrapper .swiper-button-prev {
  left: auto;
  right: 88px;
}

@media only screen and (max-width: 768px) {
  .experts-wrapper .swiper-button-prev {
    left: 0;
    right: auto;
  }
}

.experts-wrapper .swiper-button-next {
  right: 0;
}

.experts-wrapper .swiper-button-prev,
.experts-wrapper .swiper-button-next {
  width: 80px;
  height: 80px;
  top: auto;
  bottom: -140px;
}

.experts-wrapper .swiper-button-prev:after,
.experts-wrapper .swiper-button-next:after {
  content: none;
}

.experts-wrapper .swiper-button-prev.swiper-button-disabled,
.experts-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

@media only screen and (max-width: 568px) {
  .experts-wrapper .swiper-button-prev,
  .experts-wrapper .swiper-button-next {
    bottom: -120px;
  }
}

.lab-on-x-wrapper {
  padding: 200px 0 100px;
}

@media only screen and (max-width: 1600px) {
  .lab-on-x-wrapper {
    padding: 100px 0 100px;
  }
}

@media only screen and (max-width: 568px) {
  .lab-on-x-wrapper {
    padding: 200px 0 80px;
  }
}

@media only screen and (max-width: 568px) {
  .lab-on-x-wrapper h2 {
    text-align: center;
  }
}

.ctf-header,
.ctf-out-of-tweets,
#ctf .ctf-quoted-tweet {
  display: none;
}

.ctf-feed-1.ctf-regular-style .ctf-item {
  border-bottom: none !important;
}

#ctf .ctf-tweets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  #ctf .ctf-tweets {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  #ctf .ctf-tweets {
    grid-template-columns: 1fr;
  }
}

#ctf .ctf-item {
  margin: 0;
  background-color: white;
  border: 1px solid #E3E3E3;
  border-radius: 15px;
  padding: 15px 25px;
}

@media only screen and (max-width: 768px) {
  #ctf .ctf-item {
    padding: 15px;
  }
}

#ctf .ctf-tweet-actions,
#ctf .ctf-tweet-content {
  margin-left: 0;
  margin-top: 15px;
}

#ctf .ctf-corner-logo {
  margin-top: 3px;
}

#ctf .ctf-author-avatar {
  clear: none;
  float: none;
}

#ctf .ctf-author-avatar img {
  border-radius: 5px;
}

#ctf .ctf-out-of-tweets,
#ctf #ctf-more {
  display: none;
}

.main-banner .wrapper .text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  margin: 0;
  font-family: var(--main-font-family);
  color: #291F4F;
  background-color: #F7F4EF;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 568px) {
  .container {
    padding: 0 16px;
  }
}

.header-fixed .container {
  max-width: 1400px;
}

.b-pills {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .b-pills {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 567px) {
  .b-pills {
    margin-bottom: 24px;
  }
}

.b-pill {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #291F4F;
  border-radius: 25px;
  background: #C5BFFF;
}

.text-lg {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  max-width: 720px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .text-lg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-lg a {
  color: #F683FF;
}

.text-lg a:hover {
  text-decoration: underline;
}

.text-xl {
  font-family: var(--header-font-family);
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
}

@media only screen and (max-width: 567px) {
  .text-xl {
    font-size: 28px;
  }
}

.text-xl a {
  color: #F683FF;
}

.text-xl a:hover {
  text-decoration: underline;
}

.h2 {
  font-family: var(--header-font-family);
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .h2 {
    font-size: 32px;
  }
}

.new-design .h2 {
  font-size: 58px;
}

@media only screen and (max-width: 1600px) {
  .new-design .h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 568px) {
  .new-design .h2 {
    font-size: 28px;
  }
}

.section-text {
  margin-bottom: 80px;
}

@media only screen and (max-width: 567px) {
  .section-text {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-text .h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 567px) {
  .section-text {
    text-align: center;
  }
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

@media only screen and (max-width: 567px) {
  .section-wrapper {
    gap: 60px;
  }
}

footer {
  background-color: #F7F4EF;
}

footer .wrapper {
  border-top-color: rgba(41, 31, 79, 0.2);
}

@media only screen and (max-width: 767px) {
  .hidden-mobile-xl {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .visible-mobile-xl {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hidden-screen-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .visible-screen-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hidden-screen-xl {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .visible-screen-xl {
    display: none !important;
  }
}



/*# sourceMappingURL=category-lab.css.map*/