





*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Add body background color
 */

body {
  background-color: #F2EEE9;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Typography */
:root {
  --type-primary-font-family: degular, sans-serif;
  --type-primary-weight-bold: 600;
  --type-primary-weight-regular: 400;
  --type-primary-weight-light: 300;
  --type-primary-700-size: 116px;
  --type-primary-700-line-height: 104px;
  --type-primary-600-size: 86px;
  --type-primary-600-line-height: 78px;
  --type-primary-550-size: 72px;
  --type-primary-550-line-height: 70px;
  --type-primary-500-size: 68px;
  --type-primary-500-line-height: 64px;
  --type-primary-450-size: 60px;
  --type-primary-450-line-height: 56px;
  --type-primary-400-size: 42px;
  --type-primary-400-line-height: 40px;
  --type-primary-350-size: 32px;
  --type-primary-350-line-height: 36px;
  --type-primary-300-size: 26px;
  --type-primary-300-line-height: 32px;
  --type-primary-250-size: 22px;
  --type-primary-250-line-height: 28px;
  --type-primary-200-size: 20px;
  --type-primary-200-line-height: 28px;
  --type-primary-150-size: 18px;
  --type-primary-150-line-height: 24px;
  --type-primary-100-size: 16px;
  --type-primary-100-line-height: 24px;
  --type-primary-50-size: 14px;
  --type-primary-50-line-height: 20px;
  --type-primary-25-size: 12px;
  --type-primary-25-line-height: 16px;
}

/* Colors */
:root {
  --color-white: #fff;
  --color-beige: #F8F5F366;
  --color-beige-dark: #F8F5F3;
  --color-black: #140b26;
  --color-green: #71bf44;
  --color-green-dark: #61a43a;
  --color-yellow: #ffc20e;
  --color-grey: #f8f7f5;
  --color-purple: #140b26;
  --color-purple-light: #2a1450;
  --color-text: var(--color-black);
  --color-text-inverted: var(--color-white);
  --color-primary: var(--color-green);
  --color-secondary: var(--color-yellow);
}

/* Dizparc Secured theme colors */
:root {
  --color-secured-purple: #6B3ACB;
}

/* Spacing */
:root {
  --space-1200: 160px;
  --space-1100: 120px;
  --space-1000: 112px;
  --space-900: 96px;
  --space-800: 80px;
  --space-700: 72px;
  --space-600: 56px;
  --space-500: 48px;
  --space-400: 40px;
  --space-300: 32px;
  --space-200: 24px;
  --space-100: 16px;
  --space-75: 12px;
  --space-50: 8px;
  --space-25: 4px;
  --gutter: var(--space-200);
}



html,
body {
  font-size: var(--type-primary-150-size);
}

body {
  color: var(--color-text);
  font-family: var(--type-primary-font-family);
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: break-all;
}

.type-primary--bold {
  font-weight: var(--type-primary-weight-bold);
}

.type-primary--regular {
  font-weight: var(--type-primary-weight-regular);
}

.type-primary--light {
  font-weight: var(--type-primary-weight-light);
}

.emphasis-line::after {
  display: block;
  width: 36px;
  height: 3px;
  background: var(--color-primary);
  content: '';
  margin-top: var(--space-75);
}

.emphasis-dot::after {
  display: inline-block;
  width: 0.14em;
  height: 0.14em;
  max-width: 16px;
  max-height: 16px;
  background: var(--color-secondary);
  content: '';
  margin-left: 0.08em;
  border-radius: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  margin: 0;
}

h1,
h2 {
  margin-bottom: var(--space-300);
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: var(--space-200);
}

.type-primary-700 {
  font-size: var(--type-primary-700-size);
  line-height: var(--type-primary-700-line-height);
}

h1,
.type-primary-600 {
  font-size: var(--type-primary-600-size);
  line-height: var(--type-primary-600-line-height);
}

h1,
.type-primary-700,
.type-primary-600 {
  letter-spacing: -2px;
}

h2,
.type-primary-550 {
  font-size: var(--type-primary-550-size);
  line-height: var(--type-primary-550-line-height);
}


.type-primary-500 {
  font-size: var(--type-primary-500-size);
  line-height: var(--type-primary-500-line-height);
}

.type-primary-450 {
  font-size: var(--type-primary-450-size);
  line-height: var(--type-primary-450-line-height);
}

h3,
.text-block--article h2,
.type-primary-400 {
  margin-top:16px;
  font-size: var(--type-primary-400-size);
  line-height: var(--type-primary-400-line-height);
}

.type-primary-350 {
  font-size: var(--type-primary-350-size);
  line-height: var(--type-primary-350-line-height);
}

h4,
.text-block--article h3,
.type-primary-300 {
  font-size: var(--type-primary-300-size);
  line-height: var(--type-primary-300-line-height);
}

.type-primary-250 {
  font-size: var(--type-primary-250-size);
  line-height: var(--type-primary-250-line-height);
}

h5,
.text-block--article h4,
.type-primary-200 {
  font-size: var(--type-primary-200-size);
  line-height: var(--type-primary-200-line-height);
}

.type-primary-150 {
  font-size: var(--type-primary-150-size);
  line-height: var(--type-primary-150-line-height);
}

h6,
.text-block--article h6,
.type-primary-100 {
  font-size: var(--type-primary-100-size);
  line-height: var(--type-primary-100-line-height);
}

.type-primary-50 {
  font-size: var(--type-primary-50-size);
  line-height: var(--type-primary-50-line-height);
}

.type-primary-25 {
  font-size: var(--type-primary-25-size);
  line-height: var(--type-primary-25-line-height);
}

@media screen and (max-width: 881px) {
  .type-primary-700 {
    font-size: var(--type-primary-600-size);
    line-height: var(--type-primary-600-line-height);
  }
}

@media screen and (max-width: 540px) {
  .type-primary-700 {
    font-size: var(--type-primary-400-size);
    line-height: var(--type-primary-400-line-height);
  }

  h1,
  .type-primary-600 {
    font-size: var(--type-primary-400-size);
    line-height: var(--type-primary-400-line-height);
  }

  h1,
  .type-primary-700,
  .type-primary-600 {
    letter-spacing: normal;
  }

  .type-primary-550 {
    font-size: var(--type-primary-350-size);
    line-height: var(--type-primary-350-line-height);
  }

  h2,
  .type-primary-500 {
    font-size: var(--type-primary-350-size);
    line-height: var(--type-primary-350-line-height);
  }

  h3,
  .text-block--article h2,
  .type-primary-450 {
    font-size: var(--type-primary-300-size);
    line-height: var(--type-primary-300-line-height);
  }

  .type-primary-400 {
    font-size: var(--type-primary-250-size);
    line-height: var(--type-primary-250-line-height);
  }

  .type-primary-350 {
    font-size: var(--type-primary-200-size);
    line-height: var(--type-primary-200-line-height);
  }

  h4,
  .text-block--article h3,
  .type-primary-300 {
    font-size: var(--type-primary-200-size);
    line-height: var(--type-primary-200-line-height);
  }

  .type-primary-250 {
    font-size: var(--type-primary-200-size);
    line-height: var(--type-primary-200-line-height);
  }

  h5,
  .text-block--article h4 {
    font-size: var(--type-primary-150-size);
    line-height: var(--type-primary-150-line-height);
  }
}

p {
  font-size: var(--type-primary-150-size);
  line-height: var(--type-primary-150-line-height);
  margin: 0 0 var(--space-200);
}

b,
strong {
  font-weight: var(--type-primary-weight-bold);
}

a {
  color: var(--color-primary);
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-primary);
  text-decoration: underline;
}

a:active {
  color: var(--color-primary);
}

ul,
ol {
  margin: var(--space-500) 0;
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.5;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

code {
  vertical-align: bottom;
}

blockquote {
  font-size: var(--type-primary-300-size);
  line-height: var(--type-primary-300-line-height);
  letter-spacing: var(--type-primary-spacing-s);
  font-weight: var(--type-primary-weight-bold);
  margin: var(--space-600) 0;
  padding: 0;
}

blockquote::before {
  content: '\201D';
}

blockquote::after {
  content: '\201D';
}

blockquote:lang(en)::before {
  content: '\201C';
}

blockquote p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  margin: 0;
  display: inline;
}

@media screen and (max-width: 767px) {
  blockquote {
    margin: var(--space-400) 0;
    font-size: var(--type-primary-200-size);
    line-height: var(--type-primary-200-line-height);
    letter-spacing: var(--type-primary-spacing-s);
  }
}

hr {
  background-color: var(--color-black);
  border: 0;
  color: var(--color-black);
  height: 2px;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: 0;
}

.disable-focus-styles :focus {
  outline: 0;
}

.bold {
  font-weight: 700;
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 40px;
  padding: 12px 30px;
  font-size: 15px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  font-weight: var(--type-primary-weight-bold);
  line-height: 1;
}

.hs_cos_wrapper button,
.hs_cos_wrapper .button {
  align-self: flex-start;
}

button:disabled,
.button:disabled,
.button--outlined:disabled,
.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

.button:hover,
.button:focus {
  background-color: var(--color-green-dark);
  color: var(--color-white);
  text-decoration: none;
  outline: 0;
}

/* Outlined Button */

.button--outlined {
  background-color: transparent;
  border: 2px solid var(--color-white);
}

.button--outlined:hover,
.button--outlined:focus {
  background-color: var(--color-white);
}

/* Simple Button */

.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
  color: var(--color-primary);
  text-decoration: underline;
}

.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button--simple:hover,
.button--simple:focus {
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  text-decoration: underline;
}

.button--simple:active {
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  text-decoration: underline;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

/* Button Sizes */

.button--large {
  padding: 19px var(--space-500);
  font-size: 18px;
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

fieldset {
  max-width: 100% !important;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

.form .hs-richtext p{
  font-size:14px !important;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}
  


/* DND Grid */

* {
  scroll-behavior: smooth;
}

.width-limiter,
.dnd-section > .row-fluid {
	max-width: 1408px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.section,
.dnd-section {
	padding: var(--space-900) var(--space-800);
}

@media (max-width: 980px) {
	.section,
	.dnd-section {
		padding: var(--space-700) var(--space-500);
	}
}

@media (max-width: 767px) {
	.section,
	.dnd-section {
		padding: var(--space-500) var(--space-200);
	}
}

.row-fluid-wrapper,
.row-fluid .dnd-module,
.row-fluid .hs_cos_wrapper,
.row-fluid:not(.dnd-section) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.row-fluid-wrapper.dnd-section > .row-fluid[class] {
	display: grid !important;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 24px;
	flex: 1 1 auto;
}

.row-fluid .span12 {
	grid-column-end: span 12;
}

.row-fluid .span11 {
	grid-column-end: span 11;
}

.row-fluid .span10 {
	grid-column-end: span 10;
}

.row-fluid .span9 {
	grid-column-end: span 9;
}

.row-fluid .span8 {
	grid-column-end: span 8;
}

.row-fluid .span7 {
	grid-column-end: span 7;
}

.row-fluid .span6 {
	grid-column-end: span 6;
}

.row-fluid .span5 {
	grid-column-end: span 5;
}

.row-fluid .span4 {
	grid-column-end: span 4;
}

.row-fluid .span3 {
	grid-column-end: span 3;
}

.row-fluid .span2 {
	grid-column-end: span 2;
}

.row-fluid .span1 {
	grid-column-end: span 1;
}

@media (max-width: 767px) {
	.row-fluid-wrapper.dnd-section > .row-fluid[class] {
		display: block !important;
	}
}

/* Custom Grid */

.custom-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-left: calc(var(--gutter) * -1);
	padding: 0;
	list-style: none;
}

.custom-grid > [data-col-size] {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: var(--gutter);
	margin-bottom: var(--gutter);
}

.custom-grid__column--no-space-bottom {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.custom-grid > [data-col-size] {
		margin-bottom: var(--gutter);
	}
}

.custom-grid > [data-col-size] > * {
	flex: 0 1 auto;
	min-height: 1px;
}

.custom-grid--stretch > [data-col-size] > * {
	flex: 1 1 auto;
}

.custom-grid--align-middle {
	justify-content: center;
}

.custom-grid--align-top {
	align-items: flex-start;
}

.custom-grid--align-bottom {
	align-items: flex-end;
}

.custom-grid--align-right {
	justify-content: flex-end;
}

.custom-grid--space-between {
	justify-content: space-between;
}

.custom-grid > [data-col-size="1"],
.custom-grid > [data-col-size~="xs:1"] {
	width: calc(8.33333% - var(--gutter));
}

.custom-grid > [data-col-size="2"],
.custom-grid > [data-col-size~="xs:2"] {
	width: calc(16.66667% - var(--gutter));
}

.custom-grid > [data-col-size="3"],
.custom-grid > [data-col-size~="xs:3"] {
	width: calc(25% - var(--gutter));
}

.custom-grid > [data-col-size="4"],
.custom-grid > [data-col-size~="xs:4"] {
	width: calc(33.33333% - var(--gutter));
}

.custom-grid > [data-col-size="5"],
.custom-grid > [data-col-size~="xs:5"] {
	width: calc(41.66667% - var(--gutter));
}

.custom-grid > [data-col-size="6"],
.custom-grid > [data-col-size~="xs:6"] {
	width: calc(50% - var(--gutter));
}

.custom-grid > [data-col-size="7"],
.custom-grid > [data-col-size~="xs:7"] {
	width: calc(58.33333% - var(--gutter));
}

.custom-grid > [data-col-size="8"],
.custom-grid > [data-col-size~="xs:8"] {
	width: calc(66.66667% - var(--gutter));
}

.custom-grid > [data-col-size="9"],
.custom-grid > [data-col-size~="xs:9"] {
	width: calc(75% - var(--gutter));
}

.custom-grid > [data-col-size="10"],
.custom-grid > [data-col-size~="xs:10"] {
	width: calc(83.33333% - var(--gutter));
}

.custom-grid > [data-col-size="11"],
.custom-grid > [data-col-size~="xs:11"] {
	width: calc(91.66667% - var(--gutter));
}

.custom-grid > [data-col-size="12"],
.custom-grid > [data-col-size~="xs:12"] {
	width: calc(100% - var(--gutter));
}

@media only screen and (min-width: 540px) {
	.custom-grid > [data-col-size] {
		margin-left: var(--gutter);
	}

	.custom-grid > [data-col-size~="s:1"] {
		width: calc(8.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:2"] {
		width: calc(16.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:3"] {
		width: calc(25% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:4"] {
		width: calc(33.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:5"] {
		width: calc(41.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:6"] {
		width: calc(50% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:7"] {
		width: calc(58.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:8"] {
		width: calc(66.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:9"] {
		width: calc(75% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:10"] {
		width: calc(83.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:11"] {
		width: calc(91.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="s:12"] {
		width: calc(100% - var(--gutter));
	}
}

@media only screen and (min-width: 768px) {
	.custom-grid > [data-col-size~="m:1"] {
		width: calc(8.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:2"] {
		width: calc(16.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:3"] {
		width: calc(25% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:4"] {
		width: calc(33.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:5"] {
		width: calc(41.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:6"] {
		width: calc(50% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:7"] {
		width: calc(58.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:8"] {
		width: calc(66.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:9"] {
		width: calc(75% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:10"] {
		width: calc(83.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:11"] {
		width: calc(91.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="m:12"] {
		width: calc(100% - var(--gutter));
	}
}

@media only screen and (min-width: 1024px) {
	.custom-grid > [data-col-size~="l:1"] {
		width: calc(8.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:2"] {
		width: calc(16.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:3"] {
		width: calc(25% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:4"] {
		width: calc(33.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:5"] {
		width: calc(41.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:6"] {
		width: calc(50% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:7"] {
		width: calc(58.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:8"] {
		width: calc(66.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:9"] {
		width: calc(75% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:10"] {
		width: calc(83.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:11"] {
		width: calc(91.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="l:12"] {
		width: calc(100% - var(--gutter));
	}
}

@media only screen and (min-width: 1280px) {
	.custom-grid > [data-col-size~="xl:1"] {
		width: calc(8.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:2"] {
		width: calc(16.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:3"] {
		width: calc(25% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:4"] {
		width: calc(33.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:5"] {
		width: calc(41.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:6"] {
		width: calc(50% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:7"] {
		width: calc(58.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:8"] {
		width: calc(66.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:9"] {
		width: calc(75% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:10"] {
		width: calc(83.33333% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:11"] {
		width: calc(91.66667% - var(--gutter));
	}

	.custom-grid > [data-col-size~="xl:12"] {
		width: calc(100% - var(--gutter));
	}
}

/* Clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important ;
	}
}



.main-menu {
  background-color: var(--color-purple);
}


.header {
  background-color: var(--color-purple);
  display: grid;
}

@media screen and (min-width: 38em) {
  #open-nav:target .header:not(.header--js-init)::after,
  .header__backdrop {
    position: fixed;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: hsla(259, 43%, 100%, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1;
    animation: backdropfadeIn .3s forwards;
  }

  @keyframes backdropfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  #open-nav:target .header:not(.header--js-init)::after {
    content: '';
  }
}

.header__container__new-menu {
  max-width: 1408px;
}

@media (max-width: 1030px) {
  .main-menu {
    display: none !important;
  }
}

@media (min-width: 1031px) {
  .header__container__new-menu {
    display: none !important;
  }
}

.header__container {
  justify-self: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1408px + 24px * 2);
  padding: 14.5px 7px 14.5px 24px;
}

@media screen and (min-width: 38em) {
  .header__container {
    padding: 18px 24px;
  }
}


.header__open-nav {
  display: none;
  align-items: center;
  column-gap: 8px;
  padding: 12px 18px;
}

.header__open-nav:hover,
.header__open-nav:focus {
  background-color: var(--color-purple);
}

.header__open-nav--mobile {
  display: inline-flex;
}

.header__nav-toggle {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background-color: unset;
  border-radius: unset;
  padding: 0;
}

@media screen and (min-width: 38em) {
  .header__open-nav {
    display: inline-flex;
  }

  .header__nav-toggle--open {
    display: none;
  }
}

.header__menu-icon {
  display: flex;
}

@media screen and (min-width: 38em) {
  .header__container > .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.header__navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: var(--color-purple);
  overflow-y: auto;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 40px;
  box-shadow: 20px 0px 50px hsla(0, 0%, 0%, 0.5);
}

/* Firefox */
.header__navigation {
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--group-color-hsl), 43%, 19%);
}

/* Chrome, Edge and Safari */
.header__navigation::-webkit-scrollbar {
  width: 4px;
}

.header__navigation::-webkit-scrollbar-track,
.header__navigation::-webkit-scrollbar-track:hover,
.header__navigation::-webkit-scrollbar-track:active {
  border-radius: 0;
  background-color: hsl(var(--group-color-hsl), 43%, 19%);
}

.header__navigation::-webkit-scrollbar-thumb,
.header__navigation::-webkit-scrollbar-thumb:hover,
.header__navigation::-webkit-scrollbar-thumb:active {
  border-radius: 2px;
  background-color: var(--color-white);
}

@media screen and (min-width: 38em) {
  .header__navigation {
    right: unset;
    width: clamp(350px, 30vw, 450px);
  }
}

#open-nav:target .header__navigation {
  display: block;
}

#open-nav:target {
  overflow: hidden;
}

.header__top-section {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--color-purple);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14.5px 7px 14.5px 24px;
}

.header__mobile-contact {
  margin-top: 24px;
}

.header__mobile-contact > div {
  display: flex;
  justify-content: center;
}

.header__desktop-contact {
  display: none;
}

.header__mobile-contact {
  display: block;
}

@media screen and (min-width: 38em) {
  .header__desktop-contact {
    display: inline-flex;
  }

  .header__mobile-contact {
    display: none;
  }
}

/*
 * Javascript init
=============================================================================================*/
.header--js-init .header__navigation {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .header--js-init .header__navigation {
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  }
}

.header--js-init .header__navigation[aria-hidden="true"] {
  transform: translateX(-100%);
  box-shadow: none;
}

.breadcrumb-container{
    display: none;
    margin: 0 auto;
    max-width: 1408px;
}

.breadcrumb-container a {
    color: var(--color-text);
    font-size: 14px;
}

.breadcrumb-container span {
    color: var(--color-text);
    font-size: 14px;
}
/* Footer Container */

.footer {
    background-color: var(--color-black);
    padding: var(--space-200) 0;
}

.footer .dnd-section {
    padding: 0;
}

.footer__container {
    margin: 0 auto;
    max-width: 1408px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__navigation .simple-menu {
    flex-wrap: wrap;
}

.footer__navigation a {
    color: var(--color-text-inverted) !important;
    text-transform: uppercase;
}

.footer__copyright {
    flex: 1 1 20%;
    text-align: right;
    font-family: var(--type-primary-font-family);
    font-weight: var(--type-primary-weight-regular);
    font-size: var(--type-primary-50-size);
    color: var(--color-text-inverted);
}

.footer__logo {
    flex: 1 1 20%;
}

.footer__navigation {
    width: 100%;
    flex: 1 1 60%;
    text-align: center;
}

.footer__copyright {
    flex: 1 1 20%;
    text-align: right;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.footer__copyright span,
.footer__copyright a {
    color: var(--color-white) !important;
    font-size: var(--type-primary-50-size) !important;
    line-height: var(--type-primary-50-line-height) !important;
    font-weight: var(--type-primary-weight-regular);
    text-decoration: none !important;
}

.footer__copyright span {
    margin-right: 15px;
}

.footer__copyright a:hover {
    color: var(--color-white) !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 1568px) {
    .footer {
        padding: var(--space-200);
    }
}

@media only screen and (max-width: 540px) {
    .footer__container {
        display: block;
        text-align: center;
    }

    .footer__logo {
        margin: auto;
    }

    .footer__logo .svg-logo-link {
        margin: auto;
    }

    .footer__navigation {
        margin: var(--space-50) 0 var(--space-100);
    }

    .footer__navigation .simple-menu__item {
        margin: var(--space-50) 0;
    }

    .footer__copyright {
        display: flex;
        justify-content: center;
    }
}
/* 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;
  }
}



.card {
  background: var(--color-grey);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: var(--space-200);
}
.card--align-bottom {
  flex: 0 1 auto;
  justify-content: flex-end;
}
.card--equal-height {
  flex: 1 1 auto;
}
.card__graphic--center {
  display: flex;
  justify-content: center;
}
.card__graphic--cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.card__graphic--overlay::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 27, 68, 0.6);
}
.card__icon {
  margin-top: var(--space-300);
}
.card__image {
  width: 100% !important;
  margin-bottom: var(--space-100);
  display: block;
}
.card__graphic--cover .card__image {
  object-fit: cover;
  margin-bottom: 0;
  height: 100% !important;
}
.card__content {
  padding: var(--space-200) var(--space-300) var(--space-400);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.card__content--invert-colors > * {
  color: var(--color-white);
}
.card--align-bottom .card__content {
  flex: 0 1 auto;
}
.card__graphic--cover + .card__content {
  padding-top: var(--space-300);
  position: relative;
  z-index: 2;
}
.card__pre-heading {
  font-size: var(--type-primary-50-size);
  line-height: var(--type-primary-50-line-height);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: var(--space-100);
}
.card__pre-heading::after {
  content: '';
  height: 3px;
  width: 36px;
  display: block;
  background: var(--color-primary);
  margin-top: var(--space-50);
}
.text-align-center .card__pre-heading::after {
  margin-left: auto;
  margin-right: auto;
}
.card__heading {
  font-size: var(--type-primary-300-size);
  line-height: var(--type-primary-300-line-height);
}
.card__tag {
  background-color: var(--color-beige-dark);
  padding: 2px var(--space-75);
  font-size: var(--type-primary-150-size);
  line-height: var(--type-primary-150-line-height);
  display: inline-block;
  align-self: start;
}
.card--horizontal * + .card__tag {
  margin-top: 0;
}
.card__content--center .card__tag {
  align-self: center;
}
.card__event-tag {
  position: absolute;
  top: var(--space-50);
  right: var(--space-50);
  margin-left: var(--space-50);
  background-color: var(--color-green);
  color: var(--color-white);
  padding: var(--space-25) var(--space-75);
  font-size: var(--type-primary-50-size);
  line-height: var(--type-primary-50-size);
}
.card--horizontal .card__event-tag {
  top: clamp(var(--space-50), 2vw, var(--space-200));
  right: clamp(var(--space-50), 2vw, var(--space-200));
  margin-left: clamp(var(--space-50), 2vw, var(--space-200));
  padding: clamp(var(--space-25), 1vw, var(--space-50)) clamp(var(--space-75), 1vw, var(--space-100));
  font-size: clamp(var(--type-primary-50-size), 1.6vw, var(--type-primary-150-size));
  line-height: clamp(var(--type-primary-50-size), 1.6vw, var(--type-primary-150-line-height));
}
@media screen and (min-width: 1024px) {
  .card--horizontal-inverted .card__event-tag {
    left: clamp(var(--space-50), 2vw, var(--space-200));
    right: unset;
    margin-right: clamp(var(--space-50), 2vw, var(--space-200));
    margin-left: unset;
  }
}
.card__tag + .card__text {
  margin-top: var(--space-200);
}
.card__text {
  margin-bottom: 0;
  font-size: var(--type-primary-100-size);
  line-height: var(--type-primary-100-line-height);
}
.card__tags {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: var(--space-400);
  position: relative;
  z-index: 20;
}
.card__tags li {
  display: inline-block;
  margin-right: var(--space-50);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--type-primary-25-size);
  line-height: var(--type-primary-25-line-height);
}
.card__tags li:last-child {
  margin-right: 0;
}
.card__link {
  margin-top: var(--space-300);
}
.card__link:not(.button) {
  color: inherit;
}
.card__link:not(.button):hover {
  text-decoration: none;
  color: inherit;
}
.card__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: none;
  content: '';
}
.button.card__link--external svg {
  position: relative;
  left: var(--space-50);
  top: -4px;
}
.button.card__link--external .card__arrow {
  transition: transform 0.2s ease-in-out;
}
.button.card__link--external:hover .card__arrow {
  transform: translate(3px, -3px);
}

.card__link--expand.card__link-wrapper {
  margin-top: auto;
}
.card__link--expand .card__link {
  display: block;
  margin-left: calc(var(--space-300) * -1);
  margin-right: calc(var(--space-300) * -1);
  margin-bottom: calc(var(--space-400) * -1);
  border-radius: 0;
  align-self: stretch;
}
.card__link-icon {
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: calc((var(--space-400) - var(--space-200)) * -1);
  top: calc(var(--space-200) * -1);
  margin-top: auto;
}
.card__link-icon:not(.card__link-icon--external) svg {
  transition: transform 0.2s ease-in-out;
  transform: translateX(calc(var(--space-200) * -1));
}
.card:hover .card__link-icon:not(.card__link-icon--external) svg {
  transform: translateX(calc((var(--space-200) - 4px) * -1));
}


.card__link-icon--external svg {
  position: relative;
  left: calc(var(--space-200) * -0.7);
}
.card__link-icon--external .card__arrow {
  transition: transform 0.2s ease-in-out;
}
.card:hover .card__link-icon--external .card__arrow {
  transform: translate(4px, -4px);
}

/* Horizontal icon */
.card--horizontal.card--icon {
  padding: var(--space-300);
  gap: var(--space-200);
  min-height: auto;
}

.card--horizontal.card--icon .card__graphic {
  width: 140px !important;
  height: auto;
}

.card--horizontal.card--icon .card__graphic .card__icon {
  width: 140px;
  height: 140px !important;
  border-radius: 50%;
  margin: 0;
}

.card--horizontal.card--icon .card__content {
  padding: 0;
  margin: 0;
}

.card--horizontal.card--icon .card__content .card__heading {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.card--horizontal.card--icon .card__content .card__text {
  font-size: 17px;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .card--horizontal.card--icon .card__graphic {
    width: 120px !important;
  }

  .card--horizontal.card--icon .card__graphic .card__icon {
    width: 120px;
    height: 120px !important;
  }
}

/* Horizontal */
@media only screen and (min-width: 1024px) {
  .card--horizontal[class] {
    flex-direction: row;
    min-height: 380px;
  }
  .card--horizontal .card__content {
    width: 42%;
    align-self: center;
    padding: var(--space-500);
  }
  .card--horizontal .card__heading {
    font-size: var(--type-primary-400-size);
    line-height: var(--type-primary-400-line-height);
    margin-bottom: var(--space-200);
  }
  .card--horizontal .card__text {
    font-size: var(--type-primary-200-size);
    line-height: var(--type-primary-200-line-height);
  }
  .card--horizontal .card__graphic {
    order: 1;
    width: 58%;
  }
  .card--horizontal .card__image {
    height: 100% !important;
    object-fit: cover;
  }

  /* Inverted horizontal */
  .card--horizontal-inverted .card__graphic {
    order: 1;
  }
  .card--horizontal-inverted .card__content {
    order: 2;
  }
  .card--horizontal-inverted .card__link-icon {
    position: absolute;
    right: 0;
    bottom: 24px;
    top: auto;
  }

  /* Horizontal icon */
  .card--horizontal.card--icon {
    padding: var(--space-300) var(--space-500) var(--space-700) var(--space-300);
    flex-direction: column;
    min-height: auto;
  }

  /* Horizontal icon */
  .card--horizontal.card--icon .card__content {
    width: auto;
    padding: 0;
  }

  .card--horizontal.card--icon .card__graphic {
    width: 140px !important;
  }

  .card--horizontal.card--icon .card__graphic .card__icon {
    width: 140px;
    height: 140px !important;
    max-width: none !important;
    border-radius: 50%;
    margin: 0;
  }
}

@media only screen and (min-width: 1280px) {
  /* Horizontal icon */
  .card--horizontal.card--icon {
    flex-direction: row;
  }

  .card--horizontal.card--icon .card__content {
    padding: 0;
    margin-top: var(--space-50);
    width: auto;
  }
}

.card__link-text{
  padding-left: 30px;
}

.card--horizontal .card__link-text{
  position: absolute;
  bottom: 20px;
}

.card--smaller .card__content{
  padding-bottom: 12px;
  padding-top: 24px;
  padding-left: 24px;
}

.card--smaller .card__content h3.card__heading {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 24px;
}

.card--smaller .card__link-text{
  padding-left: 24px;
}

.card__link-wrapper .button{
  display: inline-flex;
}

.card__link-wrapper .button-text-black{
  color: var(--color-black);
}

.card__link-wrapper .card__link__icon{
  margin-left: 18px;
}



/*
  Text Align
*/

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

/*
  Text Color
*/

.color-inverted {
  color: var(--color-text-inverted);
}

/*
  Background Colors
*/

.bg-black {
  background-color: var(--color-black);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-grey {
  background-color: var(--color-grey);
}

.bg-purple {
  background-color: var(--color-purple-light);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-lavender {
  background-color: var(--color-purple-light);
}

/* Dizparc Secured theme colors */
.bg-secured_puple {
  background-color: var(--color-secured-purple);
}

.aspect-ratio-4-3 {
  width: 100% !important;
  padding-bottom: 75%;
  position: relative;
}

div[class^="aspect-ratio"] > img,
div[class*="aspect-ratio"] > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.sr-only {
  position: absolute !important;
	left: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	border: 0 !important;
	white-space: nowrap !important;
}