/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}



p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: unset;
  -moz-hyphens: unset;
  hyphens: unset;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
BOILERPLATE CSS
******************************************************************/

@media (max-width: 767px) {
  .m-all {
    width: 100% !important;
  }
  .m-1of2 {
    width: 50%;
  }
  .m-1of3 {
    width: 33.33%;
  }
  .m-2of3 {
    width: 66.66%;
  }
  .m-1of4 {
    width: 25%;
  }
  .m-3of4 {
    width: 75%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    width: 100%;
  }
  .t-1of2 {
    width: 50%;
  }
  .t-1of3 {
    width: 33.33%;
  }
  .t-2of3 {
    width: 66.66%;
  }
  .t-1of4 {
    width: 25%;
  }
  .t-3of4 {
    width: 75%;
  }
  .t-1of5 {
    width: 20%;
  }
  .t-2of5 {
    width: 40%;
  }
  .t-3of5 {
    width: 60%;
  }
  .t-4of5 {
    width: 80%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    width: 100%;
  }
  .d-1of2 {
    width: 50%;
  }
  .d-1of3 {
    width: 33.33%;
  }
  .d-2of3 {
    width: 66.66%;
  }
  .d-1of4 {
    width: 25%;
  }
  .d-3of4 {
    width: 75%;
  }
  .d-1of5 {
    width: 20%;
  }
  .d-2of5 {
    width: 40%;
  }
  .d-3of5 {
    width: 60%;
  }
  .d-4of5 {
    width: 80%;
  }
  .d-1of6 {
    width: 16.6666666667%;
  }
  .d-1of7 {
    width: 14.2857142857%;
  }
  .d-2of7 {
    width: 28.5714286%;
  }
  .d-3of7 {
    width: 42.8571429%;
  }
  .d-4of7 {
    width: 57.1428572%;
  }
  .d-5of7 {
    width: 71.4285715%;
  }
  .d-6of7 {
    width: 85.7142857%;
  }
  .d-1of8 {
    width: 12.5%;
  }
  .d-1of9 {
    width: 11.1111111111%;
  }
  .d-1of10 {
    width: 10%;
  }
  .d-1of11 {
    width: 9.09090909091%;
  }
  .d-1of12 {
    width: 8.33%;
  }
}

.btn {

}

.btn:hover, .btn:focus, .btn:active {

}

/*********************
FIGMA STYLES
*********************/
:root {
  --TRUE: 1;
  --FALSE: 0;
  --radius-none: 0px;
  --radius-xs: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 32px;
  --radius-xl: 64px;
  --radius-xxl: 128px;
  --0: 0px; /* Spacing 0 - No spacing - Tailwind spacing-0 */
  --1: 4px; /* Spacing 1 - 4px / 0.25rem - Tailwind spacing-1 */
  --1,5: 6px; /* Spacing 1 - 4px / 0.25rem - Tailwind spacing-1 */
  --2: 8px; /* Spacing 2 - 8px / 0.5rem - Tailwind spacing-2 */
  --2,5: 10px;  /* Spacing 2 - 8px / 0.5rem - Tailwind spacing-2 */
  --3: 12px;  /* Spacing 3 - 12px / 0.75rem - Tailwind spacing-3 */
  --4: 16px;  /* Spacing 4 - 16px / 1rem - Tailwind spacing-4 */
  --5: 20px;  /* Spacing 5 - 20px / 1.25rem - Tailwind spacing-5 */
  --6: 24px;  /* Spacing 6 - 24px / 1.5rem - Tailwind spacing-6 */
  --7: 28px;  /* Spacing 7 - 28px / 1.75rem - Tailwind spacing-7 */
  --8: 32px;  /* Spacing 8 - 32px / 2rem - Tailwind spacing-8 */
  --9: 36px;  /* Spacing 9 - 36px / 2.25rem - Tailwind spacing-9 */
  --10: 40px; /* Spacing 10 - 40px / 2.5rem - Tailwind spacing-10 */
  --11: 44px; /* Spacing 11 - 44px / 2.75rem - Tailwind spacing-11 */
  --12: 48px; /* Spacing 12 - 48px / 3rem - Tailwind spacing-12 */
  --14: 56px; /* Spacing 14 - 56px / 3.5rem - Tailwind spacing-14 */
  --16: 64px; /* Spacing 16 - 64px / 4rem - Tailwind spacing-16 */
  --18: 72px; /* Spacing 16 - 64px / 4rem - Tailwind spacing-16 */
  --20: 80px; /* Spacing 20 - 80px / 5rem - Tailwind spacing-20 */
  --22: 88px; /* Spacing 20 - 80px / 5rem - Tailwind spacing-20 */
  --24: 96px; /* Spacing 24 - 96px / 6rem - Tailwind spacing-24 */
  --26: 104px;  /* Spacing 24 - 96px / 6rem - Tailwind spacing-24 */
  --28: 112px;  /* Spacing 24 - 96px / 6rem - Tailwind spacing-24 */
  --30: 120px;  /* Spacing 24 - 96px / 6rem - Tailwind spacing-24 */
  --32: 128px;  /* Spacing 32 - 128px / 8rem - Tailwind spacing-32 */
  --36: 144px;  /* Spacing 32 - 128px / 8rem - Tailwind spacing-32 */
  --40: 160px;  /* Spacing 40 - 160px / 10rem - Tailwind spacing-40 */
  --44: 176px;  /* Spacing 40 - 160px / 10rem - Tailwind spacing-40 */
  --48: 192px;  /* Spacing 40 - 160px / 10rem - Tailwind spacing-40 */
  --52: 208px;  /* Spacing 40 - 160px / 10rem - Tailwind spacing-40 */
  --56: 224px;  /* Spacing 40 - 160px / 10rem - Tailwind spacing-40 */
  --60: 240px;  /* Spacing 40 - 160px / 10rem - Tailwind spacing-40 */
  --Primary-Yellow: #f6c64e;
  --Primary-Green: #479e65;
  --Primary-Red: #db4834;
  --Primary-Blue: #215491;
  --Secondary-Yellow: #e9943e;
  --Secondary-Green: #244726;
  --Secondary-Red: #7f2321;
  --Secondary-Blue: #1e365b;
  --Tertiary-Blue: #20262f;

  --Primary-primary: #215491;
  --Primary-primary-90: rgba(33, 84, 145, 0.90);
  --Primary-primary-80: rgba(33, 84, 145, 0.80);
  --Primary-primary-70: rgba(33, 84, 145, 0.70);
  --Primary-primary-60: rgba(33, 84, 145, 0.60);
  --Primary-primary-50: rgba(33, 84, 145, 0.50);
  --Primary-primary-40: rgba(33, 84, 145, 0.40);
  --Primary-primary-30: rgba(33, 84, 145, 0.30);
  --Primary-primary-20: rgba(33, 84, 145, 0.20);
  --Primary-primary-10: rgba(33, 84, 145, 0.10);
  --Neutral-neutral: #161616;
  --Neutral-neutral-90: rgba(22, 22, 22, 0.90);
  --Neutral-neutral-80: rgba(22, 22, 22, 0.80);
  --Neutral-neutral-70: rgba(22, 22, 22, 0.70);
  --Neutral-neutral-60: rgba(22, 22, 22, 0.60);
  --Neutral-neutral-50: rgba(22, 22, 22, 0.50);
  --Neutral-neutral-40: rgba(22, 22, 22, 0.40);
  --Neutral-neutral-30: rgba(22, 22, 22, 0.30);
  --Neutral-neutral-20: rgba(22, 22, 22, 0.20);
  --Neutral-neutral-10: rgba(22, 22, 22, 0.10);
  --Neutral-neutral-ul: #f2f2f2;
  --Neutral-neutral-l: #d8d8d8;
  --Neutral-neutral-sl: #a6a6a6;
  --Neutral-neutral-sd: #595959;
  --Neutral-neutral-d: #404040;
  --Neutral-neutral-ud: #191919;
  --Neutral-neutral-hover: #1a1a1a;
  --Black-black: #000000;
  --Black-black-90: rgba(0, 0, 0, 0.90);
  --Black-black-80: rgba(0, 0, 0, 0.80);
  --Black-black-70: rgba(0, 0, 0, 0.70);
  --Black-black-60: rgba(0, 0, 0, 0.60);
  --Black-black-50: rgba(0, 0, 0, 0.50);
  --Black-black-40: rgba(0, 0, 0, 0.40);
  --Black-black-30: rgba(0, 0, 0, 0.30);
  --Black-black-20: rgba(0, 0, 0, 0.20);
  --Black-black-10: rgba(0, 0, 0, 0.10);
  --White-white: #ffffff;
  --White-white-90: rgba(255, 255, 255, 0.90);
  --White-white-80: rgba(255, 255, 255, 0.80);
  --White-white-70: rgba(255, 255, 255, 0.70);
  --White-white-60: rgba(255, 255, 255, 0.60);
  --White-white-50: rgba(255, 255, 255, 0.50);
  --White-white-40: rgba(255, 255, 255, 0.40);
  --White-white-30: rgba(255, 255, 255, 0.30);
  --White-white-20: rgba(255, 255, 255, 0.20);
  --White-white-10: rgba(255, 255, 255, 0.10);
  --Transparent: rgba(255, 255, 255, 0.00);

  --Typeface-Family-Heading: "Hanken Grotesk";
  --Typeface-Family-Body: "Hanken Grotesk";
  --Typeface-Weight-300: "Light";
  --Typeface-Weight-400: "Regular";
  --Typeface-Weight-500: "Medium";
  --Typeface-Weight-600: "Semibold";
  --Typeface-Weight-700: "Bold";
  --Typeface-Weight-800: "Extra Bold";
  --Typeface-Size-Text-XS: 12px;
  --Typeface-Size-Text-S: 14px;
  --Typeface-Size-Text-M: 16px;
  --Typeface-Size-Text-L: 18px;
  --Typeface-Size-Text-XL: 20px;
  --Typeface-Size-Text-2XL: 24px;
  --Typeface-Size-Head-2XS: 28px;
  --Typeface-Size-Head-XS: 32px;
  --Typeface-Size-Head-S: 38px;
  --Typeface-Size-Head-M: 42px;
  --Typeface-Size-Head-L: 46px;
  --Typeface-Size-Head-Xl: 52px;
  --Typeface-Size-Head-2XL: 58px;
}

/*********************
GENERAL STYLES
*********************/
html {
  scroll-behavior: smooth;
}

body {
  background-color:#F2F2F2;
  color: var(--Neutral-neutral-70, rgba(22, 22, 22, 0.70));
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-XL, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

.panel{
  border-radius: var(--radius-m, 16px);
  background: var(--White-white, #FFF);

  /* Box shadow m-25% */
  box-shadow: 0 40px 60px -10px rgba(0, 0, 0, 0.02), 0 13px 13px -10px rgba(0, 0, 0, 0.01), 0 4px 4px -10px rgba(0, 0, 0, 0.01);
  margin-top:-261px !important;
  padding:80px 114px;

  color: var(--Neutral-neutral-70, rgba(22, 22, 22, 0.70));
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-XL, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.panel_header_content p{
  color: var(--Neutral-neutral-80, rgba(22, 22, 22, 0.80));
  text-align: center;
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-2XL, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin:12px auto 40px;
  max-width: 660px;
}

.panel_header_content h2{
  color: var(--Neutral-neutral, #161616);
  text-align: center;
  font-family: var(--Typeface-Family-Heading, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Head-L, 46px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 55.2px */
  margin:0;
}

.panel h3{
  color: var(--Neutral-neutral, #161616);
  font-family: var(--Typeface-Family-Heading, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Head-2XS, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  margin:0;
}

.step{
  background-image: linear-gradient(to right, var(--neutral--neutral-40, rgba(22, 22, 22, 0.40)) 50%, transparent 50%);
  background-position: bottom;
  background-size: 24px 1px; /* 24px controls the dash + gap width */
  background-repeat: repeat-x;
  scroll-margin-top: 130px; 
}

.step1 .step_header{
  background-image: linear-gradient(to right, var(--neutral--neutral-40, rgba(22, 22, 22, 0.40)) 50%, transparent 50%);
  background-position: top;
  background-size: 24px 1px; /* 24px controls the dash + gap width */
  background-repeat: repeat-x;
}

.step_header{
  display: flex;
  padding:48px 0;
  opacity:0.4;
  align-items:center;
}

.open .step_header, .complete .step_header{
  opacity:1;
}

.step_number{
  color: var(--Neutral-neutral, #161616);
  font-family: var(--Typeface-Family-Heading, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Head-2XS, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  width:134px;
  flex-shrink:0;
}

.step_status{
  flex-grow:1;
  text-align:right;
}

.step_status button{
  background-color: rgb(240, 240, 240);
  border:0;
  padding:4px 16px;
  color:#000;
  //background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23000' stroke-width='1' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  //background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  ///background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  //background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  //background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 12' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
  //background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 4px;
  text-align: center;
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-M, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  cursor:auto;
  overflow:hidden;
  background-size:98%;
  background-repeat:no-repeat;
}

.step_content{
  max-width:100%;
  display:grid;
  grid-template-rows: 0fr; /* Initial state */
  transition: grid-template-rows 0.3s ease-out;
}

.step_wrapper p:first-child{
  margin-top:0;
}

.step_wrapper > *:last-child{
  margin-bottom:48px;
}

.step_wrapper{
  overflow:hidden;
  padding-left:134px;
}

.open .step_content{
  grid-template-rows: 1fr; /* Expanded state */
}

.complete .step_status button{
  color:#fff;
  padding-right:38px;
  background: url("complete.svg") var(--Primary-Green, #479E65) calc(100% - 16px) center no-repeat;
}

.step_content a{
  display:inline-block;
}

.pdf_wrap, .btn_wrap{
    display:flex;
    gap:20px;
}

.btn-pdf{
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23000' stroke-width='1' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius:8px;
  padding:30px 28px;
  width:100%;
  line-height:125%;
}

.btn-pdf:hover{
  background: var(--Secondary-Blue, #1E365B);
}

.dl{
  padding-right:40px;
  background:url("dl.svg") right center no-repeat;
  display:inline-block;
  color:var(--Primary-Blue, #215491);
  font-weight: 600;
  width:100%;
}

.btn-pdf:hover .dl{
  color:#fff;
  background:url("dl_ro.svg") right center no-repeat;
}

.btn.btn-blue, .btn.btn-blue:visited{
  border-radius: var(--radius-xs, 4px);
  background: var(--Primary-Blue, #215491);
  color:#fff;
  padding:12px 24px;
  text-decoration: none;
}

.btn.btn-blue:hover{
  color:#fff;
  background: var(--Secondary-Blue, #1E365B);
}

.btn-light-blue, .btn.btn-light-blue:visited{
  border-radius: var(--radius-xs, 4px);
  background: var(--Primary-primary-10, rgba(33, 84, 145, 0.10));
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23000' stroke-width='1' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 4px;
  color:var(--Primary-Blue, #215491);
  padding:12px 24px;
  text-decoration: none;
}

.btn.btn-light-blue:hover{
  color:#FFF;
  text-decoration: none;
  background: var(--Secondary-Blue, #1E365B);
}

.btn.btn-submit, .btn.btn-submit:visited{
  background: url("external.svg") var(--Primary-Blue, #215491) calc(100% - 24px) center no-repeat;
  padding:12px 48px 12px 24px;
}

.btn.btn-submit:hover{
  background: url("external.svg") var(--Secondary-Blue, #1E365B) calc(100% - 24px) center no-repeat;
}

.btn-blue-dash, .btn-blue-dash:visited{
  color:#FFF;
  text-decoration: none;
  border-radius: var(--radius-xs, 4px);
  padding:12px 24px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23FFF' stroke-width='1' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color:var(--black--black-10, rgba(0, 0, 0, 0.10));
}

.btn-blue-dash:hover{
  color:#FFF;
  text-decoration: none;
  background: var(--Secondary-Blue, #1E365B);
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
  max-width: 1440px;
  padding:0 48px;
}

.inner_wrap{
  margin:0 114px;
}

#main {
  
}

.flex {
  display: flex;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: var(--Neutral-neutral-70, rgba(22, 22, 22, 0.70));
}

a:hover {
  color: var(--Neutral-neutral-70, rgba(22, 22, 22, 0.70));
  text-decoration: underline;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1, .h1 {

}

h2, .h2 {

}

/*********************
HEADER STYLES
*********************/
header {
  background: url("section-hero.jpg") lightgray 50% / cover no-repeat;
  height:1024px;
}

#header_logo{
    margin-top:20px;
}

.header_content{
  display:flex;
  flex-direction: column;
  height:700px;
  justify-content: center;
}

h1{
  color: var(--White-white, #FFF);
  font-family: var(--Typeface-Family-Heading, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Head-2XL, 58px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 69.6px */
  max-width: 432px;
  margin:0;
}

header p{
  color: var(--White-white, #FFF);
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-2XL, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  max-width: 432px;
  margin:20px 0 0;
}


/*********************
FOOTER STYLES
*********************/
footer {
  background: var(--Tertiary-Blue, #20262F);
  color: var(--White-white-80, rgba(255, 255, 255, 0.80));
  font-family: "Hanken Grotesk";
  font-size: var(--Typeface-Size-Text-L, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

#footer_float{
  margin-top:-261px;
}

.footer_grid{
  display: inline-grid;
  row-gap: 24px;
  column-gap: 24px;
  align-self: stretch;
  grid-template-rows: repeat(1,fit-content(100%));
  grid-template-columns: 546px minmax(0,1fr);
  grid-auto-flow: row;
}

#footer_transit{
  border-radius: var(--radius-m, 16px);
  background:url('panel-image.jpg') lightgray 50% / cover no-repeat;
}

.footer_flex{
  display:flex;
  gap:24px;
}

.flex_col{
    flex-direction:column;
}

#panel-1{
  border-radius: var(--radius-m, 16px);
  background: var(--Primary-Blue, #215491);
  display: flex;
  padding: var(--12, 48px) var(--15, 56px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;

  color: var(--White-white-80, rgba(255, 255, 255, 0.80));
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-L, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

#panel-1 h4{
  color: var(--White-white, #FFF);
  font-family: var(--Typeface-Family-Heading, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Head-S, 38px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  margin: 0;
}

#panel-1 p{
  margin:16px 0;
}

#panel-1 .btn{
  margin-top:16px;
}

.icon{
    margin-bottom:48px;
}

#panel-2{
  border-radius: var(--radius-m, 16px);
  background: var(--Secondary-Blue, #1E365B);
  display: flex;
  padding: var(--12, 48px) var(--15, 56px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;

  color: var(--White-white-80, rgba(255, 255, 255, 0.80));
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-L, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

#panel-2 h5{
  color: var(--White-white, #FFF);
  font-family: var(--Typeface-Family-Heading, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Head-2XS, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  margin: 0;
}

#panel-2 p{
  margin:16px 0 0;
}

#panel-2 a, #panel-2 a:hover, #panel-2 a:visited{
  color: var(--White-white-80, rgba(255, 255, 255, 0.80));
}

#footer_logo{
  display: flex;
  max-width:163px;
  margin:var(--20, 80px) auto 0;
}

#footer_nav{
  justify-content:center;
  display:flex;
  gap:12px;
  margin:var(--12, 48px) 0;
}

#footer_nav a{
    text-decoration: none;
    color: var(--White-white-80, rgba(255, 255, 255, 0.80));
}

#footer_nav a:hover{
  color: var(--White-white-80, rgba(255, 255, 255, 0.80));
  text-decoration: underline;
}

#copyright{
  color: var(--White-white-60, rgba(255, 255, 255, 0.60));
  text-align: center;
  font-family: var(--Typeface-Family-Body, "Hanken Grotesk");
  font-size: var(--Typeface-Size-Text-S, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom:var(--20, 80px);
}

.c-block .c-block-content {
  display: flex;
}

/*********************
CONTENT STYLES
*********************/

main{
  padding-bottom:342px;
}

@media only screen and (max-width: 1142px) {
  :root {
    --Typeface-Family-Heading: "Hanken Grotesk";
    --Typeface-Family-Body: "Hanken Grotesk";
    --Typeface-Weight-300: "Light";
    --Typeface-Weight-400: "Regular";
    --Typeface-Weight-500: "Medium";
    --Typeface-Weight-600: "Semibold";
    --Typeface-Weight-700: "Bold";
    --Typeface-Weight-800: "Extra Bold";
    --Typeface-Size-Text-XS: 12px;
    --Typeface-Size-Text-S: 14px;
    --Typeface-Size-Text-M: 16px;
    --Typeface-Size-Text-L: 18px;
    --Typeface-Size-Text-XL: 20px;
    --Typeface-Size-Text-2xl: 22px;
    --Typeface-Size-Head-2XS: 26px;
    --Typeface-Size-Head-XS: 30px;
    --Typeface-Size-Head-S: 34px;
    --Typeface-Size-Head-M: 38px;
    --Typeface-Size-Head-L: 42px;
    --Typeface-Size-Head-XL: 46px;
    --Typeface-Size-Head-2XL: 52px;
  }

  main{
    padding-bottom:282px;
  }

  header {
    background: url("section-hero_tab.jpg") lightgray center 30% / cover no-repeat;
  }

  .wrap {
    margin: 0 auto;
    padding: 0 12px;
  }

  .inner_wrap{
    margin:0;
  }

  .header_content{
    padding:0 12px;
  }

  #header_logo{
    margin-left:12px;
  }

  .panel{
    padding:48px 32px;
  }

  .step_wrapper{
    padding-left:0;
  }

  .footer_grid{
    display:block;
  }

  #panel-1, #panel-2{
    padding: var(--12, 48px) var(--8, 32px);
  }

  #footer_transit{
    min-height:581px;
    margin-bottom:16px;
    background:url('panel-image_tab.jpg') lightgray 50% / cover no-repeat;
  }

  .footer_flex{
    gap:16px;
  }

  #footer_nav{
    flex-direction:column;
    align-items:center;
    gap:24px;
  }
}


@media only screen and (max-width: 825px) {
  :root {
    --Typeface-Family-Heading: "Hanken Grotesk";
    --Typeface-Family-Body: "Hanken Grotesk";
    --Typeface-Weight-300: "Light";
    --Typeface-Weight-400: "Regular";
    --Typeface-Weight-500: "Medium";
    --Typeface-Weight-600: "Semibold";
    --Typeface-Weight-700: "Bold";
    --Typeface-Weight-800: "Extra Bold";
    --Typeface-Size-Text-XS: 12px;
    --Typeface-Size-Text-S: 14px;
    --Typeface-Size-Text-M: 16px;
    --Typeface-Size-Text-L: 18px;
    --Typeface-Size-Text-XL: 20px;
    --Typeface-Size-Text-2XL: 20px;
    --Typeface-Size-Head-2XS: 24px;
    --Typeface-Size-Head-XS: 28px;
    --Typeface-Size-Head-S: 32px;
    --Typeface-Size-Head-M: 34px;
    --Typeface-Size-Head-L: 38px;
    --Typeface-Size-Head-XL: 40px;
    --Typeface-Size-Head-2XL: 46px;

  }

  header {
    background: url("section-hero_mob.jpg") lightgray center 20% / cover no-repeat;
    min-height:1024px;
  }

header p, h1{
  max-width: unset;
}

  .header_content{
    justify-content: flex-end;
    height:650px;
  }

  .step_header{
    flex-wrap: wrap;
  }

  .panel .step_number{
    order: 1;
    flex-basis: 50%;
  }

  .panel h3{
    order: 3;
    flex-basis: 100%;
    margin-top:12px;
  }

  .panel .step_status{
    order: 2;
    flex-basis: 50%;
  }

  .btn{
    width:100%;
    text-align: center;
  }

  .btn-pdf{
    text-align:left;
  }

  .pdf_wrap, .btn_wrap{
      flex-direction:column;
  }

  #footer_transit{
    min-height:281px;
    background:url('panel-image_mob.jpg') lightgray 50% / cover no-repeat;
  }
}

/******************************************************************
PRINT STYLES
******************************************************************/
@media print {

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
