@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, .ms-icon-list-card ul li a p {
  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, .ms-icon-list-card ul li a p strong {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .p2, .ms-icon-list-card ul li a p {
    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;
}

.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: -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;
}

body:has(.ms-slate) .ms-banner {
  color: var(--white);
}

.ms-banner {
  margin: 1.5rem auto 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: var(--slate-500);
  color: var(--white);
  border-radius: 24px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-self: center;
  padding: 0;
}
@media all and (max-width: 1024px) {
  .ms-banner {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 600px) {
  .ms-banner {
    display: block;
    min-height: 0;
    margin-bottom: 3rem;
  }
}
.ms-banner-content {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 5rem;
}
@media all and (max-width: 600px) {
  .ms-banner-content > div {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .ms-banner-content {
    padding-left: 3rem;
  }
}
@media all and (max-width: 600px) {
  .ms-banner-content {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 0;
  }
}
@media all and (max-width: 1024px) {
  .ms-banner-content h1 {
    font-size: var(--font-size-lg);
  }
}
.ms-banner[data-banner=tech] .ms-banner-content h1 {
  padding-right: 5rem;
}
@media all and (max-width: 1200px) {
  .ms-banner[data-banner=tech] .ms-banner-content h1 {
    padding-right: 0rem;
  }
}
.ms-banner-content button {
  opacity: 0;
}
@media all and (max-width: 600px) {
  .ms-banner-content button {
    width: 100%;
  }
}
.ms-banner-img {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ms-banner-img img {
  scale: 0;
  max-width: 85%;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 600px) {
  .ms-banner-img img {
    max-width: 75%;
    margin-bottom: -3rem;
  }
}

.ms-banner .chart-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .ms-banner .chart-container {
    display: none;
  }
}
.ms-banner .chart-container .chart {
  --blur: 10px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  background: var(--white-70);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 0.625rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media all and (max-width: 768px) {
  .ms-banner .chart-container .chart {
    padding: 0.625rem;
  }
}
.ms-banner .chart-container .chart img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ms-banner .chart-container .chart[data-chart=left] {
  will-change: transform;
  transform: translate(-18%, -59%);
}
.ms-banner .chart-container .chart[data-chart=right] {
  will-change: transform;
  transform: translate(-8%, 84%);
}
.ms-animate .ms-banner-content {
  animation: contentFadeDown 1s ease-in-out forwards;
}
.ms-animate .ms-banner-content .button {
  animation: fade-in 1s ease-in-out forwards;
  animation-delay: 0.3s;
}
.ms-animate .ms-banner-img img {
  animation: scale 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.ms-animate .chart {
  animation: scale 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  from {
    scale: 0;
    transform-origin: center;
  }
  to {
    opacity: 1;
    scale: 1;
    transform-origin: center;
  }
}
@keyframes contentFadeDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes imgFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shiftUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ms-button-customizer {
  border: 1px solid var(--grey-300);
  background: var(--white);
  border-radius: 24px;
  padding: 2rem;
  width: min(100%, 1440px);
  margin: 1rem auto;
}
.ms-button-customizer .view-all-toggle {
  margin-block: 1rem;
}
.ms-button-customizer form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--slate-500);
}
@media all and (max-width: 992px) {
  .ms-button-customizer form {
    flex-flow: column nowrap;
  }
}
.ms-button-customizer form select {
  border: 1px solid var(--grey-300);
  font-weight: 600;
  border-radius: 4px;
  padding: 0.5rem;
  cursor: pointer;
}
.ms-button-customizer form input {
  font-size: 1rem;
  padding: 0.5rem;
}
.ms-button-customizer form label {
  flex: 1 1 100%;
  display: flex;
  font-weight: 700;
  justify-content: center;
  gap: 0.25rem;
  flex-flow: column nowrap;
}
.ms-button-customizer form label:has(input[type=checkbox]) {
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  cursor: pointer;
  border-radius: 4px;
}
.ms-button-customizer form label:has(input[type=checkbox]) input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  cursor: pointer;
}
.ms-button-customizer .copy-code-btn {
  margin: 2rem 0 0 0;
}
.ms-button-customizer .copy-code-btn svg {
  --size: 1.25rem;
  width: var(--size);
  height: var(--size);
}
.ms-button-customizer section {
  flex: 1 1 100%;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid var(--grey-300);
}
.ms-button-customizer section h6 {
  display: block;
  margin: 0 0 1rem;
}
.ms-button-customizer section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#buttonPreview {
  border: 1px dashed var(--grey-300);
  padding: 2rem;
  text-align: center;
}

.toggleWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  white-space: nowrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
  cursor: pointer;
}

.toggleWrapper input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--slate-500);
  cursor: pointer;
}

.toggle-label {
  all: unset;
  font-size: 0.875rem;
  font-weight: 600;
}

pre {
  background: var(--slate-500);
  color: var(--white);
  border-radius: 8px;
  padding: 1.25rem !important;
  margin: 0 0 0;
}
pre code {
  font-size: 1rem;
}

body:has(.ms-slate) .ms-connect {
  color: var(--white);
}

.ms-connect {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  background: var(--slate-500);
  color: var(--text-reversed);
  border-radius: 24px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .ms-connect {
    padding: 3rem 1.5rem 2rem;
  }
}
@media all and (max-width: 480px) {
  .ms-connect {
    padding: 2rem 1rem;
  }
}
.ms-connect-content {
  text-align: center;
  opacity: 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .ms-connect-content h2 {
    font-size: var(--font-size-base);
    margin-bottom: 0.5rem;
  }
}
.ms-connect-form-container {
  width: min(100%, 600px);
  height: 58px;
  margin: 1rem auto 2rem;
  background: var(--white);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 0.0625rem;
  background: var(--gradient-splash);
  transition: all 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-connect-form-container {
    width: 100%;
  }
}
.ms-connect-form-container:has(input[type=email]:focus, button:focus, input[type=email]:focus-visible, button:focus-visible) {
  box-shadow: 0 0px 8px var(--teal-400);
}
.ms-connect-form-container-inner {
  padding: 0.25rem;
  background: var(--white);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0;
  border-radius: 7px;
}
.ms-connect-form-container > * {
  position: relative;
  z-index: 1;
}
.ms-connect-form-container::before {
  --size: 1px;
  content: "";
  width: calc(100% + var(--size) * 2);
  height: calc(100% + var(--size) * 2);
  border-radius: 8px;
  display: flex;
  position: absolute;
  inset: -1px;
  background: var(--gradient-splash);
  pointer-events: none;
  z-index: 0;
}
.ms-connect-form-container input[type=email] {
  width: 100%;
  border-radius: 8px 0 0 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: var(--white);
  height: 100%;
  font-size: 1rem;
  height: 48px;
  padding-inline: 0.875rem;
}
.ms-connect-form-container input[type=email]::-moz-placeholder {
  color: var(--text-secondary);
}
.ms-connect-form-container input[type=email]::placeholder {
  color: var(--text-secondary);
}
.ms-connect-form-container input[type=email].invalid:focus {
  outline-color: var(--utility-red);
}
.ms-connect-form-container button {
  color: var(--lime-500) !important;
}
@media all and (max-width: 768px) {
  .ms-connect-form-container button.sq-btn {
    max-width: 48px;
  }
}
.ms-connect-form-container button:hover span[class^=icon-] {
  transform: translateX(0);
}
@media all and (max-width: 768px) {
  .ms-connect-form-container button span:nth-of-type(1) {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .ms-connect-form-container button span[class^=icon-] {
    margin-left: 0;
  }
}
.ms-connect .ms-error-msg {
  margin: -1rem 0 1rem;
  color: #FF6B6B;
  font-size: 0.875rem;
}
.ms-connect-img-group {
  width: 60%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box !important;
}
@media all and (max-width: 768px) {
  .ms-connect-img-group {
    width: 100%;
  }
}
.ms-connect-img-group-item {
  scale: 1.25;
  transition: all 1.25s ease;
  position: relative;
}
@media all and (max-width: 768px) {
  .ms-connect-img-group-item:nth-child(1), .ms-connect-img-group-item:nth-child(5) {
    display: none;
  }
}
.ms-connect-img-group-item:nth-child(1) {
  top: -80%;
  left: -25%;
}
.ms-connect-img-group-item:nth-child(2) {
  top: -135%;
  left: -15%;
}
.ms-connect-img-group-item:nth-child(3) {
  top: -25%;
  left: -5%;
}
.ms-connect-img-group-item:nth-child(4) {
  top: 15%;
  left: 5%;
}
.ms-connect-img-group-item:nth-child(5) {
  top: -90%;
  left: 25%;
}

.ms-animate:has([data-animate=true]) .ms-connect-content {
  animation: fadeIn 0.8s ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.ms-animate:has([data-animate=true]) .ms-connect-img-group-item {
  scale: 1;
  position: relative;
  inset: 0 !important;
}

.ms-animate:has([data-animate=false]) .ms-connect-content {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ms-form-drawer {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  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;
}
.admin-bar .ms-form-drawer {
  top: 32px;
}
@media all and (max-width: 782px) {
  .admin-bar .ms-form-drawer {
    top: 46px;
  }
}
@media all and (max-width: 992px) {
  .ms-form-drawer {
    inset: auto;
    bottom: 0;
    width: 100%;
    transform: translateX(0) translateY(100%);
  }
}
.ms-form-drawer::backdrop {
  background: var(--slate-500);
  opacity: 0.8;
}
.ms-form-drawer[open] {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  cursor: auto;
}
@media all and (max-width: 992px) {
  .ms-form-drawer[open] {
    --headerHeight: 5rem;
    transform: translateX(0) translateY(var(--headerHeight));
  }
}
.ms-form-drawer-header {
  --blur: 10px;
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--offwhite-90);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
}
@media all and (max-width: 600px) {
  .ms-form-drawer-header {
    background-position: center left 1.25rem;
    padding: 0.875rem 0.625rem;
  }
}
.ms-form-drawer-header img {
  margin: 0;
  padding: 0;
}
.ms-form-drawer-body {
  padding: 0 6rem 0;
  margin-top: 1.5rem;
}
@media all and (max-width: 600px) {
  .ms-form-drawer-body {
    padding: 0 1.25rem 0;
  }
}
.ms-form-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;
}
@media all and (max-width: 600px) {
  .ms-form-drawer-close {
    position: relative;
    inset: auto;
  }
}
.ms-form-drawer-close span {
  all: unset;
  font-size: 1.125rem;
  opacity: 0.8;
}
.ms-form-drawer-close:hover {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
}
.ms-form-drawer-close:hover span {
  opacity: 1;
}

.ms-form-drawer-intro-text .text-container {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media all and (max-width: 1200px) {
  .ms-form-drawer-intro-text .text-container {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}
.ms-form-drawer-intro-text .text-container h3 {
  margin-bottom: 0;
}
.ms-form-drawer-intro-text .p3 a {
  color: var(--text-primary);
  text-decoration: underline;
}
.ms-form-drawer-intro-text .img-group {
  display: inline-flex;
  gap: 0.25rem;
}
@media all and (max-width: 768px) {
  .ms-form-drawer-intro-text .img-group {
    display: none;
  }
}
.ms-form-drawer-intro-text .img-group img {
  --size: 4.125rem;
  width: var(--size);
  height: var(--size);
}

.ms-form-drawer-thank-you-text {
  display: none;
}

.ms-form-drawer-thank-you-text .social-media {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 1rem;
}
@media all and (max-width: 768px) {
  .ms-form-drawer-thank-you-text .social-media {
    margin: 1rem 0 0 !important;
  }
}
.ms-form-drawer-thank-you-text .social-media li a {
  --size: 2.5rem;
  width: var(--size);
  height: var(--size);
  font-size: calc(var(--size) / 1.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.ms-form-drawer-thank-you-text .social-media li a:hover {
  background: var(--grey-100);
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer {
  background: var(--white);
  border-top: 1px solid var(--grey-200);
  padding: 2rem 0 4rem;
  position: relative;
  margin-top: 2rem;
}
@media all and (max-width: 992px) {
  .ms-form-drawer-thank-you-text .ms-form-drawer-close-footer {
    margin-bottom: 6rem;
  }
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer::before, .ms-form-drawer-thank-you-text .ms-form-drawer-close-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-form-drawer-thank-you-text .ms-form-drawer-close-footer::before {
  top: -1px;
  left: -100%;
}
.ms-form-drawer-thank-you-text .ms-form-drawer-close-footer::after {
  top: -1px;
  right: -100%;
}
.ms-form-drawer-thank-you-text .row:not(.intro) {
  color: var(--text-secondary);
}
.ms-form-drawer-thank-you-text .row:not(.intro) a {
  color: var(--text-secondary);
  text-decoration: underline;
}

@supports (selector(:has(*))) {
  html:has(.ms-form-drawer[open]) {
    overflow: hidden;
  }
  .ms-theme-form .gform_confirmation_message {
    display: none !important;
  }
  .ms-form-drawer-body:has(.gform_wrapper form) .ms-form-drawer-intro-text {
    display: block;
  }
  .ms-form-drawer-body:has(.gform_wrapper form) .ms-form-drawer-thank-you-text {
    display: none;
  }
  .ms-form-drawer-body:has(.gform_confirmation_message) .ms-form-drawer-intro-text {
    display: none;
  }
  .ms-form-drawer-body:has(.gform_confirmation_message) .ms-form-drawer-thank-you-text {
    display: block;
  }
}
body:has(.ms-slate) .ms-hero {
  color: var(--white);
}

.ms-hero {
  margin: 1.5rem auto 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: var(--slate-500);
  color: var(--white);
  border-radius: 24px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-self: center;
  padding: 0;
}
@media all and (max-width: 1024px) {
  .ms-hero {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 600px) {
  .ms-hero {
    display: block;
    min-height: 0;
    margin-bottom: 12rem;
  }
}
.ms-hero-content {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 5rem;
}
@media all and (max-width: 1024px) {
  .ms-hero-content {
    padding-left: 3rem;
  }
}
@media all and (max-width: 600px) {
  .ms-hero-content {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 0;
  }
}
@media all and (max-width: 600px) {
  .ms-hero-content > div {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .ms-hero-content h1 {
    font-size: var(--font-size-lg);
  }
}
.ms-hero[data-hero=tech] .ms-hero-content h1 {
  padding-right: 5rem;
}
@media all and (max-width: 1200px) {
  .ms-hero[data-hero=tech] .ms-hero-content h1 {
    padding-right: 0rem;
  }
}
@media all and (max-width: 600px) {
  .ms-hero-content .p1 br {
    display: none;
  }
}
.ms-hero-content button {
  opacity: 0;
}
@media all and (max-width: 600px) {
  .ms-hero-content button {
    width: 100%;
  }
}
.ms-hero-img {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ms-hero-img img {
  scale: 0;
  max-width: 85%;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 600px) {
  .ms-hero-img img {
    max-width: 75%;
    padding-block: 1.5rem;
    margin-bottom: -12rem;
  }
}

.ms-hero .chart-container {
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media all and (max-width: 1200px) {
  .ms-hero .chart-container {
    height: auto;
    bottom: 0;
  }
}
@media all and (max-width: 1000px) {
  .ms-hero .chart-container {
    bottom: 15%;
  }
}
@media all and (max-width: 1024px) {
  .ms-hero .chart-container {
    width: 95%;
  }
}
@media all and (max-width: 820px) {
  .ms-hero .chart-container {
    bottom: 20%;
  }
}
@media all and (max-width: 768px) {
  .ms-hero .chart-container {
    bottom: 25%;
  }
}
@media all and (max-width: 600px) {
  .ms-hero .chart-container {
    display: none;
  }
}
.ms-hero .chart-container .chart {
  --blur: 10px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  background: var(--white-70);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media all and (max-width: 768px) {
  .ms-hero .chart-container .chart {
    padding: 0.625rem;
  }
}
.ms-hero .chart-container .chart img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ms-hero .chart-container .chart[data-chart=bg] {
  will-change: transform;
  transform: translate(-20%, -147%);
  width: 15.8%;
}
@media all and (max-width: 1024px) {
  .ms-hero .chart-container .chart[data-chart=bg] {
    transform: translate(-10%, -100%);
    width: 17%;
  }
}
.ms-hero .chart-container .chart[data-chart=fg] {
  will-change: transform;
  transform: translate(-6%, -54%);
  width: 18.9%;
}
@media all and (max-width: 1024px) {
  .ms-hero .chart-container .chart[data-chart=fg] {
    transform: translate(-4%, -30%);
    width: 20%;
  }
}

.ms-animate .ms-hero-content {
  animation: contentFadeDown 1s ease-in-out forwards;
}
.ms-animate .ms-hero-content .button {
  animation: fade-in 1s ease-in-out forwards;
  animation-delay: 0.3s;
}
.ms-animate .ms-hero-img img {
  animation: scale 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.ms-animate .chart {
  animation: scale 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  from {
    scale: 0;
    transform-origin: center;
  }
  to {
    opacity: 1;
    scale: 1;
    transform-origin: center;
  }
}
@keyframes contentFadeDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes imgFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shiftUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ms-icon-list-card {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--grey-100);
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
@media all and (max-width: 992px) {
  .ms-icon-list-card {
    padding: 1.5rem;
  }
}
.ms-icon-list-card-content {
  min-height: 80px;
}
@media all and (max-width: 992px) {
  .ms-icon-list-card-content {
    min-height: 100px;
  }
}
@media all and (max-width: 768px) {
  .ms-icon-list-card-content {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .ms-icon-list-card-content:has(p) {
    margin-bottom: 0;
  }
}
.ms-icon-list-card ul {
  display: grid;
  gap: 1rem;
  width: 100%;
  text-align: left;
}
.ms-icon-list-card ul li a {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--grey-300);
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media all and (max-width: 992px) {
  .ms-icon-list-card ul li a {
    border-color: var(--slate);
    padding: 1rem;
  }
}
.ms-icon-list-card ul li a::after {
  --size: 2.5rem;
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lime-500) url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 50%;
  position: absolute;
  top: calc(50% - var(--size) / 2);
  right: calc(var(--size) * -1);
  opacity: 0;
  scale: 0;
  transition: all 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-icon-list-card ul li a::after {
    --size: 1.5rem;
    opacity: 1;
    scale: 1;
    right: 1rem;
  }
}
.ms-icon-list-card ul li a:hover, .ms-icon-list-card ul li a:focus, .ms-icon-list-card ul li a:active {
  border-color: var(--slate);
}
.ms-icon-list-card ul li a:hover::after, .ms-icon-list-card ul li a:focus::after, .ms-icon-list-card ul li a:active::after {
  opacity: 1;
  scale: 1;
  right: 1rem;
}
.ms-icon-list-card ul li a:active {
  background: var(--grey-100);
}
.ms-icon-list-card ul li a img,
.ms-icon-list-card ul li a [class^=icon-],
.ms-icon-list-card ul li a [class*=" icon-"] {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  font-size: var(--size);
  display: inline-flex;
  color: var(--lime-500);
}
.ms-icon-list-card ul li a p {
  margin: 0 2.5rem 0 0;
  font-weight: 600;
}

.ms-list {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  list-style-type: none;
}
.ms-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 0;
}
.ms-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  opacity: 1;
  border: 1px solid var(--grey-300);
  background: linear-gradient(90deg, var(--grey-100) 0%, rgba(244, 245, 246, 0.3) 100.64%);
  mask-image: linear-gradient(to right, black 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 30%, transparent 100%);
  z-index: -1;
}
.ms-list li [class^=icon-],
.ms-list li [class*=" icon-"] {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: var(--lime-500);
}

.ms-marquee {
  width: min(1440px, 100%);
  margin: 2rem auto;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
}
.ms-marquee::before, .ms-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
}
.ms-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgb(252, 252, 252) 0%, rgba(252, 252, 252, 0) 100%);
}
.ms-marquee::after {
  right: 0;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgb(252, 252, 252) 100%);
}
.ms-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  will-change: transform;
  border: 2px solid transparent;
}
.ms-marquee-logo {
  width: auto;
  max-height: 65px;
  flex-shrink: 0;
  padding-block: 0.5rem;
}

@starting-style {
  .ms-modal {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media (max-width: 768px) {
  @starting-style {
    .ms-modal {
      transform: translateY(100%);
      opacity: 0;
    }
  }
}
.ms-modal {
  width: 90%;
  max-width: 580px;
  border-radius: 16px;
  background: var(--bg-primary);
  margin: auto;
  padding: 1rem 1rem 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  border: none;
  z-index: 9999;
  overflow: hidden;
  display: none; /* Hidden by default */
  transition-property: display opacity;
  transition-duration: 0.25s;
  transition-behavior: allow-discrete;
}
@media all and (max-width: 768px) {
  .ms-modal {
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    box-shadow: none;
    inset: 0;
    top: auto;
    position: fixed;
  }
}
.ms-modal[open] {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 768px) {
  .ms-modal[open] {
    transform: translateY(0);
  }
}
.ms-modal.is-closing {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media all and (max-width: 768px) {
  .ms-modal.is-closing {
    transform: translateY(100%);
  }
}
.ms-modal::backdrop {
  background: rgba(15, 23, 42, 0.8);
}
.ms-modal-close {
  all: unset;
  --size: 1.5rem;
  width: var(--size);
  height: var(--size);
  font-size: 1rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  opacity: 0.7;
  transition: all 0.4s ease;
  z-index: 100;
}
@media all and (max-width: 768px) {
  .ms-modal-close {
    top: 0.625rem;
    right: 0.625rem;
  }
}
.ms-modal-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
}
.ms-modal-banner {
  width: 100%;
  background: var(--lime-500);
  color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .ms-modal-banner {
    margin-top: 2.5rem;
  }
}
.ms-modal-banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  bottom: -10px;
}
.ms-modal-content {
  background: var(--white);
  text-align: center;
  position: relative;
  display: block;
  margin: 1rem 0;
}
.ms-modal-content h4, .ms-modal-content p {
  margin-bottom: 1rem;
}
.ms-modal-content > div {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .ms-modal-content > div .button {
    padding-inline: 0rem;
  }
}
.ms-modal-content .button.has-icon span[class^=icon-],
.ms-modal-content .button.has-icon span[class*=" icon-"] {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.ms-modal-button-container {
  width: 100%;
  display: flex;
  border-top: 1px solid var(--grey-200);
  background: var(--white);
  padding-block: 1.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .ms-modal-button-container {
    align-items: center;
    justify-content: center;
  }
}
.ms-modal-button-container > div {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 768px) {
  .ms-modal-button-container > div {
    margin-left: 0;
  }
}
.ms-modal-button-container::before, .ms-modal-button-container::after {
  content: "";
  width: 1rem;
  height: calc(100% + 1px);
  display: block;
  position: absolute;
  top: -1px;
  border-top: 1px solid var(--grey-200);
  background: var(--white);
}
.ms-modal-button-container::before {
  left: 0;
  transform: translateX(-100%);
}
.ms-modal-button-container::after {
  right: 0;
  transform: translateX(100%);
}

.ms-testimonials {
  width: 100%;
  padding-block: 10rem 3rem;
  position: relative;
  overflow: hidden;
  background: url(../../../assets//images/slate/svg/circles-bg.svg) no-repeat center center fixed;
  background-size: 100% 100%;
}
@media all and (max-width: 768px) {
  .ms-testimonials {
    padding-block: 0;
    background-position: top center;
    background-attachment: scroll;
    background-size: 150% 100%;
  }
}
.ms-testimonials-top {
  --blur: 50px;
  background: linear-gradient(90deg, rgba(244, 245, 246, 0.8) 0%, rgba(244, 245, 246, 0.3) 100.64%);
  border-block: 1px solid var(--grey-300);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
}
.ms-testimonials-top .col-16 {
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-block: 3rem;
}
@media all and (max-width: 768px) {
  .ms-testimonials-top .col-16:nth-of-type(2) {
    display: none;
  }
}
.ms-testimonials-brands {
  display: flex;
  gap: 3rem;
  margin: 2rem 0 0 0;
}
.ms-testimonials-brands img {
  max-height: 40px;
}
.ms-testimonials-img-desktop {
  margin-top: 0;
  padding-left: 5rem;
  bottom: 0;
  position: absolute;
}
@media all and (max-width: 1200px) {
  .ms-testimonials-img-desktop {
    padding-left: 0;
  }
}
@media all and (max-width: 768px) {
  .ms-testimonials-img-desktop {
    display: none;
  }
}
.ms-testimonials-img-mobile {
  display: none;
  position: relative;
}
.ms-testimonials-img-mobile .img-container {
  position: relative;
  overflow: hidden;
}
.ms-testimonials-img-mobile .img-container img {
  width: 60%;
  margin: 0 auto -6rem;
  text-align: center;
}
@media all and (max-width: 420px) {
  .ms-testimonials-img-mobile .img-container img {
    width: 100%;
  }
}
.ms-testimonials-img-mobile .circle {
  width: 80%;
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 10%;
}
@media all and (max-width: 420px) {
  .ms-testimonials-img-mobile .circle {
    scale: 1.35;
    top: 45%;
  }
}
@media all and (max-width: 768px) {
  .ms-testimonials-img-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ms-testimonials-bottom {
  padding-block: 5rem;
}
@media all and (max-width: 768px) {
  .ms-testimonials-bottom {
    padding-block: 3rem;
  }
}
.ms-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  position: relative;
}
.ms-testimonials blockquote {
  grid-column: span 6;
  --blur: 10px;
  padding: 1.5rem;
  padding-left: 5rem;
  border-radius: 16px;
  background: var(--white-70);
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .ms-testimonials blockquote {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    padding: 1.5rem;
    padding-top: 5rem;
  }
}
.ms-testimonials blockquote::before {
  --size: 3rem;
  content: "";
  background: url(../../../assets/images/slate/svg/icon-quote.svg) no-repeat center center;
  background-size: var(--size);
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: var(--size);
  height: var(--size);
  z-index: -1;
}
.ms-testimonials blockquote:nth-of-type(1) {
  grid-column: 1/span 8;
}
.ms-testimonials blockquote:nth-of-type(2) {
  grid-column: 5/span 8;
  grid-row: 2;
  justify-self: end;
}
.ms-testimonials blockquote cite {
  display: block;
  font-weight: 400;
  font-style: normal;
  margin-top: 1rem;
  color: var(--text-secondary);
  text-wrap: pretty;
}

.ms-animate blockquote:nth-of-type(1) {
  animation: fadeInLeft 0.8s ease-in-out;
}
.ms-animate blockquote:nth-of-type(2) {
  animation: fadeInRight 0.8s ease-in-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ms-tile {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
  position: relative;
  text-decoration: none;
  display: grid;
  align-items: start;
  overflow: hidden;
  background: var(--white);
  color: var(--text-primary);
  border-radius: 16px;
  border: 1px solid var(--grey-200);
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
@media all and (max-width: 992px) {
  .ms-tile {
    justify-content: flex-start;
  }
}
.ms-tile::before {
  --size: 4.5rem;
  --position: -0.75rem;
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 6px solid var(--lime-500);
  display: block;
  background: url(../../../assets/images/slate/svg/icon-arrow.svg) no-repeat center center;
  background-size: 1.5rem;
  rotate: -45deg;
  position: absolute;
  bottom: var(--position);
  right: var(--position);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 992px) {
  .ms-tile:hover {
    background: var(--slate-50);
  }
}
.ms-tile:hover .ms-tile-content h3, .ms-tile:hover .ms-tile-content p {
  color: var(--white);
}
@media all and (max-width: 992px) {
  .ms-tile:hover .ms-tile-content h3, .ms-tile:hover .ms-tile-content p {
    color: inherit;
  }
}
.ms-tile:hover .ms-tile-content .hidden-text {
  color: var(--lime-500);
  opacity: 1;
}
@media all and (max-width: 992px) {
  .ms-tile:hover .ms-tile-content .hidden-text {
    color: var(--text-primary);
  }
}
.ms-tile:hover .bubble {
  opacity: 1;
  transform: scale(35);
}
.ms-tile:hover::before {
  --size: 3rem;
  rotate: 0deg;
  bottom: 0.5rem;
  right: 0.5rem;
  border: none;
  background-color: var(--lime-500);
}
.ms-tile:active {
  background: var(--slate-800);
}
@media all and (max-width: 992px) {
  .ms-tile:active {
    background: var(--slate-50);
  }
}
.ms-tile:active .hidden-text {
  color: var(--lime-500);
  opacity: 1;
}
@media all and (max-width: 992px) {
  .ms-tile:active .hidden-text {
    color: var(--text-primary);
  }
}
.ms-tile:active .bubble {
  opacity: 0;
  transform: scale(0);
}
.ms-tile:focus:not(:active) {
  outline: 2px solid var(--utility-blue);
}
.ms-tile:focus:not(:active) .hidden-text {
  color: var(--text-primary);
  opacity: 1;
}
.ms-tile:focus:hover .hidden-text {
  color: var(--lime-500);
  opacity: 1;
}
.ms-tile-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ms-tile-content > a {
  text-decoration: none;
}
.ms-tile-content > a:hover {
  text-decoration: none;
}
.ms-tile-content * {
  transition: all 0.5s ease-in-out;
}
.ms-tile-content h3 {
  margin-bottom: 0.5rem;
  display: block;
}
.ms-tile-content .p2 {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.ms-tile-content .p2 strong {
  font-weight: 700;
}
.ms-tile-content .hidden-text {
  color: var(--lime-500);
  opacity: 0;
  margin: auto 5rem 0 0;
}
@media all and (max-width: 1170px) {
  .ms-tile-content .hidden-text {
    margin-right: 2rem;
  }
}
@media all and (max-width: 992px) {
  .ms-tile-content .hidden-text {
    opacity: 1;
    color: var(--text-primary);
  }
}
.ms-tile .bubble {
  --size: 2rem;
  position: absolute;
  z-index: 0;
  background: var(--slate-500);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  opacity: 1;
  transform: scale(0);
  transition: transform 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
@media all and (max-width: 992px) {
  .ms-tile .bubble {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .ms-slate[data-page=client-home] .button[data-color=white] {
    width: 100%;
    max-width: none;
  }
}
.ms-slate [data-bg=white] {
  border-color: var(--offwhite);
  background: var(--offwhite);
}
.ms-slate [data-bg=grey] {
  border-color: var(--grey-300);
  background: linear-gradient(90deg, #F4F5F6 0%, rgba(244, 245, 246, 0.3) 100.64%);
}
.ms-slate section {
  background: var(--white);
  border-block: 1px solid var(--white);
  scroll-margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .ms-slate section {
    scroll-margin-top: 5rem;
  }
}
@media all and (max-width: 768px) {
  .ms-slate section.col-swap-mobile [class^=col-]:nth-of-type(1),
  .ms-slate section.col-swap-mobile [class*=" col-"]:nth-of-type(1) {
    order: 2;
  }
}
.ms-slate section[data-bg=white] {
  border-color: var(--offwhite);
  background: var(--offwhite);
}
.ms-slate section[data-bg=grey] {
  border-color: var(--grey-300);
  background: linear-gradient(90deg, #F4F5F6 0%, rgba(244, 245, 246, 0.3) 100.64%);
}
.ms-slate section a[data-scroll-target] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.ms-slate section .logo-ciro, .ms-slate section .logo-matchwell {
  display: inline-block;
  overflow: hidden;
  text-indent: -999rem;
}
.ms-slate section .logo-ciro {
  width: 3.75rem;
  background: url(../../../assets/images/slate/svg/ciro.svg) no-repeat center center;
  background-size: contain;
}
.ms-slate section .logo-matchwell {
  width: 7.5rem;
  background: url(../../../assets/images/slate/svg/matchwell.svg) no-repeat center center;
  background-size: contain;
}
.ms-slate section#matchwell .logo img {
  width: 260px;
}
.ms-slate section#tech [class^=col-],
.ms-slate section#tech [class*=" col-"] {
  padding-block: 0;
}
.ms-slate section [class^=col-],
.ms-slate section [class*=" col-"] {
  padding-block: 3rem;
  display: flex;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
}
@media all and (max-width: 992px) {
  .ms-slate section [class^=col-],
  .ms-slate section [class*=" col-"] {
    padding-block: 1.5rem;
  }
}
.ms-slate section .international-img img {
  scale: 1.25;
}
.ms-slate section .icon {
  color: var(--lime-500);
  font-size: 2.5rem;
}
.ms-slate section a:not(.button) {
  text-decoration: underline;
  color: var(--text-primary);
}
.ms-slate section button,
.ms-slate section a.button {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media all and (max-width: 768px) {
  .ms-slate section button,
  .ms-slate section a.button {
    width: 100%;
    max-width: none;
  }
}
.ms-slate section button span,
.ms-slate section a.button span {
  display: flex;
}
.ms-slate .highlight-title {
  padding-block: 0.25rem;
}
.ms-slate .icon-animate {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.ms-slate .icon-animate.active {
  animation: bounce 0.8s ease-in-out 0s 2;
  animation-delay: 0.5s;
}
.ms-slate .ms-highlight {
  position: relative;
  overflow: hidden;
}
.ms-slate .ms-highlight span {
  position: relative;
  z-index: 1;
}
.ms-slate .ms-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(178, 204, 17, 0.5), transparent);
  animation: pulseHighlight 2s ease-in-out;
  pointer-events: none;
  z-index: 0;
}
@keyframes pulseHighlight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=slate.css.map */