#content-wrapper .h-container {
  max-width: 68rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#content-wrapper .h-container--large {
  max-width: 74rem;
}
#content-wrapper .h-container--breakout {
  max-width: 82rem;
}
#content-wrapper .h-container--carousel-hero {
  max-width: 77.8125rem;
}
#content-wrapper .h-container-header {
  width: 100%;
}
#content-wrapper .h-image_fit {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: top;
}
#content-wrapper .img_wrapper {
  position: relative;
}
#content-wrapper .img_wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#content-wrapper button:focus {
  outline: 0 !important;
}
@media (max-width: 60rem) {
  #content-wrapper .h-image_fit {
    object-position: center;
  }
}
#content-wrapper .wysiwyg h1,
#content-wrapper body#tinymce.wp-editor h1 {
  font-size: 3.5rem;
}
#content-wrapper .wysiwyg h2,
#content-wrapper body#tinymce.wp-editor h2 {
  font-size: 2.625rem;
  line-height: 3rem;
}
#content-wrapper .wysiwyg h3,
#content-wrapper body#tinymce.wp-editor h3 {
  font-size: 2.25rem;
}
#content-wrapper .wysiwyg h4,
#content-wrapper body#tinymce.wp-editor h4 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
#content-wrapper .wysiwyg h5,
#content-wrapper body#tinymce.wp-editor h5 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
#content-wrapper .wysiwyg h6,
#content-wrapper body#tinymce.wp-editor h6 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
#content-wrapper .wysiwyg legal,
#content-wrapper body#tinymce.wp-editor legal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --text-opacity: 1;
  color: #6f767d;
  color: rgba(111, 118, 125, var(--text-opacity));
  margin-top: 1rem;
}
#content-wrapper .wysiwyg img,
#content-wrapper body#tinymce.wp-editor img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
}
#content-wrapper .wysiwyg .legal,
#content-wrapper body#tinymce.wp-editor .legal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --text-opacity: 1;
  color: #6f767d;
  color: rgba(111, 118, 125, var(--text-opacity));
  margin-top: 1rem;
}
#content-wrapper .wysiwyg .styles-p,
#content-wrapper body#tinymce.wp-editor .styles-p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  --text-opacity: 1;
  color: #6f767d;
  color: rgba(111, 118, 125, var(--text-opacity));
}
#content-wrapper .wysiwyg ul,
#content-wrapper body#tinymce.wp-editor ul {
  padding-left: 2rem;
}
#content-wrapper .wysiwyg ul li,
#content-wrapper body#tinymce.wp-editor ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#content-wrapper .wysiwyg ul li ul li,
#content-wrapper body#tinymce.wp-editor ul li ul li {
  list-style-type: circle;
}
#content-wrapper .wysiwyg ul li ul li ul li,
#content-wrapper body#tinymce.wp-editor ul li ul li ul li {
  list-style-type: square;
}
#content-wrapper .wysiwyg h1 + ol,
#content-wrapper .wysiwyg h1 + ul,
#content-wrapper .wysiwyg h2 + ol,
#content-wrapper .wysiwyg h2 + ul,
#content-wrapper .wysiwyg h3 + ol,
#content-wrapper .wysiwyg h3 + ul,
#content-wrapper .wysiwyg h4 + ol,
#content-wrapper .wysiwyg h4 + ul,
#content-wrapper .wysiwyg h5 + ol,
#content-wrapper .wysiwyg h5 + ul,
#content-wrapper .wysiwyg h6 + ol,
#content-wrapper .wysiwyg h6 + ul,
#content-wrapper .wysiwyg ol + h1,
#content-wrapper .wysiwyg ol + h2,
#content-wrapper .wysiwyg ol + h3,
#content-wrapper .wysiwyg ul + h1,
#content-wrapper .wysiwyg ul + h2,
#content-wrapper .wysiwyg ul + h3,
#content-wrapper body#tinymce.wp-editor h1 + ol,
#content-wrapper body#tinymce.wp-editor h1 + ul,
#content-wrapper body#tinymce.wp-editor h2 + ol,
#content-wrapper body#tinymce.wp-editor h2 + ul,
#content-wrapper body#tinymce.wp-editor h3 + ol,
#content-wrapper body#tinymce.wp-editor h3 + ul,
#content-wrapper body#tinymce.wp-editor h4 + ol,
#content-wrapper body#tinymce.wp-editor h4 + ul,
#content-wrapper body#tinymce.wp-editor h5 + ol,
#content-wrapper body#tinymce.wp-editor h5 + ul,
#content-wrapper body#tinymce.wp-editor h6 + ol,
#content-wrapper body#tinymce.wp-editor h6 + ul,
#content-wrapper body#tinymce.wp-editor ol + h1,
#content-wrapper body#tinymce.wp-editor ol + h2,
#content-wrapper body#tinymce.wp-editor ol + h3,
#content-wrapper body#tinymce.wp-editor ul + h1,
#content-wrapper body#tinymce.wp-editor ul + h2,
#content-wrapper body#tinymce.wp-editor ul + h3 {
  margin-top: 1.5rem;
}
#content-wrapper .wysiwyg ol li,
#content-wrapper body#tinymce.wp-editor ol li {
  padding-left: 0.625rem;
}
#content-wrapper .wysiwyg ol,
#content-wrapper body#tinymce.wp-editor ol {
  list-style: none;
  counter-reset: level;
}
#content-wrapper .wysiwyg ol li,
#content-wrapper body#tinymce.wp-editor ol li {
  counter-increment: level;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#content-wrapper .wysiwyg ol li:before,
#content-wrapper body#tinymce.wp-editor ol li:before {
  content: counters(level, '.') '.  ';
  padding-right: 0.625rem;
}
#content-wrapper .wysiwyg strong,
#content-wrapper body#tinymce.wp-editor strong {
  font-weight: 700;
  letter-spacing: -0.0125rem;
  line-height: 1.625rem;
}
#content-wrapper .wysiwyg p,
#content-wrapper body#tinymce.wp-editor p {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
#content-wrapper .wysiwyg a,
#content-wrapper body#tinymce.wp-editor a {
  color: #7622d7;
}
#content-wrapper .wysiwyg a:focus:not(:disabled),
#content-wrapper .wysiwyg a:hover:not(:disabled),
#content-wrapper body#tinymce.wp-editor a:focus:not(:disabled),
#content-wrapper body#tinymce.wp-editor a:hover:not(:disabled) {
  text-decoration: underline;
  border-color: transparent;
}
#content-wrapper .wysiwyg img,
#content-wrapper body#tinymce.wp-editor img {
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
#content-wrapper .wysiwyg blockquote,
#content-wrapper body#tinymce.wp-editor blockquote {
  border-left: 4px solid #fd6444;
  color: #000;
  max-width: 30.625rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-left: 2rem;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  margin-right: 0;
  font-weight: 500;
}
#content-wrapper .wysiwyg .wp-caption-text,
#content-wrapper .wysiwyg figcaption,
#content-wrapper body#tinymce.wp-editor .wp-caption-text,
#content-wrapper body#tinymce.wp-editor figcaption {
  color: #767474;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
#content-wrapper .wysiwyg .wp-video iframe,
#content-wrapper body#tinymce.wp-editor .wp-video iframe {
  max-width: 100%;
  height: 100%;
}
#content-wrapper .wysiwyg p iframe,
#content-wrapper body#tinymce.wp-editor p iframe {
  width: 100%;
  height: 31.25rem;
}
#content-wrapper .wysiwyg .table_wrapper,
#content-wrapper body#tinymce.wp-editor .table_wrapper {
  max-width: 43rem;
  overflow-x: auto;
}
#content-wrapper .wysiwyg .table_wrapper::-webkit-scrollbar,
#content-wrapper body#tinymce.wp-editor .table_wrapper::-webkit-scrollbar {
  width: 12px;
}
#content-wrapper .wysiwyg .table_wrapper::-webkit-scrollbar-track,
#content-wrapper
  body#tinymce.wp-editor
  .table_wrapper::-webkit-scrollbar-track {
  --bg-opacity: 1;
  background-color: #e3e3e3;
  background-color: rgba(227, 227, 227, var(--bg-opacity));
}
#content-wrapper .wysiwyg .table_wrapper::-webkit-scrollbar-thumb,
#content-wrapper
  body#tinymce.wp-editor
  .table_wrapper::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #c4c4c4;
  background-color: rgba(196, 196, 196, var(--bg-opacity));
  border-radius: 0.5rem;
}
#content-wrapper .wysiwyg table tr:first-child,
#content-wrapper body#tinymce.wp-editor table tr:first-child {
  background-color: #767474;
}
#content-wrapper .wysiwyg table tr:first-child td,
#content-wrapper body#tinymce.wp-editor table tr:first-child td {
  font-weight: 600;
  text-transform: capitalize;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
#content-wrapper .wysiwyg table tr:nth-child(2n + 3),
#content-wrapper body#tinymce.wp-editor table tr:nth-child(2n + 3) {
  background-color: rgba(237, 241, 242, 0.8);
}
#content-wrapper .wysiwyg table tr,
#content-wrapper body#tinymce.wp-editor table tr {
  background-color: rgba(237, 241, 242, 0.2);
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #484848;
  border-color: rgba(72, 72, 72, var(--border-opacity));
  --border-opacity: 0.25;
}
#content-wrapper .wysiwyg table td,
#content-wrapper body#tinymce.wp-editor table td {
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.00125rem;
  min-width: 12.5rem;
  color: #171214;
}
#content-wrapper .listitem-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#content-wrapper ul.listitem {
  padding-left: 0;
  list-style: none;
}
#content-wrapper ul.listitem li {
  position: relative;
  padding-left: 2.125rem;
  padding-bottom: 0.25rem;
  letter-spacing: -0.01em;
}
#content-wrapper ul.listitem li:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cpath d='M0 11.432L1.507 9.75l5.2 4.248c.71-1.008 1.391-2.012 2.107-2.983C11.587 7.252 14.619 3.802 18.13.932c.427-.348.845-.561 1.38-.507.478.047.961.01 1.489.01-5.907 6.459-10.104 14.271-14.227 22.132A39680.1 39680.1 0 000 11.432z' fill='%237622D7'/%3E%3C/svg%3E");
  position: absolute;
  top: 0.5rem;
  display: inline;
  left: 0;
  width: 21px;
  height: 22px;
}
#content-wrapper ul.listitem li h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content-wrapper ul.listitem li h4 + p {
  margin-top: 0;
  padding-top: 0;
}
#content-wrapper .section-wysiwyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#content-wrapper .section-wysiwyg .wysiwyg-content--half_width {
  max-width: 35rem;
}
@media (max-width: 60rem) {
  #content-wrapper .wysiwyg .table_wrapper,
  #content-wrapper body#tinymce.wp-editor .table_wrapper {
    max-width: none;
  }
}
@media (max-width: 47.9375rem) {
  #content-wrapper .section-wysiwyg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-wrapper .section-wysiwyg p iframe {
    width: 100%;
    height: 25rem;
  }
}
@media (max-width: 40rem) {
  #content-wrapper .section-wysiwyg p iframe {
    width: 100%;
    height: 18.75rem;
  }
}
@media (max-width: 30rem) {
  #content-wrapper .section-wysiwyg p iframe {
    width: 100%;
    height: 12.5rem;
  }
}
#content-wrapper .wysiwyg .mktoFieldWrap strong {
  font-size: unset;
  font-weight: bolder;
  letter-spacing: unset;
  line-height: 1.5;
}
#content-wrapper figure {
  width: 100% !important;
}
#content-wrapper .content_single .h-container-header:not([class*='bgcolor--']) {
  background-color: #f7f8f7;
}
#content-wrapper .content_single .content-single-preheader-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 47.9375rem) {
  #content-wrapper .content_single .content-single-preheader-wrapper {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
#content-wrapper .content_single .content-single-preheader {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 2.75rem;
  align-items: center;
  font-size: 16px;
}
#content-wrapper .content_single .content-single-preheader_type {
  display: flex;
  column-gap: 0.375rem;
}
#content-wrapper .content_single .content-single-preheader_topics {
  display: flex;
  column-gap: 0.5rem;
}
#content-wrapper .content_single .content-single-preheader_topic {
  background-color: #e8e7e8;
  border-radius: 0.875rem;
  padding: 0.0625rem 0.75rem;
}
#content-wrapper .content_single .content-single-header {
  padding-bottom: 4rem;
}
#content-wrapper .content_single .content-single-title {
  max-width: 55rem;
}
#content-wrapper .content_single .content-single-meta-author {
  display: flex;
  column-gap: 1rem;
  align-self: center;
}
#content-wrapper .content_single .content-single-date-readtime {
  display: flex;
  column-gap: 0.5rem;
  align-items: baseline;
}
#content-wrapper .content_single .content-single-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 0;
}
#content-wrapper .content_single .content-single-author-details {
  color: #7622d7;
}
#content-wrapper .content_single .content-single-author-thumb {
  position: relative;
  width: 3.375rem;
  min-height: 3.375rem;
  overflow: hidden;
}
#content-wrapper .content_single .content-single-author-thumb-image {
  border-radius: 2rem;
}
#content-wrapper .content_single .content-single-copy {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#content-wrapper .content_single .content-single-details {
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
#content-wrapper .content_single .content-single-meta {
  align-self: center;
  justify-content: left;
  display: flex;
  column-gap: 0.75rem;
  flex-direction: column;
}
#content-wrapper .content_single .content-single-social-links {
  display: flex;
  flex-direction: column;
  column-gap: 1.5rem;
  align-items: center;
}
@media (max-width: 47.9375rem) {
  #content-wrapper .content_single .content-single-social-links {
    margin-bottom: 1.5rem;
    flex-direction: row;
  }
}
#content-wrapper
  .content_single
  .content-single-social-links.content-single-social-links--mob {
  display: none;
}
#content-wrapper .content_single .content-single-social-links-wrapper {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 47.9375rem) {
  #content-wrapper .content_single .content-single-social-links-wrapper {
    margin-bottom: 0;
  }
}
#content-wrapper .content_single .content-single-content-image {
  grid-area: 🐱;
  position: relative;
  z-index: 20;
}
#content-wrapper .content_single .content-single-content-image img {
  border-radius: 0.25rem;
}
#content-wrapper .content_single .content_single-content_container {
  column-gap: 3.5rem;
  display: grid;
  grid-template-areas: '\1F431   \1F436' '\1F42D   \1F436';
}
#content-wrapper .content_single .content_single-content_container:before {
  content: ' ';
  background-color: #f7f8f7;
  width: 100%;
  min-height: 11.875rem;
  position: absolute;
  z-index: 1;
  left: 0;
}
@media (max-width: 60rem) {
  #content-wrapper .content_single .content_single-content_container {
    display: block;
  }
}
#content-wrapper .content_single.content_single--webinar h1 {
  font-size: 2.625rem;
  line-height: 3rem;
}
#content-wrapper .content_single.content_single--webinar h2 {
  font-size: 2.25rem;
}
#content-wrapper .content_single.content_single--webinar h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
#content-wrapper .content_single.content_single--webinar h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
#content-wrapper
  .content_single.content_single--webinar
  .content_single-content_container {
  display: flex;
}
#content-wrapper
  .content_single.content_single--webinar
  .content-single-content-image {
  margin-bottom: 3.5rem;
}
#content-wrapper
  .content_single.content_single--webinar
  .content-single-content-image
  img {
  margin: 0 auto;
}
#content-wrapper .content_single.content_single--legal .h-container-header {
  background-color: #ffad80;
}
#content-wrapper
  .content_single.content_single--legal
  .content_single-content_container {
  display: flex;
  padding-top: 3rem;
}
#content-wrapper
  .content_single.content_single--legal
  .content_single-content_container:before {
  content: none;
}
@media (max-width: 60rem) {
  #content-wrapper
    .content_single.content_single--legal
    .content_single-content_container {
    display: block;
  }
}
#content-wrapper .content_single .content-single-table-content {
  position: sticky;
  top: 0;
  max-width: 15.375rem;
  padding-top: 4.5rem;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--header {
  padding: 1rem 0;
}
#content-wrapper .content_single .content-single-table-content a:focus,
#content-wrapper .content_single .content-single-table-content a:hover {
  color: #7622d7;
  border-color: transparent;
}
#content-wrapper .content_single .content-single-table-content li {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  letter-spacing: -0.00625rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
  column-gap: 1.5rem;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--header {
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
  align-self: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--header
  .content-single-table-content--accordion {
  display: none;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--header
  + .content-single-table-content--panel {
  display: block;
}
#content-wrapper .content_single .content-single-table-content ul {
  list-style-type: none;
  padding-left: 0;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--accordion {
  color: #171214;
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  transition: all 0.3s;
  min-width: 0.6875rem;
  align-self: center;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--accordion:before {
  content: url('data:image/svg+xml; utf8,<svg id="Layer_1" style="enable-background:new 0 0 50 50;" version="1.1" viewBox="0 0 50 50" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Layer_1_1_"><polygon points="48.707,13.853 47.293,12.44 25,34.732 2.707,12.44 1.293,13.853 25,37.56  "/></g></svg>');
  min-width: 0.6875rem;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--accordion.content-single-table-content--accordion-active:before {
  content: url('data:image/svg+xml; utf8,<svg id="Layer_1" style="enable - background: new 0 0 50 50; " version="1.1" viewBox="0 0 50 50" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Layer_1_1_"  ><polygon points="25,15.268 47.293,37.56 48.707,36.147 25,12.44 1.293,36.147 2.707,37.56  "/></g></svg>');
  min-width: 0.6875rem;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .table-content-heading-title {
  font-size: 1rem;
  letter-spacing: -0.00625rem;
  line-height: 1.5rem;
  border-top: 0.0625rem solid #e8e7e8;
  padding: 1rem 0;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .table-content-heading-title
  + ul,
#content-wrapper
  .content_single
  .content-single-table-content
  .table-content-heading-title
  + ul
  ul {
  padding-left: 0.5rem;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--accordion-active,
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--accordion:hover {
  color: #7622d7;
}
#content-wrapper
  .content_single
  .content-single-table-content
  .content-single-table-content--panel {
  display: none;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single--left-sidebar {
  grid-area: 🍏;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-content {
  grid-area: 🍇;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single--right-sidebar {
  grid-area: 🍊;
  max-width: 18.75rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-table-content {
  position: sticky;
  top: 0;
  max-width: none;
  padding-top: 0;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-content_container {
  column-gap: 104px;
  display: grid;
  grid-template-areas: '\1F34F   \1F34A' '\1F347   \1F34A';
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-content_container:before {
  content: none;
}
@media (max-width: 60rem) {
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-content_container {
    display: block;
  }
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-content-image--wrapper {
  display: flex;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-content-image--wrapper:before {
  content: ' ';
  background-color: #f7f8f7;
  width: 100%;
  min-height: 16.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-content-image {
  position: relative;
  z-index: 20;
  max-height: auto;
  max-width: none;
  width: 100%;
  margin: auto auto 3rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-sidebar {
  min-width: 18.75rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .marketo_form
  .mktoButton {
  width: 100%;
  text-align: center;
  justify-content: center;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo-container {
  border-radius: 1.25rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo {
  padding: 0 1.25rem 1.25rem 0.5rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .marketo_form
  input.mktoField,
#content-wrapper
  .content_single.content_single--blog-sticky
  .marketo_form
  select.mktoField {
  background: transparent;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-sidebar-header {
  padding: 1rem 8.75rem 1rem 1.25rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  display: flex;
  flex-direction: column;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-sidebar-header-preheader {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.015rem;
  padding-bottom: 10px;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-sidebar-header-title {
  font-size: 1.25rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.015rem;
  line-height: 22px;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-sidebar-header-image {
  width: 112px;
  position: absolute;
  right: 10px;
  top: -24px;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo {
  max-width: 18.75rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-sidebar--sticky {
  position: sticky;
  top: 94px;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo {
  border-radius: 20px;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow {
  width: 43%;
  float: left;
  margin-top: 16px;
  margin-left: 16px;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow
  input.mktoField {
  width: 100% !important;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow
  .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 0 !important;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow
  .mktoFieldWrap.mktoRequiredField {
  position: relative;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow
  .mktoError {
  position: absolute;
  left: 0;
  right: auto;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow:has(> .mktoPlaceholder) {
  display: none;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoCheckboxList
  label {
  font-size: 0.75rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow:nth-last-of-type(-n + 3) {
  width: 100%;
  float: left;
  margin-top: 0;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow:nth-last-of-type(-n + 3)
  .mktoFieldDescriptor.mktoFormCol {
  width: 100%;
  height: auto;
  margin-right: 3rem;
  padding-bottom: 0.5rem;
  padding-top: 0;
  padding-right: 0.75rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoForm
  .mktoFormRow:nth-last-of-type(3) {
  margin-top: 1.5rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoHtmlText {
  font-size: 0.625rem;
  line-height: 0.75rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoButtonRow,
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoFormRow--full_width {
  float: left;
  width: 100%;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  .mktoButton[type='submit'] {
  width: 100%;
  justify-content: center;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-form-marketo
  input:-internal-autofill-selected {
  background-color: transparent !important;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .marketo_form
  .mktoButtonRow {
  margin-top: 1.25rem;
  margin-left: 10px;
  clear: both;
  float: inherit;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-form_trigger {
  display: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.3s;
  display: none;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-form_trigger-open
  .icon {
  top: 1.625rem;
  display: block;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single-form_trigger-close
  .icon {
  display: none;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single--right-sidebar.content-sticky--open {
  height: calc(100% - 80px);
  border-radius: 0;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single--right-sidebar.content-sticky--open
  .content_single-form_trigger {
  border-radius: 0;
  height: 5.875rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single--right-sidebar.content-sticky--open
  .content_single-form_trigger
  .content_single-form_trigger-open
  .icon {
  top: 1.125rem;
  right: 1.75rem;
  display: none;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content_single--right-sidebar.content-sticky--open
  .content_single-form_trigger
  .content_single-form_trigger-close
  .icon {
  display: block;
}
#content-wrapper
  .content_single.content_single--blog-post
  .content_single-content_container,
#content-wrapper
  .content_single.content_single--blog
  .content_single-content_container,
#content-wrapper
  .content_single.content_single--case-study
  .content_single-content_container {
  display: flex;
  column-gap: 6.625rem;
}
#content-wrapper
  .content_single.content_single--blog-post
  .content_single-content_container:before,
#content-wrapper
  .content_single.content_single--blog
  .content_single-content_container:before,
#content-wrapper
  .content_single.content_single--case-study
  .content_single-content_container:before {
  content: none;
}
@media (max-width: 60rem) {
  #content-wrapper
    .content_single.content_single--blog-post
    .content_single-content_container,
  #content-wrapper
    .content_single.content_single--blog
    .content_single-content_container,
  #content-wrapper
    .content_single.content_single--case-study
    .content_single-content_container {
    display: block;
  }
}
#content-wrapper
  .content_single.content_single--blog-post
  .content-single-content-image--wrapper,
#content-wrapper
  .content_single.content_single--blog
  .content-single-content-image--wrapper,
#content-wrapper
  .content_single.content_single--case-study
  .content-single-content-image--wrapper {
  display: flex;
}
#content-wrapper
  .content_single.content_single--blog-post
  .content-single-content-image--wrapper:before,
#content-wrapper
  .content_single.content_single--blog
  .content-single-content-image--wrapper:before,
#content-wrapper
  .content_single.content_single--case-study
  .content-single-content-image--wrapper:before {
  content: ' ';
  background-color: #f7f8f7;
  width: 100%;
  min-height: 16.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
}
#content-wrapper
  .content_single.content_single--blog-post
  .content-single-content-image,
#content-wrapper
  .content_single.content_single--blog
  .content-single-content-image,
#content-wrapper
  .content_single.content_single--case-study
  .content-single-content-image {
  position: relative;
  z-index: 20;
  max-height: auto;
  max-width: 54rem;
  margin: auto auto 3rem;
}
#content-wrapper .content_single .content-single-content {
  grid-area: 🐭;
  max-width: 43rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 20;
}
#content-wrapper
  .content_single
  .content-single-content.content-single-content--without-form {
  max-width: none;
}
#content-wrapper
  .content_single
  .content-single-content.content-single-content--without-sidebar {
  max-width: 54rem;
  margin: auto;
}
#content-wrapper .content_single .content-single-content-wysiwyg h2 + h3,
#content-wrapper .content_single .content-single-content-wysiwyg h3 + h2 {
  padding-bottom: 1.5rem;
}
#content-wrapper .content_single .content-single-content-image {
  margin-bottom: 3.125rem;
}
#content-wrapper .content_single .content-single-content-event-datetime {
  display: flex;
  margin-bottom: 3rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  max-width: 36rem;
  column-gap: 1rem;
}
#content-wrapper .content_single .content-single-content-event-date,
#content-wrapper .content_single .content-single-content-event-time {
  flex: 50%;
  display: flex;
  column-gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: center;
  border-radius: 1rem;
  background-color: #f7f8f7;
}
#content-wrapper .content_single .content-single-content-title {
  margin-bottom: 1.5rem;
}
#content-wrapper .content_single .content-single-hosts {
  border-top: 1px solid #e8e7e8;
  padding-top: 3.5rem;
}
#content-wrapper .content_single .content-single-hosts-title {
  margin-bottom: 3.5rem;
}
#content-wrapper .content_single .content-single-host {
  display: flex;
  flex-direction: row;
  margin-bottom: 5rem;
  border-radius: 0.25rem;
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 40rem) {
  #content-wrapper .content_single .content-single-host {
    flex-direction: column;
    align-items: start;
  }
}
#content-wrapper .content_single .content-single-host:focus,
#content-wrapper .content_single .content-single-host:hover {
  background-color: #f7f8f7;
}
#content-wrapper .content_single .content-single-host:focus .h-button,
#content-wrapper .content_single .content-single-host:hover .h-button {
  text-decoration: underline;
}
#content-wrapper
  .content_single
  .content-single-host:focus
  .content-single-host-details,
#content-wrapper
  .content_single
  .content-single-host:hover
  .content-single-host-details {
  background-color: #f7f8f7;
}
#content-wrapper
  .content_single
  .content-single-host:focus
  .content-single-host-thumbnail
  img,
#content-wrapper
  .content_single
  .content-single-host:hover
  .content-single-host-thumbnail
  img {
  transform: scale(1.1);
}
#content-wrapper .content_single .content-single-host:last-child {
  margin-bottom: 0;
}
#content-wrapper .content_single .content-single-host-wrapper {
  display: flex;
}
#content-wrapper .content_single .content-single-host-thumbnail {
  min-width: 7.5rem;
  height: 7.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 3.75rem;
}
#content-wrapper .content_single .content-single-host-thumbnail img {
  transition: transform 0.3s ease-in-out;
}
#content-wrapper .content_single .content-single-company-logo {
  min-width: 7.5rem;
  max-width: 10rem;
  height: 3.75rem;
  position: relative;
  overflow: hidden;
}
#content-wrapper .content_single .content-single-company-logo img {
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 40rem) {
  #content-wrapper .content_single .content-single-company-logo {
    margin-top: 0.75rem;
  }
}
#content-wrapper
  .content_single.content_single--case-study
  .content-single-author,
#content-wrapper
  .content_single.content_single--case-study
  .content-single-author-details {
  display: none;
}
#content-wrapper .content_single.content_single--blog-sticky h1,
#content-wrapper .content_single.content_single--blog h1 {
  font-size: 2.625rem;
  line-height: 3rem;
}
#content-wrapper .content_single.content_single--blog-sticky h2,
#content-wrapper .content_single.content_single--blog h2 {
  font-size: 2.25rem;
}
#content-wrapper .content_single.content_single--blog-sticky h3,
#content-wrapper .content_single.content_single--blog h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
#content-wrapper .content_single.content_single--blog-sticky h4,
#content-wrapper .content_single.content_single--blog h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
#content-wrapper
  .content_single.content_single--blog-sticky
  .content-single-case-study-author,
#content-wrapper
  .content_single.content_single--blog
  .content-single-case-study-author {
  display: none;
}
#content-wrapper .content_single .content-single-case-study-cta {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
#content-wrapper .content_single .content-single-case-study-author {
  display: flex;
  border-top: 0.0625rem solid #e8e7e8;
  border-bottom: 0.0625rem solid #e8e7e8;
  padding: 1.5rem 0;
}
#content-wrapper
  .content_single
  .content-single-case-study-author
  .content-single-host-thumbnail {
  max-width: 7.5rem;
}
#content-wrapper .content_single .content-single-host-image {
  width: 7.5rem;
  height: 7.5rem;
  transition: transform 0.3s ease-in-out;
}
#content-wrapper .content_single .content-single-host-details {
  display: block;
  padding: 0.75rem 3.125rem 0.75rem 1.5rem;
  min-height: 7.5rem;
  min-width: 19.375rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (max-width: 40rem) {
  #content-wrapper .content_single .content-single-host-details {
    padding: 0.75rem 1.5rem;
  }
}
#content-wrapper .content_single .content-single-host-details .h-button {
  padding: 0;
  font-size: 0.875rem;
}
#content-wrapper .content_single .content-single-host-name {
  padding-bottom: 0.5rem;
}
#content-wrapper .content_single .content-single-host-role {
  padding-bottom: 1rem;
}
#content-wrapper .content_single .content-single-resource-type-icon {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
#content-wrapper .content_single .content-single-glance {
  background-color: #f7f8f7;
  padding: 3rem 2.5rem;
  margin-bottom: 3.5rem;
}
#content-wrapper .content_single .content-single-glance ul.listitem li:before {
  top: 0;
}
#content-wrapper .content_single .content-single-glance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content-wrapper .content_single .content-single-glance-logo {
  min-height: 3.125rem;
  position: relative;
  overflow: hidden;
}
#content-wrapper .content_single .content-single-glance-infos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.625rem;
}
#content-wrapper .content_single .content-single-glance-label {
  width: 17%;
  padding: 1rem 0;
  border-top: 0.0625rem solid #e8e7e8;
  border-right: 0.0625rem solid #e8e7e8;
  border-left: none;
}
#content-wrapper .content_single .content-single-glance-info {
  width: 83%;
  padding: 1rem 2.625rem;
  border-top: 0.0625rem solid #e8e7e8;
  border-right: none;
}
#content-wrapper .content_single .content-single-glance-info:last-child,
#content-wrapper
  .content_single
  .content-single-glance-label:nth-last-child(2) {
  border-bottom: 0.0625rem solid #e8e7e8;
}
#content-wrapper
  .content_single
  .content-single-glance-bullets-points-container {
  padding-top: 3.5rem;
}
#content-wrapper .content_single .content-single-glance-bullets-points {
  margin-top: 1.5rem;
  max-width: 35rem;
}
#content-wrapper .content_single .content-single-header_content {
  display: none;
  font-size: 17px;
  line-height: 27px;
}
#content-wrapper .content_single .content-single-header_content ul {
  padding-left: 0;
  list-style: none;
}
#content-wrapper .content_single .content-single-header_content ul li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 0;
  letter-spacing: -0.01em;
  padding-top: 0;
  margin-top: -4px;
  font-size: 14px;
}
#content-wrapper .content_single .content-single-header_content ul li:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%237622D7'/%3E%3Cg clip-path='url(%23clip0_0_190)'%3E%3Cpath d='M11.437 4.891L6.364 9.964l-1.8-1.8a.527.527 0 00-.764 0 .527.527 0 000 .764l2.182 2.181c.11.11.218.164.382.164a.495.495 0 00.382-.164L12.2 5.655a.527.527 0 000-.764.527.527 0 00-.763 0z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_190'%3E%3Cpath fill='%23fff' transform='translate(3.637 3.637)' d='M0 0h8.727v8.727H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 4px;
  display: inline;
  left: 0;
  width: 18px;
  height: 18px;
}
@media (max-width: 47.9375rem) {
  #content-wrapper .content_single .content-single-preheader {
    margin-bottom: 1.5rem;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  #content-wrapper .content_single .content-single-header {
    padding-bottom: 0.875rem;
  }
  #content-wrapper .content_single .topic_pill {
    background-color: rgba(0, 0, 0, 0.1);
    color: #212529;
  }
}
#content-wrapper .content_single-sidebar {
  grid-area: 🐶;
  min-width: 26.5rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  min-height: 6.25rem;
  position: relative;
  z-index: 20;
}
#content-wrapper .content_single-sidebar-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f9f3fe;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#content-wrapper .content-single-form-marketo-container {
  border: 1px solid #e8e7e8;
  border-radius: 0.25rem;
}
#content-wrapper .content-single-form-marketo {
  max-width: 26.5rem;
  min-height: 17rem;
  background-color: #fff;
  padding: 2rem;
}
#content-wrapper .content-single-form-marketo-sticky-cta {
  background-color: #f9f3fe;
  transition: all 0.3s;
  display: block;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
#content-wrapper .content-single-form-marketo-sticky-cta.cta-sticky-enabled {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
  left: 0;
  width: 100%;
  opacity: 1;
  top: 4.625rem;
}
@media (max-width: 60rem) {
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-form_trigger {
    padding: 10px 28px;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    display: none;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.015rem;
    line-height: 22px;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-form_trigger
    .icon {
    top: 1.75rem;
    right: 1.75rem;
    fill: #fff;
    position: absolute;
    width: 1rem;
    height: 1rem;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-form_trigger
    .content_single-form_trigger-open
    .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-form_trigger.\--show {
    display: inline-block;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-sidebar-header,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-sidebar-header-image {
    display: none;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single--right-sidebar {
    max-width: 100%;
    top: 5rem;
    left: 0;
    z-index: 90;
    height: 5.625rem;
    overflow: hidden;
    padding-bottom: 9px;
    position: fixed;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single--right-sidebar
    .content_single-form_trigger-open
    .icon {
    top: 1.625rem;
    display: block;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single--right-sidebar
    .content_single-form_trigger-close
    .icon,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single--right-sidebar
    .content_single-sidebar {
    display: none;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-form-marketo-container {
    max-width: 100%;
    margin: auto;
    border-radius: 0;
    height: 100%;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-form-marketo {
    max-width: 18.75rem;
    border-radius: 0;
    margin: 1rem auto auto;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-sidebar--sticky {
    display: none;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-sidebar-header-preheader {
    font-size: 0.75rem;
    padding-bottom: 5px;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-sidebar-header-title {
    font-size: 1rem;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single--right-sidebar.content-sticky--open
    .content_single-sidebar {
    display: block;
  }
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single--right-sidebar.content-sticky--open
    .content_single-sidebar--sticky {
    display: block;
    height: 100%;
  }
  #content-wrapper .content_single .content-single-content-image {
    margin: 0 auto;
    width: 100%;
  }
  #content-wrapper .content_single .content-single-table-content {
    max-width: 100%;
    padding-top: 0;
  }
  #content-wrapper .content_single .content_single--left-sidebar {
    max-width: 43rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  #content-wrapper .content_single .content_single-content_container {
    row-gap: 3rem;
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: '\1F436' '\1F431' '\1F42D';
  }
  #content-wrapper .content_single .content-single-host-details {
    min-width: auto;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content_single-content_container:before,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content_single-content_container:before,
  #content-wrapper
    .content_single.content_single--blog
    .content_single-content_container:before,
  #content-wrapper
    .content_single.content_single--case-study
    .content_single-content_container:before {
    content: none;
  }
  #content-wrapper
    .content_single.content_single--webinar
    .content_single-content_container {
    flex-direction: column;
  }
  #content-wrapper
    .content_single.content_single--webinar
    .content_single-content--left {
    order: 2;
  }
  #content-wrapper
    .content_single.content_single--webinar
    .content_single-content--right {
    order: 1;
  }
  #content-wrapper .content_single .content-single-content {
    margin-left: auto;
    margin-right: auto;
  }
  #content-wrapper
    .content_single
    .content-single-table-content
    .content-single-table-content--header {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: -0.2px;
    border-bottom: 0.0625rem solid #e8e7e8;
  }
  #content-wrapper
    .content_single
    .content-single-table-content
    .content-single-table-content--header
    .content-single-table-content--accordion {
    display: block;
  }
  #content-wrapper
    .content_single
    .content-single-table-content--header
    + .content-single-table-content--panel {
    display: none;
  }
  #content-wrapper .content_single .content-single-content-image--wrapper {
    display: flex;
  }
  #content-wrapper
    .content_single
    .content-single-content-image--wrapper:before {
    content: ' ';
    background-color: #f7f8f7;
    width: 100%;
    min-height: 10.25rem;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  #content-wrapper .content_single .content-single-content-event-date,
  #content-wrapper .content_single .content-single-content-event-time {
    margin-bottom: 10px;
  }
  #content-wrapper .content_single-sidebar {
    min-width: auto;
  }
  #content-wrapper .content-single-content-event-datetime {
    flex-direction: column;
  }
  #content-wrapper .content-single-form-marketo {
    max-width: none;
  }
  #content-wrapper .content-single-form-marketo-container {
    max-width: 36rem;
    margin: auto;
  }
  #content-wrapper .content-single-form-marketo-sticky-cta.cta-sticky-enabled {
    top: 5rem;
  }
  #content-wrapper
    .template-campaign
    .content-single-form-marketo-container
    .content-single-form-marketo-sticky-cta.cta-sticky-enabled {
    top: 0;
  }
}
@media (max-width: 47.9375rem) {
  #content-wrapper .content-single-form-marketo {
    max-width: none;
  }
  #content-wrapper .content_single .social_share-success {
    margin-top: 0;
  }
  #content-wrapper
    .content_single
    .content-single-table-content
    .content-single-table-content--header {
    padding-top: 10px;
  }
  #content-wrapper .content_single .content-single-copy h5 {
    font-size: 17px !important;
    font-weight: 400;
  }
  #content-wrapper .content_single .breadcrumbs ul {
    margin-left: 14px;
    margin-right: 14px;
  }
  #content-wrapper .content_single .h-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  #content-wrapper
    .content_single
    .content-single-table-content
    .table-content-heading-title {
    font-size: 14px;
    padding: 10px 0;
  }
  #content-wrapper .content_single h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  #content-wrapper .content_single h2 {
    font-size: 27px !important;
    line-height: 35px !important;
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important;
  }
  #content-wrapper .content_single h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important;
  }
  #content-wrapper .content_single h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important;
  }
  #content-wrapper .content_single h5 {
    font-size: 18px !important;
  }
  #content-wrapper .content_single h6 {
    font-size: 16px !important;
  }
  #content-wrapper .content_single .wysiwyg p {
    font-size: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important;
  }
  #content-wrapper .content_single .wysiwyg ul li {
    font-size: 15px;
  }
  #content-wrapper .content_single .content-single-social-links {
    display: none;
  }
  #content-wrapper
    .content_single
    .content-single-social-links.content-single-social-links--mob {
    display: block;
    z-index: 1000;
    position: relative;
    opacity: 0.5;
  }
  #content-wrapper
    .content_single
    .content_single.content_single--blog-sticky
    .content_single-content_container {
    column-gap: 104px;
    display: grid;
    grid-template-areas: '\1F34F' '\1F34A' '\1F347';
  }
  #content-wrapper .content_single .wysiwyg p.intro {
    font-size: 17px;
  }
  #content-wrapper .content_single .wysiwyg ol li {
    font-size: 15px;
    line-height: 26px;
  }
  #content-wrapper .content_single .content-single-header_content.wysiwyg p {
    font-size: 17px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }
  #content-wrapper .content_single .content-single-meta {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
  #content-wrapper .content_single .content-single-date-readtime {
    column-gap: 3px;
    flex-wrap: wrap;
  }
  #content-wrapper .content_single .content-single-date {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    margin-top: 0;
  }
  #content-wrapper .content_single .content-single-meta-author {
    column-gap: 4px;
  }
  #content-wrapper .content_single .content-single-author--role {
    display: none;
  }
  #content-wrapper .content_single .content-single-header_content {
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
    display: block;
  }
  #content-wrapper .content_single .content-single-content {
    max-width: 100%;
  }
  #content-wrapper .content_single .content-single-content .wysiwyg ol li {
    font-size: 15px;
    line-height: 26px;
  }
  #content-wrapper .content_single .content-single-content .wysiwyg p.intro {
    font-size: 17px;
  }
  #content-wrapper .content_single .content-single-content .wysiwyg p {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content-single-content-image--wrapper,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-content-image--wrapper,
  #content-wrapper
    .content_single.content_single--blog
    .content-single-content-image--wrapper,
  #content-wrapper
    .content_single.content_single--case-study
    .content-single-content-image--wrapper {
    display: flex;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content-single-content-image--wrapper:before,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-content-image--wrapper:before,
  #content-wrapper
    .content_single.content_single--blog
    .content-single-content-image--wrapper:before,
  #content-wrapper
    .content_single.content_single--case-study
    .content-single-content-image--wrapper:before {
    border-bottom: 1px solid #b4b4b4;
    min-height: 69vw;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content-single-content-image
    img,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-content-image
    img,
  #content-wrapper
    .content_single.content_single--blog
    .content-single-content-image
    img,
  #content-wrapper
    .content_single.content_single--case-study
    .content-single-content-image
    img {
    border-radius: 8px;
    max-height: 211px;
    object-fit: cover;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content-single-social-links,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-social-links,
  #content-wrapper
    .content_single.content_single--blog
    .content-single-social-links,
  #content-wrapper
    .content_single.content_single--case-study
    .content-single-social-links {
    display: none;
    margin-bottom: 0.5rem;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content-single-social-links.content-single-social-links--mob,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-social-links.content-single-social-links--mob,
  #content-wrapper
    .content_single.content_single--blog
    .content-single-social-links.content-single-social-links--mob,
  #content-wrapper
    .content_single.content_single--case-study
    .content-single-social-links.content-single-social-links--mob {
    display: block;
    z-index: 1000;
    position: relative;
    opacity: 0.5;
  }
  #content-wrapper
    .content_single.content_single--blog-post
    .content-single-content-image,
  #content-wrapper
    .content_single.content_single--blog-sticky
    .content-single-content-image,
  #content-wrapper
    .content_single.content_single--blog
    .content-single-content-image,
  #content-wrapper
    .content_single.content_single--case-study
    .content-single-content-image {
    margin: auto auto 16px;
  }
  #content-wrapper .content_single .content-single-header_content.wysiwyg p {
    font-size: 17px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #content-wrapper .content_single .content-single-copy {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  #content-wrapper .content_single .content-single-author-thumb {
    width: 1.875rem;
    min-height: 1.875rem;
  }
  #content-wrapper .content_single .content-single-author-details {
    color: rgba(0, 0, 0, 0.5);
  }
  #content-wrapper .content_single .content-single-date-readtime {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}

.wysiwyg button:focus {
  outline: 0 !important;
}
.wysiwyg h1,
body#tinymce.wp-editor h1 {
  font-size: 3.5rem;
}
.wysiwyg h2,
body#tinymce.wp-editor h2 {
  font-size: 2.625rem;
  line-height: 3rem;
}
.wysiwyg h3,
body#tinymce.wp-editor h3 {
  font-size: 2.25rem;
}
.wysiwyg h4,
body#tinymce.wp-editor h4 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.wysiwyg h5,
body#tinymce.wp-editor h5 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
.wysiwyg h6,
body#tinymce.wp-editor h6 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.wysiwyg legal,
body#tinymce.wp-editor legal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --text-opacity: 1;
  color: #6f767d;
  color: rgba(111, 118, 125, var(--text-opacity));
  margin-top: 1rem;
}
.wysiwyg img,
body#tinymce.wp-editor img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
}
.wysiwyg .legal,
body#tinymce.wp-editor .legal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --text-opacity: 1;
  color: #6f767d;
  color: rgba(111, 118, 125, var(--text-opacity));
  margin-top: 1rem;
}
.wysiwyg .styles-p,
body#tinymce.wp-editor .styles-p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  --text-opacity: 1;
  color: #6f767d;
  color: rgba(111, 118, 125, var(--text-opacity));
}
.wysiwyg ul,
body#tinymce.wp-editor ul {
  padding-left: 2rem;
}
.wysiwyg ul li,
body#tinymce.wp-editor ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wysiwyg ul li ul li,
body#tinymce.wp-editor ul li ul li {
  list-style-type: circle;
}
.wysiwyg ul li ul li ul li,
body#tinymce.wp-editor ul li ul li ul li {
  list-style-type: square;
}
.wysiwyg h1 + ol,
.wysiwyg h1 + ul,
.wysiwyg h2 + ol,
.wysiwyg h2 + ul,
.wysiwyg h3 + ol,
.wysiwyg h3 + ul,
.wysiwyg h4 + ol,
.wysiwyg h4 + ul,
.wysiwyg h5 + ol,
.wysiwyg h5 + ul,
.wysiwyg h6 + ol,
.wysiwyg h6 + ul,
.wysiwyg ol + h1,
.wysiwyg ol + h2,
.wysiwyg ol + h3,
.wysiwyg ul + h1,
.wysiwyg ul + h2,
.wysiwyg ul + h3,
body#tinymce.wp-editor h1 + ol,
body#tinymce.wp-editor h1 + ul,
body#tinymce.wp-editor h2 + ol,
body#tinymce.wp-editor h2 + ul,
body#tinymce.wp-editor h3 + ol,
body#tinymce.wp-editor h3 + ul,
body#tinymce.wp-editor h4 + ol,
body#tinymce.wp-editor h4 + ul,
body#tinymce.wp-editor h5 + ol,
body#tinymce.wp-editor h5 + ul,
body#tinymce.wp-editor h6 + ol,
body#tinymce.wp-editor h6 + ul,
body#tinymce.wp-editor ol + h1,
body#tinymce.wp-editor ol + h2,
body#tinymce.wp-editor ol + h3,
body#tinymce.wp-editor ul + h1,
body#tinymce.wp-editor ul + h2,
body#tinymce.wp-editor ul + h3 {
  margin-top: 1.5rem;
}
.wysiwyg ol li,
body#tinymce.wp-editor ol li {
  padding-left: 0.625rem;
}
.wysiwyg ol,
body#tinymce.wp-editor ol {
  list-style: none;
  counter-reset: level;
}
.wysiwyg ol li,
body#tinymce.wp-editor ol li {
  counter-increment: level;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wysiwyg ol li:before,
body#tinymce.wp-editor ol li:before {
  content: counters(level, '.') '.  ';
  padding-right: 0.625rem;
}
.wysiwyg strong,
body#tinymce.wp-editor strong {
  font-weight: 700;
  letter-spacing: -0.0125rem;
  line-height: 1.625rem;
}
.wysiwyg p,
body#tinymce.wp-editor p {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.wysiwyg a,
body#tinymce.wp-editor a {
  color: #7622d7;
}
.wysiwyg a:focus:not(:disabled),
.wysiwyg a:hover:not(:disabled),
body#tinymce.wp-editor a:focus:not(:disabled),
body#tinymce.wp-editor a:hover:not(:disabled) {
  text-decoration: underline;
  border-color: transparent;
}
.wysiwyg img,
body#tinymce.wp-editor img {
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.wysiwyg blockquote,
body#tinymce.wp-editor blockquote {
  border-left: 4px solid #fd6444;
  color: #000;
  max-width: 30.625rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-left: 2rem;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  margin-right: 0;
  font-weight: 500;
}
.wysiwyg .wp-caption-text,
.wysiwyg figcaption,
body#tinymce.wp-editor .wp-caption-text,
body#tinymce.wp-editor figcaption {
  color: #767474;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.wysiwyg .wp-video iframe,
body#tinymce.wp-editor .wp-video iframe {
  max-width: 100%;
  height: 100%;
}
.wysiwyg p iframe,
body#tinymce.wp-editor p iframe {
  width: 100%;
  height: 31.25rem;
}
.wysiwyg .table_wrapper,
body#tinymce.wp-editor .table_wrapper {
  max-width: 43rem;
  overflow-x: auto;
}
.wysiwyg .table_wrapper::-webkit-scrollbar,
body#tinymce.wp-editor .table_wrapper::-webkit-scrollbar {
  width: 12px;
}
.wysiwyg .table_wrapper::-webkit-scrollbar-track,
.content-wrapper
  body#tinymce.wp-editor
  .table_wrapper::-webkit-scrollbar-track {
  --bg-opacity: 1;
  background-color: #e3e3e3;
  background-color: rgba(227, 227, 227, var(--bg-opacity));
}
.wysiwyg .table_wrapper::-webkit-scrollbar-thumb,
.content-wrapper
  body#tinymce.wp-editor
  .table_wrapper::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #c4c4c4;
  background-color: rgba(196, 196, 196, var(--bg-opacity));
  border-radius: 0.5rem;
}
.wysiwyg table tr:first-child,
body#tinymce.wp-editor table tr:first-child {
  background-color: #767474;
}
.wysiwyg table tr:first-child td,
body#tinymce.wp-editor table tr:first-child td {
  font-weight: 600;
  text-transform: capitalize;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.wysiwyg table tr:nth-child(2n + 3),
body#tinymce.wp-editor table tr:nth-child(2n + 3) {
  background-color: rgba(237, 241, 242, 0.8);
}
.wysiwyg table tr,
body#tinymce.wp-editor table tr {
  background-color: rgba(237, 241, 242, 0.2);
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #484848;
  border-color: rgba(72, 72, 72, var(--border-opacity));
  --border-opacity: 0.25;
}
.wysiwyg table td,
body#tinymce.wp-editor table td {
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.00125rem;
  min-width: 12.5rem;
  color: #171214;
}

.content-wrapper .listitem-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.content-wrapper ul.listitem {
  padding-left: 0;
  list-style: none
}

.content-wrapper ul.listitem li {
  position: relative;
  padding-left: 2.125rem;
  padding-bottom: .25rem;
  letter-spacing: -.01em
}

.content-wrapper ul.listitem li:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cpath d='M0 11.432L1.507 9.75l5.2 4.248c.71-1.008 1.391-2.012 2.107-2.983C11.587 7.252 14.619 3.802 18.13.932c.427-.348.845-.561 1.38-.507.478.047.961.01 1.489.01-5.907 6.459-10.104 14.271-14.227 22.132A39680.1 39680.1 0 000 11.432z' fill='%237622D7'/%3E%3C/svg%3E");
  position: absolute;
  top: .5rem;
  display: inline;
  left: 0;
  width: 21px;
  height: 22px
}

.content-wrapper ul.listitem li h4 {
  margin-bottom: 0;
  padding-bottom: 0
}

.content-wrapper ul.listitem li h4+p {
  margin-top: 0;
  padding-top: 0
}