/* || CSS style for molecular medicine*/

/* || NORMALIZEING RESET|| */
/* reset test
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
image{display: block;}*/
/* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
  ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
 display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
 display: inline-block;
 /* 1 */
 vertical-align: baseline;
 /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
 display: none;
 height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden], template {
 display: none;
}

/* Links
  ========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
 background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
 outline: 0;
 opacity: .7;
}

/* Text-level semantics
  ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
 border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong {
 font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
 font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
 background: #ff0;
 color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
 font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
 border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
 overflow: hidden;
}

/* Grouping content
  ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
 margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
 box-sizing: content-box;
 height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
 overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

/* Forms
  ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
 color: inherit;
 /* 1 */
 font: inherit;
 /* 2 */
 margin: 0;
 /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
 overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button, select {
 text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 
*/
button, html input[type="button"], input[type="reset"] {
 -webkit-appearance: button;
 /* 2 */
 cursor: pointer;
 /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
 cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
 line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
 box-sizing: border-box;
 /* 1 */
 padding: 0;
 /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
 border: 0;
 /* 1 */
 padding: 0;
 /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
 overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
 font-weight: bold;
}

/* Tables
  ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
 border-collapse: collapse;
 border-spacing: 0;
}

td,
th {
 padding: 0;
}
/*end reset*/

/* || Variables */
:root{
  /*FONT*/
    --FontFamily: Verdana, Geneva, Tahoma, sans-serif;
    --FontSize: 1 rem; /* example clamp(1.2em, 2vh, 1.5rem)*/

    --md: 1em;
    --scaleFactor: 1.618em;

    --sm: calc(var(--md) / var(--scaleFactor));
    --xs: calc(var(--sm) / var(--scaleFactor));
    --2xs: calc(var(--xs) / var(--scaleFactor));

    --lg: calc(var(--md) * var(--scaleFactor));
    --xl: calc(var(--lg) * var(--scaleFactor));
    --2xl: calc(var(--xl) * var(--scaleFactor));

  /*Increments*/
    --wholestep: 1.618; /* always equals the scalefactor */
    --halfstep: 1.272; /* always equals the sq. root of scalefactor */
    --quarterstep: 1.128; /* always equals the sq. root of halfstep */
    --eighthstep: 1.061; /* always equals the sq. root of quarterstep */

    --wholestep-dec: 0.618; /* equals wholestep - 1 */
    --halfstep-dec: 0.272; /* equals halfstep - 1 */
    --quarterstep-dec: 0.128; /* equals quarterstep - 1 */
    --eighthstep-dec: 0.061; /* equals eighthstep - 1 */

  /*COLOR*/
    --BGColorL: rgb(244, 244, 245);
    --BGColorD: darkcyan;
    --navMenuD: #890000;
    --light__surfacecontainerlow_clv: #f2f5f7;
    --light__onsurface_clv: #1b1b1f;
    --light__surfacecontainer_clv: #eaedf1;
    --light__outlinevariant_clv: #c6c5d0;
    --light__onsurfacevariant_clv: #000000b3;
    --light__secondary_clv: #4968b8;
    --light__info_clv: #175bfc;
    --light__surfacecontainerlowest_clv: #fff;
    --surface: #fafbfd;
    --surfacecontainer: #eeeff2;
    --light__infocontainer_clv: #daedff;
    --light__oninfocontainer_clv: #001946;
    --primary: #BE0000;
    --onprimary: #fff;
    --secondary: #890000;
    --onsecondary: white;
    --tertiary: #962ea7;
    --ontertiary: white;
    --error: #ba1a1a;
    --onerror: white;
    --info: #0072d9;
    --oninfo: white;
    --warning: #ff9e0c;
    --onwarning: #251a01;
    --success: #00883c;
    --onsuccess: white;
    --secondarycontainer: #dfe1f9;
    --onsecondarycontainer: #171b2c;
    --successcontainer: #d8ffc6;
    --onsuccesscontainer: #23562c;
    --warningcontainer: #ffdf99;
    --onwarningcontainer: #795500;
    --infocontainer: #b2deff;
    --oninfocontainer: #005fa8;
    --errorcontainer: #ffdad6;
    --onerrorcontainer: #410002;
    --tertiarycontainer: #ffd5ff;
    --ontertiarycontainer: #350040;
    --light__primary_clv: #3c51b8;
    --light__tertiary_clv: #962ea7;
    --light__onprimary_clv: #fefbff;
    --light__oninfo_clv: #fff;
    --onprimarycontainer: #001453;
    --primarycontainer: #dde1ff;
    --background: #fafcff;
    --surfacecontainerhighest: #dfe3e5;
    --outlinevariant: #c6c5d0;
    --outline: #6c6c75;
    --surfacecontainerlowest: white;
    --onsurface: #1a1c1e;
    --inversesurface: #313335;
    --inverseonsurface: #f0f2f4;
    --light__inverseonsurface_clv: #f3f0f4;
    --onsurfacevariant: #53545f;
    --light__surfacecontainerhigh_clv: #e7e9ec;
    --light__onprimaryfixedvariant_clv: #2d3f93;
    --light__primarycontainer_clv: #dee1ff;
    --light__onprimarycontainer_clv: #001258;
    --light__primaryfixed_clv: #dee1ff;
    --light__background_clv: #f9fafc;
    --inverseprimary: #b8c4ff;
    --surfacecontainerhigh: #e8eaed;
    --surfacevariant: #c6c5d0;
    --onprimaryfixedvariant: #1f3da3;
    --light__error_clv: #ba1a1a;
    --light__surfacedim_clv: #eceef1;
    --dark__surface_clv: #131316;
    --dark__onsurface_clv: #e4e1e6;
    --light__surface_clv: #fafbfd;
    --light__warning_clv: #7c5800;
    --light__tertiarycontainer_clv: #ffd7f2;
    --light__ontertiarycontainer_clv: #2d1228;
    --light__inversesurface_clv: #303034;
    --light__outline_clv: #73737e;
    --light__surfacevariant_clv: #e1e5ec;
    --light__surfacecontainerhighest_clv: #e1e3e6;
    --light__success_clv: #006d3d;
    --light__surfacebright_clv: white;
    --light__tertiaryfixed_clv: #ffd7f2;
    --light__onerror_clv: #fff;
    --light__errorcontainer_clv: #ffdad6;
    --light__onprimaryfixed_clv: #001258;
    --light__successcontainer_clv: #92f8b4;
    --light__onsuccesscontainer_clv: #00210f;
    --light__onerrorcontainer_clv: #410002;
    --primaryfixed: #dde1ff;
    --onprimaryfixed: #001453;
    --primaryfixeddim: #b8c4ff;
    --secondaryfixed: #dfe1f9;
    --onsecondaryfixed: #171b2c;
    --secondaryfixeddim: #c3c5dd;
    --onsecondaryfixedvariant: #424659;
    --tertiaryfixed: #ffd5ff;
    --ontertiaryfixed: #350040;
    --tertiaryfixeddim: #f8acff;
    --ontertiaryfixedvariant: #79098e;
    --onbackground: #1a1c1e;
    --surfacetint: #3c56bc;
    --shadow: #000;
    --scrim: #000;
    --surfacecontainerlow: #f3f4f7;
    --surfacebright: #f7f9fd;
    --surfacedim: #d9dbde;
    --white: white;
    --black: black;
    --light__onsecondaryfixedvariant_clv: #434659;
    --dark__ontertiary_clv: #44263e;
    --dark__primarycontainer_clv: #2d3f93;
    --dark__tertiaryfixed_clv: #ffd7f2;
    --dark__onwarningcontainer_clv: #ffdea7;
    --dark__onsuccess_clv: #00391d;
    --light__onsuccess_clv: #fff;
    --dark__tertiarycontainer_clv: #5c3c55;
    --dark__surfacecontainerlow_clv: #1b1b1f;
    --dark__onprimarycontainer_clv: #dee1ff;
    --dark__inversesurface_clv: #e4e1e6;
    --dark__info_clv: #b1c5ff;
    --dark__onsecondaryfixed_clv: #171b2c;
    --dark__onerror_clv: #690005;
    --dark__secondarycontainer_clv: #434659;
    --dark__ontertiaryfixed_clv: #2d1228;
    --dark__surfacedim_clv: #050507;
    --dark__ontertiarycontainer_clv: #ffd7f2;
    --light__ontertiaryfixed_clv: #2d1228;
    --dark__outlinevariant_clv: #323235;
    --dark__oninfo_clv: #002c71;
    --dark__warning_clv: #f7bd48;
    --light__ontertiaryfixedvariant_clv: #5c3c55;
    --dark__primaryfixed_clv: #dee1ff;
    --light__warningcontainer_clv: #ffdea7;
    --light__ontertiary_clv: #fff;
    --dark__secondary_clv: #c3c5dd;
    --light__secondaryfixeddim_clv: #c3c5dd;
    --light__secondarycontainer_clv: #dfe1f9;
    --light__secondaryfixed_clv: #dfe1f9;
    --light__onsecondary_clv: #fff;
    --dark__surfacecontainerhigh_clv: #2a2a2d;
    --dark__ontertiaryfixedvariant_clv: #5c3c55;
    --light__scrim_clv: #000;
    --dark__onerrorcontainer_clv: #ffb4ab;
    --dark__background_clv: #1b1b1f;
    --dark__error_clv: #ffb4ab;
    --dark__secondaryfixeddim_clv: #c3c5dd;
    --dark__surfacecontainerhighest_clv: #353438;
    --light__inverseprimary_clv: #b9c3ff;
    --light__onsecondarycontainer_clv: #171b2c;
    --light__onwarning_clv: #fff;
    --dark__surfacevariant_clv: #45464f;
    --dark__onbackground_clv: #e4e1e6;
    --dark__onsecondary_clv: #2c2f42;
    --dark__inverseonsurface_clv: #303034;
    --dark__surfacecontainer_clv: #1f1f23;
    --dark__onsecondarycontainer_clv: #dfe1f9;
    --light__onsecondaryfixed_clv: #171b2c;
    --dark__onprimaryfixed_clv: #001258;
    --dark__tertiary_clv: #e5bad8;
    --dark__infocontainer_clv: #00419e;
    --dark__surfacecontainerlowest_clv: #0e0e11;
    --dark__surfacebright_clv: #2f2f36;
    --dark__onsurfacevariant_clv: #e4e1e6bf;
    --dark__primary_clv: #b9c3ff;
    --dark__shadow_clv: #000;
    --light__shadow_clv: #000;
    --dark__scrim_clv: #000;
    --dark__onwarning_clv: #412d00;
    --light__tertiaryfixeddim_clv: #e5bad8;
    --dark__onprimaryfixedvariant_clv: #2d3f93;
    --light__onbackground_clv: #1b1b1f;
    --dark__tertiaryfixeddim_clv: #e5bad8;
    --dark__inverseprimary_clv: #4658ac;
    --dark__onprimary_clv: #11277c;
    --dark__onsecondaryfixedvariant_clv: #434659;
    --dark__success_clv: #76db9a;
    --dark__oninfocontainer_clv: #dae2ff;
    --dark__primaryfixeddim_clv: #b9c3ff;
    --dark__errorcontainer_clv: #93000a;
    --dark__outline_clv: #90909a;
    --light__primaryfixeddim_clv: #b9c3ff;
    --light__onwarningcontainer_clv: #271900;
    --dark__secondaryfixed_clv: #dfe1f9;
    --dark__successcontainer_clv: #00522c;
    --dark__warningcontainer_clv: #5e4200;
    --dark__onsuccesscontainer_clv: #92f8b4;

  /*GENERAL*/
  /* Make text look sharper */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    --navWidth: 13em;

  @media (prefers-color-scheme:dark) {
    :root {
      --BGColor: var(var(--BGColorD));
    }
  }

}
/* 3. Layout Components */

/* Navigation */

.navbar {
  display: flex;
  
  justify-content: space-between;
  /* align-items: left; */
  list-style: none;
  padding: .4rem;
  /* height: 50px; Ensures navbar does not add extra height */
  background-color: var(--navMenuD);
  color: white;
  position: relative; /* Ensures it remains on top */
  /*width: 100%;  Expands across full screen */
  max-width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
}
.navbarBrand {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
  /* padding: 0.5rem; */
  /* padding-bottom: 2rem; */
  
}
.navbarBrand .brandIcon {
  height: 32px;
  width: auto;
  padding: 0.8rem ;
  display: block;
}
.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  display: none;           /* default: hidden */
}

.menu-overlay.open {
  display: block;          /* overlay shows when open (mobile) */
}

.navbarMenu {
  display: flex; /* Hidden by default on mobile */
  flex-direction: column;
 /*  background-color: var(--primary); */
  color: white;
  /* position: fixed; */
  margin-top: 0;
  top: calc(100% - 5px); /* Adjusted to remove extra space */
  left: 0; 
  
 /* Start off-screen to the right */
  /* width: 100%; */
  height: calc(100vh - 50px); /* Full height minus navbar height */
  overflow-y: auto; /* Allow scrolling if content exceeds height */
  scrollbar-width: none;
  z-index: 1000;
}
/* #navbarMenu {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  max-width: 350px;
  height: 100vh;
  background-color: #890000;
  color: white;
  padding: 2rem 1rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: right 0.3s ease-in-out;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
} */
/* Show menu when open class is added */
.navbarMenu.open {
  right: 0;
}

#navbarMenu a {
  display: block;
  color: white;
  padding: 0.75rem 1rem;
  color: white;
  text-decoration: none;
  list-style: none;
  display: block;
  /* text-align: left; */
}
#navbarMenu,
#navbarMenu ul,
#navbarMenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navbarMenu li a {
  color: white;
  text-decoration: none;
  /* font-size: 1.2rem; */
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;

  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
  padding: .5rem;
  /* margin-left: auto; */
}

.hamburger span {
  width: 35px; 
  height: 4px;
  background-color: white;
  margin: 2px 0;
  display: block;
}

/* Arrow styles */
.arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: transform 0.3s ease;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor; /* Ensures it matches text color */
}
.arrow.rotate {
  transform: rotate(90deg);
}

.menu-close-btn {
  position: absolute;
  top: 1em;
  right: 1.2em;
  background: none;
  border: none;
  color: white;
  font-size: 2em;
  z-index: 10002;
  cursor: pointer;
}
.menu-close-btn .hamburger-icon {
  transition: transform 0.4s;
}
.menu-overlay.open .menu-close-btn .hamburger-icon {
  transform: rotate(45deg); /* Hamburger to X shape */
}

/* Submenu styles */
.submenu {
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  padding-left: 1rem;
  background-color:var(--primary);
  list-style-type: none;

  z-index: 9999;
  transition: max-height 0.3s ease, opacity 0.3s ease; 
}

.submenu.open {
  display: block;/* Show submenu when open class is added */
  max-height: 500px;
  opacity: 1;
}


/* Ensure links inside submenus look consistent */
.navbarMenu .submenu li a {
  font-size: 0.97rem;
  opacity: 0.9;

  padding-left: 1.25rem;
  color: white;
  text-decoration: none;
}

 /* Add a smooth transition for opening submenus */
/*.submenu {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
} */

/* When submenu is open, make it visible */
/* .has-submenu.open .submenu {
  opacity: 1;
} */

/* Ensure that submenus are fully expanded for non-top-level submenus */
/* .has-submenu .submenu.open {
  display: block;
} */

/* Footer main container */
.footer {
  background-color: var(--secondary);
  color: white;
  width: 100%;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
}

/* Container that holds logo and menu side by side */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  align-items: flex-start;
  padding: 1.5rem 1rem 1rem 1rem;
  max-width: 100%;
  box-sizing: border-box;
  
}

/* Logo box */
.footer-logo {
  flex: 0 0 auto; /* Only as wide as logo */
  margin-right: 2rem; /* Optional spacing between logo and menu */
  margin-left: 2rem;
}

.footer-logo img.brandIcon {
  width: 15rem;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Menus box */
.footer-menus {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 2rem;
  min-width: 0;
   overflow-x: hidden; 
 
}

/* Menu list - horizontal layout */
.footerItems {
 
  min-width: 0;             /* ← Also critical inside flexbox! */

  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  text-align: right;
  justify-content: flex-start;
}

/* Each menu section/column */
.footerSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  
  flex-shrink: 1;      /* Allow each section to shrink as needed */
}

/* Parent link (section heading) */
.footerParent {
  color: white;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}

/* Submenu (children) */
.footerSubmenu {
  list-style: none;
  padding-left: 0.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* Submenu links */
.footerSubmenu a {
  font-size: 0.92rem;
  color: white;
  text-decoration: none;
  opacity: 0.85;
  padding: 0.08rem 0.25rem 0.08rem 0.25rem;
  line-height: 1.4;
}

.footerSubmenu a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Third-level submenu */
.footerSubmenu li > ul {
  padding-left: 0.7rem;
  margin-top: 0.2rem;
}

/* Policy row at the bottom */
.footer-policyrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* allows stacking on mobile */
 
  background: rgba(0,0,0,0.09);
  color: #fff;
  padding: 0.7rem 1rem;
  font-size: 0.89rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-policyrow .policy-left {
  text-align: left;
  flex: 1 1 160px;
}
.footer-policyrow .policy-right {
  text-align: right;
  flex: 3 1 300px;
}

.footer-policyrow a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  margin: 0 0.25em;
}
.footer-policyrow a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Responsive: Stack logo and menu vertically on small screens */
@media (max-width: 480px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  .footer-logo,
  .footer-menus {
    align-items: center;
    flex-direction: column;
    display:flex;
    margin-left: 0;
    margin-right: 0;
   
    justify-content: center;
    gap:0;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  .footerItems {
    align-items: center;      /* Center the list itself */
    width: 100%;
    text-align: left; 
  }
    .footerSection {
    width: 100%;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  .footer-policyrow {
    flex-direction: column;
    align-items: stretch;
    font-size: 0.98rem;
    gap: 0.6em;
    text-align: center;
  }
  .footer-policyrow .policy-left,
  .footer-policyrow .policy-right {
    text-align: center;
    flex: unset;
    width: 100%;
  }
}



/* end Variables*/

/* || UTILITY CLASSES || aligment, */

/* Item Alignment */
  .align-items__stretch {
    align-items: stretch;
  }

  .align-items__center {
    align-items: center;
  }

  .align-items__top {
    align-items: flex-start;
  }

  .align-items__start {
    align-items: flex-start;
  } 

  .align-self__start {
    align-self: start;
  }

  .align-self__end {
    align-self: end;
  }

  .align-self__center {
    align-self: center;
  }

  .align-self__stretch {
    align-self: stretch;
  }

  .align-self__baseline {
    align-self: baseline;
  }

  .align-self__auto {
    align-self: auto;
  }

/* Template: aspect-ratio: width / height; */
  .aspect__16x9 {
    aspect-ratio: 16 / 9;
  }

  .aspect__4x3 {
    aspect-ratio: 4 / 3;

  }

  .aspect__3x2 {
    aspect-ratio: 3 / 2;
  }

  .aspect__9x16 {
    aspect-ratio: 9 / 16;
  }

  .aspect__1x1 {
    aspect-ratio: 1;
  }

/*boarder radius*/
  .border-radius__2xs {
    border-radius: var(--2xs);
  }

  .border-radius__xs {
    border-radius: var(--xs);
  }

  .border-radius__sm {
    border-radius: var(--sm);
  }

  .border-radius__md {
    border-radius: var(--md);
  }

  .border-radius__lg {
    border-radius: var(--lg);
  }

  .border-radius__xl {
    border-radius: var(--xl);
  }

  .border-radius__2xl {
    border-radius: var(--2xl);
  }

  .border-radius__circle {
    border-radius: 100em;
  }
/* color background*/
  .bg-light__primary {
    background-color: var(--light__primary_lkv);
    color: var(--light__onprimary_lkv);
  }

  .bg-light__onprimary {
    background-color: var(--light__onprimary_lkv);
    color: var(--light__primary_lkv);
  }

  .bg-light__primarycontainer {
    background-color: var(--light__primarycontainer_lkv);
    color: var(--light__onprimarycontainer_lkv);
  }

  .bg-light__onprimarycontainer {
    background-color: var(--light__onprimarycontainer_lkv);
    color: var(--light__primarycontainer_lkv);
  }

  .bg-light__secondary {
    background-color: var(--light__secondary_lkv);
    color: var(--light__onsecondary_lkv);
  }

  .bg-light__onsecondary {
    background-color: var(--light__onsecondary_lkv);
    color: var(--light__secondary_lkv);
  }

  .bg-light__secondarycontainer {
    background-color: var(--light__secondarycontainer_lkv);
    color: var(--light__onsecondarycontainer_lkv);
  }

  .bg-light__onsecondarycontainer {
    background-color: var(--light__onsecondarycontainer_lkv);
    color: var(--light__secondarycontainer_lkv);
  }

  .bg-light__tertiary {
    background-color: var(--light__tertiary_lkv);
    color: var(--light__ontertiary_lkv);
  }

  .bg-light__ontertiary {
    background-color: var(--light__ontertiary_lkv);
    color: var(--light__tertiary_lkv);
  }

  .bg-light__tertiarycontainer {
    background-color: var(--light__tertiarycontainer_lkv);
    color: var(--light__ontertiarycontainer_lkv);
  }

  .bg-light__ontertiarycontainer {
    background-color: var(--light__ontertiarycontainer_lkv);
    color: var(--light__tertiarycontainer_lkv);
  }

  .bg-light__error {
    background-color: var(--light__error_lkv);
    color: var(--light__onerror_lkv);
  }

  .bg-light__onerror {
    background-color: var(--light__onerror_lkv);
    color: var(--light__error_lkv);
  }

  .bg-light__errorcontainer {
    background-color: var(--light__errorcontainer_lkv);
    color: var(--light__onerrorcontainer_lkv);
  }

  .bg-light__onerrorcontainer {
    background-color: var(--light__onerrorcontainer_lkv);
    color: var(--light__errorcontainer_lkv);
  }

  .bg-light__background {
    background-color: var(--light__background_lkv);
    color: var(--light__onbackground_lkv);
  }

  .bg-light__onbackground {
    background-color: var(--light__onbackground_lkv);
    color: var(--light__background_lkv);
  }

  .bg-light__surface {
    background-color: var(--light__surface_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__onsurface {
    background-color: var(--light__onsurface_lkv);
    color: var(--light__surface_lkv);
  }

  .bg-light__surfacevariant {
    background-color: var(--light__surfacevariant_lkv);
    color: var(--light__onsurfacevariant_lkv);
  }

  .bg-light__onsurfacevariant {
    background-color: var(--light__onsurfacevariant_lkv);
    color: var(--light__surfacevariant_lkv);
  }

  .bg-light__outline {
    background-color: var(--light__outline_lkv);
    color: var(--light__surface_lkv);
  }

  .bg-light__outlinevariant {
    background-color: var(--light__outlinevariant_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__shadow {
    background-color: var(--light__shadow_lkv);
    color: var(--light__surface_lkv);
  }

  .bg-light__scrim {
    background-color: var(--light__scrim_lkv);
    color: var(--light__surface_lkv);
  }

  .bg-light__inversesurface {
    background-color: var(--light__inversesurface_lkv);
    color: var(--light__inverseonsurface_lkv);
  }

  .bg-light__inverseonsurface {
    background-color: var(--light__inverseonsurface_lkv);
    color: var(--light__inversesurface_lkv);
  }

  .bg-light__inverseprimary {
    background-color: var(--light__inverseprimary_lkv);
    color: var(--light__onprimarycontainer_lkv);
  }

  .bg-light__success {
    background-color: var(--light__success_lkv);
    color: var(--light__onsuccess_lkv);
  }

  .bg-light__successcontainer {
    background-color: var(--light__successcontainer_lkv);
    color: var(--light__onsuccesscontainer_lkv);
  }

  .bg-light__onsuccess {
    background-color: var(--light__onsuccess_lkv);
    color: var(--light__success_lkv);
  }

  .bg-light__onsuccesscontainer {
    background-color: var(--light__onsuccesscontainer_lkv);
    color: var(--light__successcontainer_lkv);
  }

  .bg-light__warning {
    background-color: var(--light__warning_lkv);
    color: var(--light__onwarning_lkv);
  }

  .bg-light__warningcontainer {
    background-color: var(--light__warningcontainer_lkv);
    color: var(--light__onwarningcontainer_lkv);
  }

  .bg-light__onwarning {
    background-color: var(--light__onwarning_lkv);
    color: var(--light__warning_lkv);
  }

  .bg-light__onwarningcontainer {
    background-color: var(--light__onwarningcontainer_lkv);
    color: var(--light__warningcontainer_lkv);
  }

  .bg-light__info {
    background-color: var(--light__info_lkv);
    color: var(--light__oninfo_lkv);
  }

  .bg-light__infocontainer {
    background-color: var(--light__infocontainer_lkv);
    color: var(--light__oninfocontainer_lkv);
  }

  .bg-light__oninfo {
    background-color: var(--light__oninfo_lkv);
    color: var(--light__info_lkv);
  }

  .bg-light__oninfocontainer {
    background-color: var(--light__oninfocontainer_lkv);
    color: var(--light__infocontainer_lkv);
  }

  .bg-light__primaryfixed {
    background-color: var(--light__primaryfixed_lkv);
    color: var(--light__onprimaryfixed_lkv);
  }

  .bg-light__primaryfixeddim {
    background-color: var(--light__primaryfixeddim_lkv);
    color: var(--light__onprimaryfixedvariant_lkv);
  }

  .bg-light__onprimaryfixed {
    background-color: var(--light__onprimaryfixed_lkv);
    color: var(--light__primaryfixed_lkv);
  }

  .bg-light__onprimaryfixedvariant {
    background-color: var(--light__onprimaryfixedvariant_lkv);
    color: var(--light__primaryfixed_lkv);
  }

  .bg-light__secondaryfixed {
    background-color: var(--light__secondaryfixed_lkv);
    color: var(--light__onsecondaryfixed_lkv);
  }

  .bg-light__secondaryfixeddim {
    background-color: var(--light__secondaryfixeddim_lkv);
    color: var(--light__onsecondaryfixedvariant_lkv);
  }

  .bg-light__onsecondaryfixed {
    background-color: var(--light__onsecondaryfixed_lkv);
    color: var(--light__secondaryfixed_lkv);
  }

  .bg-light__onsecondaryfixedvariant {
    background-color: var(--light__onsecondaryfixedvariant_lkv);
    color: var(--light__secondaryfixed_lkv);
  }

  .bg-light__tertiaryfixed {
    background-color: var(--light__tertiaryfixed_lkv);
    color: var(--light__ontertiaryfixed_lkv);
  }

  .bg-light__tertiaryfixeddim {
    background-color: var(--light__tertiaryfixeddim_lkv);
    color: var(--light__ontertiaryfixedvariant_lkv);
  }

  .bg-light__ontertiaryfixed {
    background-color: var(--light__ontertiaryfixed_lkv);
    color: var(--light__tertiaryfixed_lkv);
  }

  .bg-light__ontertiaryfixedvariant {
    background-color: var(--light__ontertiaryfixedvariant_lkv);
    color: var(--light__tertiaryfixed_lkv);
  }

  .bg-light__surfacedim {
    background-color: var(--light__surfacedim_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__surfacebright {
    background-color: var(--light__surfacebright_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__surfacecontainerlowest {
    background-color: var(--light__surfacecontainerlowest_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__surfacecontainerlow {
    background-color: var(--light__surfacecontainerlow_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__surfacecontainer {
    background-color: var(--light__surfacecontainer_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__surfacecontainerhigh {
    background-color: var(--light__surfacecontainerhigh_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-light__surfacecontainerhighest {
    background-color: var(--light__surfacecontainerhighest_lkv);
    color: var(--light__onsurface_lkv);
  }

  .bg-dark__primary {
    background-color: var(--dark__primary_lkv);
    color: var(--dark__onprimary_lkv);
  }

  .bg-dark__onprimary {
    background-color: var(--dark__onprimary_lkv);
    color: var(--dark__primary_lkv);
  }

  .bg-dark__primarycontainer {
    background-color: var(--dark__primarycontainer_lkv);
    color: var(--dark__onprimarycontainer_lkv);
  }

  .bg-dark__onprimarycontainer {
    background-color: var(--dark__onprimarycontainer_lkv);
    color: var(--dark__primarycontainer_lkv);
  }

  .bg-dark__secondary {
    background-color: var(--dark__secondary_lkv);
    color: var(--dark__onsecondary_lkv);
  }

  .bg-dark__onsecondary {
    background-color: var(--dark__onsecondary_lkv);
    color: var(--dark__secondary_lkv);
  }

  .bg-dark__secondarycontainer {
    background-color: var(--dark__secondarycontainer_lkv);
    color: var(--dark__onsecondarycontainer_lkv);
  }

  .bg-dark__onsecondarycontainer {
    background-color: var(--dark__onsecondarycontainer_lkv);
    color: var(--dark__secondarycontainer_lkv);
  }

  .bg-dark__tertiary {
    background-color: var(--dark__tertiary_lkv);
    color: var(--dark__ontertiary_lkv);
  }

  .bg-dark__ontertiary {
    background-color: var(--dark__ontertiary_lkv);
    color: var(--dark__tertiary_lkv);
  }

  .bg-dark__tertiarycontainer {
    background-color: var(--dark__tertiarycontainer_lkv);
    color: var(--dark__ontertiarycontainer_lkv);
  }

  .bg-dark__ontertiarycontainer {
    background-color: var(--dark__ontertiarycontainer_lkv);
    color: var(--dark__tertiarycontainer_lkv);
  }

  .bg-dark__error {
    background-color: var(--dark__error_lkv);
    color: var(--dark__onerror_lkv);
  }

  .bg-dark__onerror {
    background-color: var(--dark__onerror_lkv);
    color: var(--dark__error_lkv);
  }

  .bg-dark__errorcontainer {
    background-color: var(--dark__errorcontainer_lkv);
    color: var(--dark__onerrorcontainer_lkv);
  }

  .bg-dark__onerrorcontainer {
    background-color: var(--dark__onerrorcontainer_lkv);
    color: var(--dark__errorcontainer_lkv);
  }

  .bg-dark__background {
    background-color: var(--dark__background_lkv);
    color: var(--dark__onbackground_lkv);
  }

  .bg-dark__onbackground {
    background-color: var(--dark__onbackground_lkv);
    color: var(--dark__background_lkv);
  }

  .bg-dark__surface {
    background-color: var(--dark__surface_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__onsurface {
    background-color: var(--dark__onsurface_lkv);
    color: var(--dark__surface_lkv);
  }

  .bg-dark__surfacevariant {
    background-color: var(--dark__surfacevariant_lkv);
    color: var(--dark__onsurfacevariant_lkv);
  }

  .bg-dark__onsurfacevariant {
    background-color: var(--dark__onsurfacevariant_lkv);
    color: var(--dark__surfacevariant_lkv);
  }

  .bg-dark__outline {
    background-color: var(--dark__outline_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__outlinevariant {
    background-color: var(--dark__outlinevariant_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__shadow {
    background-color: var(--dark__shadow_lkv);
    color: var(--dark__inversesurface_lkv);
  }

  .bg-dark__scrim {
    background-color: var(--dark__scrim_lkv);
    color: var(--dark__inversesurface_lkv);
  }

  .bg-dark__inversesurface {
    background-color: var(--dark__inversesurface_lkv);
    color: var(--dark__inverseonsurface_lkv);
  }

  .bg-dark__inverseonsurface {
    background-color: var(--dark__inverseonsurface_lkv);
    color: var(--dark__inversesurface_lkv);
  }

  .bg-dark__inverseprimary {
    background-color: var(--dark__inverseprimary_lkv);
    color: var(--dark__onprimarycontainer_lkv);
  }

  .bg-dark__success {
    background-color: var(--dark__success_lkv);
    color: var(--dark__onsuccess_lkv);
  }

  .bg-dark__successcontainer {
    background-color: var(--dark__successcontainer_lkv);
    color: var(--dark__onsuccesscontainer_lkv);
  }

  .bg-dark__onsuccess {
    background-color: var(--dark__onsuccess_lkv);
    color: var(--dark__success_lkv);
  }

  .bg-dark__onsuccesscontainer {
    background-color: var(--dark__onsuccesscontainer_lkv);
    color: var(--dark__successcontainer_lkv);
  }

  .bg-dark__warning {
    background-color: var(--dark__warning_lkv);
    color: var(--dark__onwarning_lkv);
  }

  .bg-dark__warningcontainer {
    background-color: var(--dark__warningcontainer_lkv);
    color: var(--dark__onwarningcontainer_lkv);
  }

  .bg-dark__onwarning {
    background-color: var(--dark__onwarning_lkv);
    color: var(--dark__warning_lkv);
  }

  .bg-dark__onwarningcontainer {
    background-color: var(--dark__onwarningcontainer_lkv);
    color: var(--dark__warningcontainer_lkv);
  }

  .bg-dark__info {
    background-color: var(--dark__info_lkv);
    color: var(--dark__oninfo_lkv);
  }

  .bg-dark__infocontainer {
    background-color: var(--dark__infocontainer_lkv);
    color: var(--dark__oninfocontainer_lkv);
  }

  .bg-dark__oninfo {
    background-color: var(--dark__oninfo_lkv);
    color: var(--dark__info_lkv);
  }

  .bg-dark__oninfocontainer {
    background-color: var(--dark__oninfocontainer_lkv);
    color: var(--dark__infocontainer_lkv);
  }

  .util-grid-filler.for-display {
    flex: 1;
    margin-bottom: 1em;
    padding: 1em;
  }

  .bg-dark__primaryfixed {
    background-color: var(--dark__primaryfixed_lkv);
    color: var(--dark__onprimaryfixed_lkv);
  }

  .bg-dark__primaryfixeddim {
    background-color: var(--dark__primaryfixeddim_lkv);
    color: var(--dark__onprimaryfixedvariant_lkv);
  }

  .bg-dark__onprimaryfixed {
    background-color: var(--dark__onprimaryfixed_lkv);
    color: var(--dark__primaryfixed_lkv);
  }

  .bg-dark__onprimaryfixedvariant {
    background-color: var(--dark__onprimaryfixedvariant_lkv);
    color: var(--dark__primaryfixed_lkv);
  }

  .bg-dark__secondaryfixed {
    background-color: var(--dark__secondaryfixed_lkv);
    color: var(--dark__onsecondary_lkv);
  }

  .bg-dark__secondaryfixeddim {
    background-color: var(--dark__secondaryfixeddim_lkv);
    color: var(--dark__onsecondaryfixed_lkv);
  }

  .bg-dark__onsecondaryfixed {
    background-color: var(--dark__onsecondaryfixed_lkv);
    color: var(--dark__secondaryfixed_lkv);
  }

  .bg-dark__onsecondaryfixedvariant {
    background-color: var(--dark__onsecondaryfixedvariant_lkv);
    color: var(--dark__secondaryfixed_lkv);
  }

  .bg-dark__tertiaryfixed {
    background-color: var(--dark__tertiaryfixed_lkv);
    color: var(--dark__ontertiaryfixed_lkv);
  }

  .bg-dark__tertiaryfixeddim {
    background-color: var(--dark__tertiaryfixeddim_lkv);
    color: var(--dark__ontertiaryfixedvariant_lkv);
  }

  .bg-dark__ontertiaryfixed {
    background-color: var(--dark__ontertiaryfixed_lkv);
    color: var(--dark__tertiaryfixed_lkv);
  }

  .bg-dark__ontertiaryfixedvariant {
    background-color: var(--dark__ontertiaryfixedvariant_lkv);
    color: var(--dark__tertiaryfixed_lkv);
  }

  .bg-dark__surfacedim {
    background-color: var(--dark__surfacedim_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__surfacebright {
    background-color: var(--dark__surfacebright_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__surfacecontainerlowest,
  .bg-dark__surfacecontainerlow {
    background-color: var(--dark__surfacecontainerlowest_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__surfacecontainer {
    background-color: var(--dark__surfacecontainer_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__surfacecontainerhigh {
    background-color: var(--dark__surfacecontainerhigh_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg-dark__surfacecontainerhighest {
    background-color: var(--dark__surfacecontainerhighest_lkv);
    color: var(--dark__onsurface_lkv);
  }

  .bg__transparent {
    background-color: rgba(0, 0, 0, 0);
  }
/* color font */
  .color-light__primary_lkv {
    color: var(--light__primary_lkv);
  }

  .color-light__onprimary_lkv {
    color: var(--light__onprimary_lkv);
  }

  .color-light__primarycontainer_lkv {
    color: var(--light__primarycontainer_lkv);
  }

  .color-light__onprimarycontainer_lkv {
    color: var(--light__onprimarycontainer_lkv);
  }

  .color-light__secondary_lkv {
    color: var(--light__secondary_lkv);
  }

  .color-light__onsecondary_lkv {
    color: var(--light__onsecondary_lkv);
  }

  .color-light__secondarycontainer_lkv {
    color: var(--light__secondarycontainer_lkv);
  }

  .color-light__onsecondarycontainer_lkv {
    color: var(--light__onsecondarycontainer_lkv);
  }

  .color-light__tertiary_lkv {
    color: var(--light__tertiary_lkv);
  }

  .color-light__ontertiary_lkv {
    color: var(--light__ontertiary_lkv);
  }

  .color-light__tertiarycontainer_lkv {
    color: var(--light__tertiarycontainer_lkv);
  }

  .color-light__ontertiarycontainer_lkv {
    color: var(--light__ontertiarycontainer_lkv);
  }

  .color-light__error_lkv {
    color: var(--light__error_lkv);
  }

  .color-light__onerror_lkv {
    color: var(--light__onerror_lkv);
  }

  .color-light__errorcontainer_lkv {
    color: var(--light__errorcontainer_lkv);
  }

  .color-light__onerrorcontainer_lkv {
    color: var(--light__onerrorcontainer_lkv);
  }

  .color-light__background_lkv {
    color: var(--light__background_lkv);
  }

  .color-light__onbackground_lkv {
    color: var(--light__onbackground_lkv);
  }

  .color-light__surface_lkv {
    color: var(--light__surface_lkv);
  }

  .color-light__onsurface_lkv {
    color: var(--light__onsurface_lkv);
  }

  .color-light__surfacevariant_lkv {
    color: var(--light__surfacevariant_lkv);
  }

  .color-light__onsurfacevariant_lkv {
    color: var(--light__onsurfacevariant_lkv);
  }

  .color-light__outline_lkv {
    color: var(--light__outline_lkv);
  }

  .color-light__outlinevariant_lkv {
    color: var(--light__outlinevariant_lkv);
  }

  .color-light__shadow_lkv {
    color: var(--light__shadow_lkv);
  }

  .color-light__scrim_lkv {
    color: var(--light__scrim_lkv);
  }

  .color-light__inversesurface_lkv {
    color: var(--light__inversesurface_lkv);
  }

  .color-light__inverseonsurface_lkv {
    color: var(--light__inverseonsurface_lkv);
  }

  .color-light__inverseprimary_lkv {
    color: var(--light__inverseprimary_lkv);
  }

  .color-light__success_lkv {
    color: var(--light__success_lkv);
  }

  .color-light__successcontainer_lkv {
    color: var(--light__successcontainer_lkv);
  }

  .color-light__onsuccess_lkv {
    color: var(--light__onsuccess_lkv);
  }

  .color-light__onsuccesscontainer_lkv {
    color: var(--light__onsuccesscontainer_lkv);
  }

  .color-light__warning_lkv {
    color: var(--light__warning_lkv);
  }

  .color-light__warningcontainer_lkv {
    color: var(--light__warningcontainer_lkv);
  }

  .color-light__onwarning_lkv {
    color: var(--light__onwarning_lkv);
  }

  .color-light__onwarningcontainer_lkv {
    color: var(--light__onwarningcontainer_lkv);
  }

  .color-light__info_lkv {
    color: var(--light__info_lkv);
  }

  .color-light__infocontainer_lkv {
    color: var(--light__infocontainer_lkv);
  }

  .color-light__oninfo_lkv {
    color: var(--light__oninfo_lkv);
  }

  .color-light__oninfocontainer_lkv {
    color: var(--light__oninfocontainer_lkv);
  }

  .color-light__primaryfixed_lkv {
    color: var(--light__primaryfixed_lkv);
  }

  .color-light__primaryfixeddim_lkv {
    color: var(--light__primaryfixeddim_lkv);
  }

  .color-light__onprimaryfixed_lkv {
    color: var(--light__onprimaryfixed_lkv);
  }

  .color-light__onprimaryfixedvariant_lkv {
    color: var(--light__onprimaryfixedvariant_lkv);
  }

  .color-light__secondaryfixed_lkv {
    color: var(--light__secondaryfixed_lkv);
  }

  .color-light__secondaryfixeddim_lkv {
    color: var(--light__secondaryfixeddim_lkv);
  }

  .color-light__onsecondaryfixed_lkv {
    color: var(--light__onsecondaryfixed_lkv);
  }

  .color-light__onsecondaryfixedvariant_lkv {
    color: var(--light__onsecondaryfixedvariant_lkv);
  }

  .color-light__tertiaryfixed_lkv {
    color: var(--light__tertiaryfixed_lkv);
  }

  .color-light__tertiaryfixeddim_lkv {
    color: var(--light__tertiaryfixeddim_lkv);
  }

  .color-light__ontertiaryfixed_lkv {
    color: var(--light__ontertiaryfixed_lkv);
  }

  .color-light__ontertiaryfixedvariant_lkv {
    color: var(--light__ontertiaryfixedvariant_lkv);
  }

  .color-light__surfacedim_lkv {
    color: var(--light__surfacedim_lkv);
  }

  .color-light__surfacebright_lkv {
    color: var(--light__surfacebright_lkv);
  }

  .color-light__surfacecontainerlowest_lkv {
    color: var(--light__surfacecontainerlowest_lkv);
  }

  .color-light__surfacecontainerlow_lkv {
    color: var(--light__surfacecontainerlow_lkv);
  }

  .color-light__surfacecontainer_lkv {
    color: var(--light__surfacecontainer_lkv);
  }

  .color-light__surfacecontainerhigh_lkv {
    color: var(--light__surfacecontainerhigh_lkv);
  }

  .color-light__surfacecontainerhighest_lkv {
    color: var(--light__surfacecontainerhighest_lkv);
  }

  .color-dark__primary_lkv {
    color: var(--dark__primary_lkv);
  }

  .color-dark__onprimary_lkv {
    color: var(--dark__onprimary_lkv);
  }

  .color-dark__primarycontainer_lkv {
    color: var(--dark__primarycontainer_lkv);
  }

  .color-dark__onprimarycontainer_lkv {
    color: var(--dark__onprimarycontainer_lkv);
  }

  .color-dark__secondary_lkv {
    color: var(--dark__secondary_lkv);
  }

  .color-dark__onsecondary_lkv {
    color: var(--dark__onsecondary_lkv);
  }

  .color-dark__secondarycontainer_lkv {
    color: var(--dark__secondarycontainer_lkv);
  }

  .color-dark__onsecondarycontainer_lkv {
    color: var(--dark__onsecondarycontainer_lkv);
  }

  .color-dark__tertiary_lkv {
    color: var(--dark__tertiary_lkv);
  }

  .color-dark__ontertiary_lkv {
    color: var(--dark__ontertiary_lkv);
  }

  .color-dark__tertiarycontainer_lkv {
    color: var(--dark__tertiarycontainer_lkv);
  }

  .color-dark__ontertiarycontainer_lkv {
    color: var(--dark__ontertiarycontainer_lkv);
  }

  .color-dark__error_lkv {
    color: var(--dark__error_lkv);
  }

  .color-dark__onerror_lkv {
    color: var(--dark__onerror_lkv);
  }

  .color-dark__errorcontainer_lkv {
    color: var(--dark__errorcontainer_lkv);
  }

  .color-dark__onerrorcontainer_lkv {
    color: var(--dark__onerrorcontainer_lkv);
  }

  .color-dark__background_lkv {
    color: var(--dark__background_lkv);
  }

  .color-dark__onbackground_lkv {
    color: var(--dark__onbackground_lkv);
  }

  .color-dark__surface_lkv {
    color: var(--dark__surface_lkv);
  }

  .color-dark__onsurface_lkv {
    color: var(--dark__onsurface_lkv);
  }

  .color-dark__surfacevariant_lkv {
    color: var(--dark__surfacevariant_lkv);
  }

  .color-dark__onsurfacevariant_lkv {
    color: var(--dark__onsurfacevariant_lkv);
  }

  .color-dark__outline_lkv {
    color: var(--dark__outline_lkv);
  }

  .color-dark__outlinevariant_lkv {
    color: var(--dark__outlinevariant_lkv);
  }

  .color-dark__shadow_lkv {
    color: var(--dark__shadow_lkv);
  }

  .color-dark__scrim_lkv {
    color: var(--dark__scrim_lkv);
  }

  .color-dark__inversesurface_lkv {
    color: var(--dark__inversesurface_lkv);
  }

  .color-dark__inverseonsurface_lkv {
    color: var(--dark__inverseonsurface_lkv);
  }

  .color-dark__inverseprimary_lkv {
    color: var(--dark__inverseprimary_lkv);
  }

  .color-dark__success_lkv {
    color: var(--dark__success_lkv);
  }

  .color-dark__successcontainer_lkv {
    color: var(--dark__successcontainer_lkv);
  }

  .color-dark__onsuccess_lkv {
    color: var(--dark__onsuccess_lkv);
  }

  .color-dark__onsuccesscontainer_lkv {
    color: var(--dark__onsuccesscontainer_lkv);
  }

  .color-dark__warning_lkv {
    color: var(--dark__warning_lkv);
  }

  .color-dark__warningcontainer_lkv {
    color: var(--dark__warningcontainer_lkv);
  }

  .color-dark__onwarning_lkv {
    color: var(--dark__onwarning_lkv);
  }

  .color-dark__onwarningcontainer_lkv {
    color: var(--dark__onwarningcontainer_lkv);
  }

  .color-dark__info_lkv {
    color: var(--dark__info_lkv);
  }

  .color-dark__infocontainer_lkv {
    color: var(--dark__infocontainer_lkv);
  }

  .color-dark__oninfo_lkv {
    color: var(--dark__oninfo_lkv);
  }

  .color-dark__oninfocontainer_lkv {
    color: var(--dark__oninfocontainer_lkv);
  }

  .color-dark__primaryfixed_lkv {
    color: var(--dark__primaryfixed_lkv);
  }

  .color-dark__primaryfixeddim_lkv {
    color: var(--dark__primaryfixeddim_lkv);
  }

  .color-dark__onprimaryfixed_lkv {
    color: var(--dark__onprimaryfixed_lkv);
  }

  .color-dark__onprimaryfixedvariant_lkv {
    color: var(--dark__onprimaryfixedvariant_lkv);
  }

  .color-dark__secondaryfixed_lkv {
    color: var(--dark__secondaryfixed_lkv);
  }

  .color-dark__secondaryfixeddim_lkv {
    color: var(--dark__secondaryfixeddim_lkv);
  }

  .color-dark__onsecondaryfixed_lkv {
    color: var(--dark__onsecondaryfixed_lkv);
  }

  .color-dark__onsecondaryfixedvariant_lkv {
    color: var(--dark__onsecondaryfixedvariant_lkv);
  }

  .color-dark__tertiaryfixed_lkv {
    color: var(--dark__tertiaryfixed_lkv);
  }

  .color-dark__tertiaryfixeddim_lkv {
    color: var(--dark__tertiaryfixeddim_lkv);
  }

  .color-dark__ontertiaryfixed_lkv {
    color: var(--dark__ontertiaryfixed_lkv);
  }

  .color-dark__ontertiaryfixedvariant_lkv {
    color: var(--dark__ontertiaryfixedvariant_lkv);
  }

  .color-dark__surfacedim_lkv {
    color: var(--dark__surfacedim_lkv);
  }

  .color-dark__surfacebright_lkv {
    color: var(--dark__surfacebright_lkv);
  }

  .color-dark__surfacecontainerlowest_lkv {
    color: var(--dark__surfacecontainerlowest_lkv);
  }

  .color-dark__surfacecontainerlow_lkv {
    color: var(--dark__surfacecontainerlow_lkv);
  }

  .color-dark__surfacecontainer_lkv {
    color: var(--dark__surfacecontainer_lkv);
  }

  .color-dark__surfacecontainerhigh_lkv {
    color: var(--dark__surfacecontainerhigh_lkv);
  }

  .color-dark__surfacecontainerhighest_lkv {
    color: var(--dark__surfacecontainerhighest_lkv);
  }

/*grid set up*/
  .grid {
    display: grid;
    gap: var(--wholestep);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .grid.col__1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr
  }

  .grid.col__1.gap4-235em {
    grid-column-gap: 4.235em;
    grid-row-gap: 4.235em
  }

  .grid.col__1.gap4-235em.getaquote {
    max-width: 27.2em
  }

  .grid.col__1.gap4-235em.ticketfair-beta {
    max-width: 80ch
  }

  .grid.col__2 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em;
  }

  .grid.col__2.gap__md {
    gap: 1.5rem;
  }
  .grid.col__2.gap__lg {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em
  }

  .grid.col__2.gap__xl {
    grid-column-gap: 4.235em;
    grid-row-gap: 4.235em
  }

  .grid.col__2.on-dropdown-link {
    z-index: 1;
    grid-template-columns: max-content 1fr;
    position: relative
  }

  .grid.col__2.position__rel.gap__xxl {
    grid-template-columns: 1fr 1fr;
  }

  .grid.col__2.gap__3xl {
    grid-column-gap: 4.235em;
    grid-row-gap: 4.235em
  }

  .grid.col__2.gap__3xl.height__100 {
    grid-column-gap: 4.235em;
    height: 100%
  }

  .grid.col__2.gap__2xl {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em
  }

  .grid.col__2.mobile-block.gap__0 {
    grid-column-gap: 0em;
    grid-row-gap: 0em
  }

  .grid.col__3 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid.col__3.website-details,.grid.col__3.gap-2-618em {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em
  }

  .grid.col__3.gap__xxl {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.col__3.gap__xl {
    grid-column-gap: 1.618em;
    grid-row-gap: 1.618em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.col__3.pricing-table {
    grid-template-columns: max-content 1fr 1fr
  }

  .grid.col__3.gap__m {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.col__4 {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.col__4.gap__xxl {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
  }

  .grid.col__4.gap__3xl {
    grid-column-gap: 4.235em;
    grid-row-gap: 4.235em
  }

  .grid.col__4.gap__3xl.opacity__50.adjust-tab-down {
    grid-column-gap: 6.852em;
    grid-row-gap: 6.852em;
    margin-left: auto;
    margin-right: auto
  }

  .grid.col__4.gap__m {
    grid-column-gap: 1em;
    grid-row-gap: 1em
  }

  .grid.col__5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__5.example-estimate {
    grid-column-gap: 2.618em;
    grid-row-gap: .272em;
    grid-template-columns: 1fr auto auto auto auto
  }

  .grid.col__5.gap__xxl {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.col__5.gap__xxxl {
    grid-column-gap: 4.235em;
    grid-row-gap: 4.235em
  }

  .grid.col__6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__6.gap__xxl {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center
  }

  .grid.col__9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__12.gap__xxl {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
  }

  .grid.col__12.gap__xxl.row1-max-content {
    grid-template-rows: max-content auto
  }

  .grid.col__12.gap__xl {
    grid-column-gap: 1.618em;
    grid-row-gap: 1.618em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.gap__xxl {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .grid.blog-post {
    grid-column-gap: 2.618em;
    grid-row-gap: 2.618em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    min-height: 90vh
  }

  .grid.cssreference {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr
  }

  .grid.ticketfair-hero {
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    place-items: center start
  }

  .grid.buttons {
    grid-template-rows: auto;
    grid-template-columns: max-content max-content
  }

  .grid.home-hero {
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr max-content;
    place-items: center start
  }

  .grid.home-hero.gap__xl {
    text-align: center;
    flex-flow: column
  }
/* justify content*/
  .justify-content__start {
    justify-content: flex-start;
  }

  .justify-content__center {
    justify-content: center;
  }

  .justify-content__end {
    justify-content: end;
  }

  .justify-content__space-between {
    justify-content: space-between;
  }

  .justify-content__space-around {
    justify-content: space-between;
  }

/*overflow*/
  .overflow__hidden {
    overflow: hidden;
  }

  .overflow__visible {
    overflow: visible;
  }

  .overflow__scroll {
    overflow: scroll;
  }

  .overflow__auto {
    overflow: auto;
  } 

/*position*/
  .position__static {
    position: static;
  }

  .position__relative {
    position: relative;
  }

  .position__absolute {
    position: absolute;
  }

  .position__fixed {
    position: fixed;
  }

  .position__sticky {
    position: sticky;
    top: 0;
  }

/*scale*/
  .scaleUp__wholestep {
    transform: scale(var(--wholestep));
  }

  .scaleUp__halfstep {
    transform: scale(var(--halfstep));
  }

  .scaleUp__quarterstep {
    transform: scale(var(--quarterstep));
  }

  .scaleDown__wholestep {
    transform: scale(calc(1 / var(--wholestep)));
  }

  .scaleDown__halfstep {
    transform: scale(calc(1 / var(--halfstep)));
  }

  .scaleDown__quarterstep {
    transform: scale(calc(1 / var(--quarterstep)));
  }  

/*state layer*/
    /*when to use this?
    .state-layer {
      z-index: 0;
      opacity: 0;
      pointer-events: none;
      background-color: #000;
      position: absolute;
      top: 0%;
      bottom: 0%;
      left: 0%;
      right: 0%;

      transition: opacity 0.2s ease;
    }

    
    *:hover .state-layer{
      opacity: 0.08;
    }
    
    *:active .state-layer{
      opacity: 0.14;
    }
    */
  *:focus .state-layer{
    opacity: 0.14;
  }
  
  .nowrap {
    white-space: nowrap;
  }

  .offscreen {
    position: absolute;
    left: -10000px;
  }
/* End Utility Classes */

/* || GENERAL STYLES ||*/
  body 
  {
    background-color: var(--BGColorL);
    font: var(--FontSize) var(--FontFamily);

  }
 /*  main{
    margin-left:var(--navWidth);
  } */

/* main navigation menu*/
 /*  .navbar{
    position: fixed;
    background-color: var(--navMenuD);
  } */
  .navbar-nav{
    align-items: left;
    display:flex;
    flex-direction:column;
    
    list-style-type: none;
  }
  .nav-link{
    align-items:left;
    display:flex;
    color: var(--BGColorL);
    text-decoration: none;
  }
  .link-text{
    /* display:block; */
    /*color: var(--BGColorL);*/

  }
/*hero section formating*/
.hero{
  
  background-image: url("../images/MM/1.png");
  background-repeat: no-repeat;
  
  background-size: cover;
  color:white;
  /* <img src="images/herotest/hero.webp"loading="eager" sizes="100vw" class="object-cover object-center h-full w-full"> */

}

/*|| TEXT FORMAT ||*/

/*text alignment*/
  .text-align__left {
    text-align: left;
  }

  .text-align__center {
    text-align: center;
  }

  .text-align__right {
    text-align: right;
  }

/* || TYPOGRAPHY ||*/
p{
  line-height: 1.3em;
}
  /* Regular families */
    .display1 {
      --lineHeightInEms: calc(1em * var(--quarterstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --sm: calc(var(--lineHeightInEms) * calc(1 / var(--halfstep)))

      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.022em;
      font-size: calc(1em * var(--wholestep) * var(--wholestep) * var(--wholestep));
      font-weight: 400;
      line-height: var(--quarterstep);
    }

    .display2 {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.022em;
      font-size: calc(1em * var(--wholestep) * var(--wholestep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .title1 {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.022em;
      font-size: calc(1em * var(--wholestep) * var(--halfstep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .title2 {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.02em;
      font-size: calc(1em * var(--wholestep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .title3 {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.017em;
      font-size: calc(1em * var(--halfstep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .heading {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.014em;
      font-size: calc(1em * var(--quarterstep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

      .subheading {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.007em;
      font-size: calc(1em / var(--quarterstep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .body {
      --lineHeightInEms: calc(1em * var(--wholestep));
      --md: calc(var(--base) / var(--wholestep));
      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--base) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.011em;
      cursor: default;
      font-size: 1em;
      font-weight: 400;
      line-height: var(--wholestep);
    }

    .callout {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.009em;
      font-size: calc(1em / var(--eighthstep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .label {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.004em;
      font-size: calc((1em / var(--quarterstep)) / var(--eighthstep));
      font-weight: 600;
      line-height: var(--halfstep);
      position: static;
      top: 6.235em;
    }

    .caption {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.007em;
      font-size: calc(1em / var(--halfstep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

    .overline {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: 0.0618em;
      text-transform: uppercase;
      font-size: calc(1em / var(--halfstep));
      font-weight: 400;
      line-height: var(--halfstep);
    }

  /* Bold Families */
    .display1__bold {
      --lineHeightInEms: calc(1em * var(--quarterstep));
      --md: calc(var(--base) / var(--wholestep));
      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--base) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.022em;
      font-size: calc(1em * var(--wholestep) * var(--wholestep) * var(--wholestep));
      font-weight: 700;
      line-height: var(--quarterstep);
    }

    .display2__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.022em;
      font-size: calc(1em * var(--wholestep) * var(--wholestep));
      font-weight: 700;
      line-height: var(--halfstep);
    }

    .title1__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.022em;
      font-size: calc(1em * var(--wholestep) * var(--halfstep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .title2__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));

      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.02em;
      font-size: calc(1em * var(--wholestep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .title3__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.017em;
      font-size: calc(1em * var(--halfstep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .heading__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.014em;
      font-size: calc(1em * var(--quarterstep));
      font-weight: 700;
      line-height: var(--halfstep);
    }

    .subheading__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.007em;
      font-size: calc(1em / var(--quarterstep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .body__bold {
      --lineHeightInEms: calc(1em * var(--wholestep));
      --md: calc(var(--base) / var(--wholestep));
      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--base) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.011em;
      padding: 0;
      font-size: 1em;
      font-weight: 600;
      line-height: var(--wholestep);
      position: relative;
    }

    .callout__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.009em;
      font-size: calc(1em / var(--eighthstep));
      font-weight: 600;
      line-height: var(--halfstep);
      text-decoration: none;
    }

    .label__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.004em;
      font-size: calc((1em / var(--quarterstep)) / var(--eighthstep));
      font-weight: 700;
      line-height: var(--halfstep);
    }

    .caption__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: -0.007em;
      font-size: calc(1em / var(--halfstep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .overline__bold {
      --lineHeightInEms: calc(1em * var(--halfstep));
      --md: var(--lineHeightInEms);

      --sm: calc(var(--lineHeightInEms) * var(--wholestep-dec));
      --xs: calc(var(--lineHeightInEms) * var(--halfstep-dec));
      --2xs: calc(var(--lineHeightInEms) * var(--quarterstep-dec));


      --lg: calc(var(--lineHeightInEms) * var(--wholestep));
      --xl: calc(var(--lg) * var(--wholestep));
      --2xl: calc(var(--xl) * var(--wholestep));

      letter-spacing: 0.0618em;
      text-transform: uppercase;
      font-size: calc(1em / var(--halfstep));
      font-weight: 600;
      line-height: var(--halfstep);
    }

  /*screen adjustments */ 
    @media screen and (max-width: 991px) {
      body {
        font-size: 1em;
      }
    }

    @media screen and (max-width: 767px) {
      .display1__bold,
        .display1 {
          font-size: 3.3301em;
        }
    }

    @media screen and (max-width: 479px) {
      .display1 {
        font-size: 2.61743em;
      }

      .display1__bold {
        font-size: 2.61743em;
      }

      .display2 {
        font-size: 2.05818em;
      }

      .display2__bold {
        font-size: 2.05818em;
      }

      .title1__bold,
      .title1 {
        font-size: 1.82285em;
      }
    }
  /*rich text*/
    .rich-text {
      color: var(--light__onsurface_lkv);
    }

    .rich-text h1 {
      color: var(--light__onsurface_lkv);
      letter-spacing: -0.035em;
      margin-top: 0;
      margin-bottom: 1.129em;
      font-size: calc(1em * var(--wholestep) * var(--wholestep) * var(--wholestep));
      font-weight: 700;
      line-height: 1.129;
    }

    .rich-text h2 {
      letter-spacing: -0.022em;
      margin-top: 0.786096em;
      margin-bottom: 0.345984em;
      font-size: calc(1em * var(--wholestep) * var(--wholestep));
      font-weight: 700;
      line-height: var(--halfstep);
    }

    .rich-text h3 {
      letter-spacing: -0.022em;
      margin-top: 0.786096em;
      margin-bottom: 0.345984em;
      font-size: 2.058em;
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .rich-text h4 {
      letter-spacing: -0.02em;
      margin-top: 0.786096em;
      margin-bottom: 0.345984em;
      font-size: 1.618em;
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .rich-text h5 {
      letter-spacing: -0.017em;
      margin-top: 0.786096em;
      margin-bottom: 0.345984em;
      font-size: 1.272em;
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .rich-text h6 {
      letter-spacing: -0.014em;
      margin-top: 0.786096em;
      margin-bottom: 0.345984em;
      font-size: 1.129em;
      font-weight: 600;
      line-height: var(--halfstep);
    }

    .rich-text ol {
      margin-top: 1em;
      margin-bottom: 1em;
    }

    .rich-text ul {
      margin-top: 1em;
      margin-bottom: 1em;
      padding-left: 2.618em;
      line-height: var(--wholestep);
    }

    .rich-text blockquote {
      margin-top: 1em;
      margin-bottom: 1em;
      padding: 0 1.618em;
      font-size: 1em;
      line-height: var(--wholestep);
    }

    .rich-text p {
      color: var(--light__onsurfacevariant_lkv);
      margin-top: 1em;
      margin-bottom: 1em;
    }

    .rich-text a {
      color: var(--light__primary_lkv);
      font-weight: 700;
    }

    .rich-text figcaption {
      color: var(--light__onsurfacevariant_lkv);
      margin-top: 1em;
      margin-bottom: 1em;
      font-size: calc(1em / var(--halfstep));
      line-height: var(--wholestep);
    }

    .rich-text img {
      margin-top: 1em;
      margin-bottom: 11em;
    }


/* || BLOCK LAYOUTS || containers, display, flex, section*/

  /*banners*/
    .hero-banner {
      -webkit-clip-path: inset(0);
      clip-path: inset(0);
      height: calc(var(--screen-vh) + 20px)
    }

    .hero-banner__fixed {
      min-height: calc(var(--screen-vh) + 20px)
    }

    .hero-banner .button-primary,.hero-banner .button-simple,.hero-banner .wpcf7-submit,.hero-banner :where(.button-brand-blue),.hero-banner :where(.button-outline,.button-outline-sm),.hero-banner :where(.button-translucent) {
      margin-top: 50px
    }

    .hero-banner__overlay {
      filter: drop-shadow(0 0 2px rgba(0,0,0,.2509803922)) drop-shadow(0 0 8px rgba(0,0,0,.5019607843))
    }

    .container .hero-banner__fixed {
      left: 50%;
      max-width: 1280px;
      right: auto;
      transform: translateX(-50%);
      width: 100%
    }

    .container .images {
      height: auto
    }
  /*button layouts*/
    .button {
      grid-column-gap: .485867em;
      grid-row-gap: .485867em;
      background-color: black;
      color: var(--light__onprimary_clv);
      letter-spacing: -.011em;
      text-shadow: none;
      border: 3px solid #0000;
      border-radius: .9em;
      /* border-radius: 100em; */
      justify-content: flex-start;
      align-items: center;
      padding: .485867em 1em;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      position: relative;
      overflow: hidden
  }
  .button:hover {
    background-color: var(--secondary);
    
  }
  .button.full_width {
    width:95%;
    
  }

  .button.endicon {
      padding-right: .618em
  }

  .button.starticon {
      padding-left: .618047em
  }

  .button.large {
      font-size: 1.272em;
      font-weight: 500
  }

  .button.start-icon {
      padding-left: .618em;
      line-height: 1.272
  }

  .button.start-icon.end-icon {
      padding-left: .618em;
      padding-right: .618em
  }

  .button.start-icon.bg-light__info {
      background-color: var(--light__info_clv);
      color: var(--light__oninfo_clv)
  }

  .button.submit {
      font-weight: 600
  }

  .button.jumbo {
      border-radius: .618em;
      padding: .9em;
      font-size: 1.618em;
      font-weight: 500;
      transition: opacity .2s;
      display: block
  }

  .button.jumbo:hover {
      opacity: .66
  }

  .button.bg-light__secondary.start-icon.display__block {
      flex: none
  }
  .button__outline {
    box-sizing: border-box;
      grid-column-gap: .485867em;
      grid-row-gap: .485867em;
      color: black;
      background-color: transparent;
      border: 3px solid #000;
      border-radius: .9em;
      /* border-radius: 100em; */
      justify-content: flex-start;
      align-items: center;
      padding: .485867em 1em;
      text-decoration: none;
      display: inline-block;
      position: relative;
      overflow: hidden
  }
  .button__outline.full_width {
    width:95%;
    /* display: block; */
  }
  .button__outline:hover {
    border: 3px solid var(--primary);
    color: var(--secondary);
  }

  .button__outline.large {
      font-size: 1.272em
  }
  .button__outline.email {
    font-size: 0.95rem; /* This overrides .button__outline */
  }

  .button__outline.start-icon,.button__outline.start-icon.end-icon {
      padding-left: .618em
  }

  .button__outline.start-icon.m-bottom__xxl {
      flex: none
  }

  .button__outline.start-icon.abs-left {
      position: absolute;
      inset: 50% auto auto 0%;
      transform: translateY(-50%)
  }

  .button__outline.start-icon.abs-left.reset {
      z-index: 3;
      cursor: pointer;
      inset: 1.618em auto auto 1.618em;
      transform: none
  }

  .button__outline.end-icon {
      padding-right: .618em
  }

  .buttongrid {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto;
      grid-template-columns: max-content max-content max-content max-content max-content;
      grid-auto-columns: max-content;
      justify-items: start;
      display: grid
  }
  .button,
.button__outline {
  margin-bottom: 1rem; /* Or use a utility class like .m-bottom__m */
}

  .button__text {
      grid-column-gap: .485867em;
      grid-row-gap: .485867em;
      color: var(--light__primary_clv);
      background-color: #0000;
      border: 1px solid #0000;
      border-radius: 100em;
      justify-content: flex-start;
      align-items: center;
     /*  padding: .485867em 1em; */
      text-decoration: none;
      display: inline-block;
      position: relative;
      overflow: hidden
  }

  .button__text.w--current {
      background-color: var(--primarycontainer)
  }

  .button__text.starticon {
      padding-left: .618em
  }

  .button__text.endicon {
      padding-right: .618em
  }

  .button__text.large {
      color: var(--light__primary_clv);
      font-size: 1.272em
  }

  .button__text.color__onprimary {
      color: var(--onprimary)
  }

  .button__text.color__onprimary.w--current {
      background-color: var(--onprimary);
      color: var(--primary)
  }

  /*cards*/
    .card {
      background-color: var(--light__surfacecontainerlowest_clv)
    }

    .card.scalefactor__display1 {
      border-radius: 3.3294em;
      padding: 3.3294em 4.235em 4.235em
    }

    .card.scalefactor__display2 {
      border-radius: 2.05818em;
      padding: 2.05818em 2.618em 2.618em
    }

    .card.scalefactor__display2.bg-surface {
      background-color: var(--surface)
    }

    .card.scalefactor__titlea {
      border-radius: 1.61792em;
      padding: 1.61792em 2.058em 2.058em
    }

    .card.scalefactor__titlea.text-align__left.bg-light__surfacecontainer.for-price-calc {
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background-color: #edf0f1
    }

    .card.scalefactor__titlea.text-align__left.bg-light__surfacecontainer.for-price-calc.on-default {
      background-color: #0000;
      position: relative;
      box-shadow: 0 0 2px #00000052,0 20px 100px #00000014
    }

    .card.scalefactor__titlea.pulled {
      margin-top: -2.618em
    }

    .card.scalefactor__titlea.pulled.shadow5 {
      margin-top: -4.235em;
      box-shadow: 0 25px 50px #0000001a,0 9px 18px #0000001a,0 0 1px #727272
    }

    .card.scalefactor__titlea.pulled.shadow5.position__rel {
      margin-top: -4.235em
    }

    .card.scalefactor__titleb {
      border-radius: 1.27201em;
      padding: 1.27201em 1.618em 1.618em
    }

    .card.scalefactor__titlec {
      border-radius: 1em;
      padding: 1em 1.272em 1.272em
    }

    .card.scalefactor__heading {
      border-radius: .887579em;
      padding: .887579em 1.129em 1.129em
    }

    .card.scalefactor__heading.bg__surfacecontainer {
      background-color: var(--surfacecontainer)
    }

    .card.scalefactor__heading.glass {
      -webkit-backdrop-filter: brightness(104%)blur(20px);
      backdrop-filter: brightness(104%)blur(20px);
      background-color: #0000;
      box-shadow: 0 0 2px #0003,0 20px 20px -16px #00000012
    }

    .card.scalefactor__subheading {
      border-radius: .695755em;
      padding: .695755em .885em .885em
    }

    .card.scalefactor__body {
      border-radius: .786164em;
      padding: .786164em 1em 1em
    }

    .card.scalefactor__body.bg__surfacecontainer {
      background-color: var(--light__surfacecontainer_clv)
    }

    .card.scalefactor__body.bg-light__infocontainer {
      background-color: var(--light__infocontainer_clv);
      color: var(--light__oninfocontainer_clv)
    }

    .card.scalefactor__body.bg-light__infocontainer.m-top__xl.pad-shave-bottom {
      padding-top: .786em;
      padding-bottom: .786em
    }

    .card.scalefactor__body.on-price-calculator {
      -webkit-backdrop-filter: brightness(105%);
      backdrop-filter: brightness(105%);
      background-color: #0000;
      overflow: auto;
      box-shadow: 0 0 2px #00000052
    }

    .card.scalefactor__callout {
      border-radius: .741352em;
      padding: .741352em .943em .943em
    }

    .card.scalefactor__callout.position__rel.complexity-card {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      border-bottom: 1px solid var(--light__outlinevariant_clv);
      background-color: #0000;
      border-radius: 0;
      grid-template-rows: auto;
      grid-template-columns: 1fr .25fr .25fr;
      grid-auto-columns: 1fr;
      justify-content: space-between;
      align-items: center;
      padding: .458em 0;
      display: grid
    }

    .card.scalefactor__callout.position__rel.complexity-card.last,.card.scalefactor__callout.position__rel.complexity-card.no-border {
      border-bottom-style: none
    }

    .card.scalefactor__label {
      border-radius: .656447em;
      padding: .656447em .835em .835em
    }

    .card.scalefactor__caption {
      border-radius: .617925em;
      padding: .617925em .786em .786em
    }

    .card.bg-surface {
      background-color: #ebebeb
    }

    .card.glass {
      position: relative
    }
    /* Faculty Card */
    .card.faculty {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: hsl(0, 0%, 90%);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .card.faculty:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .card.faculty img {
      width: 100%;
      height: var(--sm);
      object-fit: cover;
    }

    .card.faculty h2 {
      color: white;
      background-color: var(--secondary);
     /*  font-size: clamp(.8rem, 1.8vw, 1.2rem); */
      font-weight: 500;
      line-height: 1.2;
      padding: 1rem;

       /* Reserve space for 2 lines */
      /*min-height: calc(1.2em * 2);  1.2em line height * 2 lines */
      display: -webkit-box;            /* Optional line-clamp */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
       
    }

    .card.faculty p {
      margin-bottom: 0px;
      color: #555;
    }
    .card.faculty .button_group{
     display: flex;
     flex-wrap: wrap;         /* Allows buttons to wrap */
     gap: 0.6rem;
     padding: 1rem;
    }
    .button_group button {
      flex: 1 1 100%;          /* Default: full width */
    }

    .button_group button.half_width,
    .button_group .button__outline.half_width {
      flex: 1 1 calc(50% - 0.3rem); /* Two in a row with gap */
    }


    .card.faculty .dark_background{
      /* background-color: ; */
      min-height: 7rem;
      padding: 0.5rem 1rem;
    }
    .card.faculty .dark_background h2{
      color:rgba(0, 0, 0, 0.9);
      background-color: transparent;
      
      /* font-weight: 500; */
      line-height: 1;
      padding: 0;
      margin-top: 1rem;
      margin-bottom: 0;
      min-height: 0;
    }
    .card.faculty .dark_background a {
      color:rgba(0, 0, 0, 0.8);
      font-size: clamp(.9rem, 1.5vw, 1.2rem);
      font-weight: 500;
      line-height: 1;
      
      padding-bottom: 2rem;
      margin: 0;
    }
    .card.faculty .dark_background p {
      color:rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5;
      padding-bottom: .5rem;
    }

    .card.faculty a {
      color: #000;
      text-decoration: none;
    }

    .card.faculty a:hover {
      text-decoration: underline;
    }

     /* Admin Card */
     .card.admin {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .card.admin:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .card.admin img {
      width: 100%;
      height: var(--xs);
      object-fit: cover;
    }


   /*  .card.admin p {
      color: #555;
    } */

    .card.admin .dark_background{
      align-items: center;
      display: flex;
      flex-direction: column;
      background-color: var(--primary);
      padding: 1rem;
    }
    .card.admin .dark_background h2,
    .card.admin .dark_background a {
      color: white;
    }
    .card.admin .dark_background p{
      color: var(--BGColorL);
      font-weight:100;
      text-transform: uppercase;

    }
    .card.admin h2{
      align-self: center;
      margin-top: var(--lg);
      margin-bottom: 0em;
      font-size: var(--lg);
    }
    .card.admin p {
      margin: 0;
      font-size: var(--sm);
    }
    .card.admin .button_group{
      display:flex;
      flex-direction: column;
      padding: 1rem;
      gap: .6rem;
    }

    .card.admin a {
      color: #007BFF;
      text-decoration: none;
    }

    .card.admin a:hover {
      text-decoration: underline;
      
    }
      /* Discovery Card */
     .card.discovery {
      border: 1px solid #ddd;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .card.discovery:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .card.discovery .discovery_header {
      
      margin: 0 auto; /* center horizontally */
      background: rgba(0, 0, 0, 0.9); /* black background */
      color: #fff;      /* white text */
      font-weight: 700; /* thicker font weight */
      padding: 0.5em 1em;
      border-radius: 6px 6px 0 0; /* optional: rounded top */
      display: flex;
      align-items: center;
      justify-content: flex-start;
      min-height: 48px;
      box-sizing: border-box;
    }

    .card.discovery img {
      display: block; 
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover;
    }

    .card.discovery .discovery_details{
      align-items: left;
      display: flex;
      flex-direction: column;
      flex: 0 1 auto;
      padding: 1rem;
    }
    .card.discovery .discovery_details h2,
    .card.discovery .discovery_details a {
      color: rgba(0, 0, 0, 0.9);
    }
    .card.discovery .discovery_title {
      color: rgba(0, 0, 0, 0.9);
      background-color: transparent;
      font-size: clamp(1rem, 2vw, 1.5rem);   /* Responsive size */
      font-weight: 600;
      line-height: 1.1;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      /* Ensure text doesn't overflow past 3 lines */
      display: -webkit-box;
      -webkit-line-clamp: 3;   /* Show max 3 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
    }
    /* .card.discovery .dark_background p{
      color: var(--BGColorL);
      font-weight:100;
      text-transform: uppercase;

    } */
    .card.disovery h2{
      margin-top: var(--lg);
      margin-bottom: 0em;
      font-size: var(--lg);
    }
    .card.disovery p {
      margin: 0;
      font-size: var(--sm);
    }
    .card.discovery .button_group{
      display:flex;
      flex-direction: column;
      padding: 1rem;
      gap: .6rem;
    }

    .card.discovery a {
      color: #007BFF;
      text-decoration: none;
    }

    /* .card.discovery a:hover {
      text-decoration: underline;
      
    } */

    .card__outline__link {
      border: 1px solid var(--light__outlinevariant_clv);
      position: relative;
      overflow: hidden
    }

    .card__outline__link.scalefactor__titlec {
      border-radius: 1em;
      padding: 1em 1.272em 1.272em
    }

    .card__outline__link.scalefactor__subheading {
      border-radius: .695755em;
      padding: .695755em .885em .885em
    }

    .card__outline__link.scalefactor__display1 {
      border-radius: 3.3294em;
      padding: 3.3294em 4.235em 4.235em
    }

    .card__outline__link.scalefactor__display2 {
      border-radius: 2.05818em;
      padding: 2.05818em 2.618em 2.618em
    }

    .card__outline__link.scalefactor__titleb {
      border-radius: 1.27201em;
      padding: 1.27201em 1.618em 1.618em
    }

    .card__outline__link.scalefactor__label {
      border-radius: .656447em;
      padding: .656447em .835em .835em
    }

    .card__outline__link.scalefactor__overline {
      adding: .618em .786em .786em
    }

    .card__outline__link.scalefactor__titlea {
      border-radius: 1.61792em;
      padding: 1.61792em 2.058em 2.058em
    }

    .card__outline__link.scalefactor__caption {
      border-radius: .617925em;
      padding: .617925em .786em .786em
    }

    .card__outline__link.scalefactor__callout {
      border-radius: .741352em;
      padding: .741352em .943em .943em
    }

    .card__outline__link.scalefactor__heading {
      border-radius: .887579em;
      padding: .887579em 1.129em 1.129em
    }

    .card__outline__link.scalefactor__body {
      border-radius: .786164em;
      padding: .786164em 1em 1em
    }
    .card__link {
      background-color: var(--light__surfacecontainerlowest_clv);
      cursor: pointer;
      text-decoration: none;
      position: relative;
      overflow: hidden
    }

    .card__link.scalefactor__label {
      border-radius: .656447em;
      padding: .656447em .835em .835em
    }

    .card__link.scalefactor__callout {
      border-radius: .741352em;
      padding: .741352em .943em .943em
    }

    .card__link.scalefactor__titleb {
      border-radius: 1.27201em;
      padding: 1.27201em 1.618em 1.618em
    }

    .card__link.scalefactor__heading {
      border-radius: .887579em;
      padding: .887579em 1.129em 1.129em
    }

    .card__link.scalefactor__display1 {
      border-radius: 3.3294em;
      padding: 3.3294em 4.235em 4.235em
    }

    .card__link.scalefactor__caption {
      border-radius: .617925em;
      padding: .617925em .786em .786em
    }

    .card__link.scalefactor__subheading {
      border-radius: .695755em;
      padding: .695755em .885em .885em
    }

    .card__link.scalefactor__titlec {
      border-radius: 1em;
      padding: 1em 1.272em 1.272em
    }

    .card__link.scalefactor__body {
      border-radius: .786164em;
      padding: .786164em 1em 1em
    }

    .card__link.scalefactor__display2 {
      border-radius: 2.05818em;
      padding: 2.05818em 2.618em 2.618em
    }

    .card__link.scalefactor__overline {
      border-radius: .617925em;
      padding: .618em .786em .786em
    }

    .card__link.scalefactor__titlea {
      border-radius: 1.61792em;
      padding: 1.61792em 2.058em 2.058em
    }

    .card__outline {
      border: 1px solid var(--light__outlinevariant_clv)
    }

    .card__outline.scalefactor__heading {
      border-radius: .887579em;
      padding: .887579em 1.129em 1.129em
    }

    .card__outline.scalefactor__heading.border-color__info {
      border-color: var(--light__info_clv)
    }

    .card__outline.scalefactor__titlec {
      border-radius: 1em;
      padding: 1em 1.272em 1.272em
    }

    .card__outline.scalefactor__display1 {
      border-radius: 3.3294em;
      padding: 3.3294em 4.235em 4.235em
    }

    .card__outline.scalefactor__body {
      border-radius: .786164em;
      padding: .786164em 1em 1em
    }

    .card__outline.scalefactor__body.glass {
      -webkit-backdrop-filter: brightness(107%)blur(30px);
      backdrop-filter: brightness(107%)blur(30px);
      border-style: none;
      justify-content: center;
      align-self: center;
      align-items: flex-start;
      padding-bottom: .786em;
      box-shadow: 0 0 2px #0003,0 20px 20px #0000000d
    }

    .card__outline.scalefactor__titlea {
      border-radius: 1.61792em;
      padding: 1.61792em 2.058em 2.058em
    }

    .card__outline.scalefactor__overline {
      padding: .618em .786em .786em
    }

    .card__outline.scalefactor__titleb {
      border-radius: 1.27201em;
      padding: 1.27201em 1.618em 1.618em
    }

    .card__outline.scalefactor__display2 {
      border-radius: 2.05818em;
      padding: 2.05818em 2.618em 2.618em
    }

    .card__outline.scalefactor__label {
      border-radius: .656447em;
      padding: .656447em .835em .835em
    }

    .card__outline.scalefactor__callout {
      border-radius: .741352em;
      padding: .741352em .943em .943em
    }

    .card__outline.scalefactor__caption {
      border-radius: .617925em;
      padding: .617925em .786em .786em
    }

    .card__outline.scalefactor__subheading {
      border-radius: .695755em;
      padding: .695755em .885em .885em
    }

    .card__button {
      background-color: var(--light__surfacecontainerlowest_clv);
      cursor: pointer;
      justify-content: flex-start;
      align-items: center;
      text-decoration: none;
      display: flex;
      position: relative;
      overflow: hidden
    }

    .card__button.scalefactor__heading {
      grid-column-gap: .885em;
      grid-row-gap: .885em;
      border-radius: .887579em;
      padding: .885em 1.129em
    }

    .card__button.scalefactor__heading.shadow2 {
      transition-property: box-shadow;
      box-shadow: 0 4px 6px #4a4a4a1a,0 2px 4px #4a4a4a1a,0 0 1px #727272
    }

    .card__button.scalefactor__heading.shadow2:hover {
    opacity: 1;
    box-shadow: 0 0 #4a4a4a33,0 0 #4a4a4a1a,0 0 1px #727272
    }

    .card__button.scalefactor__titleb {
      border-radius: 1.272em;
      padding: 1.27201em 1.618em 1.618em
    }

    .card__button.scalefactor__titleb.shadow2 {
      box-shadow: 0 4px 6px #0000001a,0 2px 4px #0000000d,0 0 1px #727272
    }

    .card__button.scalefactor__titleb.shadow2.align-items__top {
      justify-content: flex-start;
      align-items: flex-start
    }

    /*porfolio card*/
    .portfolio-card {
      color:#000;
      width: 100%;
      display: block;
      position: relative
    }

    .portfolio-card.card.scalefactor__titlec.no-offset {
      padding-top: 1.272em
    }
  
    .portfolio-card.h-full {
      flex-flow: column;
      display: flex
    }

    

    .portfolio-card:active {
      opacity: 100
    }

    .portfolio-card.text-align__center {
      text-align: left
    }

    .portfolio-card__text-wrap.m-top__l {
      align-items: center
    }
    .portfolio-card__text {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0;
      display: block;
      overflow: hidden
    }
  
    .portfolio-card__text {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0;
      display: block;
      overflow: hidden
    }
    .portfolio-card-content {
      justify-content: flex-start;
      align-self: stretch;
      align-items: center;
      display: flex;
   
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      text-align: center;
      flex-flow: column;
     
    }

    /*porfolio image*/
    .portfolio-card__image {
      /* aspect-ratio: 4/3; */
      object-fit: cover;
      border-radius: 1.618em;
      max-height: 35vw;
      width: 100%
    }

    .portfolio-card__image,.portfolio-card {
      width: 100%;
      display: block
    }

    .portfolio-card__image.border-radius__m {
      border-radius: .618em
    }
    
    .portfolio-card__image.border-radius__m.aspect__16x9.cover.anchor-top {
      object-position: 50% 25%
    }
    
    .portfolio-card__image.cover {
      object-fit: cover
    }
    /*
    .portfolio-card__image.aspect__16x9 {
      aspect-ratio: 16/9
    }*/

    .portfolio-card__image.aspect__16x9 {
      border-radius: .618em
    }

    .portfolio-card__image {
      aspect-ratio: 4/3;
      object-fit: cover;
      border-radius: 1.618em;
      width: 100%
    }
    
    .portfolio-card__image.border-radius__m {
      border-radius: .618em
    }
    
    .portfolio-card__image.border-radius__m.aspect__16x9.cover.anchor-top {
      object-position: 50% 25%
    }
    
    .portfolio-card__image.cover {
      object-fit: cover
    }
    
    .portfolio-card__image.aspect__16x9 {
      aspect-ratio: 16/9
    }

    .portfolio-card__image,.portfolio-card {
      width: 100%;
      display: block
    }

    .titlec-2 {
      letter-spacing: -.017em;
      font-size: 1.272em;
      font-weight: 400;
      line-height: 1.272
    }

    .card-2 {
      background-color: var(--light__surfacecontainerlowest_clv)
    }

    .card-2.scalefactor__callout {
      border-radius: .741352em;
      padding: .741352em .943em .943em
    }

    .card-2.scalefactor__body {
      border-radius: .786164em;
      padding: .786164em 1em 1em
    }

    .card-2.scalefactor__body.bg-light__surface {
      background-color: var(--light__surface_clv)
    }

    .card-2.scalefactor__body.bg-light__inversesurface {
      background-color: var(--light__inversesurface_clv)
    }

    .card-2.scalefactor__titleb {
      border-radius: 1.27201em;
      padding: 1.27201em 1.618em 1.618em
    }

    .card-2.scalefactor__display2 {
      border-radius: 2.05818em;
      padding: 2.05818em 2.618em 2.618em
    }

    .card-2.scalefactor__label {
      border-radius: .656447em;
      padding: .656447em .835em .835em
    }

    .card-2.scalefactor__titlea {
      border-radius: 1.61792em;
      padding: 1.61792em 2.058em 2.058em
    }

    .card-2.scalefactor__subheading {
      border-radius: .695755em;
      padding: .695755em .885em .885em
    }

    .card-2.scalefactor__titlec {
      border-radius: 1em;
      padding: 1em 1.272em 1.272em
    }

    .card-2.scalefactor__display1 {
      border-radius: 3.3294em;
      padding: 3.3294em 4.235em 4.235em
    }

    .card-2.scalefactor__heading {
      border-radius: .887579em;
      padding: .887579em 1.129em 1.129em
    }

    .card-2.scalefactor__heading.bg-light__surfacecontainerlow {
      background-color: var(--light__surfacecontainerlow_clv)
    }

    .card-2.scalefactor__caption {
      border-radius: .617925em;
      padding: .618em .786em .786em
    }

  /*containers*/
    .container__xs {
      margin-left: auto;
      margin-right: auto;
      max-width: 988.875px;
    }

    .container__sm {
      margin-left: auto;
      margin-right: auto;
      max-width: 1257px;
    }

    .container__md {
      margin-left: auto;
      margin-right: auto;
      max-width: 1600px;
    }

    .container__lg {
      margin-left: auto;
      margin-right: auto;
      max-width: 1806.4px;
    }

    .container__xl {
      margin-left: auto;
      margin-right: auto;
      max-width: none;
    }

    .max-w-container-80ch {
      margin-left: auto;
      margin-right: auto;
      max-width: 80ch;
    }

  /*display*/
    .display__block {
      display: block;
    }

    .display__flex-h {
      display: flex;
    }

    .display__flex-v {
      display: flex;
      flex-direction: column;
    }

    .display__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto);
    }
    .display__grid.col__1 {
      grid-template-rows: auto;
      grid-template-columns: 1fr
    }
    .display__grid.col__2 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr
    } 
    .display__grid.col__3 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr
    }

    .display__grid.col__4 {
      grid-column-gap: .618em;
      grid-row-gap: .618em;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .display__grid.col__5 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__6 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__7 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__8 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__9 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__10 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__11 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__grid.col__12 {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .display__inlineBlock{
      display: inline-block;
    }

    .display__none {
      display: none;
    }

  /* Set display to flex */
    .display__flex-h {
      display: flex;
    }

    .display__flex-v {
      display: flex;
      flex-direction: column;
    }

/*sections*/
  .section__leastPadding {
    padding: 1.618em 4.235em;
  }

  .section__lessPadding {
    padding: 2.618em 4.235em;
  }

  .section {
    padding: 4.235em;
  }
  .section.highlights {
    background-color: #E2E6E6;
  }
  .secton.footer {
    background-color: var(--secondary);
  }

  .section__morePadding {
    padding: 6.852em 4.235em;
  }

  .section__mostPadding {
    padding: 11.087em 4.235em;
  }

  @media screen and (max-width: 991px) {
    .section__lessPadding {
      padding: 2.618em 1.618em;
    }

    .section__default {
      padding: 1.618em;
    }

    .section__morePadding {
      padding: 4.235em 1.618em;
    }

    .section__mostPadding {
      padding: 6.852em 1.618em;
    }
  }

/* || NEGATIVE SPACEING ||*/

  /*gaps*/
    .gap__2xs {
      gap: var(--2xs);
    }

    .gap__xs {
      gap: var(--xs);
    }

    .gap__sm {
      gap: var(--sm);
    }

    .gap__md {
      gap: var(--md);
    }

    .gap__lg {
      gap: var(--lg);
    }

    .gap__xl {
      gap: var(--xl);
    }

    .gap__2xl {
      gap: var(--2xl);
    }

/*margins*/
  /*top*/
    .m-top__2xs {
      margin-top: var(--2xs);
    }
    .m-top__xs {
      margin-top: var(--xs);
    }
    .m-top__sm {
      margin-top: var(--sm);
    }
    .m-top__md {
      margin-top: var(--md);
    }
    .m-top__lg {
      margin-top: var(--lg);
    }
    .m-top__xl {
      margin-top: var(--xl);
    }
    .m-top__2xl {
      margin-top: var(--2xl);
    }

  /*right*/
    .m-right__2xs {
      margin-right: var(--2xs);
    }
    .m-right__xs {
      margin-right: var(--xs);
    }
    .m-right__sm {
      margin-right: var(--sm);
    }
    .m-right__md {
      margin-right: var(--md);
    }
    .m-right__lg {
      margin-right: var(--lg);
    }
    .m-right__xl {
      margin-right: var(--xl);
    }
    .m-right__2xl {
      margin-right: var(--2xl);
    }

  /*bottom*/
    .m-bottom__2xs {
      margin-bottom: var(--2xs);
    }
    .m-bottom__xs {
      margin-bottom: var(--xs);
    }
    .m-bottom__sm {
      margin-bottom: var(--sm);
    }
    .m-bottom__md {
      margin-bottom: var(--md);
    }
    .m-bottom__lg {
      margin-bottom: var(--lg);
    }
    .m-bottom__xl {
      margin-bottom: var(--xl);
    }
    .m-bottom__2xl {
      margin-bottom: var(--2xl);
    }

  /*left*/
    .m-left__2xs {
      margin-left: var(--2xs);
    }
    .m-left__xs {
      margin-left: var(--xs);
    }
    .m-left__sm {
      margin-left: var(--sm);
    }
    .m-left__md {
      margin-left: var(--md);
    }
    .m-left__lg {
      margin-left: var(--lg);
    }
    .m-left__xl {
      margin-left: var(--xl);
    }
    .m-left__2xl {
      margin-left: var(--2xl);
    }

  /* margin calibration */
    .display1.m-top__2xs,
    .display2.m-top__2xs,
    .title1.m-top__2xs,
    .title2.m-top__2xs,
    .title3.m-top__2xs,
    .heading.m-top__2xs,
    .subheading.m-top__2xs,
    .body.m-top__2xs,
    .callout.m-top__2xs,
    .label.m-top__2xs,
    .caption.m-top__2xs,
    .overline.m-top__2xs,
    .display1__bold.m-top__2xs,
    .display2__bold.m-top__2xs,
    .title1__bold.m-top__2xs,
    .title2__bold.m-top__2xs,
    .title3__bold.m-top__2xs,
    .heading__bold.m-top__2xs,
    .subheading__bold.m-top__2xs,
    .body__bold.m-top__2xs,
    .callout__bold.m-top__2xs,
    .label__bold.m-top__2xs,
    .caption__bold.m-top__2xs,
    .overline__bold.m-top__2xs {
        margin-top: var(--2xs);
    }
  
    .display1.m-top__xs,
    .display2.m-top__xs,
    .title1.m-top__xs,
    .title2.m-top__xs,
    .title3.m-top__xs,
    .heading.m-top__xs,
    .subheading.m-top__xs,
    .body.m-top__xs,
    .callout.m-top__xs,
    .label.m-top__xs,
    .caption.m-top__xs,
    .overline.m-top__xs,
    .display1__bold.m-top__xs,
    .display2__bold.m-top__xs,
    .title1__bold.m-top__xs,
    .title2__bold.m-top__xs,
    .title3__bold.m-top__xs,
    .heading__bold.m-top__xs,
    .subheading__bold.m-top__xs,
    .body__bold.m-top__xs,
    .callout__bold.m-top__xs,
    .label__bold.m-top__xs,
    .caption__bold.m-top__xs,
    .overline__bold.m-top__xs {
      margin-top: var(--xs);
    }
  
    .display1.m-top__sm,
    .display2.m-top__sm,
    .title1.m-top__sm,
    .title2.m-top__sm,
    .title3.m-top__sm,
    .heading.m-top__sm,
    .subheading.m-top__sm,
    .body.m-top__sm,
    .callout.m-top__sm,
    .label.m-top__sm,
    .caption.m-top__sm,
    .overline.m-top__sm,
    .display1__bold.m-top__sm,
    .display2__bold.m-top__sm,
    .title1__bold.m-top__sm,
    .title2__bold.m-top__sm,
    .title3__bold.m-top__sm,
    .heading__bold.m-top__sm,
    .subheading__bold.m-top__sm,
    .body__bold.m-top__sm,
    .callout__bold.m-top__sm,
    .label__bold.m-top__sm,
    .caption__bold.m-top__sm,
    .overline__bold.m-top__sm {
      margin-top: var(--sm);
    }

  /* Repeat for other margin directions and sizes */
  .display1.m-top__md,
  .display2.m-top__md,
  .title1.m-top__md,
  .title2.m-top__md,
  .title3.m-top__md,
  .heading.m-top__md,
  .subheading.m-top__md,
  .body.m-top__md,
  .callout.m-top__md,
  .label.m-top__md,
  .caption.m-top__md,
  .overline.m-top__md,
  .display1__bold.m-top__md,
  .display2__bold.m-top__md,
  .title1__bold.m-top__md,
  .title2__bold.m-top__md,
  .title3__bold.m-top__md,
  .heading__bold.m-top__md,
  .subheading__bold.m-top__md,
  .body__bold.m-top__md,
  .callout__bold.m-top__md,
  .label__bold.m-top__md,
  .caption__bold.m-top__md,
  .overline__bold.m-top__md {
    margin-top: var(--md);
  }

  .display1.m-top__lg,
  .display2.m-top__lg,
  .title1.m-top__lg,
  .title2.m-top__lg,
  .title3.m-top__lg,
  .heading.m-top__lg,
  .subheading.m-top__lg,
  .body.m-top__lg,
  .callout.m-top__lg,
  .label.m-top__lg,
  .caption.m-top__lg,
  .overline.m-top__lg,
  .display1__bold.m-top__lg,
  .display2__bold.m-top__lg,
  .title1__bold.m-top__lg,
  .title2__bold.m-top__lg,
  .title3__bold.m-top__lg,
  .heading__bold.m-top__lg,
  .subheading__bold.m-top__lg,
  .body__bold.m-top__lg,
  .callout__bold.m-top__lg,
  .label__bold.m-top__lg,
  .caption__bold.m-top__lg,
  .overline__bold.m-top__lg {
    margin-top: var(--lg);
  }

  .display1.m-top__xl,
  .display2.m-top__xl,
  .title1.m-top__xl,
  .title2.m-top__xl,
  .title3.m-top__xl,
  .heading.m-top__xl,
  .subheading.m-top__xl,
  .body.m-top__xl,
  .callout.m-top__xl,
  .label.m-top__xl,
  .caption.m-top__xl,
  .overline.m-top__xl,
  .display1__bold.m-top__xl,
  .display2__bold.m-top__xl,
  .title1__bold.m-top__xl,
  .title2__bold.m-top__xl,
  .title3__bold.m-top__xl,
  .heading__bold.m-top__xl,
  .subheading__bold.m-top__xl,
  .body__bold.m-top__xl,
  .callout__bold.m-top__xl,
  .label__bold.m-top__xl,
  .caption__bold.m-top__xl,
  .overline__bold.m-top__xl {
    margin-top: var(--xl);
  }

  .display1.m-top__2xl,
  .display2.m-top__2xl,
  .title1.m-top__2xl,
  .title2.m-top__2xl,
  .title3.m-top__2xl,
  .heading.m-top__2xl,
  .subheading.m-top__2xl,
  .body.m-top__2xl,
  .callout.m-top__2xl,
  .label.m-top__2xl,
  .caption.m-top__2xl,
  .overline.m-top__2xl,
  .display1__bold.m-top__2xl,
  .display2__bold.m-top__2xl,
  .title1__bold.m-top__2xl,
  .title2__bold.m-top__2xl,
  .title3__bold.m-top__2xl,
  .heading__bold.m-top__2xl,
  .subheading__bold.m-top__2xl,
  .body__bold.m-top__2xl,
  .callout__bold.m-top__2xl,
  .label__bold.m-top__2xl,
  .caption__bold.m-top__2xl,
  .overline__bold.m-top__2xl {
    margin-top: var(--2xl);
  }

  .display1.m-right__2xs,
  .display2.m-right__2xs,
  .title1.m-right__2xs,
  .title2.m-right__2xs,
  .title3.m-right__2xs,
  .heading.m-right__2xs,
  .subheading.m-right__2xs,
  .body.m-right__2xs,
  .callout.m-right__2xs,
  .label.m-right__2xs,
  .caption.m-right__2xs,
  .overline.m-right__2xs,
  .display1__bold.m-right__2xs,
  .display2__bold.m-right__2xs,
  .title1__bold.m-right__2xs,
  .title2__bold.m-right__2xs,
  .title3__bold.m-right__2xs,
  .heading__bold.m-right__2xs,
  .subheading__bold.m-right__2xs,
  .body__bold.m-right__2xs,
  .callout__bold.m-right__2xs,
  .label__bold.m-right__2xs,
  .caption__bold.m-right__2xs,
  .overline__bold.m-right__2xs {
    margin-right: var(--2xs);
  }

  .display1.m-right__xs,
  .display2.m-right__xs,
  .title1.m-right__xs,
  .title2.m-right__xs,
  .title3.m-right__xs,
  .heading.m-right__xs,
  .subheading.m-right__xs,
  .body.m-right__xs,
  .callout.m-right__xs,
  .label.m-right__xs,
  .caption.m-right__xs,
  .overline.m-right__xs,
  .display1__bold.m-right__xs,
  .display2__bold.m-right__xs,
  .title1__bold.m-right__xs,
  .title2__bold.m-right__xs,
  .title3__bold.m-right__xs,
  .heading__bold.m-right__xs,
  .subheading__bold.m-right__xs,
  .body__bold.m-right__xs,
  .callout__bold.m-right__xs,
  .label__bold.m-right__xs,
  .caption__bold.m-right__xs,
  .overline__bold.m-right__xs {
    margin-right: var(--xs);
  }

  .display1.m-right__sm,
  .display2.m-right__sm,
  .title1.m-right__sm,
  .title2.m-right__sm,
  .title3.m-right__sm,
  .heading.m-right__sm,
  .subheading.m-right__sm,
  .body.m-right__sm,
  .callout.m-right__sm,
  .label.m-right__sm,
  .caption.m-right__sm,
  .overline.m-right__sm,
  .display1__bold.m-right__sm,
  .display2__bold.m-right__sm,
  .title1__bold.m-right__sm,
  .title2__bold.m-right__sm,
  .title3__bold.m-right__sm,
  .heading__bold.m-right__sm,
  .subheading__bold.m-right__sm,
  .body__bold.m-right__sm,
  .callout__bold.m-right__sm,
  .label__bold.m-right__sm,
  .caption__bold.m-right__sm,
  .overline__bold.m-right__sm {
    margin-right: var(--sm);
  }

  /* Repeat for other margin directions and sizes */
  .display1.m-right__md,
  .display2.m-right__md,
  .title1.m-right__md,
  .title2.m-right__md,
  .title3.m-right__md,
  .heading.m-right__md,
  .subheading.m-right__md,
  .body.m-right__md,
  .callout.m-right__md,
  .label.m-right__md,
  .caption.m-right__md,
  .overline.m-right__md,
  .display1__bold.m-right__md,
  .display2__bold.m-right__md,
  .title1__bold.m-right__md,
  .title2__bold.m-right__md,
  .title3__bold.m-right__md,
  .heading__bold.m-right__md,
  .subheading__bold.m-right__md,
  .body__bold.m-right__md,
  .callout__bold.m-right__md,
  .label__bold.m-right__md,
  .caption__bold.m-right__md,
  .overline__bold.m-right__md {
    margin-right: var(--md);
  }

  .display1.m-right__lg,
  .display2.m-right__lg,
  .title1.m-right__lg,
  .title2.m-right__lg,
  .title3.m-right__lg,
  .heading.m-right__lg,
  .subheading.m-right__lg,
  .body.m-right__lg,
  .callout.m-right__lg,
  .label.m-right__lg,
  .caption.m-right__lg,
  .overline.m-right__lg,
  .display1__bold.m-right__lg,
  .display2__bold.m-right__lg,
  .title1__bold.m-right__lg,
  .title2__bold.m-right__lg,
  .title3__bold.m-right__lg,
  .heading__bold.m-right__lg,
  .subheading__bold.m-right__lg,
  .body__bold.m-right__lg,
  .callout__bold.m-right__lg,
  .label__bold.m-right__lg,
  .caption__bold.m-right__lg,
  .overline__bold.m-right__lg {
    margin-right: var(--lg);
  }

  .display1.m-right__xl,
  .display2.m-right__xl,
  .title1.m-right__xl,
  .title2.m-right__xl,
  .title3.m-right__xl,
  .heading.m-right__xl,
  .subheading.m-right__xl,
  .body.m-right__xl,
  .callout.m-right__xl,
  .label.m-right__xl,
  .caption.m-right__xl,
  .overline.m-right__xl,
  .display1__bold.m-right__xl,
  .display2__bold.m-right__xl,
  .title1__bold.m-right__xl,
  .title2__bold.m-right__xl,
  .title3__bold.m-right__xl,
  .heading__bold.m-right__xl,
  .subheading__bold.m-right__xl,
  .body__bold.m-right__xl,
  .callout__bold.m-right__xl,
  .label__bold.m-right__xl,
  .caption__bold.m-right__xl,
  .overline__bold.m-right__xl {
    margin-right: var(--xl);
  }

  .display1.m-right__2xl,
  .display2.m-right__2xl,
  .title1.m-right__2xl,
  .title2.m-right__2xl,
  .title3.m-right__2xl,
  .heading.m-right__2xl,
  .subheading.m-right__2xl,
  .body.m-right__2xl,
  .callout.m-right__2xl,
  .label.m-right__2xl,
  .caption.m-right__2xl,
  .overline.m-right__2xl,
  .display1__bold.m-right__2xl,
  .display2__bold.m-right__2xl,
  .title1__bold.m-right__2xl,
  .title2__bold.m-right__2xl,
  .title3__bold.m-right__2xl,
  .heading__bold.m-right__2xl,
  .subheading__bold.m-right__2xl,
  .body__bold.m-right__2xl,
  .callout__bold.m-right__2xl,
  .label__bold.m-right__2xl,
  .caption__bold.m-right__2xl,
  .overline__bold.m-right__2xl {
    margin-right: var(--2xl);
  }

  .display1.m-bottom__2xs,
  .display2.m-bottom__2xs,
  .title1.m-bottom__2xs,
  .title2.m-bottom__2xs,
  .title3.m-bottom__2xs,
  .heading.m-bottom__2xs,
  .subheading.m-bottom__2xs,
  .body.m-bottom__2xs,
  .callout.m-bottom__2xs,
  .label.m-bottom__2xs,
  .caption.m-bottom__2xs,
  .overline.m-bottom__2xs,
  .display1__bold.m-bottom__2xs,
  .display2__bold.m-bottom__2xs,
  .title1__bold.m-bottom__2xs,
  .title2__bold.m-bottom__2xs,
  .title3__bold.m-bottom__2xs,
  .heading__bold.m-bottom__2xs,
  .subheading__bold.m-bottom__2xs,
  .body__bold.m-bottom__2xs,
  .callout__bold.m-bottom__2xs,
  .label__bold.m-bottom__2xs,
  .caption__bold.m-bottom__2xs,
  .overline__bold.m-bottom__2xs {
    margin-bottom: var(--2xs);
  }

  .display1.m-bottom__xs,
  .display2.m-bottom__xs,
  .title1.m-bottom__xs,
  .title2.m-bottom__xs,
  .title3.m-bottom__xs,
  .heading.m-bottom__xs,
  .subheading.m-bottom__xs,
  .body.m-bottom__xs,
  .callout.m-bottom__xs,
  .label.m-bottom__xs,
  .caption.m-bottom__xs,
  .overline.m-bottom__xs,
  .display1__bold.m-bottom__xs,
  .display2__bold.m-bottom__xs,
  .title1__bold.m-bottom__xs,
  .title2__bold.m-bottom__xs,
  .title3__bold.m-bottom__xs,
  .heading__bold.m-bottom__xs,
  .subheading__bold.m-bottom__xs,
  .body__bold.m-bottom__xs,
  .callout__bold.m-bottom__xs,
  .label__bold.m-bottom__xs,
  .caption__bold.m-bottom__xs,
  .overline__bold.m-bottom__xs {
    margin-bottom: var(--xs);
  }

  .display1.m-bottom__sm,
  .display2.m-bottom__sm,
  .title1.m-bottom__sm,
  .title2.m-bottom__sm,
  .title3.m-bottom__sm,
  .heading.m-bottom__sm,
  .subheading.m-bottom__sm,
  .body.m-bottom__sm,
  .callout.m-bottom__sm,
  .label.m-bottom__sm,
  .caption.m-bottom__sm,
  .overline.m-bottom__sm,
  .display1__bold.m-bottom__sm,
  .display2__bold.m-bottom__sm,
  .title1__bold.m-bottom__sm,
  .title2__bold.m-bottom__sm,
  .title3__bold.m-bottom__sm,
  .heading__bold.m-bottom__sm,
  .subheading__bold.m-bottom__sm,
  .body__bold.m-bottom__sm,
  .callout__bold.m-bottom__sm,
  .label__bold.m-bottom__sm,
  .caption__bold.m-bottom__sm,
  .overline__bold.m-bottom__sm {
    margin-bottom: var(--sm);
  }

  /* Repeat for other margin directions and sizes */
  .display1.m-bottom__md,
  .display2.m-bottom__md,
  .title1.m-bottom__md,
  .title2.m-bottom__md,
  .title3.m-bottom__md,
  .heading.m-bottom__md,
  .subheading.m-bottom__md,
  .body.m-bottom__md,
  .callout.m-bottom__md,
  .label.m-bottom__md,
  .caption.m-bottom__md,
  .overline.m-bottom__md,
  .display1__bold.m-bottom__md,
  .display2__bold.m-bottom__md,
  .title1__bold.m-bottom__md,
  .title2__bold.m-bottom__md,
  .title3__bold.m-bottom__md,
  .heading__bold.m-bottom__md,
  .subheading__bold.m-bottom__md,
  .body__bold.m-bottom__md,
  .callout__bold.m-bottom__md,
  .label__bold.m-bottom__md,
  .caption__bold.m-bottom__md,
  .overline__bold.m-bottom__md {
    margin-bottom: var(--md);
  }

  .display1.m-bottom__lg,
  .display2.m-bottom__lg,
  .title1.m-bottom__lg,
  .title2.m-bottom__lg,
  .title3.m-bottom__lg,
  .heading.m-bottom__lg,
  .subheading.m-bottom__lg,
  .body.m-bottom__lg,
  .callout.m-bottom__lg,
  .label.m-bottom__lg,
  .caption.m-bottom__lg,
  .overline.m-bottom__lg,
  .display1__bold.m-bottom__lg,
  .display2__bold.m-bottom__lg,
  .title1__bold.m-bottom__lg,
  .title2__bold.m-bottom__lg,
  .title3__bold.m-bottom__lg,
  .heading__bold.m-bottom__lg,
  .subheading__bold.m-bottom__lg,
  .body__bold.m-bottom__lg,
  .callout__bold.m-bottom__lg,
  .label__bold.m-bottom__lg,
  .caption__bold.m-bottom__lg,
  .overline__bold.m-bottom__lg {
    margin-bottom: var(--lg);
  }

  .display1.m-bottom__xl,
  .display2.m-bottom__xl,
  .title1.m-bottom__xl,
  .title2.m-bottom__xl,
  .title3.m-bottom__xl,
  .heading.m-bottom__xl,
  .subheading.m-bottom__xl,
  .body.m-bottom__xl,
  .callout.m-bottom__xl,
  .label.m-bottom__xl,
  .caption.m-bottom__xl,
  .overline.m-bottom__xl,
  .display1__bold.m-bottom__xl,
  .display2__bold.m-bottom__xl,
  .title1__bold.m-bottom__xl,
  .title2__bold.m-bottom__xl,
  .title3__bold.m-bottom__xl,
  .heading__bold.m-bottom__xl,
  .subheading__bold.m-bottom__xl,
  .body__bold.m-bottom__xl,
  .callout__bold.m-bottom__xl,
  .label__bold.m-bottom__xl,
  .caption__bold.m-bottom__xl,
  .overline__bold.m-bottom__xl {
    margin-bottom: var(--xl);
  }

  .display1.m-bottom__2xl,
  .display2.m-bottom__2xl,
  .title1.m-bottom__2xl,
  .title2.m-bottom__2xl,
  .title3.m-bottom__2xl,
  .heading.m-bottom__2xl,
  .subheading.m-bottom__2xl,
  .body.m-bottom__2xl,
  .callout.m-bottom__2xl,
  .label.m-bottom__2xl,
  .caption.m-bottom__2xl,
  .overline.m-bottom__2xl,
  .display1__bold.m-bottom__2xl,
  .display2__bold.m-bottom__2xl,
  .title1__bold.m-bottom__2xl,
  .title2__bold.m-bottom__2xl,
  .title3__bold.m-bottom__2xl,
  .heading__bold.m-bottom__2xl,
  .subheading__bold.m-bottom__2xl,
  .body__bold.m-bottom__2xl,
  .callout__bold.m-bottom__2xl,
  .label__bold.m-bottom__2xl,
  .caption__bold.m-bottom__2xl,
  .overline__bold.m-bottom__2xl {
    margin-bottom: var(--2xl);
  }

  .display1.m-left__2xs,
  .display2.m-left__2xs,
  .title1.m-left__2xs,
  .title2.m-left__2xs,
  .title3.m-left__2xs,
  .heading.m-left__2xs,
  .subheading.m-left__2xs,
  .body.m-left__2xs,
  .callout.m-left__2xs,
  .label.m-left__2xs,
  .caption.m-left__2xs,
  .overline.m-left__2xs,
  .display1__bold.m-left__2xs,
  .display2__bold.m-left__2xs,
  .title1__bold.m-left__2xs,
  .title2__bold.m-left__2xs,
  .title3__bold.m-left__2xs,
  .heading__bold.m-left__2xs,
  .subheading__bold.m-left__2xs,
  .body__bold.m-left__2xs,
  .callout__bold.m-left__2xs,
  .label__bold.m-left__2xs,
  .caption__bold.m-left__2xs,
  .overline__bold.m-left__2xs {
    margin-left: var(--2xs);
  }

  .display1.m-left__xs,
  .display2.m-left__xs,
  .title1.m-left__xs,
  .title2.m-left__xs,
  .title3.m-left__xs,
  .heading.m-left__xs,
  .subheading.m-left__xs,
  .body.m-left__xs,
  .callout.m-left__xs,
  .label.m-left__xs,
  .caption.m-left__xs,
  .overline.m-left__xs,
  .display1__bold.m-left__xs,
  .display2__bold.m-left__xs,
  .title1__bold.m-left__xs,
  .title2__bold.m-left__xs,
  .title3__bold.m-left__xs,
  .heading__bold.m-left__xs,
  .subheading__bold.m-left__xs,
  .body__bold.m-left__xs,
  .callout__bold.m-left__xs,
  .label__bold.m-left__xs,
  .caption__bold.m-left__xs,
  .overline__bold.m-left__xs {
    margin-left: var(--xs);
  }

  .display1.m-left__sm,
  .display2.m-left__sm,
  .title1.m-left__sm,
  .title2.m-left__sm,
  .title3.m-left__sm,
  .heading.m-left__sm,
  .subheading.m-left__sm,
  .body.m-left__sm,
  .callout.m-left__sm,
  .label.m-left__sm,
  .caption.m-left__sm,
  .overline.m-left__sm,
  .display1__bold.m-left__sm,
  .display2__bold.m-left__sm,
  .title1__bold.m-left__sm,
  .title2__bold.m-left__sm,
  .title3__bold.m-left__sm,
  .heading__bold.m-left__sm,
  .subheading__bold.m-left__sm,
  .body__bold.m-left__sm,
  .callout__bold.m-left__sm,
  .label__bold.m-left__sm,
  .caption__bold.m-left__sm,
  .overline__bold.m-left__sm {
    margin-left: var(--sm);
  }

/* Repeat for other margin directions and sizes */
  .display1.m-left__md,
  .display2.m-left__md,
  .title1.m-left__md,
  .title2.m-left__md,
  .title3.m-left__md,
  .heading.m-left__md,
  .subheading.m-left__md,
  .body.m-left__md,
  .callout.m-left__md,
  .label.m-left__md,
  .caption.m-left__md,
  .overline.m-left__md,
  .display1__bold.m-left__md,
  .display2__bold.m-left__md,
  .title1__bold.m-left__md,
  .title2__bold.m-left__md,
  .title3__bold.m-left__md,
  .heading__bold.m-left__md,
  .subheading__bold.m-left__md,
  .body__bold.m-left__md,
  .callout__bold.m-left__md,
  .label__bold.m-left__md,
  .caption__bold.m-left__md,
  .overline__bold.m-left__md {
    margin-left: var(--md);
  }

  .display1.m-left__lg,
  .display2.m-left__lg,
  .title1.m-left__lg,
  .title2.m-left__lg,
  .title3.m-left__lg,
  .heading.m-left__lg,
  .subheading.m-left__lg,
  .body.m-left__lg,
  .callout.m-left__lg,
  .label.m-left__lg,
  .caption.m-left__lg,
  .overline.m-left__lg,
  .display1__bold.m-left__lg,
  .display2__bold.m-left__lg,
  .title1__bold.m-left__lg,
  .title2__bold.m-left__lg,
  .title3__bold.m-left__lg,
  .heading__bold.m-left__lg,
  .subheading__bold.m-left__lg,
  .body__bold.m-left__lg,
  .callout__bold.m-left__lg,
  .label__bold.m-left__lg,
  .caption__bold.m-left__lg,
  .overline__bold.m-left__lg {
    margin-left: var(--lg);
  }

  .display1.m-left__xl,
  .display2.m-left__xl,
  .title1.m-left__xl,
  .title2.m-left__xl,
  .title3.m-left__xl,
  .heading.m-left__xl,
  .subheading.m-left__xl,
  .body.m-left__xl,
  .callout.m-left__xl,
  .label.m-left__xl,
  .caption.m-left__xl,
  .overline.m-left__xl,
  .display1__bold.m-left__xl,
  .display2__bold.m-left__xl,
  .title1__bold.m-left__xl,
  .title2__bold.m-left__xl,
  .title3__bold.m-left__xl,
  .heading__bold.m-left__xl,
  .subheading__bold.m-left__xl,
  .body__bold.m-left__xl,
  .callout__bold.m-left__xl,
  .label__bold.m-left__xl,
  .caption__bold.m-left__xl,
  .overline__bold.m-left__xl {
    margin-left: var(--xl);
  }

  .display1.m-left__2xl,
  .display2.m-left__2xl,
  .title1.m-left__2xl,
  .title2.m-left__2xl,
  .title3.m-left__2xl,
  .heading.m-left__2xl,
  .subheading.m-left__2xl,
  .body.m-left__2xl,
  .callout.m-left__2xl,
  .label.m-left__2xl,
  .caption.m-left__2xl,
  .overline.m-left__2xl,
  .display1__bold.m-left__2xl,
  .display2__bold.m-left__2xl,
  .title1__bold.m-left__2xl,
  .title2__bold.m-left__2xl,
  .title3__bold.m-left__2xl,
  .heading__bold.m-left__2xl,
  .subheading__bold.m-left__2xl,
  .body__bold.m-left__2xl,
  .callout__bold.m-left__2xl,
  .label__bold.m-left__2xl,
  .caption__bold.m-left__2xl,
  .overline__bold.m-left__2xl {
    margin-left: var(--2xl);
  }

/*padding*/
  .p-top__2xs {
    padding-top: var(--2xs);
  }
  .p-top__xs {
    padding-top: var(--xs);
  }
  .p-top__sm {
    padding-top: var(--sm);
  }
  .p-top__md {
    padding-top: var(--md);
  }
  .p-top__lg {
    padding-top: var(--lg);
  }
  .p-top__xl {
    padding-top: var(--xl);
  }
  .p-top__2xl {
    padding-top: var(--2xl);
  }

  .p-right__2xs {
    padding-right: var(--2xs);
  }
  .p-right__xs {
    padding-right: var(--xs);
  }
  .p-right__sm {
    padding-right: var(--sm);
  }
  .p-right__md {
    padding-right: var(--md);
  }
  .p-right__lg {
    padding-right: var(--lg);
  }
  .p-right__xl {
    padding-right: var(--xl);
  }
  .p-right__2xl {
    padding-right: var(--2xl);
  }

  .p-bottom__2xs {
    padding-bottom: var(--2xs);
  }
  .p-bottom__xs {
    padding-bottom: var(--xs);
  }
  .p-bottom__sm {
    padding-bottom: var(--sm);
  }
  .p-bottom__md {
    padding-bottom: var(--md);
  }
  .p-bottom__lg {
  padding-bottom: var(--lg);
  }
  .p-bottom__xl {
    padding-bottom: var(--xl);
  }
  .p-bottom__2xl {
    padding-bottom: var(--2xl);
  }

  .p-left__2xs {
    padding-left: var(--2xs);
  }
  .p-left__xs {
    padding-left: var(--xs);
  }
  .p-left__sm {
    padding-left: var(--sm);
  }
  .p-left__md {
    padding-left: var(--md);
  }
  .p-left__lg {
  padding-left: var(--lg);
  }
  .p-left__xl {
    padding-left: var(--xl);
  }
  .p-left__2xl {
    padding-left: var(--2xl);
  }

/* padding calibration*/
  .display1.p-top__2xs,
  .display2.p-top__2xs,
  .title1.p-top__2xs,
  .title2.p-top__2xs,
  .title3.p-top__2xs,
  .heading.p-top__2xs,
  .subheading.p-top__2xs,
  .body.p-top__2xs,
  .callout.p-top__2xs,
  .label.p-top__2xs,
  .caption.p-top__2xs,
  .overline.p-top__2xs,
  .display1__bold.p-top__2xs,
  .display2__bold.p-top__2xs,
  .title1__bold.p-top__2xs,
  .title2__bold.p-top__2xs,
  .title3__bold.p-top__2xs,
  .heading__bold.p-top__2xs,
  .subheading__bold.p-top__2xs,
  .body__bold.p-top__2xs,
  .callout__bold.p-top__2xs,
  .label__bold.p-top__2xs,
  .caption__bold.p-top__2xs,
  .overline__bold.p-top__2xs {
    padding-top: var(--2xs);
  }

  .display1.p-top__xs,
  .display2.p-top__xs,
  .title1.p-top__xs,
  .title2.p-top__xs,
  .title3.p-top__xs,
  .heading.p-top__xs,
  .subheading.p-top__xs,
  .body.p-top__xs,
  .callout.p-top__xs,
  .label.p-top__xs,
  .caption.p-top__xs,
  .overline.p-top__xs,
  .display1__bold.p-top__xs,
  .display2__bold.p-top__xs,
  .title1__bold.p-top__xs,
  .title2__bold.p-top__xs,
  .title3__bold.p-top__xs,
  .heading__bold.p-top__xs,
  .subheading__bold.p-top__xs,
  .body__bold.p-top__xs,
  .callout__bold.p-top__xs,
  .label__bold.p-top__xs,
  .caption__bold.p-top__xs,
  .overline__bold.p-top__xs {
    padding-top: var(--xs);
  }

  .display1.p-top__sm,
  .display2.p-top__sm,
  .title1.p-top__sm,
  .title2.p-top__sm,
  .title3.p-top__sm,
  .heading.p-top__sm,
  .subheading.p-top__sm,
  .body.p-top__sm,
  .callout.p-top__sm,
  .label.p-top__sm,
  .caption.p-top__sm,
  .overline.p-top__sm,
  .display1__bold.p-top__sm,
  .display2__bold.p-top__sm,
  .title1__bold.p-top__sm,
  .title2__bold.p-top__sm,
  .title3__bold.p-top__sm,
  .heading__bold.p-top__sm,
  .subheading__bold.p-top__sm,
  .body__bold.p-top__sm,
  .callout__bold.p-top__sm,
  .label__bold.p-top__sm,
  .caption__bold.p-top__sm,
  .overline__bold.p-top__sm {
    padding-top: var(--sm);
  }

  /* Repeat for other margin directions and sizes */
  .display1.p-top__md,
  .display2.p-top__md,
  .title1.p-top__md,
  .title2.p-top__md,
  .title3.p-top__md,
  .heading.p-top__md,
  .subheading.p-top__md,
  .body.p-top__md,
  .callout.p-top__md,
  .label.p-top__md,
  .caption.p-top__md,
  .overline.p-top__md,
  .display1__bold.p-top__md,
  .display2__bold.p-top__md,
  .title1__bold.p-top__md,
  .title2__bold.p-top__md,
  .title3__bold.p-top__md,
  .heading__bold.p-top__md,
  .subheading__bold.p-top__md,
  .body__bold.p-top__md,
  .callout__bold.p-top__md,
  .label__bold.p-top__md,
  .caption__bold.p-top__md,
  .overline__bold.p-top__md {
    padding-top: var(--md);
  }

  .display1.p-top__lg,
  .display2.p-top__lg,
  .title1.p-top__lg,
  .title2.p-top__lg,
  .title3.p-top__lg,
  .heading.p-top__lg,
  .subheading.p-top__lg,
  .body.p-top__lg,
  .callout.p-top__lg,
  .label.p-top__lg,
  .caption.p-top__lg,
  .overline.p-top__lg,
  .display1__bold.p-top__lg,
  .display2__bold.p-top__lg,
  .title1__bold.p-top__lg,
  .title2__bold.p-top__lg,
  .title3__bold.p-top__lg,
  .heading__bold.p-top__lg,
  .subheading__bold.p-top__lg,
  .body__bold.p-top__lg,
  .callout__bold.p-top__lg,
  .label__bold.p-top__lg,
  .caption__bold.p-top__lg,
  .overline__bold.p-top__lg {
    padding-top: var(--lg);
  }

  .display1.p-top__xl,
  .display2.p-top__xl,
  .title1.p-top__xl,
  .title2.p-top__xl,
  .title3.p-top__xl,
  .heading.p-top__xl,
  .subheading.p-top__xl,
  .body.p-top__xl,
  .callout.p-top__xl,
  .label.p-top__xl,
  .caption.p-top__xl,
  .overline.p-top__xl,
  .display1__bold.p-top__xl,
  .display2__bold.p-top__xl,
  .title1__bold.p-top__xl,
  .title2__bold.p-top__xl,
  .title3__bold.p-top__xl,
  .heading__bold.p-top__xl,
  .subheading__bold.p-top__xl,
  .body__bold.p-top__xl,
  .callout__bold.p-top__xl,
  .label__bold.p-top__xl,
  .caption__bold.p-top__xl,
  .overline__bold.p-top__xl {
    padding-top: var(--xl);
  }

  .display1.p-top__2xl,
  .display2.p-top__2xl,
  .title1.p-top__2xl,
  .title2.p-top__2xl,
  .title3.p-top__2xl,
  .heading.p-top__2xl,
  .subheading.p-top__2xl,
  .body.p-top__2xl,
  .callout.p-top__2xl,
  .label.p-top__2xl,
  .caption.p-top__2xl,
  .overline.p-top__2xl,
  .display1__bold.p-top__2xl,
  .display2__bold.p-top__2xl,
  .title1__bold.p-top__2xl,
  .title2__bold.p-top__2xl,
  .title3__bold.p-top__2xl,
  .heading__bold.p-top__2xl,
  .subheading__bold.p-top__2xl,
  .body__bold.p-top__2xl,
  .callout__bold.p-top__2xl,
  .label__bold.p-top__2xl,
  .caption__bold.p-top__2xl,
  .overline__bold.p-top__2xl {
    padding-top: var(--2xl);
  }

  .display1.p-right__2xs,
  .display2.p-right__2xs,
  .title1.p-right__2xs,
  .title2.p-right__2xs,
  .title3.p-right__2xs,
  .heading.p-right__2xs,
  .subheading.p-right__2xs,
  .body.p-right__2xs,
  .callout.p-right__2xs,
  .label.p-right__2xs,
  .caption.p-right__2xs,
  .overline.p-right__2xs,
  .display1__bold.p-right__2xs,
  .display2__bold.p-right__2xs,
  .title1__bold.p-right__2xs,
  .title2__bold.p-right__2xs,
  .title3__bold.p-right__2xs,
  .heading__bold.p-right__2xs,
  .subheading__bold.p-right__2xs,
  .body__bold.p-right__2xs,
  .callout__bold.p-right__2xs,
  .label__bold.p-right__2xs,
  .caption__bold.p-right__2xs,
  .overline__bold.p-right__2xs {
    padding-right: var(--2xs);
  }

  .display1.p-right__xs,
  .display2.p-right__xs,
  .title1.p-right__xs,
  .title2.p-right__xs,
  .title3.p-right__xs,
  .heading.p-right__xs,
  .subheading.p-right__xs,
  .body.p-right__xs,
  .callout.p-right__xs,
  .label.p-right__xs,
  .caption.p-right__xs,
  .overline.p-right__xs,
  .display1__bold.p-right__xs,
  .display2__bold.p-right__xs,
  .title1__bold.p-right__xs,
  .title2__bold.p-right__xs,
  .title3__bold.p-right__xs,
  .heading__bold.p-right__xs,
  .subheading__bold.p-right__xs,
  .body__bold.p-right__xs,
  .callout__bold.p-right__xs,
  .label__bold.p-right__xs,
  .caption__bold.p-right__xs,
  .overline__bold.p-right__xs {
    padding-right: var(--xs);
  }

  .display1.p-right__sm,
  .display2.p-right__sm,
  .title1.p-right__sm,
  .title2.p-right__sm,
  .title3.p-right__sm,
  .heading.p-right__sm,
  .subheading.p-right__sm,
  .body.p-right__sm,
  .callout.p-right__sm,
  .label.p-right__sm,
  .caption.p-right__sm,
  .overline.p-right__sm,
  .display1__bold.p-right__sm,
  .display2__bold.p-right__sm,
  .title1__bold.p-right__sm,
  .title2__bold.p-right__sm,
  .title3__bold.p-right__sm,
  .heading__bold.p-right__sm,
  .subheading__bold.p-right__sm,
  .body__bold.p-right__sm,
  .callout__bold.p-right__sm,
  .label__bold.p-right__sm,
  .caption__bold.p-right__sm,
  .overline__bold.p-right__sm {
    padding-right: var(--sm);
  }

  /* Repeat for other margin directions and sizes */
  .display1.p-right__md,
  .display2.p-right__md,
  .title1.p-right__md,
  .title2.p-right__md,
  .title3.p-right__md,
  .heading.p-right__md,
  .subheading.p-right__md,
  .body.p-right__md,
  .callout.p-right__md,
  .label.p-right__md,
  .caption.p-right__md,
  .overline.p-right__md,
  .display1__bold.p-right__md,
  .display2__bold.p-right__md,
  .title1__bold.p-right__md,
  .title2__bold.p-right__md,
  .title3__bold.p-right__md,
  .heading__bold.p-right__md,
  .subheading__bold.p-right__md,
  .body__bold.p-right__md,
  .callout__bold.p-right__md,
  .label__bold.p-right__md,
  .caption__bold.p-right__md,
  .overline__bold.p-right__md {
    padding-right: var(--md);
  }

  .display1.p-right__lg,
  .display2.p-right__lg,
  .title1.p-right__lg,
  .title2.p-right__lg,
  .title3.p-right__lg,
  .heading.p-right__lg,
  .subheading.p-right__lg,
  .body.p-right__lg,
  .callout.p-right__lg,
  .label.p-right__lg,
  .caption.p-right__lg,
  .overline.p-right__lg,
  .display1__bold.p-right__lg,
  .display2__bold.p-right__lg,
  .title1__bold.p-right__lg,
  .title2__bold.p-right__lg,
  .title3__bold.p-right__lg,
  .heading__bold.p-right__lg,
  .subheading__bold.p-right__lg,
  .body__bold.p-right__lg,
  .callout__bold.p-right__lg,
  .label__bold.p-right__lg,
  .caption__bold.p-right__lg,
  .overline__bold.p-right__lg {
    padding-right: var(--lg);
  }

  .display1.p-right__xl,
  .display2.p-right__xl,
  .title1.p-right__xl,
  .title2.p-right__xl,
  .title3.p-right__xl,
  .heading.p-right__xl,
  .subheading.p-right__xl,
  .body.p-right__xl,
  .callout.p-right__xl,
  .label.p-right__xl,
  .caption.p-right__xl,
  .overline.p-right__xl,
  .display1__bold.p-right__xl,
  .display2__bold.p-right__xl,
  .title1__bold.p-right__xl,
  .title2__bold.p-right__xl,
  .title3__bold.p-right__xl,
  .heading__bold.p-right__xl,
  .subheading__bold.p-right__xl,
  .body__bold.p-right__xl,
  .callout__bold.p-right__xl,
  .label__bold.p-right__xl,
  .caption__bold.p-right__xl,
  .overline__bold.p-right__xl {
    padding-right: var(--xl);
  }

  .display1.p-right__2xl,
  .display2.p-right__2xl,
  .title1.p-right__2xl,
  .title2.p-right__2xl,
  .title3.p-right__2xl,
  .heading.p-right__2xl,
  .subheading.p-right__2xl,
  .body.p-right__2xl,
  .callout.p-right__2xl,
  .label.p-right__2xl,
  .caption.p-right__2xl,
  .overline.p-right__2xl,
  .display1__bold.p-right__2xl,
  .display2__bold.p-right__2xl,
  .title1__bold.p-right__2xl,
  .title2__bold.p-right__2xl,
  .title3__bold.p-right__2xl,
  .heading__bold.p-right__2xl,
  .subheading__bold.p-right__2xl,
  .body__bold.p-right__2xl,
  .callout__bold.p-right__2xl,
  .label__bold.p-right__2xl,
  .caption__bold.p-right__2xl,
  .overline__bold.p-right__2xl {
    padding-right: var(--2xl);
  }

  .display1.p-bottom__2xs,
  .display2.p-bottom__2xs,
  .title1.p-bottom__2xs,
  .title2.p-bottom__2xs,
  .title3.p-bottom__2xs,
  .heading.p-bottom__2xs,
  .subheading.p-bottom__2xs,
  .body.p-bottom__2xs,
  .callout.p-bottom__2xs,
  .label.p-bottom__2xs,
  .caption.p-bottom__2xs,
  .overline.p-bottom__2xs,
  .display1__bold.p-bottom__2xs,
  .display2__bold.p-bottom__2xs,
  .title1__bold.p-bottom__2xs,
  .title2__bold.p-bottom__2xs,
  .title3__bold.p-bottom__2xs,
  .heading__bold.p-bottom__2xs,
  .subheading__bold.p-bottom__2xs,
  .body__bold.p-bottom__2xs,
  .callout__bold.p-bottom__2xs,
  .label__bold.p-bottom__2xs,
  .caption__bold.p-bottom__2xs,
  .overline__bold.p-bottom__2xs {
    padding-bottom: var(--2xs);
  }

  .display1.p-bottom__xs,
  .display2.p-bottom__xs,
  .title1.p-bottom__xs,
  .title2.p-bottom__xs,
  .title3.p-bottom__xs,
  .heading.p-bottom__xs,
  .subheading.p-bottom__xs,
  .body.p-bottom__xs,
  .callout.p-bottom__xs,
  .label.p-bottom__xs,
  .caption.p-bottom__xs,
  .overline.p-bottom__xs,
  .display1__bold.p-bottom__xs,
  .display2__bold.p-bottom__xs,
  .title1__bold.p-bottom__xs,
  .title2__bold.p-bottom__xs,
  .title3__bold.p-bottom__xs,
  .heading__bold.p-bottom__xs,
  .subheading__bold.p-bottom__xs,
  .body__bold.p-bottom__xs,
  .callout__bold.p-bottom__xs,
  .label__bold.p-bottom__xs,
  .caption__bold.p-bottom__xs,
  .overline__bold.p-bottom__xs {
    padding-bottom: var(--xs);
  }

  .display1.p-bottom__sm,
  .display2.p-bottom__sm,
  .title1.p-bottom__sm,
  .title2.p-bottom__sm,
  .title3.p-bottom__sm,
  .heading.p-bottom__sm,
  .subheading.p-bottom__sm,
  .body.p-bottom__sm,
  .callout.p-bottom__sm,
  .label.p-bottom__sm,
  .caption.p-bottom__sm,
  .overline.p-bottom__sm,
  .display1__bold.p-bottom__sm,
  .display2__bold.p-bottom__sm,
  .title1__bold.p-bottom__sm,
  .title2__bold.p-bottom__sm,
  .title3__bold.p-bottom__sm,
  .heading__bold.p-bottom__sm,
  .subheading__bold.p-bottom__sm,
  .body__bold.p-bottom__sm,
  .callout__bold.p-bottom__sm,
  .label__bold.p-bottom__sm,
  .caption__bold.p-bottom__sm,
  .overline__bold.p-bottom__sm {
    padding-bottom: var(--sm);
  }

  /* Repeat for other margin directions and sizes */
  .display1.p-bottom__md,
  .display2.p-bottom__md,
  .title1.p-bottom__md,
  .title2.p-bottom__md,
  .title3.p-bottom__md,
  .heading.p-bottom__md,
  .subheading.p-bottom__md,
  .body.p-bottom__md,
  .callout.p-bottom__md,
  .label.p-bottom__md,
  .caption.p-bottom__md,
  .overline.p-bottom__md,
  .display1__bold.p-bottom__md,
  .display2__bold.p-bottom__md,
  .title1__bold.p-bottom__md,
  .title2__bold.p-bottom__md,
  .title3__bold.p-bottom__md,
  .heading__bold.p-bottom__md,
  .subheading__bold.p-bottom__md,
  .body__bold.p-bottom__md,
  .callout__bold.p-bottom__md,
  .label__bold.p-bottom__md,
  .caption__bold.p-bottom__md,
  .overline__bold.p-bottom__md {
    padding-bottom: var(--md);
  }

  .display1.p-bottom__lg,
  .display2.p-bottom__lg,
  .title1.p-bottom__lg,
  .title2.p-bottom__lg,
  .title3.p-bottom__lg,
  .heading.p-bottom__lg,
  .subheading.p-bottom__lg,
  .body.p-bottom__lg,
  .callout.p-bottom__lg,
  .label.p-bottom__lg,
  .caption.p-bottom__lg,
  .overline.p-bottom__lg,
  .display1__bold.p-bottom__lg,
  .display2__bold.p-bottom__lg,
  .title1__bold.p-bottom__lg,
  .title2__bold.p-bottom__lg,
  .title3__bold.p-bottom__lg,
  .heading__bold.p-bottom__lg,
  .subheading__bold.p-bottom__lg,
  .body__bold.p-bottom__lg,
  .callout__bold.p-bottom__lg,
  .label__bold.p-bottom__lg,
  .caption__bold.p-bottom__lg,
  .overline__bold.p-bottom__lg {
    padding-bottom: var(--lg);
  }

  .display1.p-bottom__xl,
  .display2.p-bottom__xl,
  .title1.p-bottom__xl,
  .title2.p-bottom__xl,
  .title3.p-bottom__xl,
  .heading.p-bottom__xl,
  .subheading.p-bottom__xl,
  .body.p-bottom__xl,
  .callout.p-bottom__xl,
  .label.p-bottom__xl,
  .caption.p-bottom__xl,
  .overline.p-bottom__xl,
  .display1__bold.p-bottom__xl,
  .display2__bold.p-bottom__xl,
  .title1__bold.p-bottom__xl,
  .title2__bold.p-bottom__xl,
  .title3__bold.p-bottom__xl,
  .heading__bold.p-bottom__xl,
  .subheading__bold.p-bottom__xl,
  .body__bold.p-bottom__xl,
  .callout__bold.p-bottom__xl,
  .label__bold.p-bottom__xl,
  .caption__bold.p-bottom__xl,
  .overline__bold.p-bottom__xl {
    padding-bottom: var(--xl);
  }

  .display1.p-bottom__2xl,
  .display2.p-bottom__2xl,
  .title1.p-bottom__2xl,
  .title2.p-bottom__2xl,
  .title3.p-bottom__2xl,
  .heading.p-bottom__2xl,
  .subheading.p-bottom__2xl,
  .body.p-bottom__2xl,
  .callout.p-bottom__2xl,
  .label.p-bottom__2xl,
  .caption.p-bottom__2xl,
  .overline.p-bottom__2xl,
  .display1__bold.p-bottom__2xl,
  .display2__bold.p-bottom__2xl,
  .title1__bold.p-bottom__2xl,
  .title2__bold.p-bottom__2xl,
  .title3__bold.p-bottom__2xl,
  .heading__bold.p-bottom__2xl,
  .subheading__bold.p-bottom__2xl,
  .body__bold.p-bottom__2xl,
  .callout__bold.p-bottom__2xl,
  .label__bold.p-bottom__2xl,
  .caption__bold.p-bottom__2xl,
  .overline__bold.p-bottom__2xl {
    padding-bottom: var(--2xl);
  }

  .display1.p-left__2xs,
  .display2.p-left__2xs,
  .title1.p-left__2xs,
  .title2.p-left__2xs,
  .title3.p-left__2xs,
  .heading.p-left__2xs,
  .subheading.p-left__2xs,
  .body.p-left__2xs,
  .callout.p-left__2xs,
  .label.p-left__2xs,
  .caption.p-left__2xs,
  .overline.p-left__2xs,
  .display1__bold.p-left__2xs,
  .display2__bold.p-left__2xs,
  .title1__bold.p-left__2xs,
  .title2__bold.p-left__2xs,
  .title3__bold.p-left__2xs,
  .heading__bold.p-left__2xs,
  .subheading__bold.p-left__2xs,
  .body__bold.p-left__2xs,
  .callout__bold.p-left__2xs,
  .label__bold.p-left__2xs,
  .caption__bold.p-left__2xs,
  .overline__bold.p-left__2xs {
    padding-left: var(--2xs);
  }

  .display1.p-left__xs,
  .display2.p-left__xs,
  .title1.p-left__xs,
  .title2.p-left__xs,
  .title3.p-left__xs,
  .heading.p-left__xs,
  .subheading.p-left__xs,
  .body.p-left__xs,
  .callout.p-left__xs,
  .label.p-left__xs,
  .caption.p-left__xs,
  .overline.p-left__xs,
  .display1__bold.p-left__xs,
  .display2__bold.p-left__xs,
  .title1__bold.p-left__xs,
  .title2__bold.p-left__xs,
  .title3__bold.p-left__xs,
  .heading__bold.p-left__xs,
  .subheading__bold.p-left__xs,
  .body__bold.p-left__xs,
  .callout__bold.p-left__xs,
  .label__bold.p-left__xs,
  .caption__bold.p-left__xs,
  .overline__bold.p-left__xs {
    padding-left: var(--xs);
  }

  .display1.p-left__sm,
  .display2.p-left__sm,
  .title1.p-left__sm,
  .title2.p-left__sm,
  .title3.p-left__sm,
  .heading.p-left__sm,
  .subheading.p-left__sm,
  .body.p-left__sm,
  .callout.p-left__sm,
  .label.p-left__sm,
  .caption.p-left__sm,
  .overline.p-left__sm,
  .display1__bold.p-left__sm,
  .display2__bold.p-left__sm,
  .title1__bold.p-left__sm,
  .title2__bold.p-left__sm,
  .title3__bold.p-left__sm,
  .heading__bold.p-left__sm,
  .subheading__bold.p-left__sm,
  .body__bold.p-left__sm,
  .callout__bold.p-left__sm,
  .label__bold.p-left__sm,
  .caption__bold.p-left__sm,
  .overline__bold.p-left__sm {
    padding-left: var(--sm);
  }

  /* Repeat for other margin directions and sizes */
  .display1.p-left__md,
  .display2.p-left__md,
  .title1.p-left__md,
  .title2.p-left__md,
  .title3.p-left__md,
  .heading.p-left__md,
  .subheading.p-left__md,
  .body.p-left__md,
  .callout.p-left__md,
  .label.p-left__md,
  .caption.p-left__md,
  .overline.p-left__md,
  .display1__bold.p-left__md,
  .display2__bold.p-left__md,
  .title1__bold.p-left__md,
  .title2__bold.p-left__md,
  .title3__bold.p-left__md,
  .heading__bold.p-left__md,
  .subheading__bold.p-left__md,
  .body__bold.p-left__md,
  .callout__bold.p-left__md,
  .label__bold.p-left__md,
  .caption__bold.p-left__md,
  .overline__bold.p-left__md {
    padding-left: var(--md);
  }

  .display1.p-left__lg,
  .display2.p-left__lg,
  .title1.p-left__lg,
  .title2.p-left__lg,
  .title3.p-left__lg,
  .heading.p-left__lg,
  .subheading.p-left__lg,
  .body.p-left__lg,
  .callout.p-left__lg,
  .label.p-left__lg,
  .caption.p-left__lg,
  .overline.p-left__lg,
  .display1__bold.p-left__lg,
  .display2__bold.p-left__lg,
  .title1__bold.p-left__lg,
  .title2__bold.p-left__lg,
  .title3__bold.p-left__lg,
  .heading__bold.p-left__lg,
  .subheading__bold.p-left__lg,
  .body__bold.p-left__lg,
  .callout__bold.p-left__lg,
  .label__bold.p-left__lg,
  .caption__bold.p-left__lg,
  .overline__bold.p-left__lg {
    padding-left: var(--lg);
  }

  .display1.p-left__xl,
  .display2.p-left__xl,
  .title1.p-left__xl,
  .title2.p-left__xl,
  .title3.p-left__xl,
  .heading.p-left__xl,
  .subheading.p-left__xl,
  .body.p-left__xl,
  .callout.p-left__xl,
  .label.p-left__xl,
  .caption.p-left__xl,
  .overline.p-left__xl,
  .display1__bold.p-left__xl,
  .display2__bold.p-left__xl,
  .title1__bold.p-left__xl,
  .title2__bold.p-left__xl,
  .title3__bold.p-left__xl,
  .heading__bold.p-left__xl,
  .subheading__bold.p-left__xl,
  .body__bold.p-left__xl,
  .callout__bold.p-left__xl,
  .label__bold.p-left__xl,
  .caption__bold.p-left__xl,
  .overline__bold.p-left__xl {
    padding-left: var(--xl);
  }

  .display1.p-left__2xl,
  .display2.p-left__2xl,
  .title1.p-left__2xl,
  .title2.p-left__2xl,
  .title3.p-left__2xl,
  .heading.p-left__2xl,
  .subheading.p-left__2xl,
  .body.p-left__2xl,
  .callout.p-left__2xl,
  .label.p-left__2xl,
  .caption.p-left__2xl,
  .overline.p-left__2xl,
  .display1__bold.p-left__2xl,
  .display2__bold.p-left__2xl,
  .title1__bold.p-left__2xl,
  .title2__bold.p-left__2xl,
  .title3__bold.p-left__2xl,
  .heading__bold.p-left__2xl,
  .subheading__bold.p-left__2xl,
  .body__bold.p-left__2xl,
  .callout__bold.p-left__2xl,
  .label__bold.p-left__2xl,
  .caption__bold.p-left__2xl,
  .overline__bold.p-left__2xl {
    padding-left: var(--2xl);
  }

/*|| CLICK INTERACTIONS ||*/ 

  /* hyperlink text w/o underline*/
    a {
      text-decoration: none;
  
    }

  /* current stat psudo class
    a:visited {
      text-decoration: none;
      color: var(--background);
    }*/

  /* nav :is(a:hover, a:focus)
  for later ref
  also name:target is for current selection
    a:hover, a:focus {
      color:var(--dark__onprimaryfixedvariant_clv)
    }*/

/* || FEATURES || */

  /*icons*/
    .material-symbols-outlined {
      font-family: 'Material Symbols Outlined';
      font-weight: normal;
      font-style: normal;
      font-size: 1.272em; 
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-decoration: none;
      font-variation-settings:
      'FILL' 0,
      'wght' 300,
      'GRAD' 0,
      'opsz' 24
    }

    .material-symbols-filled {
      font-family: 'Material Symbols Outlined';
      font-weight: normal;
      font-style: normal;
      font-size: 1.272em; 
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      font-variation-settings: 'FILL' 1;
    }

  /*object variations*/
    .object-contain {
      -o-object-fit: contain;
      object-fit: contain
    }

    .object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .object-center {
        -o-object-position: center;
        object-position: center
    }
    
  /*opacity in incriments of 10*/
    .opacity__0 {
      opacity: 0.0;
    }

    .opacity__5 {
      opacity: 0.05;
    }

    .opacity__10 {
      opacity: 0.1;
    }

    .opacity__15 {
      opacity: 0.15;
    }

    .opacity__20 {
      opacity: 0.2;
    }

    .opacity__25 {
      opacity: 0.25;
    }

    .opacity__30 {
      opacity: 0.3;
    }

    .opacity__35 {
      opacity: 0.35;
    }

    .opacity__40 {
    opacity: 0.4;
    }

    .opacity__45 {
      opacity: 0.45;
    }

    .opacity__50 {
      opacity: 0.5;
    }

    .opacity__55 {
      opacity: 0.55;
    }

    .opacity__60 {
      opacity: 0.6;
    }

    .opacity__65 {
      opacity: 0.65;
    }

    .opacity__70 {
      opacity: 0.7;
    }

    .opacity__75 {
      opacity: 0.75;
    }

    .opacity__80 {
      opacity: 0.8;
    }

    .opacity__85 {
      opacity: 0.85;
    }

    .opacity__90 {
      opacity: 0.9;
    }

    .opacity__95 {
      opacity: 0.95;
    }

    .opacity__100 {
      opacity: 1.0;
    }

  /*size variations*/
    .h-\[var\(--screen-vh\)\] {
      height: var(--screen-vh)
    }
    .h-auto {
      height: auto
    }
    .h-full {
      height: 100%
    }
    .h-px {
      height: 1px
    }

    .h-screen {
      height: 100vh
    }
    .max-h-0 {
      max-height: 0
  }
    
    .max-h-\[117px\] {
      max-height: 117px
    }
    
    .max-h-\[50px\] {
      max-height: 50px
    }
    
    .max-h-\[80vh\] {
      max-height: 80vh
    }
    
    .max-h-\[83px\] {
      max-height: 83px
    }
    
    .max-h-screen {
       max-height: 100vh
    }
    
    .min-h-\[35px\] {
       min-height: 35px
    }
    
    .min-h-\[497px\] {
      min-height: 497px
    }
    
    .min-h-\[60px\] {
       min-height: 60px
    }
    
    .min-h-screen {
       min-height: 100vh
    }
    .w-auto {
      width: auto
    }
    
    .w-full {
      width: 100%
    }
    .w-max {
      width: -moz-max-content;
      width: max-content
    }
    
    .w-px {
      width: 1px
    }
    
    .w-screen {
      width: 100vw
    }
    
    .min-w-0 {
      min-width: 0
    }
    
    .min-w-\[100px\] {
      min-width: 100px
    }
    
    .min-w-\[255px\] {
      min-width: 255px
    }
    
    .min-w-\[50px\] {
      min-width: 50px
    }
    
    .max-w-2xl {
      max-width: 42rem
    }
    
    .max-w-4xl {
      max-width: 56rem
    }
    
    .max-w-7xl {
      max-width: 80rem
    }
    
    .max-w-\[117px\] {
      max-width: 117px
    }
    
    .max-w-\[15em\] {
      max-width: 15em
    }
    
    .max-w-\[250px\] {
      max-width: 250px
    }
    
    .max-w-\[260px\] {
      max-width: 260px
    }
    
    .max-w-\[350px\] {
      max-width: 350px
    }
    
    .max-w-\[50px\] {
      max-width: 50px
    }
    
    .max-w-\[544px\] {
      max-width: 544px
    }
    
    .max-w-\[644px\] {
      max-width: 644px
    }
    
    .max-w-\[75\%\] {
      max-width: 75%
    }
    
    .max-w-\[83px\] {
      max-width: 83px
    }
    
    .max-w-\[846px\] {
      max-width: 846px
    }
    
    .max-w-\[calc\(100vw_-_42px\)\] {
      max-width: calc(100vw - 42px)
    }
    
    .max-w-full {
      max-width: 100%
    }

  /*shadows*/
    .shadow-sm {
      align-items: flex-start;
      box-shadow: 0 0 1px 0 var(--light__shadow_lkv);
      flex: 0 auto;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      justify-content: flex-start;
      position: relative;
      z-index: 1;
    }

    .shadow-md {
      align-items: flex-start;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.11),
        0 0 1px #727272;
      flex: 0 auto;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      justify-content: flex-start;
      position: relative;
      z-index: 2;
    }

    .shadow-lg {
      align-items: flex-start;
      box-shadow: 0 11px 15px -3px rgba(0, 0, 0, 0.11),
        0 2px 6px rgba(0, 0, 0, 0.07), 0 0 1px #727272;
      flex: 0 auto;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      justify-content: flex-start;
      position: relative;
      z-index: 3;
    }

    .shadow-xl {
      align-items: flex-start;
      box-shadow: 0 20px 25px rgba(0, 0, 0, 0.09), 0 5px 11px rgba(0, 0, 0, 0.12),
        0 0 1px #727272;
      flex: 0 auto;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      justify-content: flex-start;
      position: relative;
      z-index: 4;
    }

    .shadow-2xl {
      align-items: flex-start;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.23), 0 9px 18px rgba(0, 0, 0, 0.1),
        0 0 1px #727272;
      flex: 0 auto;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      justify-content: flex-start;
      position: relative;
      z-index: 5;
    }

    /* Small devices (landscape phones, 480px and up) */
@media (max-width: 480px) {
  .navbar {
    padding: 15px; /* Slightly larger padding */
  }

  .navbarMenu {
    top: 100%; /* Adjust position for larger screens */
  }

  .navbarMenu a {
    padding: 12px; /* Slightly larger padding */
    text-align: left;
    
  }
   .hamburger {
    display: flex;
  }

  .footerItems {
    justify-content: center;
    text-align: left;
  }

  .hero{
    background-position: right;
  }
  .hero .section p{
    display: none;
  }
  .card.faculty{
    font-size: 1rem;
  }
    .card.faculty h2 {
    min-height: calc(1em * 3);      /* line-height (1.5) × 3 lines */
    font-size: 1rem;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
    .card.faculty .dark_background{
      min-height: 5rem;
      padding: 0.5rem .5rem;
    }
  .grid.col__2,
  .grid.col__3.gap__m,
  .grid.col__4 {
    grid-template-columns: 1fr;
  }
}

/* Tablet styles (768px and up) */
@media (min-width: 768px) {
  .main {
    margin-left: auto;
  }
  .navbar {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .navbarMenu {
    /* display: none;  */
    flex-direction: column; /* Stack items vertically */
    background-color: #333;
    /* position: absolute; */
   /*  top: 100%; */
    left: 0;
    width: 100%;
    height: calc(100vh - 50px); /* Full height minus navbar height */
    overflow-y: auto; /* Allow scrolling if content exceeds height */
  }

  /* .navbarMenu.open {
    display: flex; 
  } */
  .hamburger {
    display: flex;
  }
  .footerItems {
    justify-content: flex-end;
    text-align: left;
  }

  .hero{
    background-position: left center;
  }
  .hero .section p{
    display: block;
  }
  .card.faculty{
    font-size: 1rem;
  }
    .card.faculty h2 {
    min-height: calc(1em * 3);      /* line-height (1.5) × 3 lines */
    font-size: var(--md);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
 /*  .card.faculty .dark_background{
      min-height: 3rem;
      
    } */

  .grid.col__3.gap__m{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col__4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop styles (1024px and up) */
@media (min-width: 1024px) {
  main{
    margin-left:var(--navWidth);
  }
  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    width: var(--navWidth, 250px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
  }

  .menu-overlay {
    position: fixed;
    padding-top: 6rem;
    top: 0; left: 0;
    width: var(--navWidth, 250px);
    height: 100vh;
    background: transparent;
    z-index: 999;
    display: flex;           /* default: hidden */
   
  }
  .navbarBrand {
 
  z-index: 1001; /* Higher than overlay */

}
  .navbarMenu {
    display: flex; /* Show menu items on desktop */
    flex-direction: column;
   
    position: static; /* Reset positioning */
    width: var(--navWidth, 250px); /* Auto width to fit content */
    height: auto; /* Auto height */
    background-color: transparent; /* Remove background */
    
  }

  .navbarMenu a {
    margin: .5em 0;
    margin-left: 1rem;
    font-size: 1.2rem;
  }

  .hamburger {
    display: none; /* Hide hamburger button on desktop */
  }
  .footer {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .card.faculty .dark_background{
    padding: .2 1rem;
  }
  .card.faculty h2 {
    /* min-height: calc(1.5em * 3);      */
    line-height: 1.5;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
  }
 /*  .card.faculty .dark_background{
      min-height: 5rem;
      
    } */
    .button__outline.email {
      font-size: .8rem;
    }

  .grid.col__2{
    grid-template-columns:1fr 1fr;
  }
  
  .grid.col__4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large desktop styles (1400px and up) */
@media (min-width: 1400px) {
  :root{
    --navWidth:15em;
  }
  .navbar {
    width: var(--navWidth); /* Wider sidebar */
    
  }
  
  .menu-overlay {
    position: fixed;
    padding-top: 8rem;
    top: 0; left: 0;
    width: var(--navWidth);
    height: 100vh;
    background: transparent;
    z-index: 999;
    display: flex;           /* default: hidden */
   
  }
  .navbarBrand {
 
  z-index: 1001; /* Higher than overlay */
  padding: 2.5rem 1.6rem 2rem 1.6rem;
  box-sizing: border-box;
  text-align: center;

}
.navbarBrand .brandIcon {
  display: block;
   /* or more */
    max-width: 100%;
    /* padding: 1.6rem; */
   
  }
  .navbarMenu {
    display: flex; /* Show menu items on desktop */
    flex-direction: column;
   
    position: static; /* Reset positioning */
    width: var(--navWidth); /* Auto width to fit content */
    height: auto; /* Auto height */
    background-color: transparent; /* Remove background */
    
  }

  .navbarMenu a {
    margin: .8em 0;
    margin-left: 1.5rem;
    padding: 0;
    font-size: 1.3rem;
  }
  .submenu {
    padding-left: 2rem;
    width: var(--navWidth);
    min-width: var(--navWidth);
    box-sizing: border-box;
  }
  .navbarMenu .submenu li a {
  font-size: 1.1rem;
 
  padding-left: 1.25rem;
}


    .grid.col__4 {
    grid-template-columns: repeat(4, 1fr);
    margin: 2rem;
  }

.card.faculty h2 {
    min-height: calc(1.5em * 3);      /* line-height (1.5) × 3 lines */
    line-height: 1.5;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
  }
  .card.faculty .dark_background{
      /* background-color: ; */
      min-height: 7rem;
      padding: 0 1.5rem ;
      
    }
    .button__outline.email {
      font-size: .9rem;
    }
}


    
  