/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.newhomepage-dertfsg11463f{margin-top:8%}.schoolname{font-size:16px;font-weight:700;line-height:24px;letter-spacing:0;text-align:left}.app-dertfsg11463f{display:flex;width:100vw;overflow-x:hidden}@media(min-width: 320px)and (max-width: 1439.9px){.app-dertfsg11463f{overflow-x:hidden;width:100vw;overflow-y:hidden}}.body-panel-dertfsg11463f{flex:1;gap:28px;width:100vw}.body-open-panel-view{flex:1;gap:28px;width:80vw}@media(min-width: 1440px){.body-panel-dertfsg11463f{margin-left:184px}}@media(min-width: 1024px)and (max-width: 1439.9px){.body-panel-dertfsg11463f{width:100vw}.body-open-panel-view{width:74vw;height:100%}}@media(min-width: 768px)and (max-width: 1023.9px){.body-panel-mobile-open-sideview{width:97vw;margin-left:-5px}.body-panel-mobile-dertfsg11463f{width:100vw;margin-left:16px}}@media(min-width: 390px)and (max-width: 767.9px){.body-panel-mobile-open-sideviewf{width:94vw;margin-left:-9px}.body-panel-mobile-dertfsg11463f{width:100vw;margin-left:3px}}@media(min-width: 320px)and (max-width: 389.9px){.body-panel-mobile-open-sideview{width:95vw;margin-left:-4px}.body-panel-mobile-dertfsg11463f{width:100vw;margin-left:5px}}.welcomemsg-dertfsg11463f{padding-top:20px}.side-margin-dertfsg11463f{max-width:288px !important}@media only screen and (min-width: 1024px)and (max-width: 1439.9px){.side-margin-dertfsg11463f{flex-basis:25% !important;max-width:19% !important}}@media(min-width: 1024px)and (max-width: 1439.9px){.essui-grid-col--lg-3{flex-basis:25%;max-width:264px !important}}@media(min-width: 768px)and (max-width: 1023.9px){.side-margin-dertfsg11463f{max-width:0 !important}.side-margin-closed-dertfsg11463f{height:fit-content;width:fit-content}}@media(min-width: 1024px)and (max-width: 1439.9px){.side-margin-closed-dertfsg11463f{height:fit-content;width:fit-content}}@media(min-width: 390px)and (max-width: 767.9px){.side-margin-dertfsg11463f{max-width:0 !important}.side-margin-closed-dertfsg11463f{height:fit-content;width:fit-content}}@media(min-width: 320px)and (max-width: 389.9px){.side-margin-dertfsg11463f{max-width:0 !important}.side-margin-closed-dertfsg11463f{height:fit-content;width:fit-content}}@media(min-width: 1024px)and (max-width: 1439.9px){.essui-grid-col--lg-9{flex-basis:75%;max-width:760px}}@media(min-width: 1068.9px){.side-margin-quicklink-dertfsg11463f{max-width:278px !important}}@media(min-width: 1023.9px)and (max-width: 1068.9px){.side-margin-quicklink-dertfsg11463f{max-width:264px !important}}html,body{height:100%;overflow-y:auto}.no-scroll{overflow:hidden}.new-container{font-family:"Segoe UI",sans-serif;display:flex;width:100%;height:100vh}.new-side-panel{flex:0 0 17%;height:100vh;overflow:hidden}.new-main-panel{margin:20px 0 20px 30px;flex:1;height:88vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.new-main-panel-quicklink{margin:20px 2px 20px 30px;flex:1;height:86vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}@media only screen and (max-width: 600px){.new-container{display:unset}.new-main-panel{margin:16px}}
.essui-global-typography-default-display{font-family:"Segoe UI",sans-serif;font-size:60px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h1{font-family:"Segoe UI",sans-serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:56px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h2{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:400;letter-spacing:0;line-height:40px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h3{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h4{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-subtitle{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:8px;text-decoration:0;text-transform:0}.essui-global-typography-default-body-bold{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body-italic{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:italic;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-control-label{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-table-header{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small-bold{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-text-link{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:underline;text-transform:0}.essui-global-typography-default-button-small{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-medium{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-large{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-display{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h1{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h2{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h3{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h4{font-family:"Segoe UI",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-subtitle{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:4px;text-decoration:0;text-transform:0}.quicklinks-table-closepanel{margin-left:8%}.quicklink-headings-closed{margin-left:8%}.quicklinks-footer-section{margin-left:8%}.quicklinks-table .essui-table{min-width:100% !important}.quicklinks-table .essui-table__cell{border-right:0px !important}.quicklink-main-container{width:100%;height:100%}.quicklink-table{margin:0 10px}.new-sidepanel-toggle-btn-quicklink{margin:10px 8px 0 0 !important;height:40px;width:40px;padding:8px;border:none;background-color:#fff;border-radius:8px}.quicklinks-heading{font-size:24px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;padding-bottom:24px}.quicklinks-subheading{font-size:20px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;padding-bottom:24px}.quicklinks-table .new-main-panel{margin:20px 7px 20px 30px}.quicklinks-simsupdateview{width:94%}.quicklinks-divider{margin:40px 0px}.quicklink-breadcrumb{display:flex}.breadcrumb-wrapper{margin-left:5.8%}.new-margin-b-container-sims{margin-bottom:30px !important}
.new-title-container{display:inline-block;margin:20px 0px}.new-title-text{font-size:24px;font-weight:400;font-family:"Segoe UI",sans-serif;line-height:32px;margin-left:4px}.new-title-link{font-size:16px;font-weight:600px;font-family:"Segoe UI",sans-serif;line-height:24px;text-align:center;text-decoration:underline}@media only screen and (max-width: 768px){.new-title-text{display:block;font-size:20px;font-weight:400;font-family:"Segoe UI",sans-serif;line-height:28px;margin-left:0;text-align:left}.new-title-link{font-size:16px;font-weight:600px;font-family:"Segoe UI",sans-serif;line-height:24px;text-align:center;text-decoration:underline}}.link-class{background-color:#f7f7f7;color:#0046a6}
.essui-global-typography-default-display{font-family:"Segoe UI",sans-serif;font-size:60px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h1{font-family:"Segoe UI",sans-serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:56px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h2{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:400;letter-spacing:0;line-height:40px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h3{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h4{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-subtitle{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:8px;text-decoration:0;text-transform:0}.essui-global-typography-default-body-bold{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body-italic{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:italic;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-control-label{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-table-header{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small-bold{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-text-link{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:underline;text-transform:0}.essui-global-typography-default-button-small{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-medium{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-large{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-display{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h1{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h2{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h3{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h4{font-family:"Segoe UI",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-subtitle{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:4px;text-decoration:0;text-transform:0}.new-discoverbtn-style{font-size:16px;line-height:24px;font-weight:600;text-align:center}.new-sims-uppersection{align-items:center}.new-actioncard{border-radius:8px;gap:16px;width:100%}.new-footer-actioncards{display:flex !important}.footer-section-main{display:flex;justify-content:space-between;align-items:center;width:100%;gap:16px}.new-footer-simstitle{font-size:20px}.new-footer-discoverbtn{color:var(--primary-500, #2177c2);text-align:center;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap}.new-actioncard .primary-text{font-size:20px;line-height:24px;font-weight:400}.secondary-text{font-size:16px;line-height:24px;font-weight:400}.first-actioncard{border-radius:8px;padding:16px}.new-sims-title{display:flex;justify-content:flex-start}.new-sims-discoverbtn{display:flex;justify-content:end}.new-sims-title .new-title-container{margin-bottom:0}.new-footer-actioncards .essui-activity-card-center{width:100%}.primary-text{color:var(--neutral-800, #303030)}@media only screen and (max-width: 1023.9px){.new-footer-actioncards{gap:16px;display:flex !important}}@media only screen and (max-width: 1439.9px){.new-actioncard .secondary-text{height:unset !important}}
.essui-global-typography-default-display{font-family:"Segoe UI",sans-serif;font-size:60px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h1{font-family:"Segoe UI",sans-serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:56px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h2{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:400;letter-spacing:0;line-height:40px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h3{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h4{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-subtitle{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:8px;text-decoration:0;text-transform:0}.essui-global-typography-default-body-bold{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body-italic{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:italic;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-control-label{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-table-header{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small-bold{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-text-link{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:underline;text-transform:0}.essui-global-typography-default-button-small{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-medium{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-large{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-display{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h1{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h2{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h3{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h4{font-family:"Segoe UI",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-subtitle{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:4px;text-decoration:0;text-transform:0}.new-user-name-text{font-size:48px;font-weight:400;line-height:72px}.new-user-name{font-size:48px;font-weight:600;word-wrap:break-word}@media only screen and (max-width: 768px){.new-user-name-text,.new-user-name{font-size:30px;line-height:36px}}
.upcoming-schedule-conatiner{margin-top:28px}
.dynamiceventcard{float:left;background-color:#fff;margin-top:20px}.isopen{margin-right:15px}.isclose{margin-right:24px}@media(min-width: 1900px){.isopen{width:11.6vw !important;margin-right:24px}}@media(min-width: 1440px)and (max-width: 1900px){.isopen{width:11.5vw !important;margin-right:20px}.isclose{margin-right:22px}}@media(min-width: 1024px)and (max-width: 1439.9px){.isopen{width:16vw !important;margin-right:2vw}.isclose{width:14.1vw !important;margin-right:2vw}}@media(min-width: 768px)and (max-width: 1023.9px){.isclose{margin-right:3vw}.isopen{margin-right:3vw}}@media(min-width: 390px)and (max-width: 767.9px){.parent-event-container{margin-left:0;display:flex;flex-direction:column}.dynamiceventcard{float:left;background-color:#fff;margin-top:16px}}.new-event-card-box .event-primary-text .essui-event__primaryfont{align-items:center;cursor:pointer;font-size:14px;font-weight:600;line-height:16px;margin-bottom:1px}.new-event-card-box .essui-event__secondary{align-items:center;cursor:pointer;font-size:14px;font-weight:400;line-height:16px}.new-event-card-box .essui-event{padding:4px !important;background-color:#fff !important}.new-event-card-box{margin:0 12px 20px 4px}.no-events:focus{border-left-width:4px;box-shadow:0 0 0 2px #fff;outline:none}.new-event-card-box .event-highlight-0{box-shadow:0 0 0 4px #428fed;border-left:0 !important;padding-left:12px !important}.event-primary-1{border-left-width:4px;box-shadow:0 0 0 2px #428fed;border-left-color:#428fed}.event-primary-800-1{border-left-width:4px;box-shadow:0 0 0 2px #00315f;border-left-color:#00315f}.event-highlight-1{border-left-width:4px;box-shadow:0 0 0 2px #00a0aa;border-left-color:#00a0aa}.event-outstanding-1{border-left-width:4px;box-shadow:0 0 0 2px #a974ff;border-left-color:#a974ff}.event-loader{margin-left:436px;margin-top:18px}.event-neutral-1{border-left-width:4px;box-shadow:0 0 0 2px #8f8f8f;border-left-color:#8f8f8f}.event-success-1{border-left-width:4px;box-shadow:0 0 0 2px #52a15f;border-left-color:#52a15f}.event-improvement-1{border-left-width:4px;box-shadow:0 0 0 2px #e8619c;border-left-color:#e8619c}.event-critical-1{border-left-width:4px;box-shadow:0 0 0 2px #fc584c;border-left-color:#fc584c}.event-warning-1{border-left-width:4px;box-shadow:0 0 0 2px #cb8024;border-left-color:#cb8024}.staff-homepage-564f .essui-event__secondary{font-size:14px}.no-events-staff{width:11.6vw}.new-event-card-box{margin-right:12px;margin-bottom:20px;width:100%}.new-event-card-box .essui-event .essui-event--critical{background-color:#fff}@media screen and (max-width: 767.9px){.new-event-card-box .essui-event{width:88vw !important}}
:export{global-border-radius-lg:16px;global-border-radius-md:8px;global-border-radius-none:0;global-border-radius-sm:4px;global-border-width-lg:8px;global-border-width-md:4px;global-border-width-none:0;global-border-width-sm:2px;global-border-width-xs:1px;global-color-neutral-0:#fff;global-color-neutral-100:#e0e0e0;global-color-neutral-1000:#000;global-color-neutral-200:#c6c6c6;global-color-neutral-300:#ababab;global-color-neutral-400:#8f8f8f;global-color-neutral-50:#f7f7f7;global-color-neutral-500:#737373;global-color-neutral-600:#5e5e5e;global-color-neutral-700:#474747;global-color-neutral-800:#303030;global-color-neutral-900:#1c1c1c;global-color-primary-100:#d4e3ff;global-color-primary-200:#a3c9ff;global-color-primary-300:#72adff;global-color-primary-400:#428fed;global-color-primary-50:#ebf1ff;global-color-primary-500:#2177c2;global-color-primary-600:#005faf;global-color-primary-700:#004786;global-color-primary-800:#00315f;global-color-primary-900:#001c3a;global-color-supporting-critical-100:#ffdad6;global-color-supporting-critical-200:#ffb4ab;global-color-supporting-critical-300:#ff897d;global-color-supporting-critical-400:#fc584c;global-color-supporting-critical-50:#ffedea;global-color-supporting-critical-500:#d9372b;global-color-supporting-critical-600:#ba1a1a;global-color-supporting-critical-700:#93000a;global-color-supporting-critical-800:#690005;global-color-supporting-critical-900:#410002;global-color-supporting-highlight-100:#b4ecf0;global-color-supporting-highlight-200:#78d5db;global-color-supporting-highlight-300:#1ebdc8;global-color-supporting-highlight-400:#00a0aa;global-color-supporting-highlight-50:#dbf7fa;global-color-supporting-highlight-500:#00818c;global-color-supporting-highlight-600:#006970;global-color-supporting-highlight-700:#004f54;global-color-supporting-highlight-800:#00363a;global-color-supporting-highlight-900:#002022;global-color-supporting-improvement-100:#ffd9e4;global-color-supporting-improvement-200:#ffb0cc;global-color-supporting-improvement-300:#ff83b5;global-color-supporting-improvement-400:#e8619c;global-color-supporting-improvement-50:#ffecf0;global-color-supporting-improvement-500:#c74279;global-color-supporting-improvement-600:#a82d68;global-color-supporting-improvement-700:#891050;global-color-supporting-improvement-800:#640038;global-color-supporting-improvement-900:#3e0020;global-color-supporting-outstanding-100:#ecdcff;global-color-supporting-outstanding-200:#d5baff;global-color-supporting-outstanding-300:#bf98ff;global-color-supporting-outstanding-400:#a974ff;global-color-supporting-outstanding-50:#f7edff;global-color-supporting-outstanding-500:#8559de;global-color-supporting-outstanding-600:#753bcc;global-color-supporting-outstanding-700:#5c19b3;global-color-supporting-outstanding-800:#42008a;global-color-supporting-outstanding-900:#270057;global-color-supporting-success-100:#c4ecc8;global-color-supporting-success-200:#88d991;global-color-supporting-success-300:#6dbc77;global-color-supporting-success-400:#52a15f;global-color-supporting-success-50:#dff7e2;global-color-supporting-success-500:#318246;global-color-supporting-success-600:#1a6c31;global-color-supporting-success-700:#00531f;global-color-supporting-success-800:#003913;global-color-supporting-success-900:#002108;global-color-supporting-warning-100:#ffdcbd;global-color-supporting-warning-200:#ffb86d;global-color-supporting-warning-300:#ea9a3d;global-color-supporting-warning-400:#cb8024;global-color-supporting-warning-50:#ffeee0;global-color-supporting-warning-500:#a86500;global-color-supporting-warning-600:#8a5100;global-color-supporting-warning-700:#693c00;global-color-supporting-warning-800:#492900;global-color-supporting-warning-900:#2c1600;global-drop-shadow-heavy:0px 2px 8px 0px rgba(0,0,0,.2);global-drop-shadow-light:0px 1px 4px 0px rgba(0,0,0,.11);global-drop-shadow-medium:0px 2px 7px 0px rgba(0,0,0,.12);global-font-families-segoe-ui:"Segoe UI";global-font-weights-bold:700;global-font-weights-italic:italic;global-font-weights-regular:400;global-font-weights-semibold:600;global-opacity-high:90%;global-opacity-low:25%;global-opacity-md:50%;global-sizing-2xl:48px;global-sizing-3xl:56px;global-sizing-4xl:64px;global-sizing-5xl:72px;global-sizing-lg:32px;global-sizing-md:24px;global-sizing-sm:16px;global-sizing-xl:40px;global-sizing-xs:8px;global-spacing-lg:40px;global-spacing-md:32px;global-spacing-sm:24px;global-spacing-xl:48px;global-spacing-xs:16px;global-spacing-xxl:64px;global-spacing-xxs:8px;global-text-case-none:none;global-text-decoration-none:none;global-text-decoration-underline:underline}.margin-bottom{margin-bottom:24px !important;color:#303030}.parent-close-button{margin-bottom:100px;display:flex;justify-content:flex-end}.div-container{display:flex;justify-content:space-between;align-items:center;padding:24px 0}.new-right-side-panel .parent{display:flex;flex-direction:column;align-items:flex-start;gap:4px;border-radius:8px;border-radius:8px;border:1px solid #e0e0e0}.new-right-side-panel .child{display:flex;width:100%;padding:8px 16px;align-items:center;gap:16px;border:1px solid #e0e0e0;background:#fff;margin:-1px}.new-right-side-panel span:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}.new-right-side-panel span:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.divider-right-panel .essui-divider{margin:24px 0px}.rightsidepanel-grid-item .essui-side-panel-heading{padding:16px 32px 0 16px !important}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px){.new-right-sidepanel .essui-side-panel-container-grid-item{height:100vh !important;margin-top:1px !important}}
.essui-global-typography-default-display{font-family:"Segoe UI",sans-serif;font-size:60px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h1{font-family:"Segoe UI",sans-serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:56px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h2{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:400;letter-spacing:0;line-height:40px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h3{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h4{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-subtitle{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:8px;text-decoration:0;text-transform:0}.essui-global-typography-default-body-bold{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body-italic{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:italic;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-control-label{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-table-header{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small-bold{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-text-link{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:underline;text-transform:0}.essui-global-typography-default-button-small{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-medium{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-large{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-display{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h1{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h2{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h3{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h4{font-family:"Segoe UI",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-subtitle{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:4px;text-decoration:0;text-transform:0}.register-icon .essui-button-icon-only--small{display:"flex"}.register-icon{margin-right:17px;gap:8px;align-items:center}@media(min-width: 1440px){.register-link-event-close{width:79.5vw}}@media(min-width: 1024px)and (max-width: 1439.9px){.register-icon{gap:8px;margin-top:-4vw}}@media(min-width: 768px)and (max-width: 1023.9px){.register-icon{gap:8px;margin-top:-9vw}}@media(min-width: 390px)and (max-width: 767.9px){.register-icon{gap:8px;margin-top:-5vw;margin-right:22px}.register-icon .essui-button-icon-only--small{margin-right:0}}@media(min-width: 320px)and (max-width: 389.9px){.register-icon{gap:8px;margin-top:-20vw}.register-icon .essui-button-icon-only--small{margin-right:0}}.new-action-card-accodian-container{margin:0 12px}.noregisterblock{margin:20px 12px 20px 0}
@font-face{font-family:"revicons";fallback:fallback;src:""}.react-multi-carousel-track{margin-top:-4px}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative;margin-left:-9px}.carousel-container{padding-top:20px}@media(min-width: 390px)and (max-width: 767.9px){.react-multi-carousel-list{width:94vw;margin-left:-11px}}.react-multi-carousel-track{list-style:none;padding:0;margin-left:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}[dir=rtl].react-multi-carousel-list{direction:rtl}#no-more-register-id{min-height:130px}@media(min-width: 1440px){.carousel-container{width:78vw}.carousel-open{width:77vw !important}}@media(min-width: 768px)and (max-width: 1023.9px){.carousel-container{width:92vw}.carousel-container-close{width:97vw}}@media(min-width: 1024px)and (max-width: 1439.9px){.carousel-container{width:77.6vw}.carousel-open{width:72vw !important}.carousel-container-close{width:96vw}}.eventcardnohighlight .essui-activity-card:active{background-color:#fff}.eventcardnohighlight .essui-activity-card:active{border:0;padding:16px}.eventcardnohighlight .essui-activity-card:focus{border:0;padding:16px}.eventcardnohighlight .essui-activity-card.active div{color:#000}.eventcardnohighlight .essui-activity-card:active div{color:#000}.reg-loader .loader-wrapper{margin:0 auto !important}.loader-margin .essui-loader .essui-loader-text{margin:1rem 0 !important}.loader-size .essui-loader .essui-loader-img .essui-loader-svg{height:60px !important;width:60px !important}.loader-reg-size .essui-loader .essui-loader-img .essui-loader-svg{height:60px !important;width:60px !important;margin-top:20px}.reg-loader-margin{margin-top:0 !important;margin-bottom:-10px !important;margin-left:50px !important}.reg-size-margin .essui-loader .essui-loader-img{height:40px !important}.new-carosel-colum{display:flex;justify-content:end;gap:8px}.new-action-card-accodian-container .essui-activity-card-center{width:100% !important}.new-action-card-accodian-container .no-register-box{margin-bottom:30px}.new-action-card-accodian-container .main-text{font-weight:400;font-size:20px;line-height:24px}.no-register-box .main-text{margin-bottom:28px}.noregister .main-text{margin-bottom:66px}@media only screen and (min-width: 767px){.no-register-box .essui-activity-card{max-width:261px;min-height:93px}}.reg-css-old #no-more-register-id{min-height:93px}.reg-css-old .noregister .main-text{margin-bottom:28px}
.new-sidepanel-toggle-btn{margin:19px 8px 0 0 !important;height:40px;width:40px;padding:8px;border:unset;background-color:#fff;border-radius:8px}.new-col{padding-left:0 !important}.new-divider{height:1px;align-self:stretch;border-top:1px solid var(--neutral-200, #c6c6c6);background:var(--neutral-200, #c6c6c6);margin-top:20px;width:100%}.new-divider-spacing{margin:40px 0;padding-right:12px}.new-margin-b-container{margin-bottom:28px !important}@media only screen and (max-width: 768px){.new-sidepanel-toggle-btn{margin:6px 8px 0 0 !important}}.notification-banner-class-view .essui-global-typography-default-subtitle{font-weight:600 !important}.notification-banner-class-view{width:99.5% !important;margin-bottom:15px}.sims-section-footer{margin-bottom:40px}@media only screen and (max-width: 768px){.sims-section-footer{margin-bottom:70px}}.wistia-palyer-video-class{width:99%;margin-bottom:24px}.wistia-class{margin-bottom:24px !important}
.search-df65s76dfs .elr-search{background:#fff;border:1px solid #e5e5e5;border-radius:8px;display:flex;height:56px;margin-bottom:32px;mix-blend-mode:normal}.search-df65s76dfs .elr-search__bar{align-items:center;border:0;border-radius:8px;color:#4b4b4b;display:flex;font-size:16px;font-style:normal;font-weight:400;line-height:24px;outline:0;width:90%}.search-df65s76dfs .elr-search__bar::placeholder{color:#d0d0d0}.search-df65s76dfs .elr-search__bar--clearbutton{cursor:pointer;margin:18px 8px}.search-df65s76dfs .elr-search__bar--clearbutton-hide{display:none}.search-df65s76dfs .elr-search__icon{background:#fff;margin:18px 16px}.search-df65s76dfs .elr-search__profile-icon{border-radius:50%;height:2rem;margin-right:8px;vertical-align:middle;width:2rem}.search-df65s76dfs .elr-search:focus-within{border:1px solid #1976d2}@media only screen and (max-width: 1000px){.search-df65s76dfs .elr-search--clearbutton{cursor:pointer;margin:15px 8px}.search-df65s76dfs .elr-search__border-on-focus{height:32px !important}}.search-df65s76dfs .input-wrapper div:nth-child(4){z-index:1}.search-df65s76dfs .icon-container.position-right{top:24px !important}.search-df65s76dfs .essui-textinput--medium{height:40px}.search-df65s76dfs .elr-dropdownmenu{position:relative}.search-df65s76dfs .elr-dropdownmenu .essui-dropdown-container{margin-right:0;width:100%}.search-df65s76dfs .elr-dropdownmenu .essui-overflow-menu{position:absolute !important}.search-df65s76dfs .elr-dropdownmenu .essui-dropdown-menu{padding:0}.search-df65s76dfs .elr-dropdownmenu .essui-textinput__right-icon--large{margin-top:25px}.search-df65s76dfs .elr-search-drp .elr-dropdownmenu .essui-overflow-menu{top:5.5rem !important}.search-df65s76dfs #search-autocomplete.with-suggestions #suggestions-wrapper{z-index:10 !important}.new-search-container{display:flex;padding:16px;border:1px solid var(--Neutral-100, #e0e0e0);background:var(--Neutral-0, #fff);border-radius:8px}.new-search-container .heading-text{font-weight:600}.new-search-container input::placeholder{font-weight:400 !important;font-family:"Segoe UI" !important;font-size:16px !important;line-height:24px !important;color:#5e5e5e !important}.search-df65s76dfs #search-autocomplete.with-suggestions #suggestions-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.2);color:#303030;overflow-y:auto;padding-top:5px;position:absolute}.search-df65s76dfs .pupil-profile-suggestion{color:var(--Neutral-600, #5e5e5e) !important;font-size:14px !important;font-style:normal !important;font-weight:600 !important;line-height:16px !important}.search-df65s76dfs #search-autocomplete.with-suggestions #suggestions-wrapper{z-index:1 !important}.search-df65s76dfs .essui-textinput--large{height:50px !important}.search-df65s76dfs .no-icon-search .essui-icon-button{cursor:pointer;display:none !important}.search-df65s76dfs .icon-search .essui-icon-button{cursor:pointer}@media(min-width: 1024px){.new-search-container .input-wrapper{width:60%}}
.pupil-demo{margin-top:0px !important}.sltview-bett-class{width:107%}.sltview-bett-class-close{width:100%}.attendance-overview{margin-top:40px}.attendance-overview .attendance-error-banner{width:auto}@media only screen and (min-width: 1024px)and (max-width: 1440px){.pupil-demo{width:107%;margin-left:-12px !important}.sltview-bett-class-close .pupil-demo{width:110.8%;margin-left:-12px !important}}@media(min-width: 3840px){.tile-card-view{width:32.8% !important}.sltview-bett-class{width:94%}}@media only screen and (min-width: 1440px)and (max-width: 3839.9px){.tile-card-view{width:32% !important}}.tile-card-container{display:flex;gap:16px;flex-wrap:wrap}.tile-card-view{height:116px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff}.bargraphs-container{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;margin-top:24px}.bargraphs-container .ess-bargraph{border:1px solid #dcdcdc;border-radius:8px;padding:16px;background-color:#f9f9f9}.bargraphs-container .ess-bargraph .bargraph-title{font-size:16px;font-weight:bold;margin-bottom:8px}@media(min-width: 768px)and (max-width: 1023.9px){.bargraphs-container{display:inline-block;width:100%}}@media(max-width: 768px){.bargraphs-container{display:inline-block;width:75%}}@media only screen and (min-width: 390px)and (max-width: 767.9px){.bargraphs-container{display:inline-block}}@media only screen and (max-width: 767px){.bargraphs-container{display:inline-block;width:100%}.attendance-overview{width:100vh}}.tilecard-loader{transform:scale(0.6);color:#000}.new-attendace-overview-row{justify-content:end}@media(max-width: 319px){.bargraphs-container .recharts-wrapper{padding:18px}.bargraphs-container .recharts-label-list{font-size:12px !important}}@media(max-width: 320px){.bargraphs-container .recharts-label-list{font-size:13px !important}}
.essui-global-typography-default-display{font-family:"Segoe UI",sans-serif;font-size:60px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h1{font-family:"Segoe UI",sans-serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:56px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h2{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:400;letter-spacing:0;line-height:40px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h3{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-h4{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-subtitle{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:8px;text-decoration:0;text-transform:0}.essui-global-typography-default-body-bold{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-body-italic{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:italic;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-control-label{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-table-header{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-small-bold{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-text-link{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:underline;text-transform:0}.essui-global-typography-default-button-small{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-medium{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-default-button-large{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-display{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h1{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h2{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h3{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-h4{font-family:"Segoe UI",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.essui-global-typography-small-screen-subtitle{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:4px;text-decoration:0;text-transform:0}.side-view-panel{height:148vh;padding:16px 0;background-color:#fff}@media(max-width: 1023.9px){.side-view-panel{height:100vh}}@media(max-width: 319.9px){.side-view-panel{width:267px}}.side-view-closed{height:fit-content;background-color:#f7f7f7}.open-panel-view .essui-button .essui-button--utility .essui-button-icon-only--small .base-class{width:40px;height:40px;left:16px;padding:8px;border-radius:8px;border:1px}.close-panel-dertfsg11463f .essui-button .essui-button--utility .essui-button-icon-only--small .base-class{background-color:#fff}.open-panel-view .essui-icon--16{min-height:16px;min-width:16px}.close-btn{padding:0px 33px}.close-btn .essui-icon-button{padding:unset !important}.left-side-close-btn .essui-icon-button{margin-right:5%}.essui-open-panel-filled .essui-button-icon-only--small{height:40px;margin:0;padding:0;margin-left:20px}.quick-link-panel-item{display:flex;padding:12px 16px;align-items:center;gap:8px;color:var(--neutral-800, #303030);font-size:14px;font-style:normal;font-weight:600;line-height:16px;justify-content:space-between;word-break:break-all}.see-all-dertfsg11463f{color:var(--neutral-400, #8f8f8f);display:flex;width:227px;padding:12px 16px;align-items:flex-start;gap:8px;font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-decoration-line:underline;justify-content:space-between;word-break:break-all}.quick-link-title{color:var(--neutral-800, #303030);font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-left:16px;padding:12px 16px 12px 0px;gap:8px}.quick-link-section{margin-left:15px}.quick-link-username{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px;margin-left:16px}@media(min-width: 320px)and (max-width: 1023.9px){.quick-link-username-tooltip-dertfsg11463f{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-link-title{margin-left:0}}.user-name-display{display:flex;justify-content:end;margin-bottom:24px}.icon-margin-dertfsg11463f{margin-top:2px}.loader-sidepanel-quicklink-dertfsg11463f{margin:10px !important}.left-sidepanel-home113 .essui-side-navigation-panel{height:auto !important}.left-sidepanel-home113 .essui-side-navigation-panel-container-grid-item{height:100%}.left-sidepanel-home113 .essui-button--tertiary:focus-visible{background-color:inherit;box-shadow:none}@media(min-width: 320px)and (max-width: 768.9px){.essui-open-panel-filled .essui-button-icon-only--small{margin-left:16px}}.label-css{font-size:14px;font-weight:600;line-height:16px;text-align:left}.new-main-panel .essui-grid-nested-container{margin:0;gap:12px}
@media(min-width: 390px)and (max-width: 767.9px){.admin-mobile-rwaf92428{margin:16px}.admin-heading .subheading-font{font-size:16px}.adminconsole-breadcrumb{margin-top:-57px;margin-left:42px}.adminconsole-sidepanelopen{margin-left:42px;margin-top:-16.3px}.admin-heading-psas1334f .heading-font{font-size:20px}.side-width .essui-side-navigation-panel-container-grid-item{width:264px}#notification-open-panel{max-width:760px;min-width:350px}#add-side-panel-types{width:10rem}#list-item{max-width:560px}}@media(min-width: 319.9px)and (max-width: 389.9px){#list-item{max-width:560px;min-width:350px}#detach-container{max-width:528px;min-width:310px}#delete-container{max-width:528px;min-width:310px}#sync-container{max-width:528px;min-width:310px}#default-control-label{max-width:528px;min-width:310px}#default-label{max-width:528px;min-width:310px}#notification-open-panel{max-width:560px;min-width:350px}#add-side-panel-types{width:10rem}}@media(min-width: 767.9px)and (max-width: 1023.9px){#list-item{width:560px}}@media(min-width: 1024px)and (max-width: 1439.9px){#notification-open-panel{width:72vw}#list-item{width:560px}}@media(min-width: 1440px){#notification-open-panel{width:auto}#list-item{width:560px}}@media(min-width: 319.9px)and (max-width: 389.9px){.admin-mobile-rwaf92428{margin:16px}.adminconsole-breadcrumb{margin-top:-60px;margin-left:44px}.adminconsole-sidepanelopen{margin-left:42px;margin-top:-16.3px}.side-width .essui-side-navigation-panel-container-grid-item{width:264px}}@media(min-width: 767.9px)and (max-width: 1023.9px){.admin-mobile-rwaf92428{margin:16px}.adminconsole-breadcrumb{margin-top:-57px;margin-left:48px}.adminconsole-sidepanelopen{margin-top:-57px;margin-left:48px}.side-width .essui-side-navigation-panel-container-grid-item{width:264px}}@media(min-width: 1439.9px){.side-width .essui-side-navigation-panel-container-grid-item{width:400px}}.heading-text-up{margin-left:4.5px}@media(min-width: 1024px){.admin-heading .subheading-font{width:74vw}}#cnd-dialog{height:auto}.dialog-content{height:auto;display:flex;justify-content:flex-start}.essui-card__header-indicator{display:none}#notification-open-panel{margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-start}#refreshDb-card{width:560.02px;height:auto;min-height:328.02px;border-radius:16px;display:flex;flex-direction:column;gap:32px;background-color:#fff}#detach-container{width:528px;height:88.02px;display:flex;flex-direction:column;gap:8px;padding-top:16.02px;margin-bottom:16.02px}#delete-container{width:528px;height:40.02px;display:flex;flex-direction:column;gap:8px;padding-top:16px}#sync-container{width:528px;height:40.02px;min-height:88px;display:flex;flex-direction:column}#reaction-button{width:188.02px;height:40.05px;border-radius:8px;border:1px solid #8f8f8f;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;margin-right:8px}#default-control-label{width:528px;height:16px;font-family:"Segoe UI",sans-serif;font-weight:600;font-size:14px;line-height:16px}#default-label{width:528px;height:16px;font-family:"Segoe UI",sans-serif;font-weight:400;font-size:14px;line-height:16px}#default-list-item{font-family:"Segoe UI",sans-serif;font-weight:400;font-size:20px;line-height:24px;color:#303030}#btn-proceed{width:91px;height:40.02px;border-radius:8px;margin-top:8.02px;border:1px solid #8f8f8f;padding-left:8px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:rgba(0,0,0,0);color:#303030;font-family:"Segoe UI",sans-serif;font-weight:600;font-size:14px;line-height:16px;cursor:pointer}#sync-body-text{font-family:"Segoe UI",sans-serif;font-weight:400;font-size:16px;line-height:24px}#btn-sync{width:66px;height:40.02px;border-radius:8px;margin-top:8px;margin-bottom:8px;border:1px solid #8f8f8f;padding:8px;display:flex;align-items:center;justify-content:center;gap:8px;color:#303030;font-family:"Segoe UI",sans-serif;font-weight:600;font-size:14px;line-height:16px;cursor:pointer}.skip-link{background:#000;color:#fff;left:10px;padding:8px;position:absolute;top:-40px;z-index:100}.skip-link:focus{top:10px}.db-management-container{width:100%;overflow-x:auto;overflow-y:hidden;padding:0 16px}@media(min-width: 1024px){.db-management-container .admin-mobile-rwaf92428{display:flex;flex-wrap:nowrap;align-items:flex-start}.db-management-container .side-width{min-width:264px;max-width:400px;flex-shrink:0}.db-management-container .admin-mobile-rwaf92428>.essui-GridItem{min-width:0;flex-grow:1}}.essui-reaction-button-group{grid-gap:16px;box-sizing:border-box;display:inline-flex;grid-auto-rows:auto;margin:8px 0}
.content-wrapper{max-width:1136px;padding:5px}.content-wrapper .page-heading{font-style:normal;font-weight:400;font-size:30px;line-height:36px;display:flex;color:#303030;margin-bottom:32px}@media only screen and (max-width: 1024px){div.module-block:nth-child(3n){margin-right:0 !important}}@media only screen and (max-width: 767px){div.module-block:nth-child(odd){margin-right:0 !important}.page-heading{padding-top:16px}.earlyadopter-interest-wrapper{max-width:90%}.content-wrapper{padding:5px;margin-left:37px}}.container{background-color:#f5f7f9;display:flex;flex-direction:column;height:100%;overflow:auto}.earlyadopter-container .essui-overflow-menu,.earlyadopter-container .essui-profile-menu{z-index:11;margin-top:4px}
.invite-users-table .filter-tool .essui-validation-text{margin-top:10px}.invite-users-table{margin-bottom:16px}.new-side-panel-invite-users{height:100vh;overflow:hidden}.new-main-panel-invite-users{flex:1;height:92vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;width:100%;padding:16px}.admin-console-grid-invite-users{overflow:auto;display:flex;height:100vh;width:100%}.invite-users-table .dynamic-table-scrollable{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.invite-users-table .essui-textinput--medium{height:40px}@media screen and (min-width: 1024px){.new-side-panel-invite-users{height:100vh;overflow:hidden}}@media only screen and (min-width: 1024px){.essui-grid-col--lg-2{flex-basis:unset !important}}.invite-users-breadcrumb #breadcrumbs-wrapper{margin-bottom:0 !important}.flex-row{display:flex;align-items:center;gap:11px;margin-bottom:16px}.sidepanel-toggle-button{width:40px !important;height:40px;left:16px;padding:8px;border-radius:8px;border:1px solid #8f8f8f}.invite-user-container{margin:0 !important}.invite-users-table .filter-tool-view .essui-overflow-menu{margin:5px 0 0 3px !important;width:100%}@media only screen and (max-width: 359px){.invite-users-table .essui-pagination{display:flex;justify-content:center;align-items:center;width:100%}.invite-users-table .essui-pagination nav{grid-column-gap:16px}}@media only screen and (max-width: 767px){.invite-users-table .table-pagination .essui-button--small{padding:8px 12px}}@media(max-width: 700px)and (pointer: fine)and (hover: hover){.invite-user-container .essui-dialog{max-height:100vh !important}.invite-user-container .essui-dialog__footer{margin:0 !important}.invite-user-container .essui-header{margin-top:0 !important;margin-bottom:8px}}@media(min-device-width: 320px)and (max-device-width: 599px){.dropdown{max-width:42% !important}}.invite-user-container .essui-side-navigation-panel-container-grid-item{padding-bottom:58px !important}.invite-user-container #localised-menu-id #side-navigation-panel-container{margin-bottom:24px !important}.sims7-redirections .text-tag{gap:32px !important}.heading-category{font-weight:600;font-size:14px;gap:8px}.details-category{font-weight:400;font-size:16px;gap:8px}.view-mode-with-edit-button{display:flex;justify-content:space-between;align-items:flex-start}.view-mode-content{display:flex;flex-direction:column;gap:24px}.edit-mode-content{display:flex;flex-direction:column;gap:32px}.sims7-redirections .dialog-content{padding-left:4px;display:block}.sims7-redirections .dialog-with-dropdown{height:350px;padding-left:4px}.sims7-redirections .dialog-actions{display:flex;justify-content:flex-end;gap:24px;margin-top:32px}@media only screen and (min-width: 1024px){.sims7-redirections .reaction-yes .essui-radio__checkmark{transform:translate(-52%, -48%)}}@media(min-width: 1400px)and (max-width: 1599px){.sims7-redirections .reaction-yes .essui-radio__checkmark{transform:translate(-52%, -48%)}}@media(min-width: 1800px)and (max-width: 1999px){.sims7-redirections .reaction-yes .essui-radio__checkmark{transform:translate(-48%, -52%)}}@media(min-width: 1700px)and (max-width: 1799px){.sims7-redirections .reaction-yes .essui-radio__checkmark{transform:translate(-48%, -52%)}}@media(min-width: 2000px)and (max-width: 2299px){.sims7-redirections .reaction-yes .essui-radio__checkmark{transform:translate(-53%, -51%)}}@media(min-width: 2300px){.sims7-redirections .reaction-yes .essui-radio__checkmark{transform:translate(-48%, -52%)}}@media(min-width: 1600px)and (max-width: 2000px){.sims7-redirections .reaction-no .essui-radio__checkmark{left:50% !important}}@media(min-width: 2000px)and (max-width: 2299px){.sims7-redirections .reaction-no .essui-radio__checkmark{transform:translate(-52%, -50%)}}@media(min-width: 2300px){.sims7-redirections .reaction-no .essui-radio__checkmark{transform:translate(-48%, -52%)}}.sims7-redirections .essui-reaction-button-group{width:40%;gap:16px}.sims7-redirections .essui-overflow-menu__item .list-item__checkbox{margin-right:0}@media(min-width: 1200px)and (max-width: 1699px){.sims7-redirections .essui.animationmsg.open{margin-left:155px}}@media(min-width: 2300px){.sims7-redirections .essui.animationmsg.open{margin-left:540px}}@media(min-width: 2000px)and (max-width: 2299px){.sims7-redirections .essui.animationmsg.open{margin-left:410px}}@media(min-width: 1800px)and (max-width: 1999px){.sims7-redirections .essui.animationmsg.open{margin-left:340px}}@media(min-width: 1700px)and (max-width: 1799px){.sims7-redirections .essui.animationmsg.open{margin-left:240px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.sims7-redirections .filter-tool-view .dropdown{margin-top:24px}}@media only screen and (min-width: 1024px)and (max-width: 1025px){.sims7-redirections .filter-tool-view .dropdown{margin-top:16px}}@media(min-width: 1023px){.sims7-redirections .filter-container{margin-top:24px}}.sims7-redirections nav{display:flex}
.admin-console-grid{overflow:auto}.status-table .essui-table__cell.consents-type-cell-width{width:80px;max-width:80px;word-wrap:break-word}.status-table .essui-table__cell.consents-response-cell-width{width:10%;min-width:10%;word-wrap:break-word;font-weight:600;color:#303030}.status-table .essui-table__cell.consents-comment-cell-width{width:60%;min-width:60%;max-width:60%;word-wrap:break-word;font-weight:600;color:#303030}.status-table .essui-pagination.consents-pagination{width:100% !important}.view-link-as-button{background:none;border:none;padding:0;color:#2177c2;text-decoration:underline;cursor:pointer;font:inherit}.view-link-as-button:hover{text-decoration:none}.status-table-cell{width:170px;height:57px;border-right-width:1px;border-bottom-width:1px;border-right-style:solid;border-bottom-style:solid}.system-status-table-wrapper{margin-top:20px}.warning--alt{color:#ea9a3d}.warning--alt svg{margin-bottom:-2px}.status-table .essui-table__body .essui-table__cell{border-bottom:0 !important}.status-table .essui-table__cell:nth-child(3){width:602px}.status-table .essui-table__cell:nth-child(5){width:40px}.template-menu-popover{width:150px}.overflow-menu-top{transform:translateY(-70px)}.overflow-menu-position{position:absolute;z-index:9999}.system-status-overflow-btn-wrapper{margin-left:5px}.alert-notification-success{width:auto !important}
.elr-maindiv{display:flex;flex-direction:column;justify-content:center}.elr-loading{align-items:center;font-size:medium;font-weight:bold}
html{text-size-adjust:100%}body{background-color:#f7f7f7 !important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;font-style:normal;overflow-x:hidden}header,main,nav,footer{display:grid;grid-auto-rows:minmax(auto);grid-column-gap:32px;grid-template-columns:[screen-start] 1fr [page-start] 60px 60px [text-start] 60px 60px 60px 60px 60px 60px 60px 60px [text-end] 60px 60px [page-end] 1fr [screen-end]}header>*,main>*,nav>*,footer>*{grid-column:text}.loader-wrapper{margin:150px auto}.ng-home{overflow-x:hidden;overflow-y:auto}.c-clear-margin{margin:0 !important}.c-clear-margin-left{margin-left:0 !important}.c-clear-margin-right{margin-right:0 !important}.c-clear-margin-bottom{margin-bottom:0 !important}.c-clear-margin-top{margin-top:0 !important}.c-clear-padding{padding:0 !important}.c-clear-padding-left{padding-left:0 !important}.c-clear-padding-right{padding-right:0 !important}.c-clear-padding-bottom{padding-bottom:0 !important}.c-clear-padding-top{padding-top:0 !important}.home-page-for-sims-connected-normal-user-wrapper{margin:16px 152px;display:flex}.home-page-for-sims-connected-normal-user-wrapper .welcome-heading{font-size:48px;font-weight:400;line-height:72px}.home-page-for-sims-connected-normal-user-wrapper .what-new-sims{flex-grow:1}.home-page-for-sims-connected-normal-user-wrapper .gap-24{gap:24px}.home-page-for-sims-connected-normal-user-wrapper .new-sims-uppersection .new-title-container{margin-bottom:0 !important}.home-page-for-sims-connected-normal-user-wrapper .notification-banner-class-view{margin-bottom:0}@media only screen and (max-width: 1024px){.home-page-for-sims-connected-normal-user-wrapper{margin:24px}.home-page-for-sims-connected-normal-user-wrapper .action-card-container-closeview.sims-ng{gap:24px !important}.home-page-for-sims-connected-normal-user-wrapper .action-card-container-closeview.sims-ng .essui-activity-card-center{width:90% !important}.home-page-for-sims-connected-normal-user-wrapper .welcome-heading-container{flex-basis:100%;max-width:100%}.home-page-for-sims-connected-normal-user-wrapper .welcome-heading-container .welcome-heading{font-size:30px;line-height:36px}.home-page-for-sims-connected-normal-user-wrapper .sims-next-gen-update-wrapper{gap:16px !important}}@media only screen and (max-width: 768px){.home-page-for-sims-connected-normal-user-wrapper{margin:24px 16px}.home-page-for-sims-connected-normal-user-wrapper .action-card-container-closeview.sims-ng{gap:16px !important}.home-page-for-sims-connected-normal-user-wrapper .action-card-container-closeview.sims-ng .essui-activity-card-center{width:90% !important}.home-page-for-sims-connected-normal-user-wrapper .essui-grid-container{margin:0 -4px !important}}
