.paragraph--type--variable-columns-image-video {
    margin-top:0px!important;
    margin-bottom:0px!important;
    font-family: Manrope;
    padding-top:30px;
    padding-bottom:30px;
}

.paragraph--type--variable-columns-image-video .cols_p > div:first-child {
    width: var(--width-mobile, 90vw);
    margin-inline: auto;
    max-width: var(--max-width, 1200px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 1rem;
    font-family: 'Manrope';
}

@media (max-width: 800px) {
    
	.paragraph--type--variable-columns-image-video .cols_p > div:first-child {
	    display:flex !important;
	    flex-direction:column !important;
	}
    
}


.paragraph--type--variable-columns-image-video ul {
    padding-left:0;
}

.paragraph--type--variable-columns-image-video li {
    border-bottom: 1px solid var(--surface-05, #D0D0D0);
}

/*
.paragraph--type--variable-columns-image-video .paragraph--type--full-width-paragraph > div {
    gap:10px;
    display:flex;
    flex-direction:column;
}

.paragraph--type--variable-columns-image-video .paragraph--type--full-width-paragraph > div ul {
    gap:10px;
    display:flex;
    flex-direction:column;
}
*/

.cols_p > div:has(> div:nth-child(2))
  > div
  .paragraph--type--full-width-paragraph p {
    max-width: 460px;
}


.cols_p > div:has(> div:nth-child(2))
  > div
  .paragraph--type--full-width-paragraph ul {
    max-width: 460px;
}

.headof h2 {
	font-size:29px;
}

.page-node-type-snia-dynamic-page .paragraph--type--column h4 a.paragraph-header-sub {
	font-family: Manrope;
  font-size: 25px;
  line-height: 121.035%;
  font-weight: 400;
  color: var(--title-color);
}

article .paragraph h4 a:not([class]), article .paragraph p a:not([class]) {
	  color: var(--text-brand, #552D80);
    font-family: var(--family-body, Inter);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-decoration: none;
}

article .paragraph h4 a:not([class]):after, article .paragraph p a:not([class]):after {
  content: "";
  -webkit-mask-image: url(/themes/custom/snia/images/up-aw.svg);
  mask-image: url(/themes/custom/snia/images/up-aw.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  margin: 0px 2px 0px 4px;
  background-color: #552d80 !important;
}

article .paragraph h4 a:not([class]):hover, article .paragraph p a:not([class]):hover {
    text-decoration: underline !important;
}

.page-node-type-snia-dynamic-page .paragraph--type--column h4 a.paragraph-header-sub:after {
  content: "";
  -webkit-mask-image: url(/themes/custom/snia/images/up-aw.svg);
  mask-image: url(/themes/custom/snia/images/up-aw.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: black !important;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 0px 2px 2px 4px;
}

.paragraph--type--full-width-paragraph .item-card-more .title a {
	display: contents;
}