Hubspot Form
hubspot-form
			Css
.hubspot-form p {width:100%}Pricing card
pricing-card h-100
			Css
.pricing-card > div:last-child {
    margin-top: auto;    
}parallax
parallax
			Css
.parallax  {
  background-image: url(/Files/Images/TEST/Test_front page_M/Baggrund - test2.png);
  min-height: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}round-corners
rounding
			Css
.rounding {
  border-radius: 25px;
}box-shadow
shadow
			Css
Container Speaker
container-speaker
			Css
.container-speaker > .container-compressed {
max-width: clamp(60ch, 65%, 95ch);
}Summit table
summit-table-wrapper text-light
			Css
:is(.summit-table-wrapper) .grid-1,
:is(.summit-table-wrapper) .item_swift_text {
display: block !important;
}Sticky top
sticky-top
			Css