/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* Missing Template at Path: \'Buynomics-NL\/css\/generic\/_reset.css\' */
    /* Missing Template at Path: \'Buynomics-NL\/css\/generic\/_normalize.css\' */

    /* Pages
    Pages layout
    */
    .articles_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 0 80px 80px 80px; */
  overflow: hidden;
  align-items: center;
  text-align: left;
  margin-top: 40px;
  text-align:left;
}
.article_hero {
  width: 100%;
}
.article_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article_header_top {
  max-width: 752px;
  margin: 49px 0 0 0;
}
.article_header_top span {
  font-size: 20px;
  line-height: 28px;
  color: #131a18;
}

.article_top > * {
  flex: 1 1 32%;
}

.articles_main_image {
  margin: 34px 0 73px;
}

.article_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.article_text {
  max-width: 752px;
}
.article_text h3:first-of-type {
  margin: 0 0 40px 0;
  font-size: 28px;
  line-height: 34px;
  color: #131a18;
}
.article_text h3 {
  font-size: 28px;
  line-height: 34px;
  color: #131a18;
  margin: 79px 0 40px 0;
}
.article_text h4 {
  font-size: 16px;
  line-height: 24px;

  color: #131a18;
}
.article_text blockquote span {
  font-size: 28px;
  line-height: 34px;
  color: #131a18;
}
blockquote {
  border-top: 2px solid #6f5aef;
  margin: 51px 0px 60px 32px;
}
.article_text pre {
  font-size: 12px;
  margin-top: -67px;
  margin-bottom: 95px;
}
.articles_container .article_text p {
  font-size: 16px;
  line-height: 24px!important;
  color: #131a18;
  margin: 24px 0 0 0;
}
.article_text ul {
  padding: 6px 0 0 56px;
}
.article_text img {
  margin: 64px 0 60px;
}
.article_published_date {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #888c8b;
}
.article_author {
  display: flex;
  flex-direction: column;
}
.article_author span:first-of-type {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #131a18;
}
.article_author span:last-of-type {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #888c8b;
}
.article_author_img {
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
}
.article_author_img img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.author_info {
  margin: 40px 0 0 0;
  display: flex;
  gap: 12px;
}

.recomended {
  text-align: left;
  width: 304px;
}
.article_info_inside {
  margin: 0 0 0 256px;
}
.article_name span {
  font-size: 48px;
  line-height: 56px;
  color: #131a18;
}
.recomended > div:first-of-type {
  margin-bottom: 24px;
}
.recomended span {
  font-size: 28px;
  line-height: 34px;
  color: #131a18;
}
.articles_post_download_main_container {
  margin: 80px 0 0 0;
}
.articles_post_recomended_header p {
  margin: 0 0 24px 0;
}
.read_also_container {
  margin-top:40px;
  margin-bottom: 72px;
  width:100%;
}
.read_also_container .article_blog_read_holder {
  width:50%;
}
.articles_container h5 {
  font-size: 20px;
  line-height: 28px;

  color: #131a18;
}
.articles_post_recomended_header h3 {
  font-size: 28px;
  line-height: 34px;

  color: #131a18;
}
#read_also_span {
  margin-top:40px;
  font-size: 28px;
line-height: 34px;
color: #131A18;
}
/* end recomended header module */
@media screen and (max-width: 1439px) {
  .article_header_top {
    max-width: 640px;
  }
  .article_text pre {
    margin-top: -59px;
  }
  .article_text {
    max-width: 736px;
  }
  .recomended {
    width: 256px;
  }
  .article_info_inside {
    margin: 0 0 0 128px;
  }
  .articles_main_image {
    margin: 27px 0 73px;
  }
  .articles_main_image img {
    height: 480px;
  }
}

@media screen and (max-width: 1279px) {
  .article_top {
    display: flex;
    flex-direction: column;
  }
  #read_also_span {
    margin-top:32px;
  }
  .read_also_container .article_blog_read_holder {
    width: 100%;
}
.read_also_container {
  margin-top:32px;
}
  .articles_container h5 {
    font-size: 16px;
    line-height: 24px;

    color: #131a18;
  }
  .article_name {
    /* width: 85%; */
    max-width: 800px;
  }
  .article_text img {
    margin: 40px 0 85px;
  }
  .article_text pre {
    margin-top: -89px;
  }
  .article_header_top {
    margin: 31px 0 0;
    max-width: 800px;
  }
  .article_top > div:first-of-type {
    max-width: 100%;
  }
  .article_header_top span {
    font-size: 16px;
    line-height: 24px;
  }
  .article_info_inside {
    margin: 22px 0 0 0;
  }
  .author_info {
    display: flex;
    gap: 5px;
    margin: 24px 0 0px;
  }
  .article_author_img {
    margin-bottom: 19px;
  }
  .article_name span {
    font-size: 32px;
    line-height: 38px;
  }
  .articles_main_image {
    margin: 32px 0 0px 0;
    max-height: 478px;
  }
  .articles_main_image img {
    width: 100%;
    height: auto;
  }

  .article_top div:nth-child(2) {
    order: 3;
  }
  .article_top div:nth-child(2) {
  }

  .article_bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .article_text {
    max-width: 800px;
  }
  .article_text > h3:first-of-type {
    margin: 5px 0 40px;
  }
  .articles_post_download_main_container {
    margin: 74px 0 0 0;
  }

  .recomended {
    width: 100%;
    margin: 72px 0 0 0;
  }
  .recomended .recommended_container {
    flex-direction: row;
  }
}

/* .article_top > * {
    flex: 0;
  } */

@media screen and (max-width: 767px) {
  .articles_container {
    /* padding: 0 8px; */
  }
  .read_also_container {
    margin-top:24px;
  }
  #read_also_span{
    margin-top:24px;
    font-size: 20px;
line-height: 28px;
  }
  .articles_main_image {
    margin: 0 0 24 0;
  }
  .articles_post_recomended_header p {
    font-size: 20px;
    line-height: 28px;
  }

  /* recomended header module */

  /* end recomended header module */
  .articles_post_download_main_container {
    margin: 42px 0 0;
  }
  .recomended {
    margin: 86px 0 0;
  }
  .recomended .recommended_container {
    flex-direction: column;
    gap: 32px;
  }
  .articles_main_image {
    margin: 18px 0 0px 0;
  }
  .articles_main_image img {
    min-height: 182px;
  }
  .article_info_inside {
    margin: 14px 0 0 0;
  }
  .article_text h3:first-of-type {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #131a18;
    margin: 0px 0 26px 0;
  }
  .article_text p {
    font-size: 14px;
    line-height: 20px!important;
  }
  .article_text h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    margin: 40px 0 40px 0;

    /* Text */

    color: #131a18;
  }
  .article_text {
    /* margin-top: 48px; */
  }
  blockquote {
    margin: 56px 0px 42px 7px;
  }
  .article_text ul {
    padding: 6px 0 0 27px;
  }
  .article_text img {
    margin: 23px 0 17px;
  }
  .article_text pre {
    margin-top: -18px;
    margin-bottom: 0px;
  }
}

/* //////// */

.tags {
  text-align: left;
  margin-bottom: 32px;
}
.tags span {
  font-size: 14px;
  line-height: 20px;
}
.tags div {
  margin-top: 8px;
  display: flex;
}
.tags a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid;
  border-radius: 5px;
  padding: 7px 16px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 8px;
}
a u {
  color:#6F5AEF;
}
.tags a span {
  border-radius: 5px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.tags a:hover span {
  opacity: 0.3;
}

.top-posts,
.posts {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.top-posts {
  align-items: flex-start;
  margin-top: 40px;
}

.top-posts .post-holder,
.posts .post-holder {
  padding: 0 16px 56px;
  width: 33.33%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tags div {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
    overflow-x: auto;
  }
  .posts .post-holder {
    width: 100% !important;
    padding-bottom: 24px !important;
  }
  .blog-pagination {
    margin-bottom: 72px;
  }
  .articles_post_recomended_header h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .article_text h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-pagination__prev-link,
  .blog-pagination__next-link,
  .blog-pagination__number-link {
    margin: 0 4px;
  }
}
    .page-header{
  margin-top: 40px;
}

.articles-listing {
  box-sizing: border-box;
}

.articles-listing h1,h2 {
  text-align: left;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  margin: 24px 0;
}
.articles-listing.case-study h1,h2 {
  margin-bottom: 40px;
}

.articles-listing .tags{
  text-align: left;
  margin-bottom: 32px;
}
.articles-listing .tags span{
  font-size: 14px;
  line-height: 20px;
}
.articles-listing .tags div {
  margin-top: 8px;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.articles-listing .tags div::-webkit-scrollbar {
  display: none;
}
.articles-listing .tags a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid;
  border-radius: 5px;
  padding: 7px 16px;
  margin-right: 8px;
  display: inline-block;
  flex-shrink: 0;
}
.articles-listing .tags a span {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.articles-listing .tags a:hover span {
  opacity: 0.3;
}

.articles-listing .top-posts,
.articles-listing .posts{
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.articles-listing .top-posts{
  align-items: flex-start;
  margin-top: 40px;
}

.articles-listing .top-posts .post-holder,
.articles-listing .posts .post-holder{
  padding: 0 16px 56px;
  width: 33.33%;
  box-sizing: border-box;
}
.articles-listing.case-study .posts .post-holder{
  width: 25% !important;
}
.articles-listing .posts.recordings .post-holder{
  width: 25%;
}
.articles-listing .posts.case-studies .post-holder{
  width: 50%;
}
.articles-listing .posts.glossary .post-holder{
  width: 25% !important;
  padding-bottom: 56px !important;
}

.articles-listing .top-posts .post-holder.hero{
  width: 66.66%;
}

.articles-listing .most-popular{
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.articles-listing .posts .post-holder:nth-child(4),
.articles-listing .posts .post-holder:nth-child(5),
.articles-listing .posts .post-holder:nth-child(10),
.articles-listing .posts .post-holder:nth-child(11){
  width: 50%;
  padding-bottom: 80px;
}
.articles-listing .posts .post-holder:nth-child(6),
.articles-listing .posts .post-holder:nth-child(7),
.articles-listing .posts .post-holder:nth-child(8),
.articles-listing .posts .post-holder:nth-child(9),
.articles-listing .posts .post-holder:nth-child(12),
.articles-listing .posts .post-holder:nth-child(13),
.articles-listing .posts .post-holder:nth-child(14),
.articles-listing .posts .post-holder:nth-child(15){
  width: 25%;
}
.articles-listing .posts.recordings .post-holder:nth-child(4){
  width: 25%;
  padding-bottom: 56px;
}

.articles-listing .blog-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 128px;
}
.articles-listing .blog-pagination__prev-link,
.articles-listing .blog-pagination__next-link{
  padding: 8px 12px;
  margin: 0 12px;
}
.articles-listing .blog-pagination__prev-link svg{
  transform: rotate(180deg);
}
.articles-listing .blog-pagination__number-link{
  color: #131A18;
  font-size: 16px;
  line-height: 24px;
  margin: 0 12px;
  padding: 8px 12px;
}
.see-more{
  display: flex;
  justify-content: flex-end;
  margin: -16px 0 96px;
}
.event-recordings{
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  margin: 0 0 40px;
}



/* end recomended header module */
@media screen and (max-width: 1439px) {
  .articles-listing .posts .post-holder{
    padding-bottom: 40px;
  }
  .articles-listing .posts .post-holder:nth-child(4),
  .articles-listing .posts .post-holder:nth-child(5),
  .articles-listing .posts .post-holder:nth-child(10),
  .articles-listing .posts .post-holder:nth-child(11){
    padding-bottom: 72px;
  }
  .see-more{
    margin: -24px 0 56px;
  }
  .see-more:last-child{
    margin-bottom: 96px;
  }
  .event-recordings{
    margin: 0 0 32px;
  }
}

@media screen and (max-width: 1279px) {
 .articles-listing h1,h2 {
  font-size: 20px;
  line-height: 28px;
    margin: 24px 0 32px;
  }
  .articles-listing.case-study h1,h2 {
    margin-bottom: 32px;
  }

  .articles-listing .top-posts .post-holder{
    width: 100% !important;
    padding-bottom: 40px;
  }

  .articles-listing .top-posts .post-holder.with-banner{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .articles-listing .top-posts .post-holder.with-banner>div,
  .articles-listing .top-posts .post-holder.with-banner>a{
    width: calc(50% - 16px);
  }


  .articles-listing .posts .post-holder{
    width: 50%;
    padding-bottom: 56px;
  }
  .articles-listing.case-study .posts .post-holder{
    width: 33% !important;
    padding-bottom: 32px !important ;
  }
  .articles-listing .posts .post-holder:nth-child(3),
  .articles-listing .posts .post-holder:nth-child(7),
  .articles-listing .posts .post-holder:nth-child(11),
  .articles-listing .posts .post-holder:nth-child(15){
    width: 100%;
    padding-bottom: 72px;
  }
  .articles-listing .posts .post-holder:nth-child(4),
  .articles-listing .posts .post-holder:nth-child(5),
  .articles-listing .posts .post-holder:nth-child(6),
  .articles-listing .posts .post-holder:nth-child(8),
  .articles-listing .posts .post-holder:nth-child(9),
  .articles-listing .posts .post-holder:nth-child(10),
  .articles-listing .posts .post-holder:nth-child(12),
  .articles-listing .posts .post-holder:nth-child(13),
  .articles-listing .posts .post-holder:nth-child(14){
    width: 33.33%;
    padding-bottom: 32px;
  }
  .articles-listing .posts.recordings .post-holder:nth-child(1),
  .articles-listing .posts.recordings .post-holder:nth-child(2),
  .articles-listing .posts.recordings .post-holder:nth-child(3){
    width: 33.33%;
    padding-bottom: 56px;
  }
  .articles-listing .posts.most_popular_articles .post-holder:nth-child(8),
  .articles-listing .posts.most_popular_articles .post-holder:nth-child(9){
    display:none
  }


  .articles-listing .posts.recordings .post-holder:nth-child(4){
    width: 100%;
  }
  .articles-listing .posts.glossary .post-holder{
    width: 33.33% !important;
  }
  .articles-listing .posts.glossary .post-holder:nth-child(4){
    display: none;
  }
  .see-more{
    justify-content: center;
    margin-top: 0;
  }
  .event-recordings{
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 24px;
  }
}


@media screen and (max-width: 767px) {
  .articles-listing .tags div{
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
    overflow-x: auto;
  }
  .articles-listing .posts .post-holder{
    width: 100% !important;
    padding-bottom: 24px !important;
  }
  .articles-listing.case-study .posts .post-holder{
    width: 100% !important;
    padding-bottom: 24px !important;
  }
  .articles-listing .posts.glossary .post-holder{
    width: 100% !important;
    padding-bottom: 16px !important;
  }
  .articles-listing .posts.glossary .post-holder:nth-child(3){
    padding-bottom: 32px !important;
  }
  .articles-listing .top-posts .post-holder.with-banner{
    flex-direction: column-reverse;
  }
  .articles-listing .top-posts .post-holder.with-banner>div,
  .articles-listing .top-posts .post-holder.with-banner>a{
    width: 100%;
  }
  .articles-listing .top-posts .post-holder.with-banner>div{
    margin-top: 24px;
    margin-bottom: 0;
  }
  .articles-listing .top-posts .post-holder.with-banner>div a{
    margin-bottom: 0;
  }
  .articles-listing .blog-pagination{
    margin-bottom: 72px;
  }
  .articles-listing .blog-pagination__prev-link,
  .articles-listing .blog-pagination__next-link,
  .articles-listing .blog-pagination__number-link{
    margin: 0 4px;
  }
  .see-more:last-child{
    margin-bottom: 56px;
  }
}
    .white_paper_holder{
  margin-top: 40px;
}
.white_paper_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 154px;
  text-align: left;
  gap: 32px;
}
.white_paper_container .breadcrumbs{
  margin-top: 40px;
}
.white_paper_text {
  max-width: 766px;
  padding: 0;
}
.white_paper_module {
  max-width: 416px;
  padding: 24px;
  background: #e4e4e4;
  border-radius: 5px;
  min-width: 367px;
  height: fit-content;
}

.whitepaper_main_header {
  font-size: 48px;
  line-height: 56px;
  color: #131a18;
}
.whitepaper_second_header {
  margin: 0 0 56px 0;

  font-size: 48px;
  line-height: 56px;
  color: #131a1880;
}
.white_paper_description li {
  margin: 24px 0 0 15px;
}
.success_download {
  background: #80BA8A;
border-radius: 5px;
width:416px;
height: 208px;
text-align: left;
padding:24px;
color:#131A18;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.success_download.active {
  background: red;
}
.success_download_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.success_download_x{
  margin-right: 5px
}

.success_download_2 {
  margin-top: 34px;
    width: 90%;
}
.success_download_3 {
  margin-top: 9px;
  width: 92%;

}
.success_download .success_download_1 span{
  font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #131A18;
}
.success_download .success_download_2 span{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-weight: 400;

}
.success_download .success_download_3 span{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1439px) {
  .white_paper_container {
    margin-bottom: 128px;
    gap: 7px;
  }

  .white_paper_text {
    max-width: 760px;
  }
  .white_paper_module {
    min-width: 303px;
  }
}

@media screen and (max-width: 1279px) {
  .white_paper_container {
    flex-direction: column;
    margin-bottom: 104px;
    gap: 4px;
  }
  .white_paper_module {
    max-width: 550px;
    min-width: 370px;
    width: 53%;
  }
  .white_paper_text {
    max-width: 687px;
  }
  .white_paper_module {
    max-width: 416px;
    margin: 36px 0 0;
  }
  .whitepaper_main_header {
    font-size: 32px;
    line-height: 38px;
  }
  .whitepaper_second_header {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .white_paper_container {
    margin-bottom: 88px;
  }
  .white_paper_text {
    padding: 0;
  }
  .white_paper_module {
    min-width: 230px;
    width: 94%;
    margin: 50px 0 0;
    padding: 8px 8px 16px 8px;
  }
  .whitepaper_second_header {
    margin: 0px 0 34px;
  }
  .white_paper_description p,
  li {
    font-size: 14px;
    line-height: 20px;
  }
  .white_paper_description li {
    margin: 21.5px 0 0 -11px;
  }
  /* .white_paper_button {
    border-top: 2px solid #dadada;
    cursor: pointer;
    margin: 24px -8px 0;
    padding-top: 25px;
} */
}
    .product_container {
  background: #131a18;
}
.product_container img {
  border-radius: 5px;
  max-width: 724px;
  height: auto;
}
.product_hero {
  display: flex;
  gap: 32px;
  margin: 103px -65px 0;
  padding: 0 65px; 
  box-sizing: border-box;
  overflow-x: hidden;
}
.product_hero_left {
  text-align: left;
  margin: -34px 0 0 0;

  padding: 9px 0 0 112px;
  max-width: 640px;
  flex-shrink: 0;
}

.product_hero_header span {
  line-height: 70px;
}
.product_body_one {
  display: flex;
  flex-direction: column;
  margin: 160px 0 0;
  padding: 0 112px;
  gap: 170px;
  position: relative;
}
.product_body_one .animation-window-holder{
  position: absolute;
  left: 112px;
  top: 0;
  width: 530px;
  height: 100%;
  z-index: 10;
}
.product_body_one .animation-window{
  position: sticky;
  top: 200px;
  padding-bottom: 56%;
  width: 100%;
}
.product_body_one .animation-window .top,
.product_body_one .animation-window .bottom{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  background: #131a18;
  left: 0;
}
.product_body_one .animation-window .top{
  bottom: 100%;
}
.product_body_one .animation-window .bottom{
  top: 100%;
}
.product_body_one .animation-window svg{
  position: absolute;
}
.product_body_one .animation-window svg.tl{
  top: -3px;
  left: -3px;
}
.product_body_one .animation-window svg.tr{
  top: -3px;
  right: -3px;
  transform: rotate(90deg);
}
.product_body_one .animation-window svg.bl{
  bottom: -3px;
  left: -3px;
  transform: rotate(270deg);
}
.product_body_one .animation-window svg.br{
  bottom: -3px;
  right: -3px;
  transform: rotate(180deg);
}

.product_body_one .animation-window .mask {
  -webkit-mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 50%);
  mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 50%);
}
.product_hero_left h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 40px 0 0px 0;
}
.product_hero_left p {
  font-size: 20px;
  line-height: 28px;
  margin: 35px 0 0 0;
  width: 100%;
}
.product_hero_img {
  height: 100%;
  width: 100%;
  margin: 0px -64px 0 0;
  width: 85%;
  /* height: auto; */
  /* padding-left: 111px; */
}
.product_hero_img img {
  /* width: auto !important;
  height: 419px !important;
  max-width: initial !important; */
}

/*second part of the body*/
.product_body_two {
  margin: 153px 0 0;
  padding: 0 0 0 112px;
  text-align: left;
}

.product_body_two_header {
  margin: 0 0 80px;
}
.product_body_two_text {
  padding: 0 100px;
}
.product_body_two_header h1,
.product_body_two_header h2,
.product_body_two_header h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: white;
  text-align: center;
}
.product_body_two_text h4,
h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 17px;
  color: white;
  margin-top: 48px;
}
.product_body_two_text p {
  font-size: 16px;
  line-height: 24px;
  color: #b7b7b7;
}
.product_body_two_video {
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 24px;
}
.product_body_two_video img {
  width: 100% !important;
  height: 295px;
}
/*third part of body */
.product_body_three {
  margin: 133px 0 0;
}
.product_body_three_box_container {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 53px 0 0;
}
/*call action*/
.product_callAction {
  margin: 138px 0 138px;
}
.product_body_three_header {
  color: white;
}
@media screen and (max-width: 1439px) {
  .product_hero {
    gap: 44px;
    margin: 103px calc((100vw - 100% - 18px) / -2) 0;
    padding: 0 calc((100vw - 100% - 18px) / 2);
  }
  .product_body_three {
    margin: 80px 0 0;
  }
  .product_hero_img {
    margin: 0 -80px 0 0;
  }
  .product_hero_img img {
    height: auto !important;
  }
  .product_body_two_video img {
    width: 96% !important;
    height: 295px;
  }
  .product_body_one {
    padding: 0 0;
    gap: 167px;
  }
  .product_body_one .animation-window-holder{
    left: 0;
    width: 544px;
  }
  .product_hero_left {
    padding: 8px 0 0;
  }
  /*second part of the body*/
  .product_body_two {
    margin: 155px 0 0;
    gap: 110px;
    padding: 0;
  }
  .product_body_two_header {
    margin: 0 0 80px;
  }
  .product_callAction {
    margin: 117px 0 134px 0px;
  }
}

@media screen and (max-width: 1279px) {
  .product_hero {
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;

  }
  .product_hero_left {
    max-width: 100%;
  }
  .product_hero_left p {
    max-width: 800px;
    width: 100%;
  }
  .product_hero_img {
    /* margin: 44px auto 0 auto; */
    width: 100%;
    padding: 0;
  }
  .product_hero_img img {
    width: 100% !important;
    height: auto !important;
  }
  .product_body_one {
    margin: 108px 0 0;
    gap: 95px;
  }
  .product_body_one .animation-window-holder{
    display: none;
  }
  .product_body_two_video img {
    min-height: 253px;
    max-height: 440px;
    width: 100% !important;
  }

  /*second part of body*/
  .product_body_two {
    flex-direction: column;
    margin: 88px 0 0 0;
    padding: 0px 121px;
    gap: 12px;
  }
  .product_body_two_header {
    margin: 0 0 56px 0;
  }
  .product_body_two_header h1,
  .product_body_two_header h2,
  .product_body_two_header h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .product_body_two_text h5 {
    margin-top: 55px;
  }

  .product_body_two_video {
    width: 100%;
    /* height: 264px; */
  }
  .product_body_two_video img {
    height: 100%;
  }
  .product_body_two_video img {
    height: 100%;
  }
  /*third part of body*/
  .product_body_three {
    margin: 17% 0 0;
  }
  .product_body_three_box_container {
    flex-wrap: wrap;
    margin: -31px 0 0;
    gap: 26px;
    justify-content: center;
  }
  /*call action*/
  .product_callAction {
    margin: 112px 0 150px;
  }
  .product_container img {
  max-width: 100%;
}
}

@media screen and (max-width: 767px) {
  .product_body_one {
    margin: 68px 0 0;
    gap: 69px;
  }
  .product_hero {
    margin: 59px 0 0;
    gap: 30px;
  }
  .product_hero_left h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .product_hero_left h1 > span {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .product_hero_left p {
    font-size: 20px;
    line-height: 28px !important;
    margin: 35px 0 0 0;
  }
  .product_hero_img {
    margin: 13px 0 0;
  }
  .product_hero_img img {
    width: 100%;
    height: auto !important;
  }

  /*second part of body */
  .product_body_two {
    padding: 0;
    margin: 76px 0 0;
  }
  .product_body_two_header {
    margin: 0 0 48px 0;
  }
  .product_body_two_header h1,
  .product_body_two_header h2,
  .product_body_two_header h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .product_body_two_text{
    padding: 0;
  }
  .product_body_two_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .product_body_two_text h5:first-of-type {
    margin-top: -9px;
  }
  .product_body_two_text h5 {
    margin-top: 72px;
  }
  .product_body_two_video {
    margin-top: 44px;
  }
  /*third part of body*/
  .product_body_three {
    margin: 31% 0 0;
  }
  .product_body_three_box_container {
    margin: -14px 0 0;
    gap: 16px;
  }
  /*call action*/
  .product_callAction {
    margin: 104px 0 60px;
  }
  .product_hero_left p br, .product_hero_left span br {
    display: none;
  }
  .product_hero_left h1 span br {
    display: initial;
  }
}
    /* Missing Template at Path: \'Buynomics-NL\/css\/pages\/home.css\' */
    .terms_conditions_container {
  max-width: 752px;
  padding: 0 0 64px 0;
  text-align: left;
  color: #131a18;
}
.terms_conditions_container .breadcrumbs {
  margin-top: 40px;
}
.terms_conditions_intro_text {
  margin: 0 0 80px 0;
}
.terms_conditions_intro_text h1,
h2,
h3 {
  font-size: 48px;
  line-height: 56px;
  color: #131a18;
}
.terms_conditions_intro_text p {
  font-size: 20px;
  line-height: 28px;
}
.terms_conditions_text h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
  margin-top: 0;
}
.terms_conditions_text h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 48px 0 32px 0;
}
.terms_conditions_text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.terms_conditions_text ul {
  margin: 0px 0 24px 16px;
}
/* .terms_conditions_container li::marker {
  content: '·';
  font-size: 30px;
  vertical-align: middle;
  line-height: 20px;
} */
.annex span {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.annex {
  margin: 50px 0 -40px 0;
}

/* .terms_conditions_text h2:last-of-type {
  margin: 8px 0 32px;
} */
@media screen and (max-width: 1439px) {
  .text_templete_container {
    max-width: 736px;
  }
}

@media screen and (max-width: 1279px) {
  .terms_conditions_container {
    max-width: 736px;
    width: 100%;
  }
  .terms_conditions_intro_text p {
    font-size: 16px;
    line-height: 24px;
<<<<<<< HEAD

=======
>>>>>>> e65b6f4 (7/10)
  }
  .terms_conditions_text h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .terms_conditions_text h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 40px 0 24px 0;
  }
  .terms_conditions_text p {
    margin: 24px 0 40px 0;
  }
  .terms_conditions_text p:first-of-type {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .terms_conditions_container{
    margin-top: 64px;
  }
  .terms_conditions_text {
    max-width: 736px;
    width: 100%;
  }
  .terms_conditions_text h1 {
    margin-bottom: 25px;
  }
  .terms_conditions_text p:first-of-type {
    margin-bottom: 32px;
  }
  .terms_conditions_text h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0 16px 0;
  }
  .terms_conditions_text p {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 32px 0;
  }
  .annex span {
    font-size: 14px;
    line-height: 20px;
  }
  .terms_conditions_intro_text p {
    font-size: 14px;
    line-height: 20px;
  }
}
    .careers_hero_header {
  text-align: left;
}
.careers_hero_header h1,
h2,
h3 h4 {
  margin: 77px 0 0 0;

  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #131a18;
}
.career_body_one {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0 0;
}
.career_slider {
  box-sizing: border-box;
  width: 750px;
  height: 366px;
  border: 1px solid #6f5aef;
  /* overflow: hidden; */
}
.careers_body_two {
  text-align: left;
  margin-top: 161px;
}
.shape_culture_header span {
  font-size: 32px;
  line-height: 38px;
  color: #131a18;
}
#hs_cos_wrapper_careers_shape_culture_box {
  display: flex;
  gap: 30px;
  margin-top: 79px;
}
.careers_jobs {
  margin-top: 108px;
  text-align: left;
}
.jobs_header span {
  font-size: 32px;
  line-height: 38px;
  color: #131a18;
}
.careers_banners_container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  margin-top: 80px;
}
.contact_hr {
  width: 40.3%;
}
.unsolicited_application div#hs_cos_wrapper_careers_unsolicited_application {
  height: 100%;
}
.unsolicited_application {
  width: 57%;
}

@media screen and (max-width: 1439px) {
  .career_slider {
    width: 704px;
    height: 366px;
  }
  #hs_cos_wrapper_careers_shape_culture_box {
    gap: 95px;
  }
}

@media screen and (max-width: 1279px) {
  .career_body_one {
    flex-direction: column;
    margin: 73px 0 0 0;
  }
  .career_slider {
    max-width: 704px;
    width: 90%;
  }
  .careers_add {
    margin-top: 31px;
  }
  .careers_hero_header h1,
  h2,
  h3 h4 {
    margin: 44px 0 0 0;

    font-size: 48px;
    line-height: 56px;
  }
  .careers_body_two {
    margin-top: 80px;
  }
  #hs_cos_wrapper_careers_shape_culture_box {
    flex-wrap: wrap;
    gap: 47px 168px;
    margin-top: 46px;
    max-width: 907px;
  }
  .shape_culture_header span {
    font-size: 28px;
    line-height: 34px;
  }
  .jobs_header span {
    font-size: 28px;
    line-height: 34px;
  }
  .contact_hr {
    width: 50%;
  }
  .unsolicited_application {
    width: 50%;
  }
  .careers_banners_container {
    margin-top: 101px;
  }
  .careers_jobs {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .career_body_one {
    margin: 32px 0 0 0;
  }
  .careers_body_two {
    margin-top: 72px;
  }
  #hs_cos_wrapper_careers_shape_culture_box {
    margin-top: 27px;
    gap: 24px 168px;
  }
  .career_slider {
    max-width: auto;

    height: 640px;
  }
  .careers_add {
    margin-top: 20px;
  }
  .careers_hero_header h1,
  h2,
  h3 h4 {
    margin: 33px 0 0 0;

    font-size: 32px;
    line-height: 38px;
  }
  .careers_jobs {
    margin-top: 70px;
  }
  .careers_banners_container {
    flex-direction: column;
    gap: 19px;
    margin-top: 69px;
  }
  .contact_hr {
    width: 100%;
  }
  .unsolicited_application {
    width: 100%;
  }
}





    /* Templates
    CSS for custom templates
    */
    .contact_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 0;
}
.contact_info a {
  text-decoration: none;
}
.contact_page_header {
  text-align: left;
  margin-top: 77px;
}
.contact_page_header span {
  font-size: 48px;
  line-height: 56px;
}
.contact_map {
  height: 480px;
  margin: 72px 0 36px;
}
.contact_container h1 {
  margin: 10px 0 0 0;
}

.contact_address {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #131a18;
}
.contact_call_action {
  margin: 0 0 120px 0;
}
.contact_phone {
  margin: 0 0 0 72px;
}
.contact_mail {
  margin: 0px 134px 0 0;
}
@media screen and (max-width: 1439px) {
  .contact_phone {
    margin: 0 0 0 40px;
  }
  .contact_mail {
    margin: 0px 70px 0 0;
  }
}

@media screen and (max-width: 1279px) {
  .contact_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 30px 0 0;
  }
  .contact_page_header {
    margin-top: 36px;
  }
  .contact_page_header span {
    font-size: 32px;
    line-height: 38px;
  }
  .contact_map {
    margin: 31px 0 32px;
    height: 320px;
  }

  .contact_call_action {
    margin: 0 0 106px;
  }
  .contact_mail {
    margin: 0 0px 0 7px;
  }
  .contact_phone {
    margin: 0 0 0 7px;
  }
}

@media screen and (max-width: 767px) {
  .contact_info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: left;
  }
  .contact_page_header span {
  }
  .contact_map {
    margin: 32px 0 16px 0;
    height: 240px;
  }
  .contact_address {
    align-self: flex-start;
  }
  .contact_address span {
    font-size: 14px;
    line-height: 20px;
  }
  .contact_info {
    margin: 27px 0 0;
  }
  .contact_info_last_two {
    width: 100%;
  }
  .contact_address {
    width: 50%;
  }
  .contact_info a {
    width: 100%;
  }
  .contact_call_action {
  }
  .contact_phone {
    margin: 10px 0 0 0;
  }
  .contact_mail {
    margin: 0;
  }
}

#map {
  height: 100%;
}
    .solution_container {
  display: flex;
  flex-direction: column;
  background-color: rgb(19, 26, 24);
}
.solution_hero {
  /* margin: 0 -80px; */
}
.box_container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  /* overflow-y: auto; */
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.box_container::-webkit-scrollbar {
  display: none;
}
.challenge_main_container {
  margin: 153px 0 0 112px;
  z-index: 1;
  position: relative;
}

.solution_main_container {
  margin: 156px 0 0 112px;
}

.solution_challenges_text_container {
  max-width: 640px;
  margin: 0 0 46px 0;
}

.dropdown_boxes_main_container {
  margin: 0 116px;
}
.dropdown_boxes_container {
  display: flex;
  justify-content: center;
  margin: 56px 0 0 0;
}
/*responsivble for the hubspot created div in boxes */
.dropdown_boxes_container div {
  width: 100%;
}
/* end*/
.dropdown_boxes_container_header {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
}
.dropdown_boxes_container_header span {
  font-size: 32px;
  line-height: 38px;
}

.solution_key_features_sub_header {
  max-width: 405px;
  margin: 26px 0 0;
  font-family: 'TWK Everett';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #dadada;
}
.key_features_box_container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin: 58px 0 0;
}
.key_features_text_container {
  display: flex;
}
.solution_key_feature_button {
  margin-left: auto;
}
/* .solution_key_feature_button div {
  padding: 12px;
  border-radius: 5px;
  width: 168px;
  margin: 20px 0 0;
} */
.key_features_container {
  margin: 147px 112px 0 112px;
  text-align: left;
}
.key_features_header h2 {
  font-size: 32px;
  line-height: 38px;
}

.get_demo_solutions {
  margin: 143px 0 177px;
}
.solution_case_study {
  margin: 157px 0 155px;
}
.solution_challenges_header {
  margin-bottom: 31px;
}
.solution_challenges_desc {
  max-width: 57%;
  margin: 0 0 54px 0;
}

.solution_challenges_header span {
  font-size: 32px;
  line-height: 38px;
}
.solution_challenges_desc span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #dadada;
}
@media screen and (max-width: 1439px) {
  .solution_challenges_header {
    max-width: 736px;
  }
  .solution_case_study {
    margin: 125px 0 122px;
  }

  .challenge_main_container {
    margin: 210px 0 0 95px;
  }
  .solution_main_container {
    margin: 156px 0 0 95px;
  }
  .get_demo_solutions {
    margin: 100px 0 185px;
  }
  .dropdown_boxes_main_container {
    margin: 0 95px;
  }
  .key_features_container {
    margin: 148px 95px 0;
  }
  .solution_challenges_desc {
    margin: 0 0 54px;
    max-width: 70%;
  }
}

/* flex wrap for key features container */
/* @media screen and (max-width: 1375px) {
  .key_features_box_container {
    flex-wrap: wrap;
  }
} */
@media screen and (max-width: 1279px) {
  .solution_challenges_header {
    max-width: 672px;
  }
  .challenge_main_container {
    margin: 214px 0 0;
  }
  .solution_main_container {
    margin: 152px 0 0 0;
  }
  .key_features_box_container {
    flex-wrap: wrap;
  }
  .key_features_container {
    margin: 148px 0 0;
  }
  .dropdown_boxes_main_container {
    margin: 0 0;
  }

  .solution {
    margin: 55px 0 0 0;
  }
  .get_demo_solutions {
    margin: 143px 0px 108px;
  }
  .solution_challenges_desc {
    max-width: 100%;
  }
  .solution_case_study {
    margin: 125px 0 73px;
  }
}
@media screen and (max-width: 767px) {
  .box_container {
    flex-direction: row;
    flex-wrap: wrap;
    /* height: 380px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto; */
    gap: 16px;
  }
  .challenge_main_container {
    margin: 93px 0 0;

    /* height: 550px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto; */
  }

  .dropdown_boxes_container {
    margin: 30px 0 0 0;
  }

  .key_features_container {
    margin: 64px 0 0;
  }
  .dropdown_boxes_main_container {
    margin: 72px 0 0 0;
  }
  .key_features_box_container {
    flex-direction: column;
    margin: 87px 0px 0px;
    gap: 46px;
  }
  .key_features_text_container {
    flex-direction: column;
  }
  .solution_challenges_header span {
    font-size: 28px;
    line-height: 34px;
  }
  .solution_challenges_header {
    margin: 0 0 16px 0;
  }
  .solution_main_container {
    margin: 52px 0 0 0;
  }
  .solution_challenges_desc {
    font-size: 16px;
    line-height: 24px;
    margin: 21px 0 51px;
  }
  .solution {
    /* height: 484px; */
    margin: 48px 0 0;
  }
  .solution_case_study {
    margin: 76px 0px 24px 0px;
  }
  .dropdown_boxes_container_header span {
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .key_features_header span {
    font-size: 28px !important;
  }
  .get_demo_solutions {
    margin: 78px 0 148px;
  }
  .solution_key_feature_button {
    margin-left: right;
    margin-top: 20px;
  }
}


    /* Objects
    Non-cosmetic design patterns including grid and layout classes)
    */

    /* Missing Template at Path: \'Buynomics-NL\/css\/objects\/_layout.css\' */
    /* Missing Template at Path: \'Buynomics-NL\/css\/objects\/_containers-dnd.css\' */

    /* Elements
    Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
    */

    /* Missing Template at Path: \'Buynomics-NL\/css\/elements\/_typography.css\' */
    /* Missing Template at Path: \'Buynomics-NL\/css\/elements\/_buttons.css\' */
    /* Missing Template at Path: \'Buynomics-NL\/css\/elements\/_forms.css\' */
    /* Missing Template at Path: \'Buynomics-NL\/css\/elements\/_tables.css\' */

    /* Components
    Specific pieces of UI that are stylized. Typically used for global partial styling
    */

    /* Header DND sections */
.header {
  background: #FCFCFC;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: min(40px, ((100vw - 1440px) / 2));
}
.bg-black .header {
  background: #0D1211;
}
.header .progress {
  display: block;
  height: 2px;
  width: 0;
  background-color: #6f5aef;
  position: absolute;
  left: 0;
  bottom: 0;
}
.left_column {
  display:flex;
}
.header_wrapper {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.bg-black .header_nav,
.bg-black .header_wrapper {
  background: #131a18;
}
.bg-black .header_wrapper a {
  color: #fff;
}
.bg-black .header_wrapper svg path {
  fill: #fff !important;
}
.header_wrapper > div {
  display: flex;
  align-items: center;
}
.header_nav {
  margin-left: 38px;
}
.header_nav li {
  padding: 0 16px;
  position: relative;
}
.header_nav li.activ:after {
  display: block;
  content: '';
  position: absolute;
  left: 16px;
  top: calc(100% + 28px);
  width: calc(100% - 32px);
  height: 1px;
  background: #131a18;
}
.bg-black .header_nav li.activ:after {
  background: #fff;
}
.header_nav li a {
  font-size: 14px;
  line-height: 18px;
  color: #131a18;
}
.header_nav li a:hover {
  color: #6f5aef;
}
.header_nav li ul {
  position: absolute;
  top: calc(100% + 28px);
  left: 0;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}
.header_nav li.activ ul {
  opacity: 1;
  pointer-events: auto;
}
.header_nav li ul:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 197%;
    height: 100%;
    width: 699%;
  border-top: 1px solid #dadada;
  background: #F9F9F9;
  transform: translate(-50%, 0);
}
.bg-black .header_nav li ul:before {
  background: #131a18;
  border-color: rgba(255, 255, 255, 0.1);
}
.header_nav li ul:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 200vw;
  background: rgba(19, 26, 24, 0.5);
  transform: translate(-50%, 0);
  backdrop-filter: blur(2px);
  z-index: -1;
}
.header_nav li ul li {
  padding: 16px;
  white-space: nowrap;
  position: relative;
}
.header_nav li ul li.submenu-title,
.header_nav li ul li:after {
  display: none;
}
.header_nav #hs_cos_wrapper_footer_button_2 {
  display: none;
}
.menu_toggle {
  display: none;
  cursor: pointer;
  background: none !important;
}
.demo_button_header button {
  cursor: pointer;
  border: none;
  color: #fff;
  background: #6f5aef;
  border-radius: 5px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.demo_button_header button:before {
  border-radius: 5px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}
.demo_button_header button:hover {
  background: #6f5aef;
}
.demo_button_header button:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.demo_button_header button > div {
  position: relative;
}
.demo_button_header button #hs_cos_wrapper_text_short {
  display: none;
}
.login_button {
  margin-left: 32px;
}
.login_button a {
  font-size: 14px;
  line-height: 18px;
  color: #131a18;
}

@media screen and (max-width: 1439px) {
  .header {
    padding-top: 0;
  }
  .header_wrapper {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1279px) {
  .header_wrapper {
    padding: 0 40px;
  }
  .header_wrapper .login_button {
    display: none;
  }
  .menu_toggle {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    border: none;
    margin-left: 24px;
  }
  .menu_toggle span {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #131a18;
    left: 8px;
    top: 11px;
    transition: 0.3s ease-in-out;
  }
  .menu_toggle span:last-child {
    top: auto;
    bottom: 11px;
  }
  .opened .menu_toggle span {
    transform: rotate(45deg);
    top: 15px;
  }
  .opened .menu_toggle span:last-child {
    transform: rotate(-45deg);
    bottom: 15px;
  }
  .bg-black .menu_toggle {
    background: #131a18;
  }
  .bg-black .menu_toggle span {
    background: #fff;
  }
  .header_nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    top: 100%;
    background: #F9F9F9;
    flex-direction: column;
    margin: 0;
    padding: 40px;
    transition: 0.5s ease-in-out;
    transform: translate(0, -100%);
    z-index: -1;
  }
  .opened .header_nav {
    transform: translate(0, 0);
  }
  .header_nav ul {
    display: block !important;
  }
  .header_nav li {
    padding: 16px 0;
    position: static;
  }
  .header_nav li:after {
    display: none !important;
  }
  .header_nav li a {
    font-size: 20px;
    line-height: 28px;
  }
  .header_nav li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    padding: 40px 40px 40px 64px;
  }
  .bg-black .header_nav li ul {
    background: #131a18;
  }
  .header_nav li ul li.submenu-title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    pointer-events: none;
  }
  .bg-black .header_nav li ul li.submenu-title {
    color: #fff;
  }
  .header_nav li ul li.submenu-title svg {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header_nav li ul:before,
  .header_nav li ul:after {
    display: none;
  }
  .header_nav #hs_cos_wrapper_footer_button_2 {
    display: block;
    padding: 16px 0;
  }
  .header_nav #hs_cos_wrapper_footer_button_2 a {
    font-size: 20px;
    line-height: 28px;
    color: #131a18;
  }
  .header_nav #hs_cos_wrapper_footer_button_2 a:hover {
    color: #6f5aef;
  }
}
@media screen and (max-width: 767px) {
  .header_wrapper {
    padding: 0 16px;
    height: 56px;
  }
  .demo_button_header button #hs_cos_wrapper_text_short {
    display: block;
  }
  .demo_button_header button #hs_cos_wrapper_text {
    display: none;
  }
  .header_logo svg {
    height: 20px;
    width: auto;
    margin-top: 6px;
  }
  .header_nav {
    padding: 16px;
  }
  .header_nav li a {
    font-size: 14px;
    line-height: 18px;
  }
  .header_nav li ul {
    padding: 16px 16px 16px 40px;
  }
  .header_nav li ul li.submenu-title {
    font-size: 14px;
    line-height: 18px;
  }
  .header_nav #hs_cos_wrapper_footer_button_2 a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1441px) {
  .header {
  max-width: 1442px;
  left: 50%;
  transform: translateX(-50%);
}
.header .progress {
  max-width: 1440px;
}
}
    .bn-button{
  padding: 15px 16px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
.bn-button.small{
  padding: 7px 16px;
}
.bn-button svg{
  position: relative;
  top: 2px;
  margin-left: 40px;
  transition: 0.3s ease-in-out;
  transform: translate(-8px, 0);
}
.bn-button:hover svg{
  transform: translate(0, 0);
}
    .breadcrumbs ul{
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 0 24px;
}
.breadcrumbs ul li{
  padding-right: 16px;
  flex-shrink: 0;
}
.breadcrumbs ul a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color:  #888C8B;
}
.breadcrumbs ul a:hover{
  color: #131A18;
}
.breadcrumbs ul span{
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.breadcrumbs ul a+span{
  margin-left: 16px;
}
@media (max-width: 767px){
  .breadcrumbs{
    display: none;
  }
}
    /* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.glossary_tile{
  box-sizing: border-box;
  height: 100%;
  background-color: #E4E4E4;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.resource_tile{
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.resource_tile:hover{
  background-color: #E4E4E4;
}
.case-studies .resource_tile,
.resource_tile.horizontal{
  flex-direction: row-reverse;
  background-color: #E4E4E4;
}
.case-studies .resource_tile:hover,
.glossary_tile:hover,
.resource_tile.horizontal:hover{
  background-color: #FFF;
}

.resource_tile .image_holder{
  position: relative;
  padding-bottom: 53%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.resource_tile.horizontal .image_holder{
  width: calc(50% + 16px);
  padding-bottom: 28.0%;
}
.case-studies .resource_tile .image_holder{
  padding-bottom: 44.4%;
  width: calc(50% - 16px);
}

.resource_tile .image_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-holder.hero .image_holder {
  height: 17px;
}
.resource_tile .image_holder .play{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resource_tile .image_holder .play:before{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #6F5AEF;
  margin-left: 5px;
}
.glossary_tile .text_holder,
.resource_tile .text_holder{
  padding: 16px 0;
  text-align: left;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  box-sizing: border-box;
}
.glossary_tile .text_holder{
  height: 100%;
  padding: 16px;
}
.resource_tile:hover .text_holder{
  padding: 16px 16px;
}
.case-studies .resource_tile .text_holder{
  width: calc(50% + 16px);
  padding: 16px;
}
.resource_tile.horizontal .text_holder{
  width: calc(50% - 16px);
  padding: 16px;
}
.case-studies .resource_tile .text_holder>div>span{
  display: none;
}
.resource_tile .text_holder span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #888C8B;
}
.resource_tile .text_holder h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 8px 0 32px;
  width: calc(100% - 32px);
  transition: width 0.3s ease-in-out;
}
.glossary_tile .text_holder h3{
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}
.glossary_tile .text_holder p{
  font-size: 14px;
  line-height: 18px;
  color: #888C8B;
  margin: 0 0 26px;
}
.resource_tile:hover .text_holder h3{
  width: 100%;
}
.case-studies .resource_tile .text_holder h3,
.resource_tile.horizontal .text_holder h3{
  width: 100%;
  margin: 8px 0 16px;
  max-height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case-studies .resource_tile .text_holder h3{
  margin-top: 0;
}
.glossary_tile .text_holder .read_more,
.resource_tile .text_holder .read_more{
  font-size: 14px;
  line-height: 18px;
  color: #6F5AEF;
}
.glossary_tile .read_more svg,
.resource_tile .read_more svg{
  margin-left: 16px;
  position: relative;
  top: 1px;
}


@media screen and (max-width: 1279px) {
  .resource_tile .text_holder{
    padding: 12px 0;
  }
  .resource_tile:hover .text_holder{
    padding: 12px 12px;
  }
  .case-studies .resource_tile:hover .text_holder,
  .resource_tile.horizontal:hover .text_holder{
     padding: 16px 16px;
  }
  .resource_tile .text_holder h3{
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 16px;
    width: calc(100% - 24px);
  }
  .resource_tile.horizontal .text_holder h3{
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .case-studies .resource_tile .text_holder h3{
    margin-bottom: 32px;
  }
  .case-studies .resource_tile{
    flex-direction: column;
  }
  .case-studies .resource_tile .image_holder{
    width: 100%;
    padding-bottom: 88%;
  }
  .case-studies .resource_tile .text_holder{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .resource_tile.horizontal{
    flex-direction: column;
  }
  .resource_tile.horizontal .image_holder{
    width: 100%;
    padding-bottom: 53%;
  }
  .resource_tile.horizontal .text_holder{
    width: 100%;
  }
  .resource_tile.horizontal .text_holder h3{
    width: calc(100% - 32px);
  }
}
    /* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
    .footer {
  /* background-color: #e4e4e4; */
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto 0;
  position: relative;
  margin-bottom: min(40px, ((100vw - 1440px) / 2));
  border-radius: 0 0 16px 16px;
}
.footer:before {
  display: block;
  content: '';
  position: absolute;
  border-radius: 16px;
  background-color: #F9F9F9;
  top: -16px;
  left: 0;
  right: 0;
  height: 32px;
}
.bg-black .footer {
  background-color: #111111;
  color: #888c8b;
}
.bg-black .footer:before {
  background-color: #111111;
}
.bg-black .footer_logo svg path {
  fill: #fff;
}
.footer_container {
  max-width: 1312px;
  display: flex;
  justify-content: space-between;
  width: 1312px;
  margin: 0 64px;
}
.menu_container {
  padding: 7px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_links {
  display: flex;
  margin: 72px 0 0;

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  letter-spacing: 0.02em;
  color: #888c8b;
}

.footer_links div:first-child span {
  padding: 0 24px 0 0;
}

.footer ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.footer ul li a {
  text-decoration: none;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  letter-spacing: 0.02em;
  color: #888c8b;
}

/* newsletter module styles */

.newsletter {
  display: flex;
  flex-direction: column;
  padding: 42px 0px 0 0;
  position:relative
}

.newsletter ul {
  padding: 0;
}

.newsletter input[type='email'],
.newsletter input[type='text']{
  /* background: #e4e4e4; */
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100% !important;
  /* height: 35px; */
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  margin: 0 8.5px 0 0;
  box-sizing: border-box;
}
.newsletter input[type='email'].error,
.newsletter input[type='text'].error{
  border-color: #D56958;
}
.bg-black .newsletter input[type='email'], 
.bg-black .newsletter input[type='text']{
  background: #000;
  color: #fff;
}

.newsletter .legal-consent-container input[type='checkbox'] {
  display: none;
}
.newsletter .legal-consent-container label span {
  margin-left: 36px;
  position: relative;
  margin-top:-19px;
}
.newsletter .hs-form-field ul li .hs-error-msg label {
  /* display: none; */
margin:0;
}
.newsletter .legal-consent-container label span:after {
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 20px;
  right: calc(100% + 10px);
  top: -3px;
  border-radius: 5px;
  border: 1px solid #B7B7B7;
}
.newsletter .legal-consent-container label span:after:first-child {
 display:none
}
.newsletter .legal-consent-container label input:checked+span:after{
  background: url('//8975090.fs1.hubspotusercontent-na1.net/hubfs/8975090/raw_assets/public/Buynomics-NL/assets/checkmark.svg');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #6F5AEF;
  border-right: #6F5AEF;
}
.newsletter input[type='submit'] {
  width: 81px;
  height: 40px;
  /* background: #dadada; */
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.newsletter p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #888c8b;
  width: 100%;
}
.newsletter label span {
  width: 100%;


}
.newsletter li {
  list-style-type: none;
}
.newsletter form {
  display: flex;
  flex-direction: row;
  width: 457px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletter h3 {
  color: #131a18;
  margin: 0 0 16px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bg-black .newsletter h3 {
  color: #fff;
}
.newsletter .legal-consent-container {
  margin-left: 0;
  margin-top: 0; 
}
.newsletter .hs-form-field {
  margin: 0;
  margin-bottom: 20px;
}


.rights_reserved span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #888c8b;
}
.footer_logo_sm {
  display: none;
}
.newsletter .hs-form-field{
  position: relative;
  flex-grow: 1;
  width: 100%;
}
.newsletter .hs-form-field .input{
  margin-top: 5px;
}
.newsletter .hs-error-msgs{
  color: #D56958;
  position: absolute;
  margin-top:11px;
}
.newsletter .hs-form-field .hs-error-msgs li {
  margin: -7px 0 0 0;
}
.newsletter label.hs-error-msg {
  font-size: 10px;
    line-height: 14px;
    color:rgb(242,84,91)
}

.newsletter .hs-error-msgs li{
  font-size: 10px;
  line-height: 14px;
  margin-top: 1px;
}
.newsletter span.hs-form-required::after{
  display:none!important;
}
.newsletter span.hs-form-required {
  display:none;
}
.newsletter .hs-submit {
    margin: 0 0 18px 0;
  }
@media screen and (max-width: 1439px) {
  .footer {
    margin-bottom: 0;
    border-radius: 0;
  }
  .footer_container {
    margin: 80px;
  }
  .footer_links {
    margin: 16px 0 0;
  }
  .footer_links {
    display: flex;
    flex-direction: column;
  }
  .newsletter {
    padding: 12px 0 0 0;
  }
  .menu_container {
    padding: 12px 0 0;
  }
  .rights_reserved {
    margin: 0 0 40px 0;
  }
  .newsletter input[type='email'],
  .newsletter input[type='text']{
    width: 248px;
  }
  .newsletter h3 {
    margin: 0 0 14px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .newsletter form {
    width: 396px;
  }
}
@media screen and (max-width: 1279px) {
  .footer {
    height: 100%;
  }
  .footer_container {
    margin: 64px 40px 0 40px;
  }
  .menu_container {
    margin: 6px 0 0px 0;
    padding: 0;
    justify-content: flex-start;
  }
  .newsletter {
    margin: 0;
    padding: 0;
  }
  .newsletter h3 {
    margin: 3px 0 16px 0;
  }
  .newsletter form {
    width: 370px;
  }
  .newsletter input[type='email']
  .newsletter input[type='text'] {
    width: 219px;
  }

  .rights_reserved {
    margin: 16px 0 0px;
  }
  .footer_links {
    margin: 0;
  }
  .footer_simple_menu {
    margin: 10px 0 0 0;
  }
  .footer ul {
    flex-direction: column;
    gap: 8px;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    height: auto;
  }
  .menu_container {
    margin: 42px 0 0;
    padding: 0;
    height: auto;
  }
  .footer_container {
    display: flex;
    flex-direction: column;
    /* height: 436px; */
    margin: 0;
  }
  .footer_links {
    margin: 32px 0 0 0;
  }
  .rights_reserved {
    margin: 0 0 8px 0;
  }
  .footer_logo {
    margin: 0 0 8px 0;
  }
  .footer ul {
    gap: 4px;
    padding: 0 0 0 0;
  }
  .footer_simple_menu {
    margin: -14px 0 0;
  }
  .newsletter {
    margin: 45px 0 0 0;
  }

  .newsletter h3 {
    margin: 0 0 6px 0;
  }

  .newsletter input[type='email'],
  .newsletter input[type='text']{
    width: 222px;
  }
  .footer_logo_lg {
    display: none;
  }
  .footer_logo_sm {
    display: flex;
  }

  .newsletter form {
    width: 331px;
    justify-content: flex-start;
  }

  .newsletter .legal-consent-container {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 20px;
    width: 70%;
  }
  /* .demo_button {
    width: 66px;
  } */
  .footer {
    padding: 24px 16px 16px;
  }
}

@media screen and (max-width: 359px) {
  .footer {
    height: auto;
  }
  .newsletter form {
    width: 280px;
  }
  .newsletter .hs-submit {
    margin: 0px 0 18px 0;
  }
  .newsletter .hs-form-field .hs-error-msgs li {
    margin: 99px 0 0 0;
  }
  .newsletter input[type='submit'] {
  margin: 10px 0 0 0;
  }
  .newsletter .legal-consent-container {
  margin-top: 0;
  }
}


.newsletter .hs_error_rollup {
  display: none;
}
@media screen and (min-width: 1279px){
  .newsletter .legal-consent-container ul.inputs-list {
    margin-bottom: 0px;
}
.menu_container {
  padding: 42px 0 0;
}
}

    /* Utilities
    Helper classes with ability to override anything that comes before it
    */

    /* Missing Template at Path: \'Buynomics-NL\/css\/utilities\/_helper.css\' */