@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --slate: #263349;
  --slate-900: #0D1421;
  --slate-800: #172031;
  --slate-700: #1C2739;
  --slate-600: #222E42;
  --slate-500: #263349;
  --slate-400: #475264;
  --slate-300: #677080;
  --slate-200: #9399A4;
  --slate-100: #BEC2C8;
  --slate-50: #E5E7E9;
  --lime: #b2cc11;
  --lime-900: #8AAD05;
  --lime-800: #99B90A;
  --lime-700: #A2C00C;
  --lime-600: #ABC70F;
  --lime-500: #B2CC11;
  --lime-400: #BED435;
  --lime-300: #C9DB58;
  --lime-200: #D9E688;
  --lime-100: #E8F0B8;
  --lime-50: #F6F9E2;
  --teal: #00B9B0;
  --teal-900: #009387;
  --teal-800: #00A297;
  --teal-700: #00AAAA;
  --teal-600: #00B2A9;
  --teal-500: #00B9B0;
  --teal-400: #26C4BC;
  --teal-300: #4DCECB;
  --teal-200: #80DDDB;
  --teal-100: #B3EAED;
  --teal-50: #E0F7F6;
  --purple: #8E4396;
  --purple-900: #5F1E68;
  --purple-800: #712C79;
  --purple-700: #7B3483;
  --purple-600: #863D8E;
  --purple-500: #8E4396;
  --purple-400: #9F5FA6;
  --purple-300: #B07BB6;
  --purple-200: #C7A1CB;
  --purple-100: #DDC7E0;
  --purple-50: #F1E8F2;
  --green: #61A60E;
  --green-900: #337B04;
  --green-800: #456B08;
  --green-700: #4F950A;
  --green-600: #599E0C;
  --green-500: #61A60E;
  --green-400: #79B332;
  --green-300: #90C156;
  --green-200: #B0D387;
  --green-100: #D0E4B7;
  --green-50: #EBF1E5;
  --grey: #969AAA;
  --grey-500: #969AAA;
  --grey-400: #C9CCD1;
  --grey-300: #E6E7EB;
  --grey-200: #E9EAEC;
  --grey-100: #F4F5F6;
  --grey-0: #FFFFFF;
  --white: #FFFFFF;
  --white-90: rgba(255, 255, 255, 0.90);
  --offwhite: #fcfcfc;
  --offwhite-90: rgba(252, 252, 252, 0.90);
  --white-95: rgba(255, 255, 255, 0.95);
  --white-90: rgba(255, 255, 255, 0.90);
  --white-85: rgba(255, 255, 255, 0.85);
  --white-80: rgba(255, 255, 255, 0.80);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-70: rgba(255, 255, 255, 0.70);
  --white-65: rgba(255, 255, 255, 0.65);
  --white-60: rgba(255, 255, 255, 0.60);
  --white-55: rgba(255, 255, 255, 0.55);
  --white-50: rgba(255, 255, 255, 0.50);
  --white-45: rgba(255, 255, 255, 0.45);
  --white-40: rgba(255, 255, 255, 0.40);
  --white-35: rgba(255, 255, 255, 0.35);
  --white-30: rgba(255, 255, 255, 0.30);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-20: rgba(255, 255, 255, 0.20);
  --white-15: rgba(255, 255, 255, 0.15);
  --white-10: rgba(255, 255, 255, 0.10);
  --white-05: rgba(255, 255, 255, 0.05);
  --text-primary: #263349;
  --text-secondary: #677080;
  --text-reversed: #FCFCFC;
  --text-accent: #B2CC11;
  --bg-primary: #FCFCFC;
  --bg-reversed: #263349;
  --gradient-splash: linear-gradient(90deg, #00B9B0 0%, #B2CC11 100%);
  --utility-blue: #0000FF;
  --utlity-soft-blue: #6868FF;
  --utility-red: #CC0000;
  --utility-soft-red: #FF6A6A;
  --xxlarge: 1440px;
  --xlarge: 1280px;
  --large: 1024px;
  --medium: 768px;
  --small: 390px;
  --xsmall: 375px;
  --borderRadiusLarge: 24px;
  --borderRadiusMedium: 16px;
  --borderRadiusSmall: 8px;
}

:root {
  --font-size-xl: 4.375rem;
  --font-size-lg: 3rem;
  --font-size-md: 2.375rem;
  --font-size-base: 1.9375rem;
  --font-p1: 1.5rem;
  --font-p2: 1.125rem;
  --font-p3: 1rem;
  --font-label: 0.875rem;
  --font-legal: 0.625rem;
  --line-height-tight: 1.4;
  --line-height-relaxed: 1.5;
  --line-height-loose: 1.7;
  --letter-spacing-tight: -0.7px;
  --letter-spacing-medium: -0.2px;
  --letter-spacing-normal: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
}

[class^=ms-] h1,
[class^=ms-] h2,
[class^=ms-] h3,
[class^=ms-] h4,
[class^=ms-] h5,
[class^=ms-] h6,
[class*=" ms-"] h1,
[class*=" ms-"] h2,
[class*=" ms-"] h3,
[class*=" ms-"] h4,
[class*=" ms-"] h5,
[class*=" ms-"] h6 {
  margin: 0;
  line-height: 1.1;
}
[class^=ms-] h1 strong,
[class^=ms-] h2 strong,
[class^=ms-] h3 strong,
[class^=ms-] h4 strong,
[class^=ms-] h5 strong,
[class^=ms-] h6 strong,
[class*=" ms-"] h1 strong,
[class*=" ms-"] h2 strong,
[class*=" ms-"] h3 strong,
[class*=" ms-"] h4 strong,
[class*=" ms-"] h5 strong,
[class*=" ms-"] h6 strong {
  font-weight: 800;
}

[class^=ms-] p,
[class^=ms-] blockquote,
[class^=ms-] pre,
[class^=ms-] ul:not(.ms-list),
[class^=ms-] ol,
[class^=ms-] dl,
[class^=ms-] figure,
[class^=ms-] hr,
[class^=ms-] fieldset,
[class^=ms-] legend,
[class*=" ms-"] p,
[class*=" ms-"] blockquote,
[class*=" ms-"] pre,
[class*=" ms-"] ul:not(.ms-list),
[class*=" ms-"] ol,
[class*=" ms-"] dl,
[class*=" ms-"] figure,
[class*=" ms-"] hr,
[class*=" ms-"] fieldset,
[class*=" ms-"] legend {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

h1,
.heading-01 {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h1,
.heading-01 {
    font-size: var(--font-size-lg);
  }
}

h2,
.heading-02 {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h2,
.heading-02 {
    font-size: var(--font-size-md);
  }
}

h3,
.heading-03 {
  font-size: var(--font-size-md);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h3,
.heading-03 {
    font-size: var(--font-size-base);
  }
}

h4,
.heading-04,
h5,
.heading-05,
h6,
.heading-06 {
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
  font-weight: 700;
}
@media all and (max-width: 768px) {
  h4,
.heading-04,
h5,
.heading-05,
h6,
.heading-06 {
    font-size: var(--font-p1);
  }
}

.p1 {
  font-size: var(--font-p1);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-normal);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.p1 strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p1 {
    font-size: var(--font-p2);
  }
}

.p2 {
  font-size: var(--font-p2);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.p2 strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p2 {
    font-size: var(--font-p3);
  }
}

.p3 {
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.p3 strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p3 {
    font-size: var(--font-caption);
  }
}

.label {
  font-size: var(--font-label);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 700;
}

.legal {
  font-size: var(--font-legal);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-normal);
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

a.button,
button {
  display: inline-flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: var(--btn-radius);
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  gap: var(--btn-gap);
}
a.button span,
button span {
  transition: all 0.4s ease;
}
a.button:disabled,
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(100%);
}
a.button:disabled:hover, a.button:disabled:active,
button:disabled:hover,
button:disabled:active {
  background: inherit;
  color: inherit;
}
a.button.has-icon span[class^=icon-],
button.has-icon span[class^=icon-] {
  display: inline-flex;
  align-items: center;
  margin-left: 0.625rem;
  font-size: inherit;
  line-height: 1;
  font-size: 0.75rem;
}
a.button.has-icon:hover span:nth-of-type(1),
button.has-icon:hover span:nth-of-type(1) {
  transform: translateX(0.25rem);
}
a.button.has-icon:hover span[class^=icon-],
button.has-icon:hover span[class^=icon-] {
  transform: translateX(-0.25rem);
}
a.button:focus,
button:focus {
  outline: 2px solid var(--utility-blue);
}
a.button[data-size=splash],
button[data-size=splash] {
  font-size: var(--font-p2);
}
a.button[data-size=xl], a.button[data-size=lg], a.button[data-size=md],
button[data-size=xl],
button[data-size=lg],
button[data-size=md] {
  font-size: var(--font-p3);
  font-weight: 600;
}
a.button[data-size=sm], a.button[data-size=xs],
button[data-size=sm],
button[data-size=xs] {
  font-size: var(--font-label);
  font-weight: 600;
}
a.button[data-type=primary][data-color=lime],
button[data-type=primary][data-color=lime] {
  background-color: var(--lime-500);
  color: var(--text-primary);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=lime]:hover,
button[data-type=primary][data-color=lime]:hover {
  background-color: var(--lime-900);
}
a.button[data-type=primary][data-color=lime]:active,
button[data-type=primary][data-color=lime]:active {
  background-color: var(--lime-200);
}
a.button[data-type=primary][data-color=lime]:disabled,
button[data-type=primary][data-color=lime]:disabled {
  background-color: var(--lime-500);
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=primary][data-color=slate],
button[data-type=primary][data-color=slate] {
  background-color: var(--slate-500);
  color: var(--white);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=slate]:hover,
button[data-type=primary][data-color=slate]:hover {
  background-color: var(--slate-800);
}
a.button[data-type=primary][data-color=slate]:active,
button[data-type=primary][data-color=slate]:active {
  background-color: var(--slate-400);
}
a.button[data-type=primary][data-color=slate]:disabled,
button[data-type=primary][data-color=slate]:disabled {
  background-color: var(--slate-200);
  color: rgba(var(--white), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=primary][data-color=purple],
button[data-type=primary][data-color=purple] {
  background-color: var(--purple-500);
  color: var(--white);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=purple]:hover,
button[data-type=primary][data-color=purple]:hover {
  background-color: var(--purple-600);
}
a.button[data-type=primary][data-color=purple]:active,
button[data-type=primary][data-color=purple]:active {
  background-color: var(--purple-700);
}
a.button[data-type=primary][data-color=purple]:disabled,
button[data-type=primary][data-color=purple]:disabled {
  background-color: var(--purple-200);
  color: rgba(var(--white), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=primary][data-color=white],
button[data-type=primary][data-color=white] {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid none;
}
a.button[data-type=primary][data-color=white]:hover,
button[data-type=primary][data-color=white]:hover {
  background-color: var(--slate-100);
}
a.button[data-type=primary][data-color=white]:active,
button[data-type=primary][data-color=white]:active {
  background-color: var(--slate-50);
}
a.button[data-type=primary][data-color=white]:disabled,
button[data-type=primary][data-color=white]:disabled {
  background-color: var(--slate-300);
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=secondary][data-color=lime],
button[data-type=secondary][data-color=lime] {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--lime-500);
}
a.button[data-type=secondary][data-color=lime]:hover,
button[data-type=secondary][data-color=lime]:hover {
  background-color: var(--lime-900);
}
a.button[data-type=secondary][data-color=lime]:active,
button[data-type=secondary][data-color=lime]:active {
  background-color: var(--lime-200);
}
a.button[data-type=secondary][data-color=lime]:disabled,
button[data-type=secondary][data-color=lime]:disabled {
  background-color: transparent;
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: var(--lime-500);
}
a.button[data-type=secondary][data-color=slate],
button[data-type=secondary][data-color=slate] {
  background-color: transparent;
  color: var(--slate-500);
  border: 1px solid none;
}
a.button[data-type=secondary][data-color=slate]:hover,
button[data-type=secondary][data-color=slate]:hover {
  background-color: var(--slate-800);
}
a.button[data-type=secondary][data-color=slate]:active,
button[data-type=secondary][data-color=slate]:active {
  background-color: var(--slate-400);
}
a.button[data-type=secondary][data-color=slate]:disabled,
button[data-type=secondary][data-color=slate]:disabled {
  background-color: transparent;
  color: rgba(var(--slate-500), 0.5);
  pointer-events: none;
  border-color: none;
}
a.button[data-type=secondary][data-color=purple],
button[data-type=secondary][data-color=purple] {
  background-color: transparent;
  color: var(--purple-500);
  border: 1px solid var(--purple-500);
}
a.button[data-type=secondary][data-color=purple]:hover,
button[data-type=secondary][data-color=purple]:hover {
  background-color: var(--purple-600);
}
a.button[data-type=secondary][data-color=purple]:active,
button[data-type=secondary][data-color=purple]:active {
  background-color: var(--purple-700);
}
a.button[data-type=secondary][data-color=purple]:disabled,
button[data-type=secondary][data-color=purple]:disabled {
  background-color: var(--purple-200);
  color: rgba(var(--purple-500), 0.5);
  pointer-events: none;
  border-color: var(--purple-500);
}
a.button[data-type=secondary][data-color=white],
button[data-type=secondary][data-color=white] {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--slate-500);
}
a.button[data-type=secondary][data-color=white]:hover,
button[data-type=secondary][data-color=white]:hover {
  background-color: var(--slate-100);
}
a.button[data-type=secondary][data-color=white]:active,
button[data-type=secondary][data-color=white]:active {
  background-color: var(--slate-50);
}
a.button[data-type=secondary][data-color=white]:disabled,
button[data-type=secondary][data-color=white]:disabled {
  background-color: var(--slate-300);
  color: rgba(var(--text-primary), 0.5);
  pointer-events: none;
  border-color: var(--slate-500);
}
a.button[data-size=splash],
button[data-size=splash] {
  height: 56px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=xl],
button[data-size=xl] {
  height: 48px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=lg],
button[data-size=lg] {
  height: 40px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=md],
button[data-size=md] {
  height: 32px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=sm],
button[data-size=sm] {
  height: 28px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}
a.button[data-size=xs],
button[data-size=xs] {
  height: 24px;
  font-size: var(--btn-font-p2);
  padding: 0 1.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  scroll-padding-top: 8rem;
}
@media (max-width: 768px) {
  html,
body {
    scroll-padding-top: 5.5rem;
  }
}

html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@supports (-webkit-hyphens: none) {
  html {
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg-primary);
  color: var(--slate-500);
}
body:has(.ms-slate) {
  color: var(--slate-500);
}

[class^=ms-] a,
[class*=" ms-"] a {
  text-decoration: none;
}
[class^=ms-] a:hover, [class^=ms-] a:focus, [class^=ms-] a:active,
[class*=" ms-"] a:hover,
[class*=" ms-"] a:focus,
[class*=" ms-"] a:active {
  text-decoration: none;
}

main.ms-slate {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}
main.ms-slate h1, main.ms-slate h2, main.ms-slate h3, main.ms-slate h4, main.ms-slate h5, main.ms-slate h6,
main.ms-slate ul, main.ms-slate li, main.ms-slate ol, main.ms-slate p, main.ms-slate span, main.ms-slate div {
  color: inherit;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
}

p, li, figcaption {
  text-wrap: pretty;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.row {
  width: min(100%, 1440px);
  margin-inline: auto;
}
@media all and (width < 1440px) {
  .row {
    padding-inline: 2rem;
  }
}
@media all and (width <= 768px) {
  .row {
    padding-inline: 1rem;
  }
}
@media all and (width <= 768px) {
  .row > * {
    padding-inline: 0;
  }
}
.row-inset {
  max-width: 1172px;
}
.row-inset-xs {
  max-width: 910px;
}

.ms-theme-form .gfield--type-honeypot,
.ms-theme-form .gfield--type-checkbox legend,
.ms-theme-form .gfield--type-consent legend {
  display: none;
}
.ms-theme-form .gfield {
  margin-bottom: 1.75rem;
}
.ms-theme-form .gfield_required {
  color: var(--utility-red) !important;
  margin-left: 0.125rem;
}
.ms-theme-form #error {
  padding: 0.875rem;
  font-size: 1rem;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--utility-red);
  color: var(--utility-red);
  margin-top: 1rem;
  display: block;
}
.ms-theme-form #error ol {
  display: grid;
}
.ms-theme-form #error ol li {
  padding-block: 0.5rem;
  padding-left: 1rem;
}
.ms-theme-form #error a {
  color: var(--utility-red);
}
.ms-theme-form #error .validation_error {
  color: var(--utility-red) !important;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ms-theme-form .gform_wrapper .gform_body textarea {
  padding: 0.875rem;
  font-size: 1rem;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid var(--grey-400);
  width: 100%;
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .ms-theme-form .gform_wrapper .gform_body textarea::-moz-placeholder {
  color: var(--text-secondary);
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.ms-theme-form .gform_wrapper .gform_body textarea::placeholder {
  color: var(--text-secondary);
}
.ms-theme-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 54px;
}
.ms-theme-form .gform_wrapper .gform_body textarea {
  height: 140px;
}
.ms-theme-form .gform_wrapper .gform_body input.has-checkmark, .ms-theme-form textarea.has-checkmark {
  background: url(../../../assets/images/slate/svg/icon-check-status.svg) no-repeat right 1rem center;
  background-size: 1rem 1rem;
  border: 1px solid var(--slate-500) !important;
}
.ms-theme-form .gform_wrapper.gravity-theme label.gfield_label {
  font-size: var(--font-label);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--text-secondary);
}
.ms-theme-form .gfield:has(h3.gsection_title) {
  border-bottom: none;
  margin: 1.5rem 0 1rem !important;
}
.ms-theme-form h3.gsection_title,
.ms-theme-form legend.gfield_label {
  font-size: var(--font-p2);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 600;
  color: var(--text-primary);
  border-bottom: none;
}
.ms-theme-form .ginput_container_consent:has(input[type=checkbox]) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}
.ms-theme-form .ginput_container_consent:has(input[type=checkbox]) label {
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-size: 14px;
}
.ms-theme-form .legal-links {
  display: flex;
  gap: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
@media all and (max-width: 600px) {
  .ms-theme-form .legal-links {
    flex-flow: column wrap;
  }
}
.ms-theme-form .legal-links a {
  color: var(--text-primary);
}
.ms-theme-form .ms-pills {
  margin: 0 0 1.5rem !important;
  display: block;
}
.ms-theme-form .ms-pills .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
@media all and (max-width: 600px) {
  .ms-theme-form .ms-pills .gfield_checkbox {
    flex-flow: column wrap;
  }
}
.ms-theme-form .ms-pills .gchoice {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--slate-200);
  border-radius: 25px;
  padding: 0.25rem 1rem;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
}
.ms-theme-form .ms-pills .gchoice:focus {
  outline: 2px solid var(--utility-blue);
}
.ms-theme-form .ms-pills .gchoice:focus-within {
  outline: 2px solid var(--utility-blue);
  outline-offset: 2px;
}
.ms-theme-form .ms-pills .gchoice:has(input[type=checkbox]:checked) {
  background: var(--slate-500);
  color: var(--white);
  border: 1px solid var(--slate-500);
}
.ms-theme-form .ms-pills .gchoice:has(input[type=checkbox]:checked) label {
  color: var(--white);
  margin-bottom: 0;
}
.ms-theme-form .ms-pills .gchoice:hover {
  background: var(--slate-500);
}
.ms-theme-form .ms-pills .gchoice:hover label {
  color: var(--white);
}
.ms-theme-form .ms-pills .gchoice input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  z-index: 0;
  cursor: pointer;
  border-radius: 25px;
}
.ms-theme-form .ms-pills .gchoice label {
  width: 100%;
  max-width: none !important;
  text-align: center;
  color: var(--text-secondary);
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 500;
  margin-bottom: 0;
}
.ms-theme-form .gfield_checkbox .gchoice,
.ms-theme-form .ginput_container_consent .gchoice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ms-theme-form .gfield_checkbox label,
.ms-theme-form .ginput_container_consent label {
  margin-bottom: 0;
}
.ms-theme-form .gfield_checkbox input[type=checkbox],
.ms-theme-form .ginput_container_consent input[type=checkbox] {
  --size: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: inline-flex;
  margin-right: 0.25rem;
  background: var(--white);
  border: 1px solid var(--text-primary);
  cursor: pointer;
}
.ms-theme-form .gfield_checkbox input[type=checkbox]:hover,
.ms-theme-form .ginput_container_consent input[type=checkbox]:hover {
  outline: 1px solid var(--text-primary);
}
.ms-theme-form .gfield_checkbox input[type=checkbox]:checked,
.ms-theme-form .ginput_container_consent input[type=checkbox]:checked {
  background: var(--text-primary);
  outline: 1px solid var(--text-primary);
}
.ms-theme-form .gfield_checkbox input[type=checkbox]:checked::before,
.ms-theme-form .ginput_container_consent input[type=checkbox]:checked::before {
  content: "\e904";
  font-family: "slate-icons" !important;
  color: var(--white);
  font-size: 0.625rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ms-theme-form .gform_footer,
.ms-theme-form .gform_page_footer {
  display: flex;
  gap: 1rem;
  padding: 2rem 0 3rem !important;
  background: var(--white);
  border-top: 1px solid var(--grey-200);
  position: relative;
}
@media all and (max-width: 600px) {
  .ms-theme-form .gform_footer,
.ms-theme-form .gform_page_footer {
    flex-flow: column wrap;
  }
}
@media all and (max-width: 992px) {
  .ms-theme-form .gform_footer,
.ms-theme-form .gform_page_footer {
    padding: 2rem 0 8rem !important;
  }
}
@media all and (max-width: 768px) {
  .ms-theme-form .gform_footer,
.ms-theme-form .gform_page_footer {
    padding: 2rem 0 10rem !important;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .ms-theme-form .gform_footer,
.ms-theme-form .gform_page_footer {
      padding: 2rem 0 7rem !important;
    }
  }
}
.ms-theme-form .gform_footer::before, .ms-theme-form .gform_footer::after,
.ms-theme-form .gform_page_footer::before,
.ms-theme-form .gform_page_footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  background: var(--white);
  z-index: -1;
  border-top: 1px solid var(--grey-200);
}
.ms-theme-form .gform_footer::before,
.ms-theme-form .gform_page_footer::before {
  top: -1px;
  left: -100%;
}
.ms-theme-form .gform_footer::after,
.ms-theme-form .gform_page_footer::after {
  top: -1px;
  right: -100%;
}
.ms-theme-form .gform_footer .gform_button,
.ms-theme-form .gform_page_footer .gform_button {
  order: 2;
}

.ms-form-disclaimer-content {
  text-align: left;
}
.ms-form-disclaimer-content a {
  color: var(--text-primary);
  text-decoration: underline;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button {
  background: var(--slate-500);
  color: var(--white);
  height: 3rem;
  display: inline-flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: var(--btn-radius);
  padding: 0.5rem 3rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media all and (max-width: 600px) {
  .gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button:hover {
  background: var(--slate-800);
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:active,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button:active {
  background: var(--slate-400);
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  background: var(--white);
}

.gform_wrapper .gform_body .gfield.gfield_error .ginput_container > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gfield.gfield_error .ginput_container > textarea {
  border: 1px solid var(--utility-red);
  color: var(--utility-red);
}

.gform_wrapper .gform_body .gfield.gfield_error .gfield_label, .gform_wrapper .gform_body .gfield.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper .gform_body .gfield.gfield_error ul.gfield_checkbox, .gform_wrapper .gform_body .gfield.gfield_error ul.gfield_radio {
  color: var(--utility-red);
}

.gform_wrapper .gform_body .gfield.gfield_error.gfield_contains_required div.validation_message {
  color: var(--utility-red);
  text-align: right;
  padding: 0;
  border-radius: 4px;
  border: none;
  background: transparent;
}

#buttonControls select {
  padding-left: 1rem !important;
  border-radius: 8px !important;
}

@font-face {
  font-family: "slate-icons";
  src: url("../../../assets/fonts/slate/icomoon.eot?rrhwjr");
  src: url("../../../assets/fonts/slate/icomoon.eot?rrhwjr#iefix") format("embedded-opentype"), url("../../../assets/fonts/slate/icomoon.ttf?rrhwjr") format("truetype"), url("../../../assets/fonts/slate/icomoon.woff?rrhwjr") format("woff"), url("../../../assets/fonts/slate/icomoon.svg?rrhwjr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "slate-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-chat:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-checklist:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-connect:before {
  content: "\e907";
}

.icon-dashboard:before {
  content: "\e908";
}

.icon-domestic:before {
  content: "\e909";
}

.icon-fb:before {
  content: "\e90a";
}

.icon-hand:before {
  content: "\e90b";
}

.icon-health-hand:before {
  content: "\e90c";
}

.icon-heath-doc:before {
  content: "\e90d";
}

.icon-insta:before {
  content: "\e90e";
}

.icon-interface:before {
  content: "\e90f";
}

.icon-international:before {
  content: "\e910";
}

.icon-leadership:before {
  content: "\e911";
}

.icon-linkedin:before {
  content: "\e912";
}

.icon-live:before {
  content: "\e913";
}

.icon-menu:before {
  content: "\e914";
}

.icon-phone:before {
  content: "\e915";
}

.icon-pin:before {
  content: "\e916";
}

.icon-quote:before {
  content: "\e917";
}

.icon-search:before {
  content: "\e918";
}

.icon-support:before {
  content: "\e919";
}

.icon-tiktok:before {
  content: "\e91a";
}

.icon-user-graphs:before {
  content: "\e91b";
}

.icon-user:before {
  content: "\e91c";
}

.icon-virtual:before {
  content: "\e91d";
}

.icon-youtube:before {
  content: "\e91e";
}

body:has(.ms-slate) header.banner.has-top-nav > .wrap {
  padding-top: 111px;
}
@media all and (max-width: 992px) {
  body:has(.ms-slate) header.banner.has-top-nav > .wrap {
    padding-top: 74px;
  }
}
body:has(.ms-slate) .headroom--not-top a.navbar-brand {
  width: 250px;
  margin-left: 0 !important;
}
body:has(.ms-slate) .headroom--not-top a.navbar-brand .ml-xl-5, body:has(.ms-slate) .headroom--not-top a.navbar-brand .mx-xl-5 {
  margin-left: 0 !important;
}
@media all and (min-width: 1200px) {
  body:has(.ms-slate) .headroom--not-top a.navbar-brand .ml-xl-5, body:has(.ms-slate) .headroom--not-top a.navbar-brand .mx-xl-5 {
    margin-left: 0 !important;
  }
}
body:has(.ms-slate) .headeroom--top .ml-xl-5, body:has(.ms-slate) .headeroom--top .mx-xl-5 {
  margin-left: 0 !important;
}
@media all and (min-width: 1200px) {
  body:has(.ms-slate) .headeroom--top .ml-xl-5, body:has(.ms-slate) .headeroom--top .mx-xl-5 {
    margin-left: 0 !important;
  }
}

.ms-theme-form {
  font-size: 1rem !important;
}

.ms-slate-page header.banner.has-top-nav {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.header__nav-wrap,
.site-footer,
#mmenu-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 992px) {
  header.banner.has-top-nav > .wrap {
    padding-top: 3.5rem !important;
  }
}

.page-template .job-search-form .row {
  padding: 0;
  align-items: center;
  justify-content: space-between;
}

.theme-orange .theme-text-gradient {
  font-weight: 600;
}

.ms-global-footer {
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
  background: var(--slate-500);
  color: var(--text-reversed);
  padding-block: 2rem;
}
.ms-global-footer .row:has(.col-lg-13) {
  display: flex;
}
@media all and (max-width: 992px) {
  .ms-global-footer .col-lg-13 {
    order: 2;
  }
}
.ms-global-footer a {
  color: var(--white);
}
.ms-global-footer .ms-back-to-top {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.ms-global-footer .ms-back-to-top:hover span {
  color: var(--lime-500);
  background: var(--slate-800);
}
.ms-global-footer .ms-back-to-top span {
  --size: 2.5rem;
  content: "";
  width: var(--size);
  height: var(--size);
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--slate-700);
  rotate: -90deg;
  transition: all 0.4s ease;
}
.ms-global-footer .ms-back-to-top span::before {
  transition: all 0.4s ease;
}
.ms-global-footer-top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media all and (max-width: 992px) {
  .ms-global-footer-top {
    grid-template-columns: 1fr;
  }
}
.ms-global-footer .footer-card {
  background: var(--slate-700);
  border-radius: 16px;
  padding: 1rem 6rem 2rem 1rem;
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.ms-global-footer .footer-card:hover {
  background: var(--slate-800);
}
@media all and (max-width: 1024px) {
  .ms-global-footer .footer-card {
    padding: 2rem;
  }
}
.ms-global-footer .footer-card .p3:nth-child(1) {
  color: var(--text-reversed);
}
@media all and (max-width: 1024px) {
  .ms-global-footer .footer-card .p3:nth-child(1) {
    margin: 0;
    padding: 0;
  }
}
.ms-global-footer .footer-card .p3:nth-child(2) {
  color: var(--slate-100);
}
@media all and (max-width: 1024px) {
  .ms-global-footer .footer-card .p3:nth-child(2) {
    display: none;
  }
}
.ms-global-footer .footer-card::after {
  content: "";
  background: url(../../../assets/images/slate/svg/icon-arrow-right.svg) no-repeat center center;
  background-size: 100%;
  rotate: -90deg;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}
.ms-global-footer .ms-certified {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: var(--text-reversed);
}
@media all and (max-width: 992px) {
  .ms-global-footer .ms-certified {
    margin-bottom: 1rem;
    flex-flow: column nowrap;
  }
}
.ms-global-footer .ms-certified figure {
  --size: 3.75rem;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
}
.ms-global-footer .ms-certified .p3 {
  color: var(--text-reversed);
}
.ms-global-footer .ms-certified ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ms-global-footer .ms-certified ul li {
  border-left: 1px solid var(--text-reversed);
}
.ms-global-footer .ms-certified ul li:nth-child(1) {
  border-left: none;
}
.ms-global-footer .ms-certified ul li:nth-child(1) a {
  padding-left: 0;
}
.ms-global-footer .ms-certified ul li a {
  padding-inline: 0.5rem;
}
.ms-global-footer .ms-certified ul li a:hover {
  text-decoration: underline;
}
.ms-global-footer ul.social-media {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
@media all and (max-width: 992px) {
  .ms-global-footer ul.social-media {
    gap: 1rem;
  }
}
.ms-global-footer ul.social-media li a {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--white);
  transition: all 0.4s ease;
}
.ms-global-footer ul.social-media li a:hover {
  color: var(--lime-500);
  background: var(--slate-700);
}
.ms-global-footer-bottom {
  margin: 2rem 0;
  width: 100%;
}
@media all and (max-width: 992px) {
  .ms-global-footer-bottom {
    margin: 1rem 0 2rem;
  }
}
.ms-global-footer-bottom ul {
  width: 100%;
  -moz-column-count: 4;
       column-count: 4;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 992px) {
  .ms-global-footer-bottom ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.ms-global-footer-bottom ul > li {
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.ms-global-footer-bottom ul > li ul {
  -moz-column-count: 1;
       column-count: 1;
}
.ms-global-footer-bottom ul > li a {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.ms-global-footer-bottom ul .sub-menu {
  display: block;
  width: 100%;
}
.ms-global-footer-bottom ul .sub-menu li {
  display: block;
}
.ms-global-footer-bottom ul .sub-menu a {
  font-weight: 400;
  display: block;
  padding: 0.25rem 0;
  transition: all 0.4s ease;
}
.ms-global-footer-bottom ul .sub-menu a:hover {
  color: var(--white);
  text-decoration: underline;
}
.ms-global-footer-legal {
  width: min(1050px, 100%);
  margin: 0 auto;
  font-size: 0.875rem;
}
@media all and (max-width: 992px) {
  .ms-global-footer-legal {
    text-align: center;
  }
}
.ms-global-footer-legal ul {
  --gap: 0.375rem;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: var(--gap);
  justify-content: center;
  flex-flow: row wrap;
  text-align: center;
}
@media all and (max-width: 992px) {
  .ms-global-footer-legal ul {
    --gap: 0.5rem;
    flex-direction: column;
  }
}
.ms-global-footer-legal ul li.menu-item {
  position: relative;
  display: inline-block;
}
.ms-global-footer-legal ul li.menu-item:nth-child(1)::after {
  padding-right: var(--gap);
}
.ms-global-footer-legal ul li.menu-item:nth-child(5)::after, .ms-global-footer-legal ul li.menu-item:nth-last-child(1)::after {
  border-right: none;
}
.ms-global-footer-legal ul li.menu-item::after {
  all: unset;
  content: "";
  border-right: 1px solid var(--grey-500);
}
@media all and (max-width: 992px) {
  .ms-global-footer-legal ul li.menu-item::after {
    display: none;
  }
}
.ms-global-footer-legal ul li.menu-item a {
  padding-right: var(--gap);
}
.ms-global-footer-legal ul li.menu-item a:hover {
  text-decoration: underline;
}
.ms-global-footer .accordion-item {
  margin: 0;
  padding: 0;
  will-change: transform;
  transform: translateZ(0);
}
.ms-global-footer .accordion-button {
  width: 100%;
  display: block;
  padding: 1rem;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  border-radius: 8px;
  margin-bottom: 0;
  will-change: transform, background-color;
  transform: translateZ(0);
}
.ms-global-footer .accordion-button:hover {
  background: var(--slate-600);
}
.ms-global-footer .accordion-button.active {
  background: var(--slate-600);
}
.ms-global-footer .accordion-button.active::after {
  transform: rotate(180deg) translateZ(0);
}
.ms-global-footer .accordion-button::after {
  content: "";
  background: url(../../../assets/images/slate/svg/icon-arrow-right.svg) no-repeat center center;
  background-size: 100%;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
  will-change: transform;
  transform: translateZ(0);
}
.ms-global-footer .accordion-content {
  overflow: hidden;
  will-change: height, opacity, transform;
  transform: translateZ(0);
}
.ms-global-footer .accordion-content.sub-menu {
  display: block;
  position: static;
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-column-count: 1;
       column-count: 1;
}
.ms-global-footer .accordion-content.sub-menu.active {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 0.5rem;
}
.ms-global-footer .accordion-content.sub-menu li {
  margin: 0;
  -moz-column-break-inside: auto;
       break-inside: auto;
  will-change: transform;
  transform: translateZ(0);
}
.ms-global-footer .accordion-content.sub-menu li a {
  display: block;
  color: var(--text-reversed);
  text-decoration: none;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease, background-color 0.2s ease;
  border-radius: 4px;
  will-change: transform, background-color;
  transform: translateZ(0);
}
.ms-global-footer .accordion-content.sub-menu li a:hover {
  color: var(--white);
  background: var(--slate-600);
}
@media (prefers-reduced-motion: reduce) {
  .ms-global-footer .accordion-button {
    transition: background-color 0.1s ease;
  }
  .ms-global-footer .accordion-button:hover {
    transform: none;
  }
  .ms-global-footer .accordion-button::after {
    transition: transform 0.1s ease;
  }
  .ms-global-footer .accordion-content .sub-menu li a {
    transition: color 0.1s ease, background-color 0.1s ease;
  }
  .ms-global-footer .accordion-content .sub-menu li a:hover {
    transform: none;
  }
}

@media all and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.ms-global-header {
  --wrapWidth: 1440px;
  --blur: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  position: fixed !important;
  top: 0;
  background: var(--offwhite-90);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border-bottom: 1px solid var(--grey-100);
  z-index: 1000;
  transition: all 0.4s ease;
  will-change: transform;
}
.admin-bar .ms-global-header {
  top: 32px;
}
@media all and (max-width: 782px) {
  .admin-bar .ms-global-header {
    top: 46px;
  }
}
@media all and (max-width: 992px) {
  .ms-global-header {
    background: var(--white-90);
  }
}
.ms-global-header:not(.js-initialized) #menu-global-nav .sub-menu {
  display: none !important;
}
.ms-global-header .ms-logo, .ms-global-header nav {
  display: inline-flex;
}
.ms-global-header .ms-logo {
  margin-right: 4rem;
}
@media all and (max-width: 992px) {
  .ms-global-header .ms-logo {
    margin-right: 0;
  }
}
.ms-global-header .header-nav-main,
.ms-global-header .header-nav-utility {
  padding: 0.625rem max(2rem, 50% - var(--wrapWidth) / 2);
}
@media all and (max-width: 992px) {
  .ms-global-header .header-nav-main,
.ms-global-header .header-nav-utility {
    padding: 0.625rem 1.25rem;
  }
}
.ms-global-header .header-nav > ul {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ms-global-header .header-nav > ul li.has-dropdown {
  flex: 1;
  position: relative;
}
.ms-global-header .header-nav > ul li.has-dropdown.is-active a span {
  opacity: 0;
}
.ms-global-header .header-nav > ul li.has-dropdown.is-active a::before {
  opacity: 1;
}
.ms-global-header .header-nav > ul li.has-dropdown a {
  position: relative;
  display: flex;
  gap: 0.25rem;
  font-weight: 400;
  color: var(--text-primary);
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  transition: all 0.4 ease;
}
.ms-global-header .header-nav > ul li.has-dropdown a:hover span {
  opacity: 0;
}
.ms-global-header .header-nav > ul li.has-dropdown a:hover::before {
  opacity: 1;
}
.ms-global-header .header-nav > ul li.has-dropdown a::before {
  content: attr(title);
  font-weight: 700;
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.ms-global-header .header-nav > ul li.has-dropdown a::after {
  --size: 1rem;
  content: "\e900";
  font-family: "slate-icons";
  font-size: 0.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin-left: 0.25rem;
}
.ms-global-header .header-nav > ul li.job-search a.button {
  position: relative;
  display: flex;
  gap: 0.5rem;
  color: var(--text-primary);
  align-items: center;
  white-space: nowrap;
  transition: all 0.4 ease;
  margin-left: 2rem;
}
.ms-global-header .header-nav > ul li.job-search a.button:hover {
  background: var(--slate-50);
}
.ms-global-header .header-nav > ul li.job-search a.button:active {
  background: var(--slate-100);
}
@media all and (max-width: 992px) {
  .ms-global-header .header-nav > ul li.job-search a.button {
    margin-left: 1rem;
  }
}
.ms-global-header .header-nav > ul li.job-search a.button::before {
  content: "";
  background: url(../../../assets/images/slate/svg/icon-search.svg) no-repeat center center;
  background-size: 75%;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
}
@media all and (max-width: 1024px) {
  .ms-global-header .header-nav > ul li.job-search a.button span {
    display: none;
  }
}
.ms-global-header .header-nav > ul a.button[data-color=purple] {
  border: 1px solid var(--purple-800);
}
.ms-global-header .header-nav > ul a.button[data-color=purple]:hover {
  background: var(--purple-800);
}
.ms-global-header .header-nav > ul a.button[data-color=purple]:active {
  background: var(--purple-400);
}
.ms-global-header .header-nav > ul a:not(.button) {
  color: var(--text-primary);
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .ms-global-header .header-nav-primary {
    display: none;
  }
}
.ms-global-header .header-nav-primary > ul {
  gap: 1rem;
}
.ms-global-header .header-nav-primary > ul li a {
  padding: 1.5rem 1rem;
}
@media all and (max-width: 1200px) {
  .ms-global-header .header-nav-primary > ul li a {
    padding: 1.5rem 1rem;
    text-wrap: nowrap;
  }
}
.ms-global-header .header-nav-primary > ul li a[aria-haspopup=true] {
  position: relative;
}
.ms-global-header .header-nav-primary > ul li a[aria-haspopup=true]::after {
  --size: 1rem;
  content: "";
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  background: url(../../../assets/images/slate/svg/icon-arrow-down.svg) no-repeat center center;
  background-size: 75%;
  position: relative;
  transform: translate(0.35rem, -0.25rem);
}
.ms-global-header .header-nav-secondary {
  margin-left: auto;
}
.ms-global-header .header-nav-secondary > ul {
  gap: 1rem;
}
@media all and (max-width: 992px) {
  .ms-global-header .header-nav-secondary > ul {
    gap: 0.625rem;
  }
}
.ms-global-header .header-nav-utility {
  width: 100%;
  display: flex;
  background: var(--white-90);
  border-bottom: 1px solid var(--grey-300);
  height: auto;
}
@media all and (max-width: 992px) {
  .ms-global-header .header-nav-utility {
    display: none;
  }
}
.ms-global-header .header-nav-utility nav {
  margin-left: auto;
}
.ms-global-header .header-nav-utility nav ul {
  gap: 0.5rem;
}
.ms-global-header .header-nav-utility nav li a {
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ms-global-header .header-nav-utility nav li a:hover {
  background: var(--grey-100);
}
.ms-global-header .header-nav-utility nav li a:active {
  background: var(--teal-50);
}
.ms-global-header .header-nav-main {
  display: flex;
  align-items: center;
  padding-block: 1.25rem;
  position: relative;
}

:root {
  --dropdownMegaWidth: 1200px;
  --dropdownWidth: 330px;
}

.header-nav-primary #menu-global-nav > li > a {
  position: relative;
  transition: all 0s ease;
}
.header-nav-primary #menu-global-nav > li > a::before {
  content: attr(data-text);
  position: absolute;
  font-weight: 600;
  color: currentColor;
  opacity: 0;
  pointer-events: none;
}
.header-nav-primary #menu-global-nav > li > a:hover {
  color: transparent !important;
}
.header-nav-primary #menu-global-nav > li > a:hover::before {
  opacity: 1;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav > li.current-menu-item > a, .header-nav-primary #menu-global-nav > li.current-menu-parent > a, .header-nav-primary #menu-global-nav > li.current-menu-ancestor > a {
  color: transparent !important;
}
.header-nav-primary #menu-global-nav > li.current-menu-item > a::before, .header-nav-primary #menu-global-nav > li.current-menu-parent > a::before, .header-nav-primary #menu-global-nav > li.current-menu-ancestor > a::before {
  opacity: 1;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav > li.current-menu-ancestor:has(.view.current-menu-item) > a {
  color: var(--text-primary) !important;
}
.header-nav-primary #menu-global-nav > li.current-menu-ancestor:has(.view.current-menu-item) > a::before {
  opacity: 0;
}
.header-nav-primary #menu-global-nav > li.current-menu-ancestor:has(.view.current-menu-item):hover > a {
  color: transparent !important;
}
.header-nav-primary #menu-global-nav > li.current-menu-ancestor:has(.view.current-menu-item):hover > a::before {
  opacity: 1;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav > li.menu-item-has-children:not(.mega-menu):hover > a {
  color: transparent !important;
}
.header-nav-primary #menu-global-nav > li.menu-item-has-children:not(.mega-menu):hover > a::before {
  opacity: 1;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav > li.mega-menu.mega-menu-active > a {
  color: transparent !important;
}
.header-nav-primary #menu-global-nav > li.mega-menu.mega-menu-active > a::before {
  opacity: 1;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav > li.mega-menu:not(.mega-menu-active):hover > a {
  color: transparent !important;
}
.header-nav-primary #menu-global-nav > li.mega-menu:not(.mega-menu-active):hover > a::before {
  opacity: 1;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav li.mega-menu > .sub-menu {
  display: none !important;
}
.header-nav-primary #menu-global-nav li.mega-menu .mega-menu-container {
  position: absolute;
  top: 3.25rem;
  left: calc(50% - var(--dropdownMegaWidth) / 2);
  width: var(--dropdownMegaWidth);
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--grey-100);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0) translateY(-10px);
  transition: opacity 0s ease;
  z-index: 100;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .header-nav-primary #menu-global-nav li.mega-menu .mega-menu-container {
    --dropdownMegaWidth: 992px;
  }
}
.header-nav-primary #menu-global-nav li.mega-menu .mega-menu-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(10px);
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-nav {
  display: flex;
  border-bottom: 2px solid var(--grey-100);
  padding: 0.75rem 1.5rem 0;
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-nav button {
  border-radius: 0;
  flex: 0 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.875rem 3rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--font-p3);
  font-weight: 400;
  color: var(--text-secondary);
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  letter-spacing: var(--letter-spacing-medium);
  line-height: var(--line-height-loose);
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-nav button:focus {
  outline: none;
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-nav button:focus-visible {
  outline: 2px solid var(--utility-blue);
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-nav button.active {
  color: var(--text-primary);
  font-weight: 700;
  border-bottom-color: var(--teal-500);
  background: var(--white);
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-nav button:hover:not(.active) {
  color: var(--text-primary);
}
@media all and (max-width: 768px) {
  .header-nav-primary #menu-global-nav li.mega-menu .tab-nav button {
    font-size: var(--font-caption);
    padding: 0.75rem 1rem;
  }
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-content {
  display: none;
  padding: 1.5rem;
}
.header-nav-primary #menu-global-nav li.mega-menu .tab-content.active {
  display: block;
}
.header-nav-primary #menu-global-nav li.mega-menu .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .header-nav-primary #menu-global-nav li.mega-menu .columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.header-nav-primary #menu-global-nav li.mega-menu .column {
  background: transparent;
  padding: 1rem;
  transition: all 0.3s ease;
  border-right: 1px solid var(--grey-300);
}
.header-nav-primary #menu-global-nav li.mega-menu .column:nth-last-of-type(1) {
  border-right: none;
}
.header-nav-primary #menu-global-nav li.mega-menu .column h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0rem;
  letter-spacing: var(--letter-spacing-medium);
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=placement-types]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=benefits]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=resources]::before {
  --size: 1.5rem;
  content: "";
  position: relative;
  display: inline-flex;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
}
.header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=placement-types][data-heading=placement-types]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=benefits][data-heading=placement-types]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=resources][data-heading=placement-types]::before {
  background: url(../../../assets/images/slate/svg/menu-placement-types.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=placement-types][data-heading=benefits]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=benefits][data-heading=benefits]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=resources][data-heading=benefits]::before {
  background: url(../../../assets/images/slate/svg/menu-benefits.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=placement-types][data-heading=resources]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=benefits][data-heading=resources]::before, .header-nav-primary #menu-global-nav li.mega-menu .column h3[data-heading=resources][data-heading=resources]::before {
  background: url(../../../assets/images/slate/svg/menu-resources.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] li.view {
  margin-block: auto 2.5rem;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] li.view::before {
  display: none;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] li.view a {
  color: var(--text-primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] li.view a::after {
  --size: 1.5rem;
  content: "";
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 75%;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] li.view:hover {
  background: transparent;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul[aria-label="Placement Types"] li.view:hover a::after {
  transform: translateX(0.5rem);
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li.current-menu-item {
  position: relative;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li.current-menu-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  background: var(--lime-500);
  position: absolute;
  top: 0;
  right: calc(100% - 4px);
  z-index: 10;
  -webkit-mask-image: linear-gradient(to left, black 4px, transparent 0);
          mask-image: linear-gradient(to left, black 4px, transparent 0);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li.current-menu-item a {
  color: var(--text-primary);
  font-weight: 500;
  display: flex;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li:last-child {
  margin-bottom: 0;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li a {
  display: block;
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 400;
  padding: 0.5rem;
  color: var(--text-secondary);
  border-left: 4px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .header-nav-primary #menu-global-nav li.mega-menu .column ul li a {
    font-size: var(--font-caption);
  }
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li a::after {
  --size: 1.5rem;
  content: "";
  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: var(--size);
  height: var(--size);
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 75%;
  transform: translateX(-0.5rem);
  transition: transform 0.3s ease;
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li:hover a {
  outline: none;
  background: var(--grey-100);
  background-size: 1rem;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li:hover a::after {
  opacity: 1;
  transform: translateX(0);
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li:active a {
  background: var(--teal-100);
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav li.mega-menu .column ul li.current-menu-item a {
  color: var(--text-primary);
  font-weight: 500;
}
.header-nav-primary #menu-global-nav li:has(.regular-dropdown) {
  position: relative;
}
.header-nav-primary #menu-global-nav .regular-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  left: 75%;
  transform: translateX(0) translateY(-10px);
  width: var(--dropdownWidth);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--grey-100);
  z-index: 100;
  padding: 1rem;
  overflow: hidden;
  transition: opacity 0.25s ease;
  list-style: none;
  margin: 0;
}
.header-nav-primary #menu-global-nav .regular-dropdown li {
  position: relative;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=our-partnership-approach] a::before {
  background: url(../../../assets/images/slate/svg/menu-clients-our-partnership.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=workforce-solutions] a::before {
  background: url(../../../assets/images/slate/svg/menu-clients-workforce-solutions.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=technology] a::before {
  background: url(../../../assets/images/slate/svg/menu-clients-technology.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=about-us] a::before {
  background: url(../../../assets/images/slate/svg/menu-about-us.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=awards-accolades] a::before {
  background: url(../../../assets/images/slate/svg/menu-about-awards.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=news-insights] a::before {
  background: url(../../../assets/images/slate/svg/menu-about-news.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li[data-menu-item=careers] a::before {
  background: url(../../../assets/images/slate/svg/menu-about-careers.svg) no-repeat center center;
  background-size: 100%;
}
.header-nav-primary #menu-global-nav .regular-dropdown li a {
  display: flex;
  align-items: center;
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 400;
  padding: 0.5rem;
  border-radius: 4px;
  color: var(--text-secondary);
  text-decoration: none;
}
.header-nav-primary #menu-global-nav .regular-dropdown li a::before {
  --size: 1.5rem;
  content: "";
  position: relative;
  display: inline-flex;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
}
.header-nav-primary #menu-global-nav .regular-dropdown li a::after {
  --size: 1.5rem;
  content: "";
  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: var(--size);
  height: var(--size);
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 75%;
  transform: translateX(-0.5rem);
  transition: transform 0.3s ease;
}
@media all and (max-width: 768px) {
  .header-nav-primary #menu-global-nav .regular-dropdown li a {
    font-size: var(--font-caption);
  }
}
.header-nav-primary #menu-global-nav .regular-dropdown li:hover a {
  outline: none;
  background: var(--grey-100);
  background-size: 1rem;
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav .regular-dropdown li:hover a::after {
  opacity: 1;
  transform: translateX(0);
}
.header-nav-primary #menu-global-nav .regular-dropdown li:active a {
  background: var(--teal-100);
  color: var(--text-primary);
}
.header-nav-primary #menu-global-nav .regular-dropdown li.current-menu-item:hover a::after, .header-nav-primary #menu-global-nav .regular-dropdown li.current-menu-item:active a::after {
  opacity: 0;
  visibility: hidden;
}
.header-nav-primary #menu-global-nav .regular-dropdown li.current-menu-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  background: var(--lime-500);
  position: absolute;
  top: 0;
  right: calc(100% - 4px);
  z-index: 10;
  -webkit-mask-image: linear-gradient(to left, black 4px, transparent 0);
          mask-image: linear-gradient(to left, black 4px, transparent 0);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.header-nav-primary #menu-global-nav .regular-dropdown li.current-menu-item a {
  color: var(--text-primary);
  font-weight: 500;
  display: flex;
}
.header-nav-primary #menu-global-nav:has(li.mega-menu.mega-menu-active) li.menu-item-has-children:not(.mega-menu) .regular-dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(-50%) translateY(-10px) !important;
}
.header-nav-primary #menu-global-nav .mega-menu-open li.menu-item-has-children:not(.mega-menu) .regular-dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(-50%) translateY(-10px) !important;
}

.header-nav-primary #menu-global-nav li.mega-menu.mega-menu-active > a {
  color: var(--text-primary);
}

.ms-nav-drawer-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ms-nav-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
}
.ms-nav-screen[data-screen=main] {
  top: -1rem;
}
.ms-nav-screen.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.ms-nav-screen.previous {
  transform: translateX(-100%);
}
.ms-nav-back-button {
  background: var(--bg-primary);
  position: relative;
}
.ms-nav-back-button::before {
  --size: 1rem;
  content: "";
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  background: url(../../../assets/images/slate/svg/icon-arrow-right-dark.svg) no-repeat center center;
  transform: scaleX(-1) translateX(0);
  transition: transform 0.4s ease;
}
.ms-nav-back-button:hover {
  background: var(--grey-100);
}
.ms-nav-back-button:hover::before {
  transform: scaleX(-1) translateX(-0.25rem);
}
.ms-nav-back-button:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.ms-nav-title {
  padding: 2rem 1rem 1rem !important;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: var(--text-primary);
}
.ms-nav-title::before {
  --size: 1.5rem;
  content: "";
  width: var(--size);
  height: var(--size);
  display: inline-block;
  margin-right: 0.5rem;
}
.ms-nav-title[data-screen=main] {
  display: block;
  padding: 0;
  margin: -2.5rem 0 1.5rem 1rem;
  width: 50%;
  text-indent: -999rem;
  background: url(../../../assets/images/slate/svg/medical-solutions.svg) no-repeat center left;
  background-size: contain;
}
.ms-nav-title[data-screen=main]::before, .ms-nav-title[data-screen=clients]::before, .ms-nav-title[data-screen=about]::before {
  display: none;
}
.ms-nav-title[data-screen=nursing-placement]::before, .ms-nav-title[data-screen=allied-placement]::before {
  background: url(../../../assets/images/slate/svg/menu-placement-types.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-title[data-screen=nursing-benefits]::before, .ms-nav-title[data-screen=allied-benefits]::before {
  background: url(../../../assets/images/slate/svg/menu-benefits.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-title[data-screen=nursing-resources]::before, .ms-nav-title[data-screen=allied-resources]::before {
  background: url(../../../assets/images/slate/svg/menu-resources.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-nav-item.current-menu-item {
  position: relative;
}
.ms-nav-item.current-menu-item a {
  font-weight: 500;
  color: var(--text-primary);
}
.ms-nav-item.current-menu-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  background: var(--lime-500);
  position: absolute;
  top: 0;
  right: calc(100% - 4px);
  z-index: 10;
  -webkit-mask-image: linear-gradient(to left, black 4px, transparent 0);
          mask-image: linear-gradient(to left, black 4px, transparent 0);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ms-nav-item[data-menu-item=our-partnership-approach] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-clients-our-partnership.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-item[data-menu-item=workforce-solutions] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-clients-workforce-solutions.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-item[data-menu-item=technology] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-clients-technology.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-item[data-menu-item=about-us] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-about-us.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-item[data-menu-item=awards-accolades] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-about-awards.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-item[data-menu-item=news-insights] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-about-news.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-item[data-menu-item=careers] a::before {
  --size: 1.5rem;
  background: url(../../../assets/images/slate/svg/menu-about-careers.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  color: var(--text-secondary);
  font-size: var(--font-p3);
  line-height: var(--line-height-loose);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.4s ease;
  position: relative;
  line-height: 1.4;
}
.ms-nav-link.ms-nav-view-link {
  color: var(--text-primary);
  font-weight: 600;
  position: relative;
}
.current-menu-item .ms-nav-link.ms-nav-view-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  background: var(--lime-500);
  position: absolute;
  top: 0;
  right: calc(100% - 12px);
  z-index: 10;
  -webkit-mask-image: linear-gradient(to left, black 4px, transparent 0);
          mask-image: linear-gradient(to left, black 4px, transparent 0);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.ms-nav-link.ms-nav-view-link:hover::after {
  transform: translateX(0.25rem);
}
.ms-nav-link.ms-nav-view-link::after {
  --size: 1.5rem;
  position: relative;
  top: auto;
  right: auto;
  margin-left: 0.5rem;
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 75%;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.ms-nav-link:hover {
  background: var(--grey-100);
}
.ms-nav-link:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.ms-nav-link::after {
  --size: 1rem;
  content: "";
  width: var(--size);
  height: var(--size);
  display: block;
  background: url(../../../assets/images/slate/svg/icon-arrow-right-dark.svg) no-repeat center center;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
}
.ms-nav-link::before {
  --size: 0rem;
  content: "";
  position: relative;
  display: inline-flex;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
}
.ms-nav-tabs {
  display: flex;
  gap: 0.125rem;
  border-bottom: 2px solid var(--grey-100);
  margin-bottom: 1rem;
}
.ms-nav-tab {
  flex: 1;
  border: none;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  color: var(--text-secondary);
  background: var(--bg-primary);
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  font-weight: 500;
  border-radius: 0;
  overflow: visible;
}
.ms-nav-tab.active {
  color: var(--text-primary);
  font-weight: 700;
  border-bottom-color: var(--teal-500);
}
.ms-nav-tab:focus {
  outline: none;
}
.ms-nav-tab:focus-visible {
  outline: 2px solid var(--utility-blue);
}
.ms-nav-tab-content {
  display: none;
}
.ms-nav-tab-content.active {
  display: block;
}
.ms-nav-drawer-close:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

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

@media (prefers-reduced-motion: reduce) {
  .ms-nav-screen, .ms-nav-back-button, .ms-nav-tab, .ms-nav-link {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .ms-nav-drawer {
    border: 2px solid;
  }
  .ms-nav-link, .ms-nav-tab {
    border: 1px solid transparent;
  }
  .ms-nav-link:hover, .ms-nav-tab:hover {
    border-color: currentColor;
  }
}
:root {
  --navDrawerWidth: 80%;
}

.ms-nav-drawer {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: var(--navDrawerWidth);
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--bg-primary);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: clip;
  overscroll-behavior: contain;
}
@media all and (max-width: 480px) {
  .ms-nav-drawer {
    width: 100%;
  }
}
.admin-bar .ms-nav-drawer {
  top: 32px;
}
@media all and (max-width: 782px) {
  .admin-bar .ms-nav-drawer {
    top: 46px;
  }
}
.ms-nav-drawer::-webkit-backdrop {
  background: var(--slate-500);
  opacity: 0.8;
}
.ms-nav-drawer::backdrop {
  background: var(--slate-500);
  opacity: 0.8;
}
.ms-nav-drawer[open] {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  cursor: auto;
}
.ms-nav-drawer-toggle {
  padding-inline: 0.75rem;
  margin-left: 1rem;
  background: transparent;
  display: none;
  transition: all 0.4s ease;
}
@media all and (max-width: 992px) {
  .ms-nav-drawer-toggle {
    display: block;
  }
}
.ms-nav-drawer-toggle:hover {
  background: var(--grey-100);
}
.ms-nav-drawer-toggle span {
  --size: 1.5rem;
  text-indent: -9999rem;
  width: var(--size);
  height: var(--size);
  display: block;
  background: url(../../../assets/images/slate/svg/icon-menu.svg) no-repeat center center;
  background-size: 100%;
}
.ms-nav-drawer-header {
  --blur: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 1rem 1rem 0;
  display: block;
  background: var(--bg-primary);
}
.ms-nav-drawer-header img {
  margin: 0;
  padding: 0;
}
.ms-nav-drawer-body {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.ms-nav-drawer-secondary {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.ms-nav-drawer-secondary ul {
  padding: 1rem;
}
.ms-nav-drawer-secondary li {
  padding: 0.5rem;
}
.ms-nav-drawer-secondary li.job-search a.button {
  position: relative;
  display: flex;
  gap: 0.5rem;
  color: var(--text-primary);
  align-items: center;
  white-space: nowrap;
  transition: all 0.4 ease;
}
.ms-nav-drawer-secondary li.job-search a.button:hover {
  background: var(--slate-50);
}
.ms-nav-drawer-secondary li.job-search a.button:active {
  background: var(--slate-100);
}
.ms-nav-drawer-secondary li.job-search a.button::before {
  content: "";
  background: url(../../../assets/images/slate/svg/icon-search.svg) no-repeat center center;
  background-size: 75%;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
}
.ms-nav-drawer-secondary li a.button[data-color=purple] {
  border: 1px solid var(--purple-800);
}
.ms-nav-drawer-secondary li a.button[data-color=purple]:hover {
  background: var(--purple-800);
}
.ms-nav-drawer-secondary li a.button[data-color=purple]:active {
  background: var(--purple-400);
}
.ms-nav-drawer-secondary li:nth-child(3) {
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid var(--grey-300);
}
.ms-nav-drawer-secondary li:nth-child(n+3) {
  background: var(--white);
}
.ms-nav-drawer-secondary li:nth-child(n+3) a {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ms-nav-drawer-secondary li:nth-child(n+3) a:hover {
  background: var(--grey-100);
}
.ms-nav-drawer-secondary li:nth-child(n+3) a:active {
  background: var(--teal-50);
}
.ms-nav-drawer-secondary li:nth-last-child(1) {
  padding-bottom: 3rem;
}
.admin-bar .ms-nav-drawer-secondary li:nth-last-child(1) {
  padding-bottom: 6rem;
}
.ms-nav-drawer-secondary li a, .ms-nav-drawer-secondary li button {
  width: 100%;
}
.ms-nav-drawer-close {
  --size: 2.25rem;
  all: unset;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
}
.ms-nav-drawer-close span {
  all: unset;
  font-size: 1.125rem;
  opacity: 0.8;
}
.ms-nav-drawer-close:hover {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
}
.ms-nav-drawer-close:hover span {
  opacity: 1;
}
/*# sourceMappingURL=global.css.map */