@import "https://cdn.jsdelivr.net/npm/@ducky/plumage-tokens/dist/css/default.css";

/* Theme base styles */

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

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

@import "https://cdn.jsdelivr.net/npm/@ducky/plumage-tokens/dist/css/default.css"

/*! 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 */
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  margin-block-start: 0;
  margin-block-end: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

main {
  margin: 0 auto;
}

/* DEFAULT: Large (1280px - 1919px ) / Extra Large (1920px +) */
.content-wrapper {
  max-width: var(--plmg-breakpoint-l);
  margin: 0 calc(var(--plmg-spacing-x5) + var(--plmg-spacing-x2-5));
}

@media only screen and (min-width: 1280px) {
  .content-wrapper {
    min-width: calc(
      var(--plmg-breakpoint-l) -
        (2 * var(--plmg-spacing-x5) + var(--plmg-spacing-x2-5)) ;
    );
  }
}

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .content-wrapper {
    margin: 0 var(--plmg-spacing-x3);
  }
}

/* Small (600px - 959px) */
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .content-wrapper {
    margin: 0 var(--plmg-spacing-x2);
  }
}

/* Extra Small (0-599px) */
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .content-wrapper {
    margin: 0 var(--plmg-spacing-x1-5);
  }
}

/* Hubspot DND */
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

.flex {
  display: flex;
  flex-wrap: wrap;
}




/* CSS variables */

:root {
  scroll-behavior: smooth;
  --column-gap: var(--plmg-spacing-x1-5);
  --column-width-multiplier: calc(100 / 12); /* 100% / 12 columns */
}

/* Extra small - single column content */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* gap: var(--plmg-spacing-x1); */
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  width: 100%;
}

/* Small layout - 8 column layout */

@media (min-width: 600px) and (max-width: 959px) {
  :root {
    --column-width-multiplier: calc(100 / 8); /* 100% / 8 columns */
  }
  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

/* Desktop layout - 12 column layout */

@media (min-width: 960px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

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

html[lang^="ja"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

* {
  font-family: Commissioner;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
p,
td,
th,
span,
time {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Desktop */

.heading-1 {
  font-weight: var(--plmg-font-weight-extralight);
  font-size: var(--plmg-font-size-x4);
  letter-spacing: var(--plmg-font-letterspacing-tight);
  line-height: var(--plmg-font-lineheight-tight);
}

.heading-2 {
  font-size: var(--plmg-font-size-x2-5);
  letter-spacing: var(--plmg-font-letterspacing-tight);
  line-height: var(--plmg-font-lineheight-normal);
}

.heading-3,
.heading-4
  {
  letter-spacing: var(--plmg-font-letterspacing-normal);
  line-height: var(--plmg-font-lineheight-normal);
}

.heading-3 {
  font-size: var(--plmg-font-size-x2);
}

.heading-4 {
  font-size: var(--plmg-font-size-x1-5);
}

.heading-5 {
  font-size: var(--plmg-font-size-x1-25);
  letter-spacing: var(--plmg-font-letterspacing-normal);
  line-height: var(--plmg-font-lineheight-loose);
}

.heading-2,
.heading-3,
.heading-4,
.heading-5
 {
  font-weight: var(--plmg-font-weight-semibold);
}

.body-text-1,
.body-text-2,
.body-text-3,
.body-text-4 {
  font-weight: var(--plmg-font-weight-regular);
}

.body-text-1 {
  font-size: var(--plmg-font-size-x2);
  letter-spacing: var(--plmg-font-letterspacing-normal);
  line-height: var(--plmg-font-lineheight-normal);
}

.body-text-2 {
  font-size: var(--plmg-font-size-x1-25);
  letter-spacing: var(--plmg-font-letterspacing-loose);
  line-height: var(--plmg-font-lineheight-loose);
}

.body-text-3 {
  font-size: var(--plmg-font-size-x1-125);
  letter-spacing: var(--plmg-font-letterspacing-loose);
  line-height: var(--plmg-font-lineheight-loose);
}

.body-text-4 {
  font-size: var(--plmg-font-size-x0-875);
  letter-spacing: var(--plmg-font-letterspacing-loose);
  line-height: var(--plmg-font-lineheight-loose);
}

.body-text-1 > br,
.body-text-2 > br,
.body-text-3 > br,
.body-text-4 > br {
  display: block;
  margin-bottom: calc(var(--plmg-font-paragraph-normal) / 10);
  content: " ";
}

/* Responsive font sizes */

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .heading-1 {
    font-size: var(--plmg-font-size-x3);
  }
  .heading-2 {
    font-size: var(--plmg-font-size-x2);
    letter-spacing: var(--plmg-font-letterspacing-normal);
  }
  .heading-3 {
    font-size: var(--plmg-font-size-x1-5);
  }
  .heading-4 {
    font-size: var(--plmg-font-size-x1-25);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .heading-5 {
    font-size: var(--plmg-font-size-x1-125);
  }
  .body-text-1 {
    font-size: var(--plmg-font-size-x1-5);
  }
  .body-text-2 {
    font-size: var(--plmg-font-size-x1-125);
    letter-spacing: var(--plmg-font-letterspacing-normal);
  }
  .body-text-3 {
    font-size: var(--plmg-font-size-x1);
    letter-spacing: var(--plmg-font-letterspacing-normal);
  }
  .body-text-4 {
    font-size: var(--plmg-font-size-x0-875);
  }
  .body-text-2 > br,
  .body-text-3 > br,
  .body-text-4 > br {
    display: block;
    margin-bottom: calc(var(--plmg-font-paragraph-loose) / 10);
    content: " ";
  }
}

/* Small (600px - 959px) */
@media only screen and (min-width: 600px) and (max-width: 959px) {

  .heading-1 {
    font-size: var(--plmg-font-size-x2-5);
    line-height: var(--plmg-font-lineheight-tight);
  }
  .heading-2 {
    font-size: var(--plmg-font-size-x1-5);
    letter-spacing: var(--plmg-font-letterspacing-normal);
  }
  .heading-3 {
    font-size: var(--plmg-font-size-x1-25);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .heading-4 {
    font-size: var(--plmg-font-size-x1-125);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .heading-5 {
    font-size: var(--plmg-font-size-x1);
  }
  .body-text-1 {
    font-size: var(--plmg-font-size-x1-125);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .body-text-2 {
    font-size: var(--plmg-font-size-x1);
    letter-spacing: var(--plmg-font-letterspacing-normal);
  }
  .body-text-3 {
    font-size: var(--plmg-font-size-x0-875);
  }
  .body-text-4 {
    font-size: var(--plmg-font-size-x0-75);
  }
  .body-text-1 > br,
  .body-text-2 > br,
  .body-text-3 > br,
  .body-text-4 > br {
    display: block;
    margin-bottom: calc(var(--plmg-font-paragraph-loose) / 10);
    content: " ";
  }
}

/* Extra Small (0-599px) */
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .heading-1 {
    font-size: var(--plmg-font-size-x2);
    line-height: var(--plmg-font-lineheight-normal);
    letter-spacing: var(--plmg-font-letterspacing-normal);
  }
  .heading-2 {
    font-size: var(--plmg-font-size-x1-25);
    letter-spacing: var(--plmg-font-letterspacing-normal);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .heading-3 {
    font-size: var(--plmg-font-size-x1-125);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .heading-4 {
    font-size: var(--plmg-font-size-x1);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .heading-5 {
    font-size: var(--plmg-font-size-x0-875);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .body-text-1 {
    font-size: var(--plmg-font-size-x1);
    line-height: var(--plmg-font-lineheight-loose);
  }
  .body-text-2 {
    font-size: var(--plmg-font-size-x0-875);
  }
  .body-text-3 {
    font-size: var(--plmg-font-size-x0-75);
  }
  .body-text-4 {
    font-size: var(--plmg-font-size-x0-75);
  }
}

.color-text-primary-strong-dark {
  color: var(--plmg-color-text-primary-strong-dark);
}

.color-text-standout-strong-dark {
  color: var(--plmg-color-text-standout-strong-dark);
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */
table th,
table td {
  border: var(--plmg-border-width-s) solid var(--plmg-color-border-neutral);
  text-align: center;
}

td,
th {
  font-size: var(--plmg-font-size-x1);
}

/* Table header */

thead th {
  vertical-align: bottom;
} 
.button-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition-delay: 0.15s;
  text-decoration: none;
  width: fit-content;
  padding: var(--plmg-spacing-x1) 0;
  text-align: left;
  font-family: Commissioner;
  font-weight: var(--plmg-font-weight-regular);
  /* Add a margin to the bottom of the button, so that the button doesn't jump when the hover state is applied */
  margin-bottom: var(--plmg-border-width-s);
  border-bottom-width: var(--plmg-border-width-s);
  border-bottom-style: solid;
}

/* Remove margin on hover */
.button-link:hover {
  border-bottom-width: var(--plmg-border-width-m);
  margin-bottom: 0;
}

.button-link:focus-visible {
  outline: var(--plmg-border-width-l) solid
    var(--plmg-color-border-warning-dark);
  border-radius: var(--plmg-border-radius-s);
  outline-offset: calc(var(--plmg-border-width-l) - 1);
}

.button-icon {
  margin-left: var(--plmg-spacing-x1);
  margin-right: var(--plmg-spacing-x0-25);
  transition: transform 0.3s ease-out, color 0.3s ease-in-out;
  transition-delay: 0.15s;
}

.button-link:hover .button-icon {
  transform: translateX(var(--plmg-spacing-x0-25));
}

/* Light Button Link */
.button-link-light {
  background-color: var(--plmg-color-background-primary-light);
  color: var(--plmg-color-text-neutral);
  border-color: var(--plmg-color-border-primary);
}

.button-link-light:hover,
.button-link-light:active {
  border-color: var(--plmg-color-border-primary);
}

.button-link-light:hover .button-icon,
.button-link-light:active .button-icon {
  color: var(--plmg-color-icon-primary-hover);
}

/* Dark Button Link */
.button-link-dark {
  color: var(--plmg-color-text-neutral-dark);
  border-color: var(--plmg-color-border-standout-strong-dark);
}

.button-link-dark:hover,
.button-link-dark:active {
  border-color: var(--plmg-color-border-standout-strong-dark);
}

.button-link-dark:hover .button-icon {
  color: var(--plmg-color-icon-standout-hover-dark);
}

.button-link-dark:active .button-icon {
  color: var(--plmg-color-icon-standout-hover-dark);
}

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .button-link {
    padding: var(--plmg-spacing-x0-75) 0;
  }
}

/* Small (600px - 959px) */
/* Extra small (0px - 599px) */
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .button-link {
    padding: var(--plmg-spacing-x0-5) 0;
  }
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
} 
/* Components
Specific pieces of UI that are stylized.
*/

/* Background - outside of the main content */

.background-dark {
  background-color: var(--plmg-color-background-primary-dark);
  overflow-x: clip;
}

.background-extend {
  background: var(--plmg-color-background-neutral);
  height: calc(var(--plmg-spacing-x10) + var(--plmg-spacing-x5));
  width: 100%;
  position: relative;
  z-index: 2;
}

.background-grid {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("https://4391278.fs1.hubspotusercontent-na1.net/hubfs/4391278/ducky_website_version2_assets/background-grid-gradient.svg");
  background-attachment: fixed;
}

.color-background-neutral {
  background-color: var(--plmg-color-background-neutral);
}

.color-background-standout-strong {
  background-color: var(--plmg-color-background-standout-strong-dark);
}

.background-image {
  position: absolute;
  width: 2198px;
  top: 296px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}

.background-wrapper {
  margin: 0;
  padding: 0;
  background: linear-gradient(
    119.97deg,
    #003d44 0%,
    #003d44 53.12%,
    #00545d 100%
  );
  position: relative;
}

/* Create angle */
.background-angle::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: white;
  clip-path: polygon(0 calc(100% - 2px), 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

/* Large (1280px - 1919px ) */
@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  .background-image {
    width: 1770px;
    top: 160px;
  }
  .background-angle::after {
    height: 33.5px;
  }
  .background-extend {
    height: calc(var(--plmg-spacing-x10) + var(--plmg-spacing-x2-5));
  }
}

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .background-image {
    width: 1320px;
    top: 96px;
  }
  .background-angle::after {
    height: 25.5px;
  }
  .background-extend {
    height: var(--plmg-spacing-x10);
  }
}

/* Small (600px - 959px) */
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .background-image {
    display: none;
  }
  .background-angle::after {
    height: 15.5px;
  }
  .background-extend {
    height: var(--plmg-spacing-x6);
  }
}

/* /* Extra Small (0-599px) */
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .background-image {
    display: none;
  }
  .background-angle::after {
    height: 8.5px;
  }
  .background-extend {
    height: var(--plmg-spacing-x4);
  }
}
.button-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition-delay: 0.15s;
  text-decoration: none;
  width: fit-content;
  padding: var(--plmg-spacing-x1) 0;
  text-align: left;
  font-family: Commissioner;
  font-weight: var(--plmg-font-weight-regular);
  /* Add a margin to the bottom of the button, so that the button doesn't jump when the hover state is applied */
  margin-bottom: var(--plmg-border-width-s);
  border-bottom-width: var(--plmg-border-width-s);
  border-bottom-style: solid;
}

/* Remove margin on hover */
.button-link:hover {
  border-bottom-width: var(--plmg-border-width-m);
  margin-bottom: 0;
}

.button-link:focus-visible {
  outline: var(--plmg-border-width-l) solid
    var(--plmg-color-border-warning-dark);
  border-radius: var(--plmg-border-radius-s);
  outline-offset: calc(var(--plmg-border-width-l) - 1);
}

.button-icon {
  margin-left: var(--plmg-spacing-x1);
  margin-right: var(--plmg-spacing-x0-25);
  transition: transform 0.3s ease-out, color 0.3s ease-in-out;
  transition-delay: 0.15s;
}

.button-link:hover .button-icon {
  transform: translateX(var(--plmg-spacing-x0-25));
}

/* Light Button Link */
.button-link-light {
  background-color: var(--plmg-color-background-primary-light);
  color: var(--plmg-color-text-neutral);
  border-color: var(--plmg-color-border-primary);
}

.button-link-light:hover,
.button-link-light:active {
  border-color: var(--plmg-color-border-primary);
}

.button-link-light:hover .button-icon,
.button-link-light:active .button-icon {
  color: var(--plmg-color-icon-primary-hover);
}

/* Dark Button Link */
.button-link-dark {
  color: var(--plmg-color-text-neutral-dark);
  border-color: var(--plmg-color-border-standout-strong-dark);
}

.button-link-dark:hover,
.button-link-dark:active {
  border-color: var(--plmg-color-border-standout-strong-dark);
}

.button-link-dark:hover .button-icon {
  color: var(--plmg-color-icon-standout-hover-dark);
}

.button-link-dark:active .button-icon {
  color: var(--plmg-color-icon-standout-hover-dark);
}

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .button-link {
    padding: var(--plmg-spacing-x0-75) 0;
  }
}

/* Small (600px - 959px) */
/* Extra small (0px - 599px) */
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .button-link {
    padding: var(--plmg-spacing-x0-5) 0;
  }
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* The speech background has to be injected in module scope - see solutions.module for example */

.speech-bubble {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 569px;
  height: 327px;
  background-repeat: no-repeat;
  background-size: calc(100% - 5px);
}

.speech-bubble-text-container {
  width: 350px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
}

.speech-bubble-text-container > h5 {
  color: var(--plmg-color-text-primary);
  font-weight: var(--plmg-font-weight-semibold);
}

.speech-bubble-text-container-dark {
  transform: translateX(-42%) translateY(-23%);
}

.speech-bubble-text-container-light {
  transform: translateX(-57%) translateY(-28%);
}

.speech-bubble-text-container-dark-flipped {
  transform: translateX(-59%) translateY(-32%);
}

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .speech-bubble {
    width: 440px;
    height: 254px;
  }
  .speech-bubble-text-container {
    width: 270px;
  }
  .speech-bubble-text-container-dark {
    transform: translateX(-42%) translateY(-31%);
  }
}

/* Small (600px - 959px) */
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .speech-bubble {
    width: 391px;
    height: 226px;
  }
  .speech-bubble-text-container {
    width: 240px;
  }
  .speech-bubble-text-container-dark {
    transform: translateX(-43%) translateY(-36%);
  }
}

/* Extra Small (0-599px) */
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .speech-bubble {
    width: 317px;
    height: 183px;
  }
  .speech-bubble-text-container {
    width: 194px;
  }
  .speech-bubble-text-container-dark {
    transform: translateX(-43%) translateY(-32%);
  }
}
.button-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition-delay: 0.15s;
  text-decoration: none;
  width: fit-content;
  padding: var(--plmg-spacing-x1) 0;
  text-align: left;
  font-family: Commissioner;
  font-weight: var(--plmg-font-weight-regular);
  /* Add a margin to the bottom of the button, so that the button doesn't jump when the hover state is applied */
  margin-bottom: var(--plmg-border-width-s);
  border-bottom-width: var(--plmg-border-width-s);
  border-bottom-style: solid;
}

/* Remove margin on hover */
.button-link:hover {
  border-bottom-width: var(--plmg-border-width-m);
  margin-bottom: 0;
}

.button-link:focus-visible {
  outline: var(--plmg-border-width-l) solid
    var(--plmg-color-border-warning-dark);
  border-radius: var(--plmg-border-radius-s);
  outline-offset: calc(var(--plmg-border-width-l) - 1);
}

.button-icon {
  margin-left: var(--plmg-spacing-x1);
  margin-right: var(--plmg-spacing-x0-25);
  transition: transform 0.3s ease-out, color 0.3s ease-in-out;
  transition-delay: 0.15s;
}

.button-link:hover .button-icon {
  transform: translateX(var(--plmg-spacing-x0-25));
}

/* Light Button Link */
.button-link-light {
  background-color: var(--plmg-color-background-primary-light);
  color: var(--plmg-color-text-neutral);
  border-color: var(--plmg-color-border-primary);
}

.button-link-light:hover,
.button-link-light:active {
  border-color: var(--plmg-color-border-primary);
}

.button-link-light:hover .button-icon,
.button-link-light:active .button-icon {
  color: var(--plmg-color-icon-primary-hover);
}

/* Dark Button Link */
.button-link-dark {
  color: var(--plmg-color-text-neutral-dark);
  border-color: var(--plmg-color-border-standout-strong-dark);
}

.button-link-dark:hover,
.button-link-dark:active {
  border-color: var(--plmg-color-border-standout-strong-dark);
}

.button-link-dark:hover .button-icon {
  color: var(--plmg-color-icon-standout-hover-dark);
}

.button-link-dark:active .button-icon {
  color: var(--plmg-color-icon-standout-hover-dark);
}

/* Medium (960px - 1279px) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .button-link {
    padding: var(--plmg-spacing-x0-75) 0;
  }
}

/* Small (600px - 959px) */
/* Extra small (0px - 599px) */
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .button-link {
    padding: var(--plmg-spacing-x0-5) 0;
  }
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Helpers
Helper utilities that are used throughout the project.
*/
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 1279px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}