/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/blog-page/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.blog-page {
  padding-top: 6.4rem;
  padding-left: max(12.8rem, (100vw - 144rem) / 2 + 12.8rem);
  padding-right: max(12.8rem, (100vw - 144rem) / 2 + 12.8rem);
  color: #1F1F1F;
  padding-bottom: 12.8rem;
}
.blog-page .arianne {
  margin: 3.8rem 0;
  font-weight: 300;
}
.blog-page h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-page h1 svg {
  position: absolute;
  left: -1rem;
  top: 5.2rem;
  z-index: -1;
  width: 109%;
  height: 2.4rem;
}
.blog-page .categories {
  display: flex;
  align-items: center;
}
.blog-page .categories .search {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  position: relative;
  width: 41.5rem;
  margin-left: auto;
}
.blog-page .categories .search input {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 1rem 5rem 1rem 1.2rem;
}
.blog-page .categories .search input::-moz-placeholder {
  color: #979B9B;
}
.blog-page .categories .search input:-ms-input-placeholder {
  color: #979B9B;
}
.blog-page .categories .search input::placeholder {
  color: #979B9B;
}
.blog-page .categories .search input:focus-visible {
  outline: 1px solid #EB6109;
}
.blog-page .categories .search svg {
  position: absolute;
  right: 1.2rem;
  pointer-events: none;
}
.blog-page .categories a {
  margin-right: 3.2rem;
  color: #979B9B;
}
.blog-page .categories a.selected {
  color: #1F1F1F;
  font-weight: 500;
  position: relative;
}
.blog-page .categories a.selected::after {
  content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%274%27 cy=%274%27 r=%274%27 fill=%27%23EB6109%27/%3E%3C/svg%3E");
  position: absolute;
  top: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
}
.blog-page .categories a:hover {
  cursor: pointer;
}
.blog-page .blog-container {
  display: flex;
  flex-direction: column;
  padding-top: 2.2rem;
}
.blog-page .blog-container .blog-prev {
  display: flex;
  margin-bottom: 4.8rem;
}
.blog-page .blog-container .blog-prev:hover {
  cursor: pointer;
}
.blog-page .blog-container .blog-prev:hover h2 {
  color: #EB6109;
}
.blog-page .blog-container .blog-prev.no-display {
  display: none;
}
.blog-page .blog-container .blog-prev > div:first-of-type {
  position: relative;
  width: 49.6rem;
  height: 28.3rem;
  flex-shrink: 0;
}
.blog-page .blog-container .blog-prev > div:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page .blog-container .blog-prev > div:first-of-type .blank-card {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  z-index: -1;
}
.blog-page .blog-container .blog-prev .text-container {
  margin-left: 4.8rem;
}
.blog-page .blog-container .blog-prev .text-container p:first-of-type {
  color: #353B41;
}
.blog-page .blog-container .blog-prev h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 1.8rem 0;
}
.blog-page .blog-container .blog-prev .text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #353B41;
}
.blog-page .blog-container .blog-prev .cta2 {
  display: block;
  margin-top: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-page .blog-container:not(.selected) {
  display: none;
}
.blog-page .blog-container .pages-article, .blog-page .blog-container .pages-newsletter {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  color: #979B9B;
}
.blog-page .blog-container .pages-article a:not(:last-of-type), .blog-page .blog-container .pages-newsletter a:not(:last-of-type) {
  margin-right: 2.5rem;
}
.blog-page .blog-container .pages-article a:hover, .blog-page .blog-container .pages-newsletter a:hover {
  cursor: pointer;
}
.blog-page .blog-container .pages-article a.selected, .blog-page .blog-container .pages-newsletter a.selected {
  color: #1F1F1F;
}
.blog-page .blog-container .pages-article a:hover, .blog-page .blog-container .pages-newsletter a:hover {
  color: #1F1F1F;
}
.blog-page .blog-container .pages-article.no-display, .blog-page .blog-container .pages-newsletter.no-display {
  display: none;
}

@media only screen and (max-width: 900px) {
  .blog-page {
    margin: 0;
    margin-bottom: 6.4rem;
    padding: 0 2.4rem;
    padding-top: 1.2rem;
  }
  .blog-page h1 {
    font-size: 4rem;
  }
  .blog-page h1 svg {
    width: 109%;
    height: 2.4rem;
    top: 2.8rem;
    left: 0rem;
  }
  .blog-page .arianne {
    margin-top: 1.8rem;
    margin-bottom: 3.2rem;
  }
  .blog-page .categories {
    position: relative;
    height: 9rem;
    align-items: flex-end;
  }
  .blog-page .categories .search {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .blog-page .blog-container .blog-prev {
    flex-direction: column;
    margin-bottom: 6.2rem;
  }
  .blog-page .blog-container .blog-prev > div:first-of-type {
    height: 27.8rem;
    width: 100%;
  }
  .blog-page .blog-container .blog-prev .text-container {
    margin-left: 0;
    margin-top: 2.7rem;
  }
  .blog-page .blog-container .blog-prev .text-container p:first-of-type {
    color: #A8B5C2;
    font-size: 1.4rem;
  }
  .blog-page .blog-container .blog-prev .text-container h2 {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=style-blog-page.css.map*/