/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-new.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

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

.main .date-time {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .main .date-time {
    margin-top: 24px;
  }
}

.main-title {
  font-size: 24px;
  font-family: var(--header-font-family);
  font-weight: 600;
  line-height: 160%;
}

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

@media only screen and (max-width: 992px) {
  .main-title {
    font-size: 32px;
  }
}

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

.main-subtitle {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .main-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #7E7F82;
  }
}

.main-subtitle-big {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
  color: #7E7F82;
}

@media only screen and (max-width: 1200px) {
  .main-subtitle-big {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}

.article-item-large .main-title {
  font-size: 40px;
}

@media only screen and (max-width: 1600px) {
  .article-item-large .main-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .article-item-large .main-title {
    font-size: 24px;
  }
}

.new-design .article-item-large .main-title {
  font-size: 38px;
}

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

@media only screen and (max-width: 768px) {
  .new-design .article-item-large .main-title {
    font-size: 22px;
  }
}

: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);
}

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

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

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

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

@media only screen and (max-width: 992px) {
  .main-banner .wrapper .text {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper .text p {
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper .text p {
    max-width: 500px;
  }
}

.main-banner.lab .wrapper {
  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;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  max-width: 100%;
}

.main-banner.lab .wrapper .text .banner-title {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 568px) {
  .main-banner.lab .wrapper .text .banner-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}

.new-design .main-banner.lab .wrapper .text .banner-title {
  font-size: 68px;
}

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

.main-banner.lab .wrapper img {
  width: 100%;
}

.main-banner.author .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .main-banner.author .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-banner.author .wrapper .text {
    max-width: 590px;
    width: 100%;
    text-align: center;
  }
}

.main-banner.author .wrapper .avatar picture {
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 568px) {
  .main-banner.author .wrapper .avatar img {
    width: 180px;
  }
}

.main-banner.author .wrapper a.author-social {
  display: inline-block;
  margin-top: 16px;
  padding: 4.33px;
}

.main-banner.author .wrapper a.author-social:not(:last-child) {
  margin-right: 8px;
}

.main-banner.author .wrapper a.author-social svg {
  display: block;
}

.main-banner.author .wrapper a.author-social svg path {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-banner.author .wrapper a.author-social:hover svg path {
  fill: #F683FF;
}

@media only screen and (max-width: 768px) {
  .main-banner.author .wrapper a.author-social {
    margin-top: 40px;
  }
}

.wrapper .banner-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-transform: uppercase;
  background-color: #A1E9C7;
  display: inline-block;
  border-radius: 20px;
  color: #291F4F;
  padding: 0 20px;
}

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

.wrapper .banner-title {
  font-family: var(--header-font-family);
  font-weight: 600;
  font-size: 110px;
  line-height: 1;
  margin: 24px 0 40px;
}

@media only screen and (max-width: 1600px) {
  .wrapper .banner-title {
    font-size: 80px;
    margin: 40px 0;
  }
}

@media only screen and (max-width: 992px) {
  .wrapper .banner-title {
    font-size: 80px;
    margin: 32px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper .banner-title {
    font-size: 50px;
    margin: 24px 0;
  }
}

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

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

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

.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: 992px) {
  .wrapper .banner-subtitle {
    text-align: center;
  }
}

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

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

.category .items {
  margin-top: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

@media only screen and (max-width: 1600px) {
  .category .items {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 992px) {
  .category .items {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .category .items {
    gap: 50px;
    margin-top: 100px;
  }
}

.category .items .article .link-title > a:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category .items .article .cover {
  width: 100%;
}

.category .items .article .title {
  font-size: 24px;
  line-height: 120%;
  margin: 24px 0 16px;
  font-family: var(--header-font-family);
  font-weight: 600;
}

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

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

.category .items .title a {
  text-decoration: none;
  color: #291F4F;
  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;
}

.category .items .title a:hover {
  background-size: 100% 3px;
}

.category .items .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 16px;
  line-height: 160%;
}

@media only screen and (max-width: 568px) {
  .category .items .date-time {
    font-size: 12px;
    line-height: 14px;
  }
}

.category .items .date-time .time {
  opacity: 0.6;
}

.category.two-items .items {
  margin-top: 0;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 992px) {
  .category.two-items .items {
    grid-template-columns: 1fr;
  }
}

@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;
  }
}

.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;
}

.load-more-wrapper.active + .btn-load-more {
  margin-top: 60px;
}

.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;
}

.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-new.css.map*/