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

*, *: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;
}

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

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

body {
  line-height: 3rem;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1.8rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  line-height: 5.5rem; 
}
h2 {
  line-height: 4.6rem; 
}
h3 {
  line-height: 3.8rem; 
}
h4 {
  line-height: 3.4rem; 
}
h5 {
  line-height: 3rem; 
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Mobile Typography */
@media screen and (max-width: 425px){
  h1 {
    font-size: 3.8rem;
		line-height: 4.6rem;
  }
  h2 {
    font-size: 3.0rem;  
		line-height: 4.0rem;
  }
  h3 {
    font-size: 2.4rem;
		line-height: 3.4rem;
  }
  h4 {
    font-size: 2.4rem;
		line-height: 3.4rem;
  }
  h5 {
    font-size: 2.0rem;
		line-height: 3.0rem;
  }
	
  p {
    font-size: 1.8rem;
  }
	
  micro {
    font-size: 1.4rem;
		line-height: 2.0rem;
  }  
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.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;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 1.8rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
/*   font-size: 0.875rem; */
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	transition: all 0.15s linear;
	cursor: pointer;
	width: fit-content;
	height: fit-content;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: "Open Sans";
	background: #3E7C92 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 7px;
	color: #3E7C92;
	padding: 1.2rem 1.6rem;
	line-height: 2.2rem;
}

form input[type=submit]:hover, form .hs-button:hover{
	background-color: #305D72;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.passare-footer{
  width: 100%;
  background-color: #1A355E;
  overflow: hidden;
}

div .footer-wrapper{
  max-width: 1366px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  margin: 0 auto;
  position: relative;
}

div .footer-wrapper::after{
  content: "";
  position: absolute;
  z-index: -1;
  background: url(https://3969209.fs1.hubspotusercontent-na1.net/hubfs/3969209/raw_assets/public/Passare%202/images/module-assets/Group%207206.svg);
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
/*   transform: rotate(90deg); */
}

div .footer-logo{
  order: 1;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
/*   border: 4px solid grey; */
  margin: 6rem 0rem;
  padding-left: clamp(1.6rem, 6vw, 11rem);
}

div .footer-menu{
  order: 2;
  width: 55%;
  height: fit-content;
/*   border: 4px solid beige; */
  padding-left: clamp(1.6rem, 6vw, 11rem);
}

.footer-menu div > ul{
  max-height: 45rem;
  height: fit-content;
}

.footer-menu div > ul > li{
  max-width: 25rem;
  margin-bottom: 3.2rem;
  margin-right: 12rem;
}

.footer-menu div > ul > li > a{
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  line-height: 3;
}

.footer-menu div > ul > li > ul > li > a{
  color: #fff;
  font-size: 1.6rem;
}

.footer-menu div > ul > li > ul > li > a:hover{
  text-decoration: underline;
}

div .footer-form{
  order: 3;
  width: 45%;
/*   border: 4px solid lavender; */
}

.footer-form .hs_error_rollup{
	display: none;
}

.footer-form .submitted-message{
	color: #fff;
}

.passare-footer .footer-form .hs-form-field{
	height: unset;
}

div .footer-socials{
  order: 4;
  width: 60%;
  padding-left: clamp(1.6rem, 6vw, 11rem);
  margin-top: 2.8rem;
	margin-bottom: 48px;
  max-height: 22rem;
  z-index: 1;
}

div .social-media-wrapper{
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 9.2rem;
}

div .social-media-wrapper a{
  margin-right: 2.4rem;
}

div .footer-socials p {
  font-size: 1.6rem;
  text-align: left;
  position: relative;
  z-index: 3;
}

div .footer-socials p a{
  color: #FFFFFF;
}

div .legal-accessibility--wrapper{
	display: flex;
	flex-flow: row wrap;
	row-gap: 16px;
	column-gap: 16px;
	align-items: center;
	justify-content: flex-start;
}

div .legal-accessibility--wrapper #hs_cos_wrapper_Footer_Legal_ > p{
  margin-bottom: 0;
}

div .legal-accessibility--wrapper .accessibility-trigger{
	height: 44px;
	width: 44px;
	cursor: pointer;
}

div .footer-graphic{
  order: 5;
  position: absolute;
  background: url(https://3969209.fs1.hubspotusercontent-na1.net/hubfs/3969209/raw_assets/public/Passare%202/images/module-assets/Group%207206.svg);
  width: 210px;
  height: 630px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
	transform-origin: bottom;
  bottom: 105px;
  left: 85%;
}

div .footer-form h2{
  width: 40.5rem;
  font-size: 4.2rem;
  line-height: 1.4;
}

.passare-footer div > form{
  display: flex;
  flex-flow: row wrap;
}

.passare-footer form > div:nth-child(1){
  width: 33rem;
  height: 5.8rem;
  margin-right: 1.6rem;
}

.passare-footer form > div > label{
  display: none;
}

.passare-footer form > div:nth-child(1) > div > input{
  width: 100%;
  height: 5.8rem;
  border: 1px solid #AAABAD;
  border-radius: 5px;
  font-size: 1.8rem;
  padding-left: 1.6rem;
}

.passare-footer form > div:nth-child(1) > div > input::placeholder{
  font-size: 1.8rem;
  color: #AAABAD;
  margin-left: 1.6rem;
}

.passare-footer form > div:nth-child(1) > div > input::-ms-input-placeholder{
  font-size: 1.8rem;
  color: #AAABAD;
  margin-left: 1.6rem;
}

.passare-footer form div.actions input{
  width: 11.8rem;
  height: 5.8rem;
  background: #E6644F 0% 0% no-repeat padding-box;
  border-radius: 7px;
  font-size: 1.6rem;
  color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
}

.passare-footer form div.actions input:hover{
  background-color: #B8503F;
  border-color: transparent;
}

#hs_cos_wrapper_footer-dnd-graphic-module-2_ img{
  transform: rotate(90deg) translateY(-50%);
}

@media screen and (max-width: 1200px){
  div .footer-form{
    order: 2;
    width: 100%;
  }
  
  div .footer-menu{
    order: 3;
    width: 100%;
  }
  
  .footer-menu div > ul > li{
    max-width: 25rem;
    margin-bottom: 3.2rem;
    margin-right: clamp(1.6rem, 6vw, 11rem);
  }
  
  div .footer-socials{
    width: 100%;
  }

  div .footer-form{
    padding-left: clamp(1.6rem, 6vw, 11rem);
    margin-bottom: 4.8rem;
  }
  
  div .footer-graphic{
    left: 90%;
  }
}

@media screen and (max-width: 768px){
  div .footer-form{
    order: 2;
    width: 100%;
  }
  
  div .footer-menu{
    order: 3;
    width: 100%;
  }
  
  div .footer-form h2{
    width: 31rem;
    font-size: 3.2rem;
  }
  
  .passare-footer form > div:nth-child(1){
    width: 26.2rem;
  }
  
  div .footer-graphic{
    left: 94%;
  }
}

@media screen and (max-width: 450px){
  div .footer-logo{
    padding-left: 1.6rem;
    max-height: 17rem;
  }
  
  div .footer-menu{
    padding-left: 1.6rem;
  }
  
	div .legal-accessibility--wrapper{
    justify-content: center;
	}
	
  div .footer-form{
    padding-left: 1.6rem;
  }
  
  div .footer-socials{
    padding-left: 1.6rem;
  }
  
  div .social-media-wrapper {
    justify-content: center;
    margin-bottom: 2.5rem;
  }
  
  div .footer-socials p{
    text-align: center;
  }
  
  div .footer-graphic{
    top: 30%;
    left: 56%;
    transform: rotate(0deg);
  }
  
  .passare-footer ul:nth-child(1){
    max-height: initial;
  }
  
  #hs_cos_wrapper_footer-dnd-graphic-module-2_ img{
    transform: initial;
  }
}
/* Module Boilerplate Wrapper */
.module-container{
	width: 100%;
	padding: 0 1.8rem;	
}

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* 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: 767px) {
  .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;
  }
}

/* Design System Port
 Ports styling needed for DS Port.
*/

  :root {
  /* Updated Typography Sizes - Modified Octave Scale */
  /* Primitive tokens will not have the ds prefix. */
  --font-size-100: 8px;
  --font-size-125: 10px;
  --font-size-150: 12px;
  --font-size-175: 14px;
  --font-size-200: 16px;
  --font-size-225: 18px;
  --font-size-275: 22px;
  --font-size-325: 26px;
  --font-size-350: 28px;
  --font-size-400: 32px;
  --font-size-450: 36px;
  --font-size-500: 40px;
  --font-size-550: 44px;
  --font-size-675: 54px;
  --font-size-850: 68px;
}
	/**
 * _typography.css
 * 
 * Configuration and assignment of base typography tokens.
 * Author: Justin Thorpe
 * Author URI: https://www.dig.family.com/
 * Version: 0.2.0
 * /

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  # Typography - Font Family
  # Typography - Font Style
  # Typography - Font Weight
  # Typography - Font Spacing
--------------------------------------------------------------*/
:root{
/*---------- Typography - Font Family ----------*/
	--ds-font-family-pt-sans: 'PT Sans', sans-serif;
	--ds-font-family-open-sans: 'Open Sans', sans-serif;
  --ds-font-family-cinzel: 'Cinzel', sans-serif;
  --ds-font-family-crimson: 'Crimson Pro', sans-serif;
  --ds-font-family-ibm-plex: 'IBM Plex Sans', sans-serif;
  --ds-font-family-poppins: "Poppins", sans-serif;
  --ds-font-family-literata: "Literata", sans-serif;
  --ds-font-family-montserrat: "Montserrat", sans-serif;
  --ds-font-family-hepta-slab: "Hepta Slab", sans-serif;
/*---------- Typography - Font Style ----------*/
	--ds-font-style-normal: normal;
  --ds-font-style-italic: italic;
/*---------- Typography - Font Weight ----------*/
  --ds-font-weight-100: 100;
	--ds-font-weight-200: 200;
	--ds-font-weight-300: 300;
	--ds-font-weight-400: 400;
	--ds-font-weight-500: 500;
	--ds-font-weight-600: 600;
	--ds-font-weight-700: 700;
	--ds-font-weight-800: 800;
	--ds-font-weight-900: 900;
/*---------- Typography - Font Sizes ---------- */
  --ds-font-size-h100: 23px;
  --ds-font-size-h200: 29px;
  --ds-font-size-h300: 36px;
  --ds-font-size-h400: 44px;
  --ds-font-size-h500: 55px;
  --ds-font-size-h600: 69px;

  --ds-font-size-device100: 20px;
  --ds-font-size-device200: 25px;
  --ds-font-size-device300: 30px;
  --ds-font-size-device400: 35px;
  --ds-font-size-device500: 40px;
  --ds-font-size-device600: 45px;

  --ds-font-size-body100: 15px;
  --ds-font-size-body200: 18px;
  --ds-font-size-body300: 23px;

  --ds-font-size-label100: 12px;
  --ds-font-size-label200: 15px;

  --ds-font-size-micro100: 8px;
  --ds-font-size-micro200: 10px;
  --ds-font-size-micro300: 12px;

  /* Updated Typography Tokens */
  /* --ds-font-size-display350: var(--font-size-350);
  --ds-font-size-display375: var(--font-size-375);
  --ds-font-size-display400: var(--font-size-400);
  --ds-font-size-display450: var(--font-size-450);
  --ds-font-size-display500: var(--font-size-500);
  --ds-font-size-display550: var(--font-size-550);
  --ds-font-size-display675: var(--font-size-675);
  --ds-font-size-display850: var(--font-size-850);

  --ds-font-size-heading-01: var(--font-size-400);
  --ds-font-size-heading-02: var(--font-size-350);
  --ds-font-size-heading-03: var(--font-size-325);
  --ds-font-size-heading-04: var(--font-size-275);
  --ds-font-size-heading-05: var(--font-size-225);
  --ds-font-size-heading-06: var(--font-size-200);

  --ds-font-size-body225: var(--font-size-225);
  --ds-font-size-body200: var(--font-size-200);
  --ds-font-size-body175: var(--font-size-175);
  --ds-font-size-label175: var(--font-size-175);
  --ds-font-size-label150: var(--font-size-150);
  --ds-font-size-label125: var(--font-size-125); */
}
	/**
 * _color.css
 * 
 * Configuration and assignment of base color tokens.
 * Author: Justin Thorpe
 * Author URI: https://www.dig.family.com/
 * Version: 0.2.0
 * /

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  # Color - Brand Colors
    ## Passare
      - Midnight
      - Ocean
      - Sunrise
  # Color - System Colors
    ## Red 
    ## Green
    ## Blue
    ## Yellow
--------------------------------------------------------------*/

:root{
	
/*--------------------------------------------------------------
>>> Color - Brand Colors:
--------------------------------------------------------------*/
/*---------- FDL ----------*/
/* FDL Blue (Neutral) */
--ds-fdl-blue0: #FFFFFF;
--ds-fdl-blue100: #E9EBEF;
--ds-fdl-blue200: #D2D8DF;
--ds-fdl-blue300: #BCC4CF;
--ds-fdl-blue400: #8F9DB0;
--ds-fdl-blue500: #627590;
--ds-fdl-blue600: #354E70;
--ds-fdl-blue700: #1F3A60;
--ds-fdl-blue800: #192E4D;
--ds-fdl-blue900: #13233A;
--ds-fdl-blue1000: #0C1726;

/* Jade (Brand) */
--ds-jade100: #E9F7F2;
--ds-jade200: #D3EFE5;
--ds-jade300: #BCE6D8;
--ds-jade400: #90D6BF;
--ds-jade500: #64C6A5;
--ds-jade600: #37B58B;
--ds-jade700: #21AD7E;
--ds-jade800: #1A8A65;
--ds-jade900: #14684C;
--ds-jade1000: #0D4532;

/* Current (Default) */
--ds-current100: #E8F2F7;
--ds-current200: #D1E5EE;
--ds-current300: #BAD9E6;
--ds-current400: #8DBFD5;
--ds-current500: #5FA5C4;
--ds-current600: #318CB3;
--ds-current700: #1A7FAB;
--ds-current800: #156689;
--ds-current900: #104C67;
--ds-current1000: #0A3344;

/* Cascade (Accent) */
--ds-cascade100: #F7FBFB;
--ds-cascade200: #EFF7F7;
--ds-cascade300: #E8F3F2;
--ds-cascade400: #D8ECEA;
--ds-cascade500: #C8E4E2;
--ds-cascade600: #B9DCD9;
--ds-cascade700: #B1D8D5;
--ds-cascade800: #8EADAA;
--ds-cascade900: #6A8280;
--ds-cascade1000: #475655;

/* Granite (Accent) */
--ds-granite100: #F8F8F8;
--ds-granite200: #F1F1F1;
--ds-granite300: #EAEAE9;
--ds-granite400: #DCDCDB;
--ds-granite500: #CDCECD;
--ds-granite600: #BFC0BE;
--ds-granite700: #B8B9B7;
--ds-granite800: #939492;
--ds-granite900: #6E6F6E;
--ds-granite1000: #4A4A49;

/* Whitewater (Accent) */
--ds-whitewater100: #FEFEFE;
--ds-whitewater200: #FCFCFD;
--ds-whitewater300: #FBFBFC;
--ds-whitewater400: #F8F8FA;
--ds-whitewater500: #F5F5F7;
--ds-whitewater600: #F2F2F5;
--ds-whitewater700: #F0F1F4;
--ds-whitewater800: #C0C1C3;
--ds-whitewater900: #909192;
--ds-whitewater1000: #606062;

/*---------- DIG ----------*/

/* Denim (Neutral) */
--ds-denim0: #FFFFFF;
--ds-denim100: #E7E9EB;
--ds-denim200: #CFD2D7;
--ds-denim300: #B7BCC3;
--ds-denim400: #88909B;
--ds-denim500: #586373;
--ds-denim600: #28364B;
--ds-denim700: #102037;
--ds-denim800: #0D1A2C;
--ds-denim900: #0A1321;
--ds-denim1000: #060D16;

/* Sunset (Brand) */
--ds-sunset100: #F9F2E9;
--ds-sunset200: #F4E6D3;
--ds-sunset300: #EED9BD;
--ds-sunset400: #E3C091;
--ds-sunset500: #D7A765;
--ds-sunset600: #CC8E39;
--ds-sunset700: #C68123;
--ds-sunset800: #9E671C;
--ds-sunset900: #774D15;
--ds-sunset1000: #4F340E;

/* Oak (Default) */
--ds-oak100: #E8EDEB;
--ds-oak200: #D0DAD6;
--ds-oak300: #B9C8C2;
--ds-oak400: #8AA39A;
--ds-oak500: #5B7E71;
--ds-oak600: #2C5948;
--ds-oak700: #154734;
--ds-oak800: #11392A;
--ds-oak900: #0D2B1F;
--ds-oak1000: #081C15;

/* Rust (Accent) */
--ds-rust100: #F8EEEC;
--ds-rust200: #F1DCD9;
--ds-rust300: #EACBC5;
--ds-rust400: #DDA89F;
--ds-rust500: #CF8579;
--ds-rust600: #C16252;
--ds-rust700: #BA503F;
--ds-rust800: #954032;
--ds-rust900: #703026;
--ds-rust1000: #4A2019;

/* Stone (Accent) */
--ds-stone100: #FCFCFB;
--ds-stone200: #F9F8F6;
--ds-stone300: #F7F5F2;
--ds-stone400: #F1EEE9;
--ds-stone500: #EBE7E0;
--ds-stone600: #E6E0D7;
--ds-stone700: #E3DCD2;
--ds-stone800: #B6B0A8;
--ds-stone900: #88847E;
--ds-stone1000: #5B5854;

/* Sagebrush (Accent) */
--ds-sagebrush100: #F5F5F2;
--ds-sagebrush200: #EBEBE4;
--ds-sagebrush300: #E1E1D7;
--ds-sagebrush400: #CECEBC;
--ds-sagebrush500: #BABAA1;
--ds-sagebrush600: #A6A686;
--ds-sagebrush700: #9C9C79;
--ds-sagebrush800: #7D7D61;
--ds-sagebrush900: #5E5E49;
--ds-sagebrush1000: #3E3E30;

/*---------- Passare ----------*/

/* Midnight (Neutral) */
--ds-midnight0: #FFFFFF;
--ds-midnight100: #F4F5F7;
--ds-midnight200: #E8EBEF;
--ds-midnight300: #BFC6D2;
--ds-midnight400: #96A2B5;
--ds-midnight500: #6C7E98;
--ds-midnight600: #43597B;
--ds-midnight700: #1A355E;
--ds-midnight800: #162D50;
--ds-midnight900: #122542;
--ds-midnight1000: #0E1D34;

/* Sunrise (Brand) */
--ds-sunrise100: #FDF0ED;
--ds-sunrise200: #F9D8D3;
--ds-sunrise300: #F5C1B9;
--ds-sunrise400: #F1AA9E;
--ds-sunrise500: #EE9384;
--ds-sunrise600: #EA7B69;
--ds-sunrise700: #E6644F;
--ds-sunrise800: #B8503F;
--ds-sunrise900: #8A3C2F;
--ds-sunrise1000: #5C2820;

/* Ocean (Default) */
--ds-ocean100: #ECF1F4;
--ds-ocean200: #CEDCE3;
--ds-ocean300: #B1C7D2;
--ds-ocean400: #94B3C1;
--ds-ocean500: #779EB0;
--ds-ocean600: #59899F;
--ds-ocean700: #3C748E;
--ds-ocean800: #305D72;
--ds-ocean900: #244655;
--ds-ocean1000: #182E39;

/*--------------------------------------------------------------
>>> Color - System Colors:
--------------------------------------------------------------*/
	/*---------- Red ----------*/
	--ds-red100: #FAEAE7;
	--ds-red200: #F3CBC4;
	--ds-red300: #EBABA0;
	--ds-red400: #E48C7D;
	--ds-red500: #DD6D59;
	--ds-red600: #D54D36;
	--ds-red700: #CE2E12;
	--ds-red800: #A5250E;
	--ds-red900: #7C1C0B;
	--ds-red1000: #521207;

/*---------- Green ---------- */
	--ds-green100: #ECF9EB;
	--ds-green200: #CFEFCE;
	--ds-green300: #B1E5B0;
	--ds-green400: #94DC92;
	--ds-green500: #77D274;
	--ds-green600: #5AC957;
	--ds-green700: #3DBF39;
	--ds-green800: #31992E;
	--ds-green900: #257322;
	--ds-green1000: #184C17;

/*---------- Blue ----------*/
	--ds-blue100: #E6F5FC;
	--ds-blue200: #BFE7F8;
	--ds-blue300: #99D8F3;
	--ds-blue400: #73CAEF;
	--ds-blue500: #4DBBEB;
	--ds-blue600: #26ADE6;
	--ds-blue700: #009EE2;
	--ds-blue800: #007EB5;
	--ds-blue900: #005F88;
	--ds-blue1000: #003F5A;

/*---------- Yellow ----------*/
	--ds-yellow100: #FEFAE6;
	--ds-yellow200: #FCF2C0;
	--ds-yellow300: #FBEB9B;
	--ds-yellow400: #F9E375;
	--ds-yellow500: #F7DB4F;
	--ds-yellow600: #F6D42A;
	--ds-yellow700: #F4CC04;
	--ds-yellow800: #C3A303;
	--ds-yellow900: #927A02;
	--ds-yellow1000: #625202;
}
	/**
 * _spacing.css
 * 
 * Configuration and assignment of base spacing tokens.
 * Author: Justin Thorpe
 * Author URI: https://www.dig.family.com/
 * Version: 0.2
 * /

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  # Space
--------------------------------------------------------------*/

:root{
/*--------------------------------------------------------------
>>> Spacing - Base Measurements
--------------------------------------------------------------*/
  /* Spacing */
  --ds-space-00: 0px;
  --ds-space-01: 4px;
  --ds-space-02: 8px;
  --ds-space-03: 12px;
  --ds-space-04: 16px;
  --ds-space-05: 24px;
  --ds-space-06: 32px;
  --ds-space-07: 48px;
  --ds-space-08: 64px;
  --ds-space-09: 80px;
  --ds-space-10: 96px;
  --ds-space-11: 112px;
  --ds-space-12: 128px;
}
	/**
 * _breakpoints.css
 * 
 * Configuration and assignment of breakpoint tokens.
 * Author: Justin Thorpe
 * Version: 0.1.0
 * /

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  # Breakpoints
--------------------------------------------------------------*/

:root{
/*--------------------------------------------------------------
>>> Breakpoints - Brand Layout:
--------------------------------------------------------------*/
  --ds-breakpoint100: 375px;
  --ds-breakpoint200: 480px;
  --ds-breakpoint300: 640px;
  --ds-breakpoint400: 768px;
  --ds-breakpoint500: 1024px;
  --ds-breakpoint600: 1280px;
  --ds-breakpoint700: 1440px;
  --ds-breakpoint800: 1920px;
}
	/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.module-container{
	margin: 0 18px;
}

.ds-mega-menu ul.menu-list {
  line-height: normal;
}

.ds-module h1 {
	margin: 0px;
	font-weight: 400;
	line-height: normal;
}

.ds-module h2 {
	margin: 0px;
	font-weight: 400;
	line-height: normal;
}

.ds-module h3 {
	margin: 0px;
	font-weight: 400;
	line-height: normal;
}

.ds-module h4 {
	margin: 0px;
	font-weight: 400;
	line-height: normal;
}

.ds-module h5 {
	margin: 0px;
	font-weight: 400;
	line-height: normal;
}

.ds-module h6 {
	margin: 0px;
	font-weight: 400;
	line-height: normal;
}

.ds-module p {
	margin: 0px;
	line-height: normal;
}
  /**
 * Settings.css
 * 
 * Configuration and assignment of design system tokens.
 * /

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--- Base Aliasing ---
  # Colors
  # Typography
--- HS Overrides ---
  # HS Button
  # HS Form Inputs
--- Assets ---
  # Accents
  # Textures
--- Imported Aliasing ---
  # Module Aliasing
  # Template Aliasing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Color:
--------------------------------------------------------------*/
:root{

	/* Brand - Sunrise */
	--ds-brand100: var(--ds-sunrise100);
	--ds-brand200: var(--ds-sunrise200);
	--ds-brand300: var(--ds-sunrise300);
	--ds-brand400: var(--ds-sunrise400);
	--ds-brand500: var(--ds-sunrise500);
	--ds-brand600: var(--ds-sunrise600);
	--ds-brand700: var(--ds-sunrise700);
	--ds-brand800: var(--ds-sunrise800);
	--ds-brand900: var(--ds-sunrise900);
	--ds-brand1000: var(--ds-sunrise1000);
	
	/* Neutral - Midnight */
	--ds-neutral0: var(--ds-midnight0);
	--ds-neutral100: var(--ds-midnight100);
	--ds-neutral200: var(--ds-midnight200);
	--ds-neutral300: var(--ds-midnight300);
	--ds-neutral400: var(--ds-midnight400);
	--ds-neutral500: var(--ds-midnight500);
	--ds-neutral600: var(--ds-midnight600);
	--ds-neutral700: var(--ds-midnight700);
	--ds-neutral800: var(--ds-midnight800);
	--ds-neutral900: var(--ds-midnight900);
	--ds-neutral1000: var(--ds-midnight1000);
	--ds-neutral1100: var(--ds-midnight1100);
	
	/* Neutral Interactive - Ocean */
	--ds-neutralInteractive100: var(--ds-ocean100);
	--ds-neutralInteractive200: var(--ds-ocean200);
	--ds-neutralInteractive300: var(--ds-ocean300);
	--ds-neutralInteractive400: var(--ds-ocean400);
	--ds-neutralInteractive500: var(--ds-ocean500);
	--ds-neutralInteractive600: var(--ds-ocean600);
	--ds-neutralInteractive700: var(--ds-ocean700);
	--ds-neutralInteractive800: var(--ds-ocean800);
	--ds-neutralInteractive900: var(--ds-ocean900);
	--ds-neutralInteractive1000: var(--ds-ocean1000);

  /* Icon Color */
  --ds-icon-color-brand: var(--ds-brand700);
  --ds-icon-color-default: var(--ds-neutral0);
  --ds-icon-color-neutral: var(--ds-neutral700);
  --ds-icon-color-neutralInteractive: var(--ds-neutralInteractive700);

  /* Filters */
  --ds-neutralFilter: brightness(0) saturate(100%) invert(43%) sepia(41%) saturate(1001%) hue-rotate(154deg) brightness(88%) contrast(87%);
  
  /* Modal Opacity */
  --ds-modalOpacity: rgba(0,0,0,.5);
/*--------------------------------------------------------------
>>> Typography:
--------------------------------------------------------------*/
	--ds-font-family-heading: var(--ds-font-family-pt-sans);
  --ds-font-family-subheading: var(--ds-font-family-pt-sans);
	--ds-font-family-body: var(--ds-font-family-open-sans);
	--ds-font-weight-normal: var(--ds-font-weight-400);
  --ds-font-weight-medium: var(--ds-font-weight-500);
	--ds-font-weight-semibold: var(--ds-font-weight-600);
  --ds-font-weight-bold: var(--ds-font-weight-700);
  --ds-font-color: var(--ds-neutral700);

/*--------------------------------------------------------------
>>> Buttons:
--------------------------------------------------------------*/
  /* Base Button Aliasing */
  --ds-button-font-size: 16px; /* Needs updated token */
  --ds-button-font-family: var(--ds-font-family-body);
  --ds-button-font-weight: var(--ds-font-weight-normal);

  /* HubSpot Button Aliasing */
  --ds-hs-button--background-color: var(--ds-brand700);
  --ds-hs-button--background-color--active: var(--ds-brand800);
  --ds-hs-button--background-color--focus: var(--ds-brand600);
  --ds-hs-button--background-color--hover: var(--ds-brand600);
  --ds-hs-button--border: 2px solid transparent;
  --ds-hs-button--border--focus-visible: 2px solid var(--ds-brand900);
  --ds-hs-button--color: var(--ds-neutral0);
  --ds-hs-button--font-family: var(--ds-font-family-body);
  --ds-hs-button--font-size: var(--ds-font-size-body200);
  --ds-hs-button--font-weight: var(--ds-font-weight-normal);

/*--------------------------------------------------------------
>>> Form Inputs
--------------------------------------------------------------*/
  /* HubSpot Form Inputs */
  --hsf-field-label__font-family: var(--ds-font-family-body);
  --hsf-field-label__font-size: var(--ds-font-size-body100);
  --hsf-field-label__color: var(--ds-neutral500);
  --hsf-field-label-requiredindicator__color: var(--ds-red700);
  --hsf-field-input__background-color: var(--ds-neutral0);
  --hsf-field-input__border-color: var(--ds-neutral300);
  --hsf-field-input__border-radius: 4px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__color: var(--ds-neutral400);
  --hsf-field-input__font-family: var(--ds-font-family-body);
  --hsf-field-input__font-size: var(--ds-font-size-body100);
  --hsf-field-input__line-height: 51px;
  --hsf-field-checkbox__padding: var(--ds-space-02);
  --hsf-field-input__padding: var(--ds-space-00) var(--ds-space-04);
  --hsf-field-textarea__font-family: var(--ds-font-family-body);
  --hsf-field-textarea__font-size: var(--ds-font-size-body100);
  --hsf-field-textarea__color: var(--ds-neutral400);
  --hsf-field-textarea__border-color: var(--ds-neutral300);
  --hsf-field-textarea__border-radius: 4px;
  --hsf-field-textarea__border-style: solid;
  --hsf-erroralert__color: var(--ds-red700);
  --hsf-erroralert__font-family: var(--ds-font-family-body);
  --hsf-erroralert__font-size: var(--ds-font-size-body100);

  --ds-hs-input--font-family: var(--ds-font-family-body);
  --ds-hs-input-label--color: var(--ds-neutral500);

  /* Radio and Checkbox Inputs */
  --ds-selector-border: 2px solid var(--ds-neutral500);
  --ds-selector-margin: 0px;
  --ds-selector-padding: 8px;
  --ds-selector-transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
  --ds-selector-radio-radius: 100%;
  --ds-selector-checkbox-radius: 7px;
  --ds-selector-box-shadow: 0 0 0 0 #ffffff00 inset;
  --ds-selector-box-shadow-checked: 0 0 0 2px var(--ds-neutral0) inset;
  --ds-selector-background-checked: var(--ds-neutral700);
  --ds-selector-background-active: var(--ds-neutral200);
  --ds-selector-width: 26px;
  --ds-selector-height: 26px;
  --ds-selector-gap-column: 20px;
  --ds-selector-gap-row: 16px;

/*--------------------------------------------------------------
>>> Module Aliasing
--------------------------------------------------------------*/


.ds-module:has(.ds-footer) {
  --ds-footer--module--background-color: var(--ds-neutral700);
}

.ds-footer {
  --ds-footer--module-container--background-color: var(--ds-neutral700);
  --ds-footer--module-container--border-top: 1px solid var(--ds-neutral200);
  --ds-footer--module-container--justify-self--desktop: center;
  --ds-footer--module-container--margin-top: var(--ds-space-07);
  --ds-footer--module-container--max-width--desktop: 1280px;
  --ds-footer--module-container--padding--desktop: var(--ds-space-00) var(--ds-space-07);
  --ds-footer--module-container--padding--widescreen: var(--ds-space-00);
  --ds-footer--module-container--width: 100%;
  
  --ds-footer--logo-wrapper--align-items: center;
  --ds-footer--logo-wrapper--align-self--desktop: flex-start;
  --ds-footer--logo-wrapper--height: 120px;
  --ds-footer--logo-wrapper--justify-content: center;
  --ds-footer--logo-wrapper--justify-self--desktop: center;
  --ds-footer--logo-wrapper--padding: var(--ds-space-00) var(--ds-space-07);
  --ds-footer--logo-wrapper--padding--desktop: var(--ds-space-00);

  --ds-footer--logo--max-width: 160px;

  --ds-footer--footer-content--align-items--desktop: flex-start;
  --ds-footer--footer-content--display--desktop: grid;
  --ds-footer--footer-content--grid-template-columns--desktop: 440px 1fr;
  --ds-footer--footer-content--padding--desktop: var(--ds-space-00);
  --ds-footer--footer-content--width--desktop: 100%;

  --ds-footer--footer-cta--justify-self--desktop: flex-end;
  --ds-footer--footer-cta--max-width--desktop: 754px;
  --ds-footer--footer-cta--order--desktop: 2;
  --ds-footer--footer-cta--padding--desktop: var(--ds-space-00);
  --ds-footer--footer-cta--padding--tablet: var(--ds-space-00) var(--ds-space-07);
  --ds-footer--single-cta-wrapper--align-items--tablet: flex-start;
  --ds-footer--single-cta-wrapper--background-color: var(--ds-neutral200);
  --ds-footer--single-cta-wrapper--border-radius--tablet: 12px;
  --ds-footer--single-cta-wrapper--border--tablet: 1px var(--ds-neutral300) solid;
  --ds-footer--single-cta-wrapper--display--tablet: grid;
  --ds-footer--single-cta-wrapper--grid-template-columns: 1fr;
  --ds-footer--single-cta-wrapper--grid-template-columns--tablet: repeat(12, 1fr);
  --ds-footer--single-cta-wrapper--grid-template-rows: auto;
  --ds-footer--single-cta-wrapper--overflow--tablet: hidden;
  --ds-footer--single-cta-wrapper--padding: var(--ds-space-08) var(--ds-space-07) var(--ds-space-00) var(--ds-space-07);
  --ds-footer--single-cta-wrapper--padding--tablet: var(--ds-space-07) var(--ds-space-00) var(--ds-space-00) var(--ds-space-07);
  --ds-footer--single-cta-content-wrapper--align-items--tablet: flex-start;
  --ds-footer--single-cta-content-wrapper--grid-column--tablet: 1 / span 7;
  --ds-footer--single-cta-content-wrapper--grid-row--tablet: 1 / -1;
  --ds-footer--single-cta-content-wrapper--max-width--tablet: 400px;
  --ds-footer--single-cta-content-wrapper--margin-bottom--tablet: var(--ds-space-12);
  --ds-footer--single-cta-heading--text-align--tablet: left;
  --ds-footer--single-cta-image--align-self--tablet: flex-end;
  --ds-footer--single-cta-image--grid-column--tablet: 7 / span 6;
  --ds-footer--single-cta-image--grid-row--tablet: 1 / -1;
  --ds-footer--single-cta-link--color: var(--ds-brand700);
  --ds-footer--single-cta-link--font-family: var(--ds-font-family-body);
  --ds-footer--single-cta-link--font-size: 16px;

  --ds-footer--multi-cta-wrapper--align-items--tablet: baseline;
  --ds-footer--multi-cta-wrapper--column-gap--tablet: var(--ds-space-07);
  --ds-footer--multi-cta-wrapper--flex-flow--tablet: row nowrap;
  --ds-footer--multi-cta-wrapper--justify-content--tablet: center;
  --ds-footer--multi-cta-wrapper--padding: var(--ds-space-06) var(--ds-space-08) var(--ds-space-07) var(--ds-space-08);
  --ds-footer--multi-cta-wrapper--padding--tablet: var(--ds-space-07) var(--ds-space-00) var(--ds-space-09) var(--ds-space-00);
  --ds-footer--multi-cta-wrapper--padding-top--desktop: var(--ds-space-00);
  --ds-footer--multi-cta-item--align-items--tablet: flex-start;
  --ds-footer--multi-cta-item--flex--tablet: 1;
  --ds-footer--multi-cta-item--max-width: 350px;
  --ds-footer--multi-cta-image-wrapper--background-color: var(--ds-neutral200);
  --ds-footer--multi-cta-image-wrapper--border-radius: 12px;
  --ds-footer--multi-cta--heading--font-size--desktop: 25px;
  --ds-footer--multi-cta--heading--padding-bottom: var(--ds-space-02);
  --ds-footer--multi-cta--heading--text-align--tablet: left;
  --ds-footer--multi-cta--heading--color: var(--ds-neutral0);
  --ds-footer--multi-cta--heading--font-weight: 600;
  --ds-footer--multi-cta--link--color: var(--ds-neutral0);
  --ds-footer--multi-cta--link--font-family: var(--ds-font-family-body);
  --ds-footer--multi-cta--link--font-size: 16px;
  --ds-footer--multi-cta--link--text-align: center;
  --ds-footer--multi-cta--link--text-align--tablet: left;

  --ds-footer--form-wrapper--order--desktop: 2;
  --ds-footer--form-wrapper--padding: var(--ds-space-00) var(--ds-space-07);
  --ds-footer--form-title--color: var(--ds-neutral0);
  --ds-footer--form-title--font-family: var(--ds-font-family-body);
  --ds-footer--form-title--font-size: 25px;
  --ds-footer--form-title--font-weight: 600;
  --ds-footer--form-title--text-align: center;
  --ds-footer--form-title--text-align--tablet: left;
  --ds-footer--form--align-items: flex-start;
  --ds-footer--form--column-gap: var(--ds-space-03);
  --ds-footer--form--display: flex;
  --ds-footer--form--flex-flow: row wrap;
  --ds-footer--form--justify-content: center;
  --ds-footer--form--justify-content--tablet: left;
  --ds-footer--hs-form-field--flex: 1;
  --ds-footer--hs-form-field--padding-bottom: var(--ds-space-00);
  --ds-footer--hs-form-field--max-width--tablet: 400px;
  --ds-footer--hs-input--line-height: 51px;
  --ds-footer--hs-input--padding-top: var(--ds-space-00);
  --ds-footer--hs-input--padding-bottom: var(--ds-space-00);
  --ds-footer--hs-input--width: 100%;
  --ds-footer--hs-input-label--color: var(--ds-neutral0);
  --ds-footer--hs-button--background-color: var(--ds-brand700);
  --ds-footer--hs-button--border: 2px solid transparent;
  --ds-footer--hs-button--font-family: var(--ds-font-family-heading);
  --ds-footer--hs-button--margin-top: 22px;
  --ds-footer--submitted-message--text-align: center;
  --ds-footer--submitted-message--text-align--tablet: left;

  --ds-footer--listing-item-heading--color: var(--ds-neutral0);
  --ds-footer--listing-item-heading--font-family: var(--ds-font-family-body);
  --ds-footer--listing-item-heading--font-size: 14px;
  --ds-footer--listing-item-heading--font-weight: 600;
  --ds-footer--listing-item-menu-list--gap: var(--ds-space-02);
  --ds-footer--listing-item-anchor--color: var(--ds-neutral0);
  --ds-footer--listing-item-anchor--font-family: var(--ds-font-family-body);
  --ds-footer--listing-item-anchor--font-size: 14px;
  --ds-footer--listing-item-anchor--text-decoration: none;
  --ds-footer--listing-item-anchor--text-decoration--hover: underline;

  --ds-footer--footer-links--align-items: flex-start;
  --ds-footer--footer-links--align-self: flex-start;
  --ds-footer--footer-links--column-gap--desktop: var(--ds-space-08);
  --ds-footer--footer-links--display: grid;
  --ds-footer--footer-links--grid-template-columns: 1fr 1fr;
  --ds-footer--footer-links--grid-template-columns--desktop: repeat(auto-fill, 188px);
  --ds-footer--footer-links--grid-template-columns--tablet: 1fr 1fr 1fr 1fr;
  --ds-footer--footer-links--order--desktop: 1;
  --ds-footer--footer-links--padding: var(--ds-space-00) var(--ds-space-07) var(--ds-space-10) var(--ds-space-07);
  --ds-footer--footer-links--padding--desktop: var(--ds-space-00) var(--ds-space-00) var(--ds-space-10) var(--ds-space-00);

  --ds-footer--link-listing--max-width--desktop: 188px;

  --ds-footer--social-media-wrapper--column-gap--tablet: var(--ds-space-03);
  --ds-footer--social-media-wrapper--justify-content--tablet: flex-start;
  --ds-footer--social-media-wrapper--padding--desktop: var(--ds-space-00);
  --ds-footer--social-media-wrapper--padding--tablet: var(--ds-space-00) var(--ds-space-07) var(--ds-space-00) var(--ds-space-07);
  --ds-footer--social-media-wrapper--padding-bottom: var(--ds-space-07);
  --ds-footer--social-media-wrapper--width--tablet: 100%;

  --ds-footer--legal-resources--color: var(--ds-neutral0);
  --ds-footer--legal-resources--column-gap: var(--ds-space-02);
  --ds-footer--legal-resources--flex-flow: row wrap;
  --ds-footer--legal-resources--justify-content: center;
  --ds-footer--legal-resources--justify-content--tablet: flex-start;
  --ds-footer--legal-resources--padding--desktop: var(--ds-space-07) var(--ds-space-00) var(--ds-space-09) var(--ds-space-00);
  --ds-footer--legal-resources--padding--tablet: var(--ds-space-07) var(--ds-space-07) var(--ds-space-09) var(--ds-space-07);
  --ds-footer--legal-resources--padding-bottom: var(--ds-space-08);
  --ds-footer--legal-resources--width--tablet: 100%;
  --ds-footer--legal-copyright--width--tablet: fit-content;

  --ds-footer--accessibility-trigger--fill: var(--ds-neutral0);
}

.ds-module:has(.ds-footer) {
  display: grid;
}


.ds-mega-menu {
  --ds-mega-menu--module-container--display--desktop: flex;
  --ds-mega-menu--module-container--height--desktop: 80px;
  --ds-mega-menu--module-container--height--mobile: 74px;
  --ds-mega-menu--module-container--justify-content--desktop: space-between;
  --ds-mega-menu--module-container--padding--desktop: var(--ds-space-00);
  --ds-mega-menu--module-container--position--desktop: relative;
  --ds-mega-menu--module-container--width--desktop: 100%;
  --ds-mega-menu--module-container--width--mobile: 100%;
  --ds-mega-menu--module-container--z-index--desktop: 4;

  --ds-mega-menu--header-wrapper--background-color--desktop: var(--ds-neutral0);
  --ds-mega-menu--header-wrapper--box-shadow--desktop: unset;
  --ds-mega-menu--header-wrapper--display--desktop: flex;
  --ds-mega-menu--header-wrapper--height--desktop: 80px;
  --ds-mega-menu--header-wrapper--justify-content--desktop: space-between;
  --ds-mega-menu--header-wrapper--padding--desktop: var(--ds-space-00);
  --ds-mega-menu--header-wrapper--position--desktop: fixed;
  --ds-mega-menu--header-wrapper--width--desktop: 100%;
  --ds-mega-menu--header-wrapper--z-index--desktop: 4;

  --ds-mega-menu--menu-overlay--background--desktop: linear-gradient(0deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.66) 100%) 0% 0% repeat scroll rgba(0, 0, 0, 0);
  --ds-mega-menu--menu-overlay--height--desktop: 100vh;
  --ds-mega-menu--menu-overlay--opacity--desktop: 1;
  --ds-mega-menu--menu-overlay--position--desktop: fixed;
  --ds-mega-menu--menu-overlay--width--desktop: 100vw;

  --ds-mega-menu--navigation-primary--background-color--mobile: var(--ds-neutral0);
  --ds-mega-menu--navigation-primary--box-shadow--mobile: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  --ds-mega-menu--navigation-primary--display--desktop: none;
  --ds-mega-menu--navigation-primary--height--mobile: 74px;
  --ds-mega-menu--navigation-primary--justify-content--mobile: space-between;
  --ds-mega-menu--navigation-primary--padding--mobile: var(--ds-space-04);
  --ds-mega-menu--navigation-primary--position--mobile: fixed;
  --ds-mega-menu--navigation-primary--width--mobile: 100%;
  --ds-mega-menu--navigation-primary--z-index--mobile: 5;

  --ds-mega-menu--logo--max-width--mobile: 158px;
  --ds-mega-menu--logo--height--desktop: 80px;
  --ds-mega-menu--logo--object-fit--desktop: contain;

  --ds-mega-menu--mobile-menu-toggle--cursor--hover--mobile: pointer;
  --ds-mega-menu--mobile-menu-toggle--fill--mobile: var(--ds-neutral700);
  --ds-mega-menu--mobile-menu-toggle--height--mobile: 100%;
  --ds-mega-menu--mobile-menu-toggle--max-height--mobile: var(--ds-space-06);
  --ds-mega-menu--mobile-menu-toggle--max-width--mobile: var(--ds-space-06);
  --ds-mega-menu--mobile-menu-toggle--width--mobile: 100%;

  --ds-mega-menu--mobile-menu-enter--transform: translateY(-100vh);
  --ds-mega-menu--mobile-menu-enter--transition--active: all .35s ease-in-out;
  --ds-mega-menu--mobile-menu-leave--transition: translateY(-100vh);
  --ds-mega-menu--mobile-menu-leave--transition--active: all .35s ease-in-out;

  --ds-mega-menu--mega-menu--align-items--desktop: center;
  --ds-mega-menu--mega-menu--background-color--mobile: var(--ds-neutral0);
  --ds-mega-menu--mega-menu--box-shadow--desktop: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  --ds-mega-menu--mega-menu--display--desktop: grid;
  --ds-mega-menu--mega-menu--grid-template-columns--desktop: 158px 1fr 1fr;
  --ds-mega-menu--mega-menu--height--desktop: 80px;
  --ds-mega-menu--mega-menu--height--mobile: 100vh;
  --ds-mega-menu--mega-menu--overflow--desktop: hidden;
  --ds-mega-menu--mega-menu--overflow--mobile: scroll;
  --ds-mega-menu--mega-menu--padding--desktop: var(--ds-space-00) var(--ds-space-04);
  --ds-mega-menu--mega-menu--padding-top--mobile: 74px;
  --ds-mega-menu--mega-menu--position--desktop: unset;
  --ds-mega-menu--mega-menu--position--mobile: fixed;
  --ds-mega-menu--mega-menu--width--desktop: 100%;
  --ds-mega-menu--mega-menu--width--mobile: 100%;
  --ds-mega-menu--mega-menu--z-index--desktop: unset;
  --ds-mega-menu--mega-menu--z-index--mobile: 4;

  --ds-mega-menu--panel-navigation--flex-direction--desktop: row;
  --ds-mega-menu--panel-navigation--gap--desktop: var(--ds-space--00);
  --ds-mega-menu--panel-navigation--height--desktop: 80px;
  --ds-mega-menu--panel-navigation--justify-self--desktop: left;
  --ds-mega-menu--panel-navigation--position--mobile: relative;
  --ds-mega-menu--panel-navigation--row-gap--mobile: var(--ds-space-00);
  --ds-mega-menu--panel-navigation--width--desktop: fit-content;
  --ds-mega-menu--panel-navigation--width--mobile: 100%;

  --ds-mega-menu--panel-navigation-item--height--desktop: 80px;
  --ds-mega-menu--panel-navigation-item--scroll-margin--mobile: 74px;
  --ds-mega-menu--panel-navigation-item--width--mobile: 100%;
  --ds-mega-menu--panel-navigation-item--z-index--desktop: unset;

  --ds-mega-menu--panel-navigation-item-name--background-color--active--desktop: var(--ds-neutral200);
  --ds-mega-menu--panel-navigation-item-name--background-color--hover--desktop: var(--ds-neutral200);
  --ds-mega-menu--panel-navigation-item-name--background-color--focus--desktop: var(--ds-neutral200);
  --ds-mega-menu--panel-navigation-item-name--background-color--mobile: var(--ds-neutral0);
  --ds-mega-menu--panel-navigation-item-name--border-bottom--desktop: none;
  --ds-mega-menu--panel-navigation-item-name--border-bottom--mobile: 2px solid var(--ds-neutral200);
  --ds-mega-menu--panel-navigation-item-name--box-sizing--desktop: content-box;
  --ds-mega-menu--panel-navigation-item-name--cursor--hover--desktop: pointer;
  --ds-mega-menu--panel-navigation-item-name--height--desktop: 48px;
  --ds-mega-menu--panel-navigation-item-name--justify-content--mobile: space-between;
  --ds-mega-menu--panel-navigation-item-name--padding--mobile: var(--ds-space-04);
  --ds-mega-menu--panel-navigation-item-name--transition--desktop: all .25s ease-in-out;
  --ds-mega-menu--panel-navigation-item-name--width--desktop: fit-content;
  --ds-mega-menu--panel-navigation-item-name--width--mobile: 100%;
  --ds-mega-menu--panel-navigation-item-name--z-index--mobile: 4;

  
  --ds-mega-menu--panel-name--font-size--desktop: 16px;
  --ds-mega-menu--panel-name--font-size--mobile: 16px; /* Closest token 15px, but this might update soon. */
  --ds-mega-menu--panel-name--text-decoration--active--desktop: underline;
  --ds-mega-menu--panel-name--transition--desktop: all .25s ease-in-out;
  --ds-mega-menu--panel-name--text-wrap: nowrap;

  --ds-mega-menu--panel-icon--fill--mobile: var(--ds-neutral400);
  --ds-mega-menu--panel-icon--fill--active--mobile: var(--ds-neutral700);
  --ds-mega-menu--panel-icon--height--mobile: auto;
  --ds-mega-menu--panel-icon--transform--active--mobile: rotate(90deg);
  --ds-mega-menu--panel-icon--transition--mobile: transform .2s ease-in-out;
  --ds-mega-menu--panel-icon--width--mobile: 40px;

  --ds-mega-menu--panel-icon-svg--display--desktop: none;

  --ds-mega-menu--panel-enter--transition--active--desktop: all .35s ease-in-out;
  --ds-mega-menu--panel-enter--transform--desktop: translateY(-100vh);
  --ds-mega-menu--panel-enter--opacity--desktop: 0;
  --ds-mega-menu--panel-leave--transition--active--desktop: all .35s ease-in-out;
  --ds-mega-menu--panel-leave--transform--desktop: translateY(100vh);
  --ds-mega-menu--panel-leave--opacity--desktop: 0;

  --ds-mega-menu--panel-wrapper--background--mobile: var(--ds-neutral0);
  --ds-mega-menu--panel-wrapper--box-shadow--desktop: 0 3px 6px #00000029;
  --ds-mega-menu--panel-wrapper--display--desktop: grid;
  --ds-mega-menu--panel-wrapper--grid-template-columns--desktop: 2fr 1fr 2fr;
  --ds-mega-menu--panel-wrapper--height--desktop: max-content;
  --ds-mega-menu--panel-wrapper--left--desktop: 0;
  --ds-mega-menu--panel-wrapper--max-height--desktop: calc(100% - 80px);
  --ds-mega-menu--panel-wrapper--overflow-x--desktop: hidden;
  --ds-mega-menu--panel-wrapper--overflow-y--desktop: auto;
  --ds-mega-menu--panel-wrapper--padding--desktop: var(--ds-space-06) var(--ds-space-07);
  --ds-mega-menu--panel-wrapper--padding--mobile: var(--ds-space-06) var(--ds-space-04);
  --ds-mega-menu--panel-wrapper--position--desktop: fixed;
  --ds-mega-menu--panel-wrapper--width--desktop: 100%;
  --ds-mega-menu--panel-wrapper--z-index--desktop: -1;
  --ds-mega-menu--panel-wrapper--z-index--mobile: 0;

  --ds-mega-menu--feature-group--display--desktop: flex;
  --ds-mega-menu--feature-group--flex--desktop: 1 1 auto;
  --ds-mega-menu--feature-group--flex-flow--desktop: row wrap;
  --ds-mega-menu--feature-group--gap--desktop: var(--ds-space-05) var(--ds-space-07);
  --ds-mega-menu--feature-group--gap--mobile: var(--ds-space-04);

  --ds-mega-menu--feature-link--color--mobile: unset;
  --ds-mega-menu--feature-link--text-decoration--mobile: none;
  --ds-mega-menu--feature-link--text-decoration--hover--mobile: underline;
  --ds-mega-menu--feature-link--text-decoration--focus--mobile: underline;

  --ds-mega-menu--feature-item--max-width--desktop: 220px;
  --ds-mega-menu--feature-item--width--desktop: 100%;

  --ds-mega-menu--feature-heading--font-size--desktop: 16px;
  --ds-mega-menu--feature-heading--font-size--mobile: 16px;
  --ds-mega-menu--feature-heading--font-weight--mobile: var(--ds-font-weight-bold);

  --ds-mega-menu--feature-description--font-family--desktop: var(--ds-font-family-body);
  --ds-mega-menu--feature-description--font-family--mobile: var(--ds-font-family-body);
  --ds-mega-menu--feature-description--font-size--desktop: 12px;
  --ds-mega-menu--feature-description--font-size--mobile: 12px;

  --ds-mega-menu--link-listing-group--column-gap--mobile: var(--ds-space-04);
  --ds-mega-menu--link-listing-group--display--desktop: flex;
  --ds-mega-menu--link-listing-group--flex--desktop: 1 1 auto;
  --ds-mega-menu--link-listing-group--flex-direction--mobile: row;
  --ds-mega-menu--link-listing-group--flex-flow--desktop: row wrap;
  --ds-mega-menu--link-listing-group--flex-wrap--mobile: wrap;
  --ds-mega-menu--link-listing-group--gap--desktop: var(--ds-space-04);
  --ds-mega-menu--link-listing-group--justify-content--mobile: flex-start;
  --ds-mega-menu--link-listing-group--width--mobile: 100%;

  --ds-mega-menu--link-listing-heading--font-size--desktop: 16px;
  --ds-mega-menu--link-listing-heading--font-size--mobile: 16px;
  --ds-mega-menu--link-listing-heading--font-weight--mobile: var(--ds-font-weight-bold);

  --ds-mega-menu--link-listing-anchor--color--mobile: unset;
  --ds-mega-menu--link-listing-anchor--font-family--desktop: var(--ds-font-family-body);
  --ds-mega-menu--link-listing-anchor--font-family--mobile: var(--ds-font-family-body);
  --ds-mega-menu--link-listing-anchor--font-size--desktop: 14px;
  --ds-mega-menu--link-listing-anchor--font-size--mobile: 14px;
  --ds-mega-menu--link-listing-anchor--text-decoration--mobile: none;
  --ds-mega-menu--link-listing-anchor--text-decoration--hover-focus--mobile: underline;

  --ds-mega-menu--link-listing--width--mobile: 144px;
  --ds-mega-menu--link-listing-li--width--desktop: fit-content;

  --ds-mega-menu--link-listing-item-stack--row-gap--mobile: var(--ds-space-00);

  --ds-mega-menu--link-listing-unordered-list--row-gap--mobile: var(--ds-space-00);

  --ds-mega-menu-cta-group--display--desktop: grid;
  --ds-mega-menu-cta-group--grid-template-columns--desktop: 1fr;
  --ds-mega-menu-cta-group--width--mobile: 100%;

  --ds-mega-menu--cta-item--border-radius: 12px;
  --ds-mega-menu--cta-item--background-color--mobile: var(--ds-neutralInteractive100);
  --ds-mega-menu--cta-item--display--mobile: flex;
  --ds-mega-menu--cta-item--flex-flow--mobile: column;
  --ds-mega-menu--cta-item--height--desktop: auto;
  --ds-mega-menu--cta-item--min-height--desktop: 0px;
  --ds-mega-menu--cta-item--min-height--mobile: 287px;
  --ds-mega-menu--cta-item--padding--desktop: var(--ds-space-00);
  --ds-mega-menu--cta-item--padding--mobile: var(--ds-space-06) var(--ds-space-04);
  --ds-mega-menu--cta-item--row-gap--mobile: var(--ds-space-04);

  --ds-mega-menu--cta-wrapper--flex-wrap--desktop: nowrap;

  --ds-mega-menu--cta-content--padding--desktop: var(--ds-space-06);

  --ds-mega-menu--cta-heading--font-size--desktop: 24px;
  --ds-mega-menu--cta-heading--font-size--mobile: 24px;
  --ds-mega-menu--cta-heading--font-weight--mobile: normal;

  --ds-mega-menu--cta-link--font-family--desktop: 16px;
  --ds-mega-menu--cta-link--font-family--mobile: var(--ds-font-family-heading);
  --ds-mega-menu--cta-link--font-size--desktop: var(--ds-font-family-heading);
  --ds-mega-menu--cta-link--font-size--mobile: 16px;

  --ds-mega-menu--navigation-cta--align-self--desktop: flex-end;
  --ds-mega-menu--navigation-cta--flex-flow--desktop: row nowrap;
  --ds-mega-menu--navigation-cta--gap--desktop: var(--ds-space-04);
  --ds-mega-menu--navigation-cta--height--desktop: 80px;
  --ds-mega-menu--navigation-cta--justify-self--desktop: self-end;

  --ds-mega-menu--navigation-cta--cta--order--desktop: 2;
  --ds-mega-menu--navigation-cta--sign-in--order--desktop: 1;
  --ds-mega-menu--navigation-cta--apps--order--mobile: 2;
  --ds-mega-menu--navigation-cta--cta--order--mobile: 1;
  --ds-mega-menu--navigation-cta--sign-in--order--mobile: 3;

  --ds-mega-menu--app-download-ctas--height--mobile: 40px;
  --ds-mega-menu--app-download-ctas--width--mobile: auto;
}